Commit Graph

55 Commits

Author SHA1 Message Date
Kevin Franklin Kim
4b88ffbd15
feat: bump linter 2025-10-10 11:54:31 +02:00
Kevin Franklin Kim
33792c52bd
feat: integrate bake into sub commands 2025-08-01 09:05:45 +02:00
Kevin Franklin Kim
fa7ab36551
feat: parallel and better output 2025-03-25 10:44:26 +01:00
Kevin Franklin Kim
67cc9675b5
feat: pretty logs 2024-09-25 15:04:23 +02:00
Kevin Franklin Kim
96890648fe
feat: switch to StringArray 2024-04-30 19:11:24 +02:00
Kevin Franklin Kim
75a04bdd54
feat: switch to StringArray 2024-04-30 18:53:20 +02:00
Kevin Franklin Kim
3921c79823
feat: wrap errors 2024-04-23 09:41:39 +02:00
Kevin Franklin Kim
ef88b139fc
revert: only render config if needed 2024-01-25 06:21:49 +01:00
Kevin Franklin Kim
5fed842cf1
feat: only render config if needed 2024-01-24 15:15:58 +01:00
Kevin Franklin Kim
bede368045
feat: add tags 2023-09-21 13:25:18 +02:00
Kevin Franklin Kim
c0c52b85d9
feat: add squadron name to schema 2023-09-21 10:25:54 +02:00
Stefan Martinov
e3a1b86cac feat: refactor runner and replace it with errgroup with limits (go v1.19) 2022-08-24 11:12:56 +02:00
Stefan Martinov
4f5b5f6c7f chore: run & fix linter 2022-08-24 08:58:18 +02:00
Stefan Martinov
93f6c6ccd0 feat: update parallel in build and push 2022-08-22 14:09:01 +02:00
Kevin Franklin Kim
bd3701fecf feat: ensure sorted list 2022-05-19 13:50:16 +02:00
Kevin Franklin Kim
29d784eb19 feat: use docker buildx by default and add args 2021-12-10 11:47:01 +01:00
Kevin Franklin Kim
98dba86b8f refactor: use semaphore 2021-11-17 12:50:59 +01:00
Kevin Franklin Kim
1c8f64edd0 feat: allow parallel docker build & push 2021-11-03 15:31:12 +01:00
franklin
a26e28c619 feat: add context 2021-10-23 07:22:36 +02:00
franklin
84309cbce8 feat: filter config for given units
this is needed e.g. to prevent config template rendering of units that might fail due to permissions (1password)
2021-08-04 11:56:33 +02:00
franklin
7e905479c8 feat: allow config --no-render 2021-05-26 13:01:16 +02:00
franklin
0fc94c8437 style: lint fix code 2021-05-25 15:58:58 +02:00
franklin
a0aa44eb9f feat: do not check image exists 2021-04-08 10:56:44 +02:00
Milos Pejanovic
aa07735b74 remove logger passed as dependency, small Cmd refactor 2021-03-31 17:24:45 +02:00
franklin
4f747028eb refactor: add push and pull on structs 2021-03-29 10:22:37 +02:00
franklin
c688b1fc86 fix: add flagFiles 2021-03-25 12:33:44 +01:00
franklin
d44eb92303 chore: reformat imports 2021-03-25 12:32:52 +01:00
franklin
a1ca047c9a docs: update usage help 2021-03-25 12:29:26 +01:00
franklin
4bcf2ef379 fix: fix nil pointer panic 2021-03-25 10:22:01 +01:00
Milos Pejanovic
07e6544079 move logic around. implement merge files. add unmarshall logic 2021-03-23 18:00:15 +01:00
Milos Pejanovic
0e216328c7 seperate code. implement down, build. add small changes to existing code 2021-03-23 13:16:43 +01:00
Milos Pejanovic
9d113e62d6 remove unused files. add build and push. refactor rest 2021-03-15 17:13:18 +01:00
Milos Pejanovic
e4064e3370 refactor actions, add restart 2020-06-29 18:23:36 +02:00
Milos Pejanovic
63646bce9f fix verbose logging, small refactor 2020-06-26 11:34:56 +02:00
Milos Pejanovic
ae3826c86b add utility functions and tidy up 2020-06-25 15:52:43 +02:00
Milos Pejanovic
4f607a9c10 add support for group templating 2020-06-24 12:55:13 +02:00
Stefan Martinov
0fa98e39d5 Merge branch 'master' of github.com:foomo/configurd into feature/build-push
# Conflicts:
#	cmd/actions/build.go
#	configurd.go
2020-05-19 18:29:22 +02:00
Stefan Martinov
47fa162198 feat: add push command to build 2020-05-19 18:25:36 +02:00
Milos Pejanovic
41145c3c2d Merge branch 'master' into feature/resource-validation 2020-05-19 16:28:25 +02:00
Milos Pejanovic
04a3451058 Add validation for resources with requested listing in error message 2020-04-27 17:41:16 +02:00
Milos Pejanovic
cbd146a4e5 Update actions to use correct error handling and remove extra code 2020-04-23 10:34:52 +02:00
Stefan Martinov
23e96164ac feat: implement better configuration mechanisms 2020-04-22 14:58:09 +02:00
Stefan Martinov
dca61c339c feat: implement better method parsing 2020-04-22 10:31:26 +02:00
Stefan Martinov
596e56ced9 feat: set default tag on configurd initialization 2020-04-13 22:43:19 +02:00
Stefan Martinov
1dd5488ddc chore: set methods to private 2020-04-13 17:55:07 +02:00
Stefan Martinov
52c36679d1 feat: lazy initialize configurd service 2020-04-13 17:47:52 +02:00
Milos Pejanovic
e23fc4caa7 Add requested changes and fix smaller issues 2020-04-10 13:55:42 +02:00
Milos Pejanovic
542baa7ecf Add init command and apply small fixes 2020-03-31 01:02:14 +02:00
Milos Pejanovic
73b2113c81 Refactor group loading and tidy up commands 2020-03-12 11:25:13 +01:00
Milos Pejanovic
eb73ab1fb6 Refactor logging and some flags 2020-03-11 14:46:47 +01:00