|
ea10019068
|
fix: "secret insert" respects env version
|
2024-07-17 10:08:13 +02:00 |
|
|
9b0b3c2e4c
|
fix: override version from CLI
See coop-cloud/organising#541
|
2024-07-17 10:07:47 +02:00 |
|
|
95c598d030
|
feat: "app new" supports writing env files
And, automagically, chaos commit hashes.
|
2024-07-17 01:45:19 +02:00 |
|
|
56068362e8
|
fix: write versions on deploy/upgrade/rollback
See coop-cloud/organising#625
|
2024-07-17 01:29:49 +02:00 |
|
|
cf14731b46
|
refactor: "false" -> CHAOS_DEFAULT
|
2024-07-17 01:23:12 +02:00 |
|
|
e42a1bca29
|
fix: add chaos/deploy versiosn back to ps output
continuous-integration/drone/push Build is passing
Fix to support alakazam parsing
|
2024-07-16 22:47:47 +02:00 |
|
|
b5493ba059
|
refactor: CreateTable2 -> CreateTable [ci skip]
|
2024-07-16 22:45:03 +02:00 |
|
|
a41a36b8fd
|
fix: dont lock existing version on rollback
continuous-integration/drone/push Build is passing
Otherwise, we can't select previous versions.
|
2024-07-16 17:35:15 +02:00 |
|
|
de006782b6
|
refactor: tablewriter -> lipgloss
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Also the jsontable impl. is dropped also. Output is unchanged.
|
2024-07-16 16:22:47 +02:00 |
|
|
f28cffe6d8
|
refactor: vertical deploy overview
|
2024-07-16 09:37:10 +02:00 |
|
|
ff90b43929
|
fix: use struct data for HEAD retrieval
continuous-integration/drone/push Build is passing
See ce7dda1eaea5665da7155b4fc2d0a5f885237b1a
|
2024-07-10 15:51:11 +02:00 |
|
|
4be8c8daed
|
test: fix outputs [ci skip]
See https://build.coopcloud.tech/coop-cloud/abra/2035/1/5
|
2024-07-10 13:20:39 +02:00 |
|
|
7596982282
|
feat: update new version in env file
continuous-integration/drone/pr Build is passing
|
2024-07-10 12:12:43 +02:00 |
|
|
4085eb6654
|
feat: define recipe version inside app env file
|
2024-07-10 12:11:46 +02:00 |
|
|
790dbca362
|
feat!: remove all catalogue reads from app commands
|
2024-07-10 12:06:57 +02:00 |
|
|
d7a870b887
|
feat: remote recipes
|
2024-07-10 12:06:44 +02:00 |
|
|
1a3ec7a107
|
fix: pass recipe name for listing cmds
continuous-integration/drone/push Build is passing
|
2024-07-09 17:23:06 +02:00 |
|
|
b82ac3bd63
|
refactor: make IsChaos an actual bool
|
2024-07-09 11:34:01 +02:00 |
|
|
00d60f7114
|
fix: ensure force upgrade/rollback works
|
2024-07-09 11:33:33 +02:00 |
|
|
71d93cbbea
|
refactor: debug logging and errors for version issues
|
2024-07-09 11:33:07 +02:00 |
|
|
2fb5493ab5
|
feat: support chaos commits on deploy
See coop-cloud/organising#517
|
2024-07-09 11:31:52 +02:00 |
|
|
0ff8e49cfd
|
docs: pass on sub-command help
|
2024-07-09 09:43:18 +02:00 |
|
|
c33ca1c6bc
|
fix!: chaos consistency (deploy/undeploy/rollback/upgrade)
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
See coop-cloud/organising#559
--chaos for rollback/upgrade goes away.
|
2024-07-08 17:23:49 +02:00 |
|
|
4580df72cb
|
fix: use recipe name
continuous-integration/drone/push Build is passing
|
2024-07-08 14:58:57 +02:00 |
|
|
5426464092
|
refactor!: drop version, show versions in ps
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
See coop-cloud/organising#526
See coop-cloud/organising#502
|
2024-07-08 14:41:46 +02:00 |
|
|
87ecc05962
|
refactor(recipe): remove direct usage of config.RECIPE_DIR
continuous-integration/drone/pr Build is failing
|
2024-07-08 13:48:02 +02:00 |
|
|
f14d49cc64
|
refactor(recipe): rename Recipe2 -> Recipe
|
2024-07-08 13:19:40 +02:00 |
|
|
5617a9ba07
|
refactor(recipe): remove remaining usage of old recipe struct
|
2024-07-08 13:15:20 +02:00 |
|
|
c1b03bcbd7
|
refactor(recipe): load load compoes config where its used
|
2024-07-08 12:31:39 +02:00 |
|
|
99da8d4e57
|
refactor(recipe): move GetComposeFiles to new struct
|
2024-07-08 12:06:58 +02:00 |
|
|
c861c09cce
|
refactor(recipe): use method or variable for .env.sample
|
2024-07-08 11:41:26 +02:00 |
|
|
73e9b818b4
|
refactor(recipe): move SampleEnv method to new struct
|
2024-07-08 11:02:43 +02:00 |
|
|
01f3f4be17
|
refactor(recipe): use new recipe.Ensure method
|
2024-07-08 10:55:55 +02:00 |
|
|
950f85e2b4
|
refactor(recipe): introduce new recipe struct and move some methods
|
2024-07-08 10:55:43 +02:00 |
|
|
735f521bc0
|
refactor(errors)!: remove WIP/broken command
continuous-integration/drone/push Build is passing
|
2024-07-08 01:33:06 +02:00 |
|
|
96a25425a4
|
refactor(ps)!: remove -w, "watch ..." does it better
continuous-integration/drone/push Build is passing
|
2024-07-08 01:10:58 +02:00 |
|
|
050a479df7
|
refactor: "service name" -> "service"
|
2024-07-08 00:38:54 +02:00 |
|
|
ef108d63e1
|
refactor: use central logger
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2024-07-08 00:01:28 +02:00 |
|
|
6ec678208f
|
chore: formatting
|
2024-07-07 22:40:06 +02:00 |
|
|
a001be3021
|
docs: better "app ps" description
|
2024-07-07 22:39:57 +02:00 |
|
|
1097daa69f
|
fix: "abra app restart" docs + --all-services
See coop-cloud/organising#605
|
2024-07-07 21:52:24 +02:00 |
|
|
0076b31253
|
new package envfile and move GetComposeFiles to recipe package
continuous-integration/drone/pr Build is failing
|
2024-07-06 16:37:16 +02:00 |
|
|
f18c642226
|
refactor: move app files from config to app package
|
2024-07-06 16:37:16 +02:00 |
|
|
9554ad40c8
|
refactor: use adapted upstream detach=false logic [ci skip]
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
See coop-cloud/organising#607.
|
2024-07-02 14:52:12 +02:00 |
|
|
6cd331ebd6
|
secret: allow inserting secret from file and add trim flag
continuous-integration/drone/push Build is passing
|
2024-06-22 16:49:59 +00:00 |
|
|
91ea2c01a5
|
fix: fix old app version deploy wrt. compose files
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
See coop-cloud/organising#617
|
2024-06-21 16:14:40 +02:00 |
|
|
316fdd3643
|
fix: abra app new checks out latest version
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
See coop-cloud/organising#618
|
2024-06-21 15:51:34 +02:00 |
|
|
300a4ead01
|
fix: stop using deprecated APIs
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
|
2024-06-19 19:14:52 +02:00 |
|
|
e6b35e8524
|
fix(upgrade): make upgrade --chaos working again
continuous-integration/drone/push Build is passing
|
2024-05-22 10:21:31 +02:00 |
|
|
e609924af0
|
feat(upgrade): add --releasenotes: show release notes and skip upgrading
continuous-integration/drone/push Build is passing
|
2024-05-21 13:49:36 +02:00 |
|