-
Notifications
You must be signed in to change notification settings - Fork 1
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: [PC-13433]: add get Adjustment Events #228
base: main
Are you sure you want to change the base?
feat: [PC-13433]: add get Adjustment Events #228
Conversation
34b34be
to
826f51e
Compare
…ate-of-adjustments
internal/budgetadjustments/flags.go
Outdated
) | ||
|
||
const ( | ||
flagAdjustment = "adjustment-name" |
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.
maybe just name? we have sloctl budgetadjustments --adjustment-name
for me adjustment in flag is uncessary duplication
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.
We are getting events by adjustment name so lets leave it as it is
## Summary Correct failing new parameters tests
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cspell](https://cspell.org/) ([source](https://redirect.github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | [`8.14.4` -> `8.15.1`](https://renovatebot.com/diffs/npm/cspell/8.14.4/8.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cspell/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cspell/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cspell/8.14.4/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cspell/8.14.4/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>streetsidesoftware/cspell (cspell)</summary> ### [`v8.15.1`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8151-2024-10-11-small) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.15.0...v8.15.1) - fix: Sign Published Packages ([#​6350](https://redirect.github.com/streetsidesoftware/cspell/issues/6350)) ([633b060](https://redirect.github.com/streetsidesoftware/cspell/commit/633b060)), closes [#​6350](https://redirect.github.com/streetsidesoftware/cspell/issues/6350) ### [`v8.15.0`](https://redirect.github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8150-2024-10-11) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell/compare/v8.14.4...v8.15.0) - chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 ([#​6332](https://redirect.github.com/streetsidesoftware/cspell/issues/6332)) ([67d1e92](https://redirect.github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#​6332](https://redirect.github.com/streetsidesoftware/cspell/issues/6332) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/sloctl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJqYXZhc2NyaXB0IiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yaml](https://eemeli.org/yaml/) ([source](https://redirect.github.com/eemeli/yaml)) | [`2.5.1` -> `2.6.0`](https://renovatebot.com/diffs/npm/yaml/2.5.1/2.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/yaml/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/yaml/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/yaml/2.5.1/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/yaml/2.5.1/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>eemeli/yaml (yaml)</summary> ### [`v2.6.0`](https://redirect.github.com/eemeli/yaml/releases/tag/v2.6.0) [Compare Source](https://redirect.github.com/eemeli/yaml/compare/v2.5.1...v2.6.0) - Use a proper tag for `!!merge <<` keys ([#​580](https://redirect.github.com/eemeli/yaml/issues/580)) - Add `stringKeys` parse option ([#​581](https://redirect.github.com/eemeli/yaml/issues/581)) - Stringify a Document as a Document ([#​576](https://redirect.github.com/eemeli/yaml/issues/576)) - Add sponsorship by [Manifest](https://manifest.build/) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/sloctl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJqYXZhc2NyaXB0IiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ommand-for-getdeleteupdate-of-adjustments # Conflicts: # package.json
…ate-of-adjustments
…ate-of-adjustments
d1add0c
to
ad22a73
Compare
Co-authored-by: Mateusz Hawrus <48822818+nieomylnieja@users.noreply.github.com>
Motivation
This change is a part of new Error Budget Adjustments management feature. We need to have a way to get/update/delete Events related to an Adjustments.
Summary
Add new command to
sloctl
toTesting
See added examples of usage
Release Notes
New Past Adjustment functionality. Allow users to manage past events.