-
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: remove product config #804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
adwk67
wants to merge
91
commits into
main
Choose a base branch
from
feat/smooth-operator/remove-product-config
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 16 commits
Commits
Show all changes
91 commits
Select commit
Hold shift + click to select a range
95be852
feat: add merged_overrides() to AirflowCluster
adwk67 5ff22fb
refactor: remove product-config validation from reconcile
adwk67 1f4e351
docs: remove product-config CLI parameter
adwk67 6667f36
feat: remove product-config crate dependency
adwk67 62c0054
refactor: move vendored Flask writer to framework/flask_app_config_wr…
adwk67 4885d36
replace usage of product_config_utils::env_vars_from with inline call…
adwk67 2bd1f79
changelog update
adwk67 18f138f
refactor: move vendored writer to config/writer, drop framework module
adwk67 9ab5f01
refactor: extract webserver_config.py builder into config/webserver_c…
adwk67 fc96e05
use constants directly when resolving image
adwk67 0fed7d5
remove mention of product-config from env-var docs
adwk67 58c9d03
refactor: move rolegroup ConfigMap build into controller/build/config…
adwk67 a66bc67
pass validated cluster instead of individual parameters
adwk67 7a370cf
feat: adopt v2 config_overrides; build against the smooth-operator br…
adwk67 be5c121
docs: make the vendored Flask writer doc operator-agnostic
adwk67 317f029
refactor: consume the Flask config writer from stackable-operator
adwk67 b404642
updated changelog
adwk67 2dfb36e
remove result as return value as it is now used in calling function
adwk67 cd28b2a
make webserver_config_py non-optional to bring in line with other ope…
adwk67 c00ab43
bring addition of log config config maps inline
adwk67 0b6737b
merge main
adwk67 e465065
regenerate charts
adwk67 1a34af9
remove clippy directive and simplify parameters
adwk67 a765f81
add function for multiple callouts
adwk67 6512d4d
use emrge instead of extends
adwk67 5a6f9dc
alter structure to attempt to being it mroe in line with e.g. hdfs. A…
adwk67 6a22f47
move to v2::role_utils
adwk67 85fdfae
add replicas and pod_overrides to ValidatedRoleGroupConfig
adwk67 598be32
move remaining validated structs to controller
adwk67 e8de646
env_vars_from_overrides to sort deterministically
adwk67 d430d35
regenerate nix
adwk67 fc6a42f
bump operator-rs to use updated KeyValueConfigOverrides
adwk67 04171b1
regenerate charts
adwk67 11c014d
fix: consolidate ValidatedClusterConfig, use EnvarSet and operator-rs…
maltesander f0dd42b
refactor: add private metadata to ValidatedCluster to use for ownerre…
maltesander ae62c32
refactor: move ValidatedCluster structs to controller/mod.rs
maltesander 3334481
use v2 ownerref, add HasName and HasUid traits N.B. compiled against …
adwk67 ffefaf6
refactor: use RoleGroupName, use v2 infallible labels, ResourceNames …
adwk67 2e7769d
bump op-rs and fix ResourceName construction
adwk67 60e6633
regenerate nix
adwk67 ccc69be
use metrics_service_name() and v2::product_logging::framework::Vector…
adwk67 65fc6b2
Merge branch 'main' into feat/smooth-operator/remove-product-config
adwk67 4c4968d
refactor: move pdbs to build and return rather than mutate
maltesander 76d4f0c
refactor: move service to build/resource
maltesander 6a930bd
refactor: move listener to build/resource
maltesander 25f03f6
refactor: move stateful set and helpers to build/resource
maltesander 1e9e8d0
refactor: remove rolegroupref (1 leftover)
maltesander 5548c8a
refactor: switch to v2 logging, add vector test
maltesander ce62b74
refactor: move executor to controller/build
maltesander 61d0555
refactor: remove raw cluster references
maltesander 40fcb5d
refactor: remove more raw cluster references
maltesander 97622c3
refactor: consolidated graceful shutdown, added db conenection detail…
maltesander b23cfea
fix: dedup secret name helper
maltesander c6fa6b4
refactor: switch to v2 metrics name helper
maltesander 9e810d7
refactor: add dags_git_sync to ValidatedClusterConfig
maltesander eea50e4
refactor: validate logging upfront
maltesander 6866eb2
refactor: make add_config return instead of mutate
maltesander 2032835
refactor: move graceful shutdown to controller/build
maltesander aa08d22
refactor: merge and move webserver config & envars to controller/build
maltesander f1dc084
refactor: use ConfigMapName, SecretName, ListenerName in CRD
maltesander 765ac0d
fix(test): add vector aggregator to opa-interop test
maltesander 4a2f847
chore: switch to stackable-operator main branch
maltesander 6ae02b3
chore: adapt to op-rs changes
maltesander 3368ac8
chore: revert rolegroup length changes
maltesander 4ba3965
refactor: use VolumeName and Port types
maltesander 53c3d50
chore: migrate to new container builder
maltesander ddccabf
chore: migrate to listener volume source builder
maltesander bfe5726
refactor: add ValidatedCluster object meta helper
maltesander 48c23a7
fix: add namespace / uid to ValidatedCluster
maltesander 9d92a57
fix: introduce ValidatedAirflowConfig, fold logging
maltesander 1b31a10
fix: consolidate executor build merging
maltesander 4b65949
fix: consolidate configmap to resource folder, move controller common…
maltesander ff4adee
fix: use upstream STACKABLE_LOG_DIR
maltesander f39f11f
fix: introduce ConfigFileName enum
maltesander 3864f53
chore regenerate
maltesander 0e05242
Merge branch 'main' into feat/smooth-operator/remove-product-config
maltesander a52d849
chore: bump stackable-operator 0.111.1 -> 0.112.0, tokio 1.40 -> 1.52…
maltesander 98c88df
chore: remove test for "missing" fields
maltesander e1b7370
fix: increase scheduler default memory 1GB -> 1.2GB (3.2.2 OOM crashes)
maltesander d354774
chore: add scheudler memory increase (1GB -> 1.2GB)
maltesander adf2ffa
fix: import "ldap.filter" to fix FAB regression when ldap auth class …
maltesander 6acd697
fix: remove loop spamming on response status != 200
maltesander bfb9d12
fix: bum scheduler memory to 1.5GB to avoid OOM in tests
maltesander 10b841c
fix: split event sources for remote logging 3.2.2 test
maltesander 8b9682a
changelog
adwk67 4f689ae
clippy warning and comment update
adwk67 68fe562
move db connection resolution out of validate step
adwk67 604d6ca
use v2 cluster_resources_new
adwk67 4547016
git_sync::v1alpha2::GitSyncResources usage inline with nifi
adwk67 6632e44
Merge branch 'main' into feat/smooth-operator/remove-product-config
adwk67 576ddbe
Merge branch 'main' into feat/smooth-operator/remove-product-config
adwk67 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.