Skip to content

Commit

Permalink
Bump providers from 732593a to a96d424 (#368)
Browse files Browse the repository at this point in the history
* Bump providers from `732593a` to `a96d424`

Bumps [providers](https://github.com/Materials-Consortia/providers) from `732593a` to `a96d424`.
- [Release notes](https://github.com/Materials-Consortia/providers/releases)
- [Commits](Materials-Consortia/providers@732593a...a96d424)

Signed-off-by: dependabot[bot] <support@github.com>

* Update symbolic link for providers.json

* Update Dockerfile to point to correct json file

* Only run this package's tests

* Update OpenAPI JSON specs

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <casper.andersen@epfl.ch>
Co-authored-by: Shyam Dwaraknath <shyamd@lbl.gov>
  • Loading branch information
3 people committed Jun 26, 2020
1 parent fd5e4fc commit de1979e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
pip install -e .
- name: Run all tests (using a real MongoDB)
run: pytest -rs --cov=./optimade/ --cov-report=xml
run: pytest -rs --cov=./optimade/ --cov-report=xml tests/
env:
OPTIMADE_CI_FORCE_MONGO: 1

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
# copy repo contents
COPY setup.py README.md ./
COPY optimade ./optimade
COPY providers/providers.json ./optimade/server/data/
COPY providers/src/links/v1/providers.json ./optimade/server/data/
RUN pip install -e .[server]

ARG PORT=5000
Expand Down
2 changes: 1 addition & 1 deletion openapi/index_openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.2",
"info": {
"title": "OPTIMADE API - Index meta-database",
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\nThis is the \"special\" index meta-database.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v0.9.2) v0.9.2.",
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\nThis is the \"special\" index meta-database.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v0.9.1) v0.9.1.",
"version": "1.0.0-rc.2"
},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.2",
"info": {
"title": "OPTIMADE API",
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v0.9.2) v0.9.2.",
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v0.9.1) v0.9.1.",
"version": "1.0.0-rc.2"
},
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion optimade/server/data/providers.json

0 comments on commit de1979e

Please sign in to comment.