Commit f854de2
feat: Add generic database connection mechanism (#754)
* feat: Implement generic database connection
* fix: Add to Pod template as well
* Bump op-rs
* Fix tests
* Update kuttl tests
Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.tech>
* Update docs
Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.tech>
* Further update docs
* bump op-rs
* cargo fmt
* Use docs from op-rs
* Bump op-rs
* Impl Deref for database connection enums
* Some docs
* Rename celeryResultBackend -> ResultBackend and celeryBroker -> broker
* WIP changelog
* changelog
* changelog
* Fix some leftover credentialsSecret renames
* test: Fix ca-cert test
* More test fixes
* Fix more tests
* Update tests/templates/kuttl/versioning/30-install-airflow-cluster.yaml.j2
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
* yaml linter
---------
Co-authored-by: Andrew Kenworthy <andrew.kenworthy@stackable.tech>
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>1 parent aff1665 commit f854de2
54 files changed
Lines changed: 1401 additions & 928 deletions
File tree
- deploy
- config-spec
- helm/airflow-operator/configs
- docs/modules/airflow
- examples
- getting_started/code
- pages
- getting_started
- usage-guide
- partials
- examples
- extra
- rust/operator-binary/src
- crd
- operations
- tests/templates/kuttl
- ca-cert
- cluster-operation
- external-access
- ldap
- logging
- mount-dags-configmap
- mount-dags-gitsync
- oidc
- opa
- orphaned-resources
- overrides
- remote-logging
- resources
- smoke
- triggerer
- versioning
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments