Commit 2925987
feat: Implement generic database connection (#814)
* chore: remove metadata storage properties
* chore: smoke tests passing
* chore: fix hive related comment
* chore: adapt changelog
* fix: adapt unit tests to new metadatabase crd
* chore: replace remaining metadataStorageDatabase occurances.
* fix: use derby references to network client
* fix: remove derby warning from getting started (uses postgres)
* fix: yaml lints
* fix: missing derby change in test
* fix: remove c&p hive references enum / method comments
* Automatically prepend needed localhost:127 to Derby JDBC connection strings
* fix: rename as_db_type
* Update CHANGELOG.md
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
* Update rust/operator-binary/src/crd/database.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
* fix: rename druid-crendentials -> druid-postgres-credentials
* Add testdata for DruidClusterSpec
* cargo update
* Fix compilation
* Use op-rs from main
* Fix tests
---------
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>1 parent 261c1e0 commit 2925987
45 files changed
Lines changed: 672 additions & 906 deletions
File tree
- deploy
- config-spec
- helm
- druid-operator/configs
- docs/modules/druid/examples/getting_started
- extra
- rust/operator-binary
- src
- config
- crd
- test/resources
- crd
- resource_merge
- role_service
- druid_controller
- tests
- templates/kuttl
- authorizer
- cluster-operation
- external-access
- hdfs-deep-storage
- ingestion-no-s3-ext
- ingestion-s3-ext
- ldap
- logging
- oidc
- orphaned-resources
- overrides
- resources
- s3-deep-storage
- smoke
- tls
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 | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments