decentral1se
6f3f4b6779
Flesh out more of this generation script
2021-03-26 20:48:08 +01:00
decentral1se
a5274f123c
Fix non-master branch switching for repos
2021-03-26 20:21:37 +01:00
decentral1se
fc12634fbb
Fix change log entries
2021-03-26 01:17:06 +01:00
decentral1se
a5ce75a29b
First stab at the apps JSON generation script
...
See coop-cloud/abra#121 .
2021-03-26 01:14:14 +01:00
decentral1se
701784930b
Reinstate --force for the deploy command
...
Follow up to 07e3678c78
.
Also remove bad docs for commands without `--force` now.
2021-03-26 00:40:23 +01:00
decentral1se
aa717c2323
Fix tests
2021-03-26 00:28:47 +01:00
decentral1se
9836d27052
Add abra doctor command
...
Closes coop-cloud/abra#119 .
2021-03-26 00:26:34 +01:00
decentral1se
e361b493b1
Recognise undeployed apps when undeploying
...
Closes coop-cloud/abra#123 .
2021-03-26 00:01:07 +01:00
decentral1se
b28460cf84
Add wait and domain check logic
...
Closes coop-cloud/abra#116 .
Also see coop-cloud/abra#113 .
2021-03-25 23:56:16 +01:00
decentral1se
07e3678c78
Replace all --force usage with --no-prompt
...
Closes coop-cloud/abra#118 .
2021-03-25 22:47:59 +01:00
decentral1se
c315ebe319
Fix branch handling (again, again)
...
Closes coop-cloud/abra#122 .
2021-03-25 22:13:08 +01:00
3wc
36dd6b5eff
Simplify require_foo
commands
2021-03-20 23:17:05 +02:00
decentral1se
2f1f51bad1
Check for docker version
...
Closes coop-cloud/abra#15 .
2021-03-20 22:00:02 +01:00
decentral1se
bada24f3f6
Add warning to README too
2021-03-20 21:44:26 +01:00
decentral1se
2d5afd8149
Bump warning to the top and use emojis
2021-03-20 21:43:35 +01:00
decentral1se
dfb949eecc
Specify and wrap
2021-03-20 21:42:04 +01:00
decentral1se
49771980a6
Add changes warning
2021-03-20 21:41:27 +01:00
decentral1se
7e31184bd6
Add add version check command
...
Closes coop-cloud/abra#108 .
2021-03-20 21:35:28 +01:00
decentral1se
49226f1640
Change warning to reflect version check scenarioj
2021-03-20 21:35:13 +01:00
decentral1se
4251c32b30
Re-word new app language to emphasise config editing
...
See coop-cloud/abra#111 (comment) .
2021-03-20 21:24:38 +01:00
decentral1se
ece5385a38
Merge branch 'fix-subcommand-select' into main
...
Fix merge conflict in docopt generation + change log entry.
2021-03-20 21:18:34 +01:00
3wc
35d5df14aa
Fix subcommand selection..
...
..by sorting the list of subcommand function names in descending order
of how many '_' are in them. This means that `abra app <app> version`
will always be matched before `abra version`.
Ref #108
2021-03-20 19:07:02 +02:00
decentral1se
1c437b99eb
Fix status checking
2021-03-18 20:10:42 +01:00
decentral1se
9580b2dd7d
Add entry
2021-03-18 19:46:43 +01:00
decentral1se
f382765f29
Show correct status for missing contexts
...
Closes coop-cloud/abra#99 .
2021-03-18 19:45:30 +01:00
decentral1se
f5951add54
Fix variables in print statement
2021-03-18 19:09:34 +01:00
decentral1se
2b4efc2c61
Quote that
2021-03-18 18:57:00 +01:00
decentral1se
8ab854c822
Add log entry
2021-03-18 18:55:44 +01:00
decentral1se
005323ff3c
Add debug for SSH connect on init
...
Closes coop-cloud/abra#109 .
2021-03-18 18:55:04 +01:00
decentral1se
390e918417
Add missing it
2021-03-18 18:54:53 +01:00
decentral1se
c5ccfa0fa1
Add entry
2021-03-18 18:47:13 +01:00
decentral1se
87b71cb9d4
Show connection details on abra server ls
...
Closes coop-cloud/abra#110 .
2021-03-18 18:46:33 +01:00
decentral1se
89bd18a76b
Add change log entries
2021-03-18 17:21:16 +01:00
decentral1se
6e61c08b2c
Handle undeployed state for version output summary
...
Closes coop-cloud/abra#104 .
2021-03-18 17:20:54 +01:00
decentral1se
54b6acc46c
Fix output for stack name
2021-03-18 17:19:43 +01:00
decentral1se
e5e98d536a
Add --force for undeploy
2021-03-18 17:18:35 +01:00
decentral1se
8df91de3af
Add --force to deploy command
...
Closes coop-cloud/abra#105 .
2021-03-18 14:12:18 +01:00
decentral1se
7557966c98
Add debug logging for STACK_NAME
2021-03-17 14:12:59 +01:00
decentral1se
fa5d3ae3a1
Document release process
2021-03-17 12:59:09 +01:00
decentral1se
d68444be9e
Mark release
2021-03-17 12:54:29 +01:00
decentral1se
f7bc8efabe
Update to latest when upgrading
2021-03-17 12:53:02 +01:00
decentral1se
f5284ba725
Point to installer for hacking
2021-03-17 12:50:02 +01:00
decentral1se
293d3ff558
Merge pull request 'Show git digest in abra version
if we're running a development version' ( #103 ) from digest-version into main
...
Reviewed-on: coop-cloud/abra#103
2021-03-17 12:48:45 +01:00
3wc
c00319ab01
Update CHANGELOG
2021-03-16 12:55:47 +02:00
3wc
8b4141670c
Include git digest in dev version
output
...
Re: #100
2021-03-16 12:54:42 +02:00
decentral1se
23c852125d
Listen to shellcheck and do things
2021-03-16 10:13:15 +01:00
decentral1se
b4eae2e5e5
Add missing quote
2021-03-16 09:24:21 +01:00
decentral1se
9e953319cf
Get label parsing done correctly
2021-03-16 09:23:13 +01:00
decentral1se
0814fa9146
Add export to the output also
2021-03-16 09:04:42 +01:00
decentral1se
0e1b6c858b
Add change log entry
2021-03-16 08:58:12 +01:00