2b9a185aff
build: go mod tidy
2025-03-23 11:10:05 +01:00
47045ca8f1
feat: improved deploy progress reporting
...
See toolshed/abra#478
2025-03-23 09:13:36 +00:00
1723025fbf
build: go 1.24
...
We were running behind and there were quite some deprecations to update.
This was mostly in the upstream copy/pasta package but seems quite
minimal.
2025-03-16 12:31:45 +01:00
3ac29d54d9
chore: go update des/vendor
2025-01-07 16:59:56 +01:00
d087f3debf
chore: go mod tidy
2025-01-03 21:25:11 +01:00
b9f2d1f568
chore: go mod vendor / tidy
2025-01-03 20:21:06 +01:00
b0cd8ccbb9
refactor/fix: deploy/upgrade/rollback
...
See coop-cloud/abra#461
2025-01-02 11:12:38 +01:00
18df498295
chore: deps and vendor
2024-12-27 13:47:45 +01:00
671e1ca276
refactor!: cobra migrate
2024-12-27 13:32:29 +01:00
31fa9b1a7a
chore: make deps, go mod vendor
2024-12-02 01:45:06 +01:00
1f8662cd95
refactor: urfave v3
2024-10-21 16:39:27 +02:00
375e17a4a0
refactor: urfave v2
2024-10-21 11:00:35 +02:00
de006782b6
refactor: tablewriter -> lipgloss
...
Also the jsontable impl. is dropped also. Output is unchanged.
2024-07-16 16:22:47 +02:00
d3ede0f0f6
refactor: logging with background/padding
2024-07-15 22:55:02 +02:00
a9f7579ca9
fix: remove old logrus calls
2024-07-08 14:21:17 +02:00
9ef64778f5
chore: go deps update
2024-07-08 01:52:17 +02:00
96a25425a4
refactor(ps)!: remove -w, "watch ..." does it better
2024-07-08 01:10:58 +02:00
ef108d63e1
refactor: use central logger
2024-07-08 00:01:28 +02:00
9554ad40c8
refactor: use adapted upstream detach=false logic [ci skip]
...
See coop-cloud/organising#607 .
2024-07-02 14:52:12 +02:00
f209b6f564
chore: go get -u -t
2024-06-19 19:14:44 +02:00
cdd7516e54
chore: go mod tidy [ci skip]
2023-12-04 22:56:58 +01:00
2de6934322
feat: abra app cp enhancements
2023-12-02 15:39:27 +00:00
cb49cf06d1
chore: drop old godotenv pointers [ci skip]
...
Follows 9affda8a70270632ecea60ef592e7f3287bd0374
2023-12-02 13:02:24 +01:00
9affda8a70
chore: update godotenv fork commit pointer
...
Follows coop-cloud/abra#391
2023-12-02 12:59:42 +01:00
3957b7c965
proper env modifiers support
...
This implements proper modifier support in the env file using this new fork of the godotenv library. The modifier implementation is quite basic for but can be improved later if needed. See this commit for the actual implementation.
Because we are now using proper modifer parsing, it does not affect the parsing of value, so this is possible again:
```
MY_VAR="#foo"
```
Closes coop-cloud/organising#535
2023-12-01 11:03:52 +00:00
92b073d5b6
chore: go mod tidy
2023-11-27 10:28:43 +01:00
856c9f2f7d
chore: go mod tidy
2023-11-04 09:37:15 +01:00
7566b4262b
fix: set go version to 1.21
2023-10-09 22:07:30 +02:00
6fc4573a71
chore: go mod tidy
2023-10-06 09:49:03 +02:00
7e3ce9c42a
chore: go mod tidy
2023-10-03 09:30:26 +02:00
ce4b775428
build: require 1.18 due to slices.Contains usage
2023-09-25 10:32:41 +02:00
7a9224b2b2
chore: go mod tidy
2023-09-19 12:38:02 +02:00
ab7edd2a62
refactor!: drop "record" & "server new" command
...
These were alpha prototypes and we'll reconsider once other layers of
Abra are more stable.
2023-09-14 16:45:01 +02:00
b1888dcf0f
chore: go mod tidy
2023-09-14 09:39:28 +02:00
83bf148304
chore: go mod tidy
2023-09-07 14:34:40 +02:00
f8c4fd72a3
chore: go mod tidy
2023-09-05 13:56:34 +02:00
d9b4f4ef3b
chore: go mod tidy
2023-08-26 09:58:46 +02:00
6640cfab64
chore: go mod tidy
2023-08-13 17:42:24 +02:00
798fd2336c
chore: go mod tidy
2023-07-27 21:48:49 +02:00
2518e65e3e
chore: go mod tidy
2023-07-25 10:22:02 +02:00
0b67500cab
Add docker v24 and associated dependencies.
2023-07-15 08:15:46 +00:00
e0c3a06182
chore: go mod tidy
2023-07-14 19:47:09 +02:00
502b78ef5c
chore: go mod tidy
2023-07-05 09:50:38 +02:00
76862e9d66
chore: go mod tidy
2023-06-22 16:44:53 +02:00
dea665652c
chore: go mod tidy
2023-06-16 18:10:02 +02:00
ff1c043ec5
chore: go mod tidy
2023-06-07 10:45:17 +02:00
6974681af5
fix: improve error message
2023-05-29 14:57:41 +02:00
6e4dd51b27
chore: go mod tidy
2023-05-08 11:42:50 +02:00
442f46e17f
chore: go mod tidy
2023-05-05 10:59:22 +02:00
049da94629
fix(version): semver version ordering ( !293 )
...
Solves coop-cloud/organising#427
This fix sorts the recipe versions at the catalogue generation and the versions that are received from the catalogue.
Co-authored-by: Moritz <moritz.m@local-it.org>
Reviewed-on: coop-cloud/abra#293
2023-04-26 06:38:15 +00:00