-
Notifications
You must be signed in to change notification settings - Fork 199
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
docs(RFC): disruption controls by reason #936
docs(RFC): disruption controls by reason #936
Conversation
Skipping CI for Draft Pull Request. |
Pull Request Test Coverage Report for Build 8885837567Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Thanks for taking this up! It's awesome to see progress towards this!
Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a valuable, interesting feature.
I prefer to keep things where defaulting to all is still a simple case. However, I do like the ability to have extensibility for action specific settings in approach b.
I'm curious if there is still a reasonable way without overbearing the API with having those possible settings to. Could end up adding action profiles instead to budget.
Co-authored-by: garvinp-stripe <97996462+garvinp-stripe@users.noreply.github.com>
/assign @njtran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on this! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving just a couple of comments at the end. Really great work on this!! Will wait for an approval or more two before merging.
Co-authored-by: Nick Tran <10810510+njtran@users.noreply.github.com>
@@ -0,0 +1,365 @@ | |||
# Disruption Controls By Reason | |||
# Table of Contents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does using [[_TOC_]]
work so we don't have to make sure this constantly aligns with the naming/titles below? See: https://stackoverflow.com/questions/47154661/how-can-i-create-a-table-of-content-in-gitlab-wiki
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.blog/changelog/2021-04-13-table-of-contents-support-in-markdown-files/ from what I can see github doesn't natively support generating them and trying the [[_TOC_]]
syntax but it did not generate what we are looking for.
For now, we can remove the TOC, or I can regenerate it with a separate tool once we are ready to merge this in.
Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
Co-authored-by: Nick Tran <10810510+njtran@users.noreply.github.com>
Co-authored-by: Nick Tran <10810510+njtran@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
Good work!!!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bryce-Soghigian, ellistarn, njtran The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #924
Implementation of Preferred Approach: #991
Follow Up Items
In order to lower the scope of the doc, we have sanitized the following
We will solve these problems as follow-ups to this design to keep the document concise describing the simple api changes and desired behaviors
How was this change tested?
NA
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.