-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow breaking changes, immediate sunset of experimental
Experimental versions may be sunset without notice. Breaking changes are allowed in experimental versions without notice. chore: update & improve e2e tests With experimental allowing breaking changes, we need better e2e test coverage for breaking changes in stability levels that allow/deny them. In updating these, several problems were identified and fixed in e2e tests: - gaps in coverage for bulk post - yarn cruft in output - non-obvious asserts, replaced with cleaner bash functions chore: more unit test coverage for breaking changes
- Loading branch information
Showing
29 changed files
with
3,400 additions
and
768 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"changeDate": "2021-11-11", | ||
"changeResource": "thing", | ||
"changeVersion": { | ||
"date": "2021-11-10", | ||
"stability": "beta" | ||
}, | ||
"resourceVersionReleases": {} | ||
} |
296 changes: 296 additions & 0 deletions
296
end-end-tests/api-standards/resources/thing/2021-11-10/000-baseline-beta.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
end-end-tests/api-standards/resources/thing/2021-11-10/000-baseline-in-reform.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.