Commit Graph

385 Commits

Author SHA1 Message Date
Roxie Gibson 7dce352366
deps: just updating deps to not err out on my end 2021-08-31 15:53:50 +01:00
Roxie Gibson 8fdac00a38
docs: mark aur integration as done 2021-08-31 15:51:05 +01:00
decentral1se dc193734df
docs: mark as TODO [ci skip] 2021-08-31 12:11:44 +02:00
decentral1se 57e641689a
feat: add secret generate (untested, moving fast) 2021-08-31 11:59:07 +02:00
decentral1se d68f2f5686
feat: add app secret insert 2021-08-31 10:50:02 +02:00
decentral1se f9ae9c9a56
feat: add app secret rm 2021-08-31 10:31:54 +02:00
decentral1se 15651822f1
feat: implement secret ls
Closes coop-cloud/go-abra#54.
2021-08-30 17:02:08 +02:00
decentral1se 89b5f12fb1
docs: mark as next TODO [ci skip] 2021-08-30 01:38:15 +02:00
decentral1se 66a8630101
feat: implement undeploy command 2021-08-30 01:36:42 +02:00
decentral1se e1630dc2b3
docs: mark as not in progress [ci skip] 2021-08-29 23:45:16 +02:00
decentral1se 9310a85df8
docs: mark as next TODO [ci skip] 2021-08-29 21:20:52 +02:00
decentral1se 440911f983
feat: finish app run command 2021-08-29 21:20:21 +02:00
decentral1se 8cc691ab52
WIP app run command 2021-08-29 18:21:30 +02:00
decentral1se bef2c862bf
docs: wrapping 2021-08-29 18:21:10 +02:00
decentral1se db4908c3ae
feat: add restore command 2021-08-29 16:25:31 +02:00
decentral1se ddbe9ffcb5
docs: mark as TODO [ci skip] 2021-08-29 14:16:27 +02:00
decentral1se df236b6c25
docs: drop doctor, drop extra TODO, implied [ci skip] 2021-08-29 14:14:18 +02:00
decentral1se 8651e22441
feat: implement app logs command 2021-08-29 14:13:35 +02:00
decentral1se 45e2442e83
fix: more robust length check 2021-08-29 14:13:07 +02:00
decentral1se 547f785da5
feat: add app cp command 2021-08-29 13:41:29 +02:00
decentral1se 16297e8651
docs: mark as TODO 2021-08-29 10:46:38 +02:00
decentral1se acca710a5a
feat: add app config command 2021-08-29 10:45:49 +02:00
decentral1se 0825321b26
docs: shuffle TODO again 2021-08-28 20:32:44 +02:00
decentral1se cc45e722e8
docs: mark as TODO [ci skip] 2021-08-28 20:17:39 +02:00
decentral1se 8ad51c1fd5
feat: implement check command 2021-08-28 20:13:56 +02:00
decentral1se 23737ed3a7
docs: it aint WIP [ci skip] 2021-08-28 20:13:45 +02:00
decentral1se 462599a791
docs: mark as TODO [ci skip] 2021-08-28 19:12:29 +02:00
decentral1se 3a8296a8fe
feat: implement backup command 2021-08-28 19:10:19 +02:00
decentral1se 73ebf998c7
docs: mark as next TODO 2021-08-28 16:02:08 +02:00
decentral1se ed551763de
docs: shuffle TODO listing 2021-08-28 16:01:48 +02:00
decentral1se ff0b0b5ad8
feat: finish ps command 2021-08-28 16:00:16 +02:00
decentral1se ce5a03d579
docs: mark as next TODO 2021-08-25 14:24:40 +02:00
decentral1se de5169ea24
fix: support trimming library is version listing 2021-08-25 14:22:31 +02:00
decentral1se 4f1cb86b6b
feat: implement `abra app version <app>` 2021-08-25 14:17:16 +02:00
decentral1se 62ceca798c
refactor: sort output of version command 2021-08-25 14:16:33 +02:00
decentral1se b34acefa21
refactor: support listing unknown versions 2021-08-25 14:06:42 +02:00
decentral1se c5bb680fed
refactor: making app version command async 2021-08-25 13:30:55 +02:00
decentral1se ed11634abf
WIP abra app version <app> implementation 2021-08-25 13:06:49 +02:00
decentral1se 3211994b2e
docs: mark as in progress 2021-08-24 10:18:37 +02:00
roxxers d2d0ce3d05 Merge pull request 'feat: initial commit for abra app volume ls/rm' (#51) from knoflook/go-abra:secret-create into main
Reviewed-on: coop-cloud/go-abra#51
2021-08-18 18:29:13 +00:00
knoflook c3088a5158
refactor: create functions in client for removing and listing volumes 2021-08-17 20:39:07 +02:00
knoflook 5663659d23
feat: initial commit for abra app volume ls/rm 2021-08-17 20:39:06 +02:00
Roxie Gibson ca4001a805
docs: fixed typo in functiion comment 2021-08-13 14:13:56 +01:00
Roxie Gibson e2f4ed11ec
docs: updated report card to new repo 2021-08-13 14:13:37 +01:00
Roxie Gibson cc9c690cd0
build: added GOPRIVATE export to makefile 2021-08-13 13:28:18 +01:00
Roxie Gibson 451c3d772d
docs: updated go env steps fo install our pgks 2021-08-13 13:23:54 +01:00
Roxie Gibson 98ec23761f
refactor: de-vendor tagcmp into its own repo 2021-08-13 12:49:46 +01:00
Roxie Gibson d5b893d9de
style: rm unneeded type assertions 2021-08-12 14:56:06 +01:00
Roxie Gibson b143b544b6
fix: err not being checked & unneeded type assert 2021-08-12 14:53:42 +01:00
Roxie Gibson 6df08df509
style(tagcmp): simplify returns 2021-08-12 14:44:49 +01:00