Commit Graph

464 Commits

Author SHA1 Message Date
ff21237a21
refactor: clear up app/recipe usage
All checks were successful
continuous-integration/drone/push Build is passing
See coop-cloud/go-abra#36.
2021-09-05 00:14:27 +02:00
5e4114036b
docs: more doc strings for secret package 2021-09-04 23:39:38 +02:00
4e92057f61
refactor: make SecretValue internal 2021-09-04 23:35:56 +02:00
fadbbabe09
docs: package doc string for secret 2021-09-04 23:29:05 +02:00
ba7b18f703
refactor: pass functions into own file 2021-09-04 23:28:54 +02:00
9bf11961d5
docs: add package docstring [ci skip] 2021-09-04 23:21:13 +02:00
a3e02540f6
refactor: use web module timeout everywhere 2021-09-04 23:18:34 +02:00
e68c7fc71c
fix: respect COMPOSE_FILE when loading compose files
All checks were successful
continuous-integration/drone/push Build is passing
Final part of coop-cloud/go-abra#57.
2021-09-04 22:02:49 +02:00
a8f30426ea
refactor: drop dead code and garden formatting
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-04 21:23:47 +02:00
dc616fd3a0
refactor: drop swarm checking code for now
All checks were successful
continuous-integration/drone/push Build is passing
Part of coop-cloud/go-abra#57.
2021-09-04 21:19:34 +02:00
56796cf768
fix: use import only once 2021-09-04 21:12:53 +02:00
da049ad69a
fix: drop swarmkit/etcd dep
All checks were successful
continuous-integration/drone/push Build is passing
Part of coop-cloud/go-abra#57.
2021-09-04 21:08:14 +02:00
f65090bd2f
chore: run go mod tidy [ci skip] 2021-09-04 20:51:38 +02:00
b1d4f12e7d Merge pull request 'docs: add app remove description' (#60) from knoflook/go-abra:dev into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: coop-cloud/go-abra#60
2021-09-03 12:26:48 +00:00
836420e369
docs: add app remove description
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-03 14:22:40 +02:00
5c56e4521d
docs: shuffle TODOs from my side [ci skip] 2021-09-03 11:59:35 +02:00
612fc5a531
feat: final round of hacks for deploy command
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-03 11:46:40 +02:00
92c8e9aab9
fix: pass in stack name when deploying
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-02 19:49:41 +02:00
97188b57d9 Merge pull request 'fix: app rm quitting when there are no secrets/volumes to remove' (#56) from knoflook/go-abra:dev into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: coop-cloud/go-abra#56
2021-09-02 17:34:44 +00:00
7ab44cea57 Update 'TODO.md'
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-02 15:57:38 +00:00
c150856a66
fix: app rm quitting when there are no secrets/volumes to remove
All checks were successful
continuous-integration/drone/pr Build is passing
2021-09-02 17:52:42 +02:00
063fa66af9
WIP heinous appEnv threading for env var loading
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-01 15:01:20 +02:00
09873b42ce
WIP making a mess for stack deploy
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-01 14:03:39 +02:00
ac86912ead
WIP chaos integrate deploy/deploy_composefile
All checks were successful
continuous-integration/drone/push Build is passing
The best in copy/pasta technology.

See https://github.com/docker/cli/tree/master/cli/command/stack/swarm
for more.
2021-09-01 13:08:42 +02:00
45c6be02b1
refactor: check for errors on secret rm
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 17:08:25 +01:00
7835c1f91d
fix: defers after checking for err
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 16:47:38 +01:00
542e9eea5c
refactor: rm unneeded sprintf 2021-08-31 16:47:16 +01:00
32b2bf245b
refactor: simplfiy for...range loops
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 16:17:08 +01:00
3b93f893fd
refactor: fix defer and handle error 2021-08-31 16:02:38 +01:00
7dce352366
deps: just updating deps to not err out on my end
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 15:53:50 +01:00
8fdac00a38
docs: mark aur integration as done
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 15:51:05 +01:00
dc193734df
docs: mark as TODO [ci skip] 2021-08-31 12:11:44 +02:00
57e641689a
feat: add secret generate (untested, moving fast)
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 11:59:07 +02:00
d68f2f5686
feat: add app secret insert
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 10:50:02 +02:00
f9ae9c9a56
feat: add app secret rm
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 10:31:54 +02:00
15651822f1
feat: implement secret ls
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/go-abra#54.
2021-08-30 17:02:08 +02:00
89b5f12fb1
docs: mark as next TODO [ci skip] 2021-08-30 01:38:15 +02:00
66a8630101
feat: implement undeploy command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-30 01:36:42 +02:00
e1630dc2b3
docs: mark as not in progress [ci skip] 2021-08-29 23:45:16 +02:00
9310a85df8
docs: mark as next TODO [ci skip] 2021-08-29 21:20:52 +02:00
440911f983
feat: finish app run command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-29 21:20:21 +02:00
8cc691ab52
WIP app run command
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-29 18:21:30 +02:00
bef2c862bf
docs: wrapping 2021-08-29 18:21:10 +02:00
db4908c3ae
feat: add restore command 2021-08-29 16:25:31 +02:00
ddbe9ffcb5
docs: mark as TODO [ci skip] 2021-08-29 14:16:27 +02:00
df236b6c25
docs: drop doctor, drop extra TODO, implied [ci skip] 2021-08-29 14:14:18 +02:00
8651e22441
feat: implement app logs command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-29 14:13:35 +02:00
45e2442e83
fix: more robust length check 2021-08-29 14:13:07 +02:00
547f785da5
feat: add app cp command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-29 13:41:29 +02:00
16297e8651
docs: mark as TODO
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-29 10:46:38 +02:00