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

feat(admin): Add ability to edit existing runtime config #2297

Merged
merged 3 commits into from
Dec 17, 2021
Merged

Conversation

lynnagara
Copy link
Member

@lynnagara lynnagara commented Dec 17, 2021

Right now editing is only possible if the current and new types
are the same. It does not currently support passing the "force"
option which is required if the evaluated type is not the same as before.

UI demo:
https://user-images.githubusercontent.com/1779792/146467423-46f1d2e1-a35c-490e-817f-6f31131e2d8c.mov

Right now editing is only possible if the current and new types
are the same. It does not currently support passing the "force"
option which is required if the evaluated type is not the same as before.
@lynnagara lynnagara requested a review from a team as a code owner December 17, 2021 00:08
@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2021

Codecov Report

Merging #2297 (71809b0) into master (080a49b) will decrease coverage by 0.05%.
The diff coverage is 14.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2297      +/-   ##
==========================================
- Coverage   92.93%   92.87%   -0.06%     
==========================================
  Files         556      556              
  Lines       25494    25511      +17     
==========================================
+ Hits        23692    23693       +1     
- Misses       1802     1818      +16     
Impacted Files Coverage Δ
snuba/admin/views.py 50.53% <14.28%> (-9.99%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 080a49b...71809b0. Read the comment docs.

@lynnagara lynnagara enabled auto-merge (squash) December 17, 2021 19:45
@lynnagara lynnagara merged commit 83b94b6 into master Dec 17, 2021
@lynnagara lynnagara deleted the edit-config branch December 17, 2021 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants