Commit Graph

126 Commits

Author SHA1 Message Date
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
decentral1se 2f1f51bad1
Check for docker version
Closes coop-cloud/abra#15.
2021-03-20 22:00:02 +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 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 9580b2dd7d
Add entry 2021-03-18 19:46:43 +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 c5ccfa0fa1
Add entry 2021-03-18 18:47:13 +01:00
decentral1se 89bd18a76b
Add change log entries 2021-03-18 17:21:16 +01:00
decentral1se 8df91de3af
Add --force to deploy command
Closes coop-cloud/abra#105.
2021-03-18 14:12:18 +01:00
decentral1se d68444be9e
Mark release 2021-03-17 12:54:29 +01:00
3wc c00319ab01 Update CHANGELOG 2021-03-16 12:55:47 +02:00
decentral1se 0e1b6c858b
Add change log entry 2021-03-16 08:58:12 +01:00
decentral1se 76513a1f35
Add change log entry 2021-03-16 06:51:35 +01:00
decentral1se e31b3d3173
Add change log entry 2021-03-16 06:25:29 +01:00
decentral1se 29953c17d9
Add change log entry 2021-03-16 05:48:08 +01:00
decentral1se 0d98c442a2
Add change log entry 2021-03-15 17:04:14 +01:00
3wc 7511b25e47 Update installation docs, release new installer
[ci skip]
2021-03-15 10:35:06 +02:00
3wc 62b447d61f Update changelog
[ci skip]
2021-03-14 14:40:57 +02:00
3wc fd655274f8 Bomb out with Bash < 4
Ref #96
2021-03-14 03:24:13 +02:00
3wc af52ba1fec Clean-up 🧹 2021-03-12 13:13:17 +02:00
3wc 499c08c374 Update CHANGELOG 2021-03-12 13:10:50 +02:00
decentral1se 3276c9fe47
Always choose the default IPv4 address for init'ing
Closes coop-cloud/abra#91.
2021-03-10 22:23:38 +01:00
Luke Murphy 17306a753b
Support volume and secret removal 2021-03-04 16:55:24 +01:00
Luke Murphy eec49d6dd1
Guard against length errors in app names
Closes coop-cloud/abra#83.
2021-03-04 16:25:21 +01:00
Luke Murphy fd04c5a6e9
Support branch selection for app repo clones
Closes coop-cloud/abra#80.
2021-03-04 16:01:56 +01:00
Luke Murphy 44e22db11b
Add change log entry 2021-03-04 13:27:32 +01:00
Luke Murphy e04c4626f2
Update change log 2021-03-04 13:22:57 +01:00
3wc 00cdce7bd2 Update CHANGELOG
[ci skip]
2021-03-02 20:34:35 +02:00
Luke Murphy e0032fb74a
Add change log entry 2021-03-02 13:07:00 +01:00
Luke Murphy 5a95ae97a0
Add changelog entry 2021-03-02 12:06:14 +01:00
Luke Murphy 4bd842db66
Mark new release of abra 2021-03-01 11:41:44 +01:00
3wc 29b22fe162 Display subcommand help with -h/--help
Closes #78
2021-02-11 15:02:37 +02:00
3wc d2cdb11fcc Tweak INFO messages, update CHANGELOG 2021-02-08 13:43:39 +02:00
Luke Murphy 4e913c426d
Follow same style 2021-01-09 20:07:16 +01:00
3wc 8a08de51e4 Alert on missing secrets, re-add . → _ STACK_NAME 2021-01-09 15:07:39 +02:00
3wc 5d84cef63c `app restore` 2021-01-09 13:36:32 +02:00
3wc eda5198904 Add scaffolding for per-app `backup` commands
See #70
2021-01-09 13:36:32 +02:00
3wc a4a3dccd66 Add global --skip-check / --skip-update commands 2021-01-09 13:36:32 +02:00
Luke Murphy 6ba2657dc1
Use short hash convention 2021-01-01 18:59:19 +01:00
Luke Murphy ac6b805cbf
Follow parens convention 2021-01-01 18:57:39 +01:00
Luke Murphy aa59c1ad43
Make secret generation more robust
Closes coop-cloud/abra#68.
2021-01-01 18:54:41 +01:00
Luke Murphy f5c8ee1136
Merge auto/generate and use --secrets
Closes coop-cloud/abra#58.
2021-01-01 17:31:21 +01:00
3wc b2e3292453 Add `version` subcommand to CHANGELOG 2021-01-01 17:55:45 +02:00
Luke Murphy 13fafb5929
Fix typo and link to commit 2021-01-01 14:18:30 +01:00
3wc 114f99ae2e Update CHANGELOG 2021-01-01 15:11:04 +02:00
Luke Murphy 406b9e374e
Only output length if using it
Closes coop-cloud/abra#67.
2020-12-31 18:16:01 +01:00
Luke Murphy fac45f276e
Add entry 2020-12-31 18:11:22 +01:00
Luke Murphy 4e99cf1ded
Add log entry 2020-12-31 16:57:10 +01:00
Luke Murphy c4b1ac482e
Update change log 2020-12-31 13:22:26 +01:00
3wc 6761574d74 Add "app name" concept, and rename APP → TYPE
Ref #47
2020-12-30 21:26:17 +02:00
Luke Murphy 11c50ae98d
Use set -a/+a and docker env file formats
Closes coop-cloud/abra#40.
2020-12-30 11:22:58 +01:00
decentral1se 34775f306b Merge branch 'main' into merge-logging 2020-12-30 11:21:03 +01:00
Luke Murphy 2b951e9f54
Mark minor 2020-12-30 11:18:32 +01:00
3wc 01184c313a Add missing CHANGELOG entries
Closes #46
2020-12-30 00:43:52 +02:00
Luke Murphy 3936d6afc0
Merge logs/multilogs and avoid multitail external 2020-12-29 23:22:46 +01:00
Luke Murphy 407744827f
Add change log entry for #42
See coop-cloud/abra#42.
2020-12-29 17:11:30 +01:00
Luke Murphy 9b1be33018
Mark as quote and not as entry 2020-12-29 15:11:15 +01:00
Luke Murphy 6ecf4f287a
Add missing ) 2020-12-29 15:10:57 +01:00
Luke Murphy 07d4815a74
Start 0.5.0 change log 2020-12-29 15:08:42 +01:00
Luke Murphy 891b2cc6c9
Add place holders for change log 2020-10-25 21:13:33 +01:00
Luke Murphy 16292df5f6
Fix installer and mark new patch 2020-09-27 08:20:36 +02:00
Luke Murphy 92c91ddbb0
Add log entry 2020-09-27 08:17:00 +02:00
Luke Murphy 0268685cfa
Declare minor bump 2020-09-24 09:09:46 +02:00
Luke Murphy dd4f31d9a1
Switch over to scripts.d 2020-09-24 09:03:25 +02:00
Luke Murphy 3a1f4e7bf6
Bump to next version 2020-09-22 14:18:41 +02:00
Luke Murphy e2e1e07803
Add installer script (first stab) 2020-09-22 13:37:33 +02:00
Luke Murphy 15bdd11599
Jiggle README and add CHANGELOG 2020-09-22 13:05:23 +02:00