Skip to content

Commit

Permalink
Merge df91438 into 39c0dc5
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 1, 2020
2 parents 39c0dc5 + df91438 commit cb886a2
Show file tree
Hide file tree
Showing 14 changed files with 517 additions and 461 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@
/tests/Fixtures/app/var/
/tests/Fixtures/app/public/bundles/
/vendor/
/Dockerfile

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -1,6 +1,8 @@
<!doctype html>
<html lang="en-US">
<title>Swagger UI: OAuth2 Redirect</title>
<head>
<title>Swagger UI: OAuth2 Redirect</title>
</head>
<body>
</body>
</html>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update-js.sh
Expand Up @@ -2,7 +2,7 @@
rm -f yarn.lock
# Keep the yarn.lock file in the repo to benefit from GitHub security alerts: https://github.blog/2019-07-02-yarn-support-for-security-alerts/
yarn add swagger-ui-dist
yarn add --production es6-promise fetch react react-dom graphiql graphql-playground-react redoc
yarn add --production es6-promise fetch react react-dom graphiql graphql-playground-react@1.7.26 redoc

dest=src/Bridge/Symfony/Bundle/Resources/public/swagger-ui/
if [[ -d "$dest" ]]; then
Expand Down
397 changes: 230 additions & 167 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit cb886a2

Please sign in to comment.