chore: bump go-flashduty to v0.15.4 and regenerate - #199
Merged
Merged
Conversation
- member notify: --dry-run is gone. The server now rejects a body the sanitizer would rewrite with a 400, so there is nothing left to preview; the response carries agent_instructions instead of html. Drops the test that pinned a dry run printing the whole email, and the card's dry_run advice. - monit rule-export / rule-import are gone with their endpoints. The monit-rule card now points full-definition requests at rule-list-basic + rule-v2-info. - Generated fences and help pick up the other spec changes (investigation_targets time_range / variables / query kind, and the schema text updates).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps go-flashduty v0.15.3 → v0.15.4, reruns
cligenandmake gen-cards.member notify:--dry-runremoved. The server rejects a body the sanitizer would rewrite with a 400, so there is nothing to preview; the response carriesagent_instructionsinstead ofhtml. RemovedTestMemberNotifyDryRunPrintsWholeEmail(it pinned the dry-run output path) and the card'sdry_runadvice.monit rule-export/rule-importremoved with their endpoints.monit-rule.mdprose now routes "full rules" torule-list-basic+rule-v2-infoand dropsrule-importfrom the mutating list.investigation_targets(time_range,variables,querykind) and schema text updates.Local:
go vet ./...,make test,make build,make check-cardspass.