You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: plugin configuration further improvements (#34)
* fix: clear diode permissions
Signed-off-by: Michal Fiedorowicz <[email protected]>
* feat: allow configuration of diode usernames via PLUGINS_CONFIG
Signed-off-by: Michal Fiedorowicz <[email protected]>
* feat: update settings with diode users details
Signed-off-by: Michal Fiedorowicz <[email protected]>
* feat: update ingestion logs view
Signed-off-by: Michal Fiedorowicz <[email protected]>
* update settings copy for env vars
Signed-off-by: Michal Fiedorowicz <[email protected]>
* create users using usernames provided with plugin config
Signed-off-by: Michal Fiedorowicz <[email protected]>
* python fmt
Signed-off-by: Michal Fiedorowicz <[email protected]>
* update migration for creating setting using diode target from plugin config
Signed-off-by: Michal Fiedorowicz <[email protected]>
* use diode_target_override from plugin config or from database
block modifying diode target via GUI if diode_target_override is present
Signed-off-by: Michal Fiedorowicz <[email protected]>
* migration to rename legacy users
new usernames obtained from plugin config (either default ones or PLUGINS_CONFIG)
Signed-off-by: Michal Fiedorowicz <[email protected]>
* fix 0001_initial migration
Signed-off-by: Michal Fiedorowicz <[email protected]>
* tidy up 0002_setting migration
Signed-off-by: Michal Fiedorowicz <[email protected]>
* adjust unit tests to plugin config changes
Signed-off-by: Michal Fiedorowicz <[email protected]>
* tidy up forms
Signed-off-by: Michal Fiedorowicz <[email protected]>
* disable PLUGINS_CONFIG for docker by default
Signed-off-by: Michal Fiedorowicz <[email protected]>
* update README
Signed-off-by: Michal Fiedorowicz <[email protected]>
* handle missing diode users
Signed-off-by: Michal Fiedorowicz <[email protected]>
* unit tests for handling missing diode users
Signed-off-by: Michal Fiedorowicz <[email protected]>
* rename reconciled to changes in ingestion logs metrics gauges
Signed-off-by: Michal Fiedorowicz <[email protected]>
---------
Signed-off-by: Michal Fiedorowicz <[email protected]>
0 commit comments