Skip to content

Commit

Permalink
253 upgrade swagger UI version to latest (#256)
Browse files Browse the repository at this point in the history
* upgrade swagger ui to be the latest 5.3.1

* use relative path and directly point swagger doc to autogenerated openapi definition

* no need to copy json

* changelog

* add a message to remind user to login first

* forget to return the text

* interceptor doesn't work
  • Loading branch information
longshuicy committed Aug 9, 2023
1 parent c2df452 commit 3ee4967
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 7,394 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Broken tornado visualization in pyincore-viz example notebook [#254](https://github.com/IN-CORE/incore-docs/issues/254)

### Changed
- Upgrade swagger ui to 5.3.1 and use auto generated openapi json [#253](https://github.com/IN-CORE/incore-docs/issues/253)

## [4.2.0] - 2023-06-14

### Added
Expand Down
1 change: 0 additions & 1 deletion restapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ RUN apt-get -qq update && apt-get -qq install git

RUN mkdir /usr/share/nginx/html/doc && \
mkdir /usr/share/nginx/html/doc/api
COPY *.json /usr/share/nginx/html/doc/api/
COPY index.html /usr/share/nginx/html/doc/api/.
COPY api.conf /etc/nginx/conf.d/default.conf

Loading

0 comments on commit 3ee4967

Please sign in to comment.