-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1474 from nextcloud/chore/deps/update-openapi-ext…
…ractor
- Loading branch information
Showing
21 changed files
with
21,454 additions
and
25,370 deletions.
There are no files selected for viewing
Submodule nextcloud-openapi-extractor
updated
13 files
+1 −1 | .github/workflows/test-repositories.yml | |
+368 −213 | generate-spec | |
+112 −8 | src/Helpers.php | |
+6 −0 | src/OpenApiType.php | |
+3 −3 | src/Route.php | |
+17 −4 | tests/appinfo/routes.php | |
+12 −0 | tests/lib/Controller/AdminSettingsController.php | |
+69 −0 | tests/lib/Controller/FederationController.php | |
+126 −21 | tests/lib/Controller/SettingsController.php | |
+2,167 −0 | tests/openapi-administration.json | |
+123 −0 | tests/openapi-federation.json | |
+2,657 −0 | tests/openapi-full.json | |
+19 −1,296 | tests/openapi.json |
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
Oops, something went wrong.