Skip to content

Commit

Permalink
tests: add download OpenAPI.json tests (#956)
Browse files Browse the repository at this point in the history
* chore(release): 5.33.0

# [5.33.0](v5.32.0...v5.33.0) (2023-11-14)

### Features

* release v5.33.0 ([#942](#942)) ([c5968d2](c5968d2)), closes [#906](#906) [#922](#922) [#916](#916) [#888](#888)

* chore(codeowners): adjusting ownership for UI changes (#952)

* chore: rename test suites for verbosity

* chore: align build-test-release wf and update naming of test suites

* chore: cleanup imports

* chore: resolve PR comments

* chore: pre-commit fixes

---------

Co-authored-by: srv-rr-github-token <[email protected]>
Co-authored-by: Artem Rys <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2023
1 parent aec869f commit de74f1a
Show file tree
Hide file tree
Showing 14 changed files with 872 additions and 1,379 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* @artemrys
/splunk_add_on_ucc_framework/commands/openapi_generator/ @hsekowski-splunk
/splunk_add_on_ucc_framework/commands/openapi_generator/ @hsekowski-splunk
/splunk_add_on_ucc_framework/schema/schema.json @artemrys @vtsvetkov-splunk
/ui/ @vtsvetkov-splunk
1 change: 1 addition & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:
- "custom"
- "alert"
- "input"
- "configuration"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down
Loading

0 comments on commit de74f1a

Please sign in to comment.