Pieter Noordhuis
66ca9ec266
Add permissions block to each resource ( #264 )
...
Example:
```yaml
resources:
jobs:
my_job:
name: "[${bundle.environment}] My job"
permissions:
- level: CAN_VIEW
group_name: users
```
2023-03-21 10:58:16 +01:00
Pieter Noordhuis
58563b1ea9
Add resources for mlflow models and experiments ( #263 )
...
Manually confirmed that both can be deployed.
2023-03-20 21:28:43 +01:00
Pieter Noordhuis
d5474c9673
Revert "Rename jobs -> workflows" ( #118 )
...
This reverts PR #111 .
This reverts commit 230811031f
.
2022-12-01 22:39:15 +01:00
Pieter Noordhuis
230811031f
Rename jobs -> workflows ( #111 )
2022-12-01 09:35:21 +01:00
Pieter Noordhuis
195eb7f0f9
Add job and pipeline structs ( #94 )
2022-11-18 11:12:24 +01:00
Pieter Noordhuis
e47fa61951
Skeleton for configuration loading and mutation ( #92 )
...
Load a tree of configuration files anchored at `bundle.yml` into the
`config.Root` struct.
All mutations (from setting defaults to merging files) are observable
through the `mutator.Mutator` interface.
2022-11-18 10:57:31 +01:00