Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACSBP-3718 Update to use openapi 3.1 #284

Merged
merged 27 commits into from
Aug 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9fc2c1a
use 3.1.0
auramix Mar 15, 2023
81540e7
update comment
auramix Mar 15, 2023
1f9256d
updated v3 version
auramix Mar 15, 2023
c3c9299
change references from 3.0.2 --> 3.1.0
auramix Mar 15, 2023
84d6543
update json-schema for v3
auramix Mar 16, 2023
5a466af
uppercase booleans
auramix Mar 16, 2023
b93b320
black reformat
auramix Mar 16, 2023
98c0b49
black created some line length problems for flake8
auramix Mar 17, 2023
ecd3e0b
convert to using null as a type
auramix May 12, 2023
742e008
Merge branch 'master' into acsbp-3718
auramix May 12, 2023
ea3868a
updates for 3.1
auramix May 15, 2023
dec0e66
fix linting with black
auramix May 15, 2023
8130195
Merge branch 'master' into acsbp-3718
auramix May 16, 2023
64b34cd
swagger: update static dir with latest dist files
auramix May 20, 2023
2565a42
readme: add shell command for replacing ui files
auramix May 25, 2023
49631b9
Merge branch 'master' into acsbp-3718
auramix Jul 26, 2023
3b816b8
update static files
auramix Jul 26, 2023
e1db68e
fix version
auramix Jul 26, 2023
c4bf500
Bump version: 2.4.1 → 3.0.0
auramix Jul 26, 2023
913efaa
update OApi 3.1 spec
auramix Jul 26, 2023
439affa
replace false -> False
auramix Jul 26, 2023
cf8bc7a
update true -> True
auramix Jul 26, 2023
8474029
set id to schema url as per
auramix Jul 26, 2023
355b1c8
Revert "set id to schema url as per"
auramix Jul 27, 2023
81c3516
update jsonschema
auramix Jul 27, 2023
5bfce94
lint: blackify
auramix Jul 27, 2023
1bc656e
remove B950 update
auramix Aug 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ Installation
pip install flask-rebar


Replacing static swagger-ui files
-------------

If you'd like to replace swagger-ui's static files (`flask_rebar/swagger_ui/static`) with those of the latest release,
run the following from the root of the project.

.. code-block::
curl -L https://api.github.com/repos/swagger-api/swagger-ui/tarball | tar -xv --directory=flask_rebar/swagger_ui/static --strip-components=2 "*/dist/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice


Documentation
-------------

Expand Down