Skip to content
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

Add override control scripts #73

Closed
ilyakooo0 opened this issue Aug 17, 2021 · 0 comments
Closed

Add override control scripts #73

ilyakooo0 opened this issue Aug 17, 2021 · 0 comments

Comments

@ilyakooo0
Copy link
Member

ilyakooo0 commented Aug 17, 2021

Add the following control scripts:

  1. default deployment overrides
  2. keys for deployment overrides
  3. default application overrides – should take final deployment overrides as one of the arguments
  4. key for app overrides – should take final deployment overrides as one of the arguments

The output should be read from stdout in the CSV format.

The default arguments should be displayed to the user in the web UI. The user can then choose to edit or delete existing overrides or add new overrides. The structure for the override edits was introduced in #68 although not fully integrated (they are currently used as the old override system).

We should only store the edits the user made. To get the full config we would run the "default overrides" script again and apply the saved user edits on top.

The keys should just be passed to the frontend and used as suggestions to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant