Commit Graph

457 Commits

Author SHA1 Message Date
2e159050e9 Grab published abra apps json file 2021-04-03 20:42:28 +02:00
25090a8129 Drop timeout value 2021-04-03 20:42:21 +02:00
be5383b164 Make use of caching for speeding up tags generation
See https://git.autonomic.zone/coop-cloud/abra/issues/129.
2021-04-03 20:42:02 +02:00
3720ef838d Track branch state when parsing versions 2021-04-03 20:28:31 +02:00
071fcbb96b Don't deal with branches on feature parsing 2021-04-03 20:28:14 +02:00
abfb1c6404 Support multiple compose files for app json generation
Closes https://git.autonomic.zone/coop-cloud/abra/issues/127.
2021-04-03 20:22:53 +02:00
0369a18c6e Fix service version collection
Closes https://git.autonomic.zone/coop-cloud/abra/issues/128.
2021-04-03 20:18:31 +02:00
57f74b0d46 Update with latest generated file 2021-04-03 20:14:00 +02:00
93142ba305 Fix tag generation for underlying services 2021-04-02 21:26:25 +02:00
f289f79ec3 Add change log entry 2021-04-02 21:21:28 +02:00
6b0f8a3d45 Fix loads of bugs and generate apps JSON again 2021-04-02 21:00:55 +02:00
6f776a8c51 Take a cleanup pass on generation script 2021-04-02 20:40:31 +02:00
55dc3a1d2a Add versions listing script 2021-04-02 17:24:15 +02:00
91ccc819d5 Fix URL 2021-04-02 17:03:58 +02:00
bf0ed8fd1c Fix folder path 2021-04-02 16:55:16 +02:00
8a54fa3f27 Only gather image names and fix generator 2021-04-02 16:54:40 +02:00
26f9e1747f Fix domain 2021-04-02 16:47:06 +02:00
4a3c4ce0c5 Fix path 2021-04-02 16:46:48 +02:00
903b286d3f Fix URL 2021-04-02 16:46:31 +02:00
f4ab771e2a First working generation (woohoo) 2021-04-02 16:43:43 +02:00
cd647f090b Further fixes to apps json generator 2021-04-02 16:35:29 +02:00
85670538c6 Hashed out a very broken tags gathering logic 2021-04-02 16:28:56 +02:00
90780eab91 More dependencies! 2021-04-02 16:13:07 +02:00
1fabae0f48 Add jq dep docs 2021-04-02 16:11:36 +02:00
75af48bc5d Add docs and remove unused import 2021-04-02 16:05:31 +02:00
0323fbe1c8 It ain't the final step 2021-04-02 15:56:15 +02:00
dbb61b9a46 Merge those two sections again 2021-04-02 15:55:29 +02:00
3a40d27778 Expand release docs 2021-04-02 15:53:08 +02:00
1d1329b77e Wire up correct save path for deployment 2021-04-02 15:49:18 +02:00
d9374dc48e Don't ignore JSON, we'll need it 2021-04-02 15:49:08 +02:00
a760ef7869 Fix service name to match existing convention 2021-04-02 15:44:37 +02:00
3b9d6a7eb2 Fix copy/pasta for apps json deployer 2021-04-02 15:44:24 +02:00
663ba19c8b Run flake8 against python scripts 2021-04-02 15:42:28 +02:00
70b2a68f34 Add newline 2021-04-02 15:39:15 +02:00
2b0f691d5f Get shellcheck working for the bin/ scripts 2021-04-02 15:39:02 +02:00
18f8ea982e Add abra-apps releaser docs and target 2021-04-02 15:38:49 +02:00
d6cec2ff1a Update installer paths 2021-04-01 22:34:51 +02:00
29e0077edb Move installer script to more general deploy folder 2021-04-01 22:33:19 +02:00
73c1290c52 Move to bin/ folder 2021-04-01 22:33:05 +02:00
26e839ea7b Get this JSON generator over the line 2021-04-01 21:40:38 +02:00
e881f8007e Take a very sloppy regex mania pass on apps.json generation 2021-03-28 11:40:49 +02:00
6f3f4b6779 Flesh out more of this generation script 2021-03-26 20:48:08 +01:00
a5274f123c Fix non-master branch switching for repos 2021-03-26 20:21:37 +01:00
fc12634fbb Fix change log entries 2021-03-26 01:17:06 +01:00
a5ce75a29b First stab at the apps JSON generation script
See https://git.autonomic.zone/coop-cloud/abra/issues/121.
2021-03-26 01:14:14 +01:00
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
aa717c2323 Fix tests 2021-03-26 00:28:47 +01:00
9836d27052 Add abra doctor command
Closes https://git.autonomic.zone/coop-cloud/abra/issues/119.
2021-03-26 00:26:34 +01:00
e361b493b1 Recognise undeployed apps when undeploying
Closes https://git.autonomic.zone/coop-cloud/abra/issues/123.
2021-03-26 00:01:07 +01:00
b28460cf84 Add wait and domain check logic
Closes https://git.autonomic.zone/coop-cloud/abra/issues/116.
Also see https://git.autonomic.zone/coop-cloud/abra/issues/113.
2021-03-25 23:56:16 +01:00