-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
560211c
commit c2a8ee3
Showing
5 changed files
with
62 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"base_url": "http://gh_actions_host:5000", | ||
"implementation": { | ||
"name": "OPTIMADE Gateway", | ||
"version": "0.1.0-rc.1", | ||
"version": "0.1.0", | ||
"source_url": "https://github.com/Materials-Consortia/optimade-gateway", | ||
"maintainer": {"email": "[email protected]"} | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Changelog | ||
|
||
## [v0.1.0](https://github.com/Materials-Consortia/optimade-gateway/tree/v0.1.0) (2021-04-30) | ||
|
||
[Full Changelog](https://github.com/Materials-Consortia/optimade-gateway/compare/5605131b4590b8b9b595714513199504e63e312c...v0.1.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Create a /search endpoint [\#40](https://github.com/Materials-Consortia/optimade-gateway/issues/40) | ||
- Sorting [\#20](https://github.com/Materials-Consortia/optimade-gateway/issues/20) | ||
- Add test and update code for creating queries accordingly [\#38](https://github.com/Materials-Consortia/optimade-gateway/pull/38) ([CasperWA](https://github.com/CasperWA)) | ||
- Asynchronous queued queries [\#34](https://github.com/Materials-Consortia/optimade-gateway/pull/34) ([CasperWA](https://github.com/CasperWA)) | ||
- Add extra endpoints [\#27](https://github.com/Materials-Consortia/optimade-gateway/pull/27) ([CasperWA](https://github.com/CasperWA)) | ||
- Versioned base URLs [\#12](https://github.com/Materials-Consortia/optimade-gateway/pull/12) ([CasperWA](https://github.com/CasperWA)) | ||
- Dockerfile and docker-compose [\#11](https://github.com/Materials-Consortia/optimade-gateway/pull/11) ([CasperWA](https://github.com/CasperWA)) | ||
- Establish /gateways/{id}/structures endpoint [\#10](https://github.com/Materials-Consortia/optimade-gateway/pull/10) ([CasperWA](https://github.com/CasperWA)) | ||
- Tests and GET /gateways [\#7](https://github.com/Materials-Consortia/optimade-gateway/pull/7) ([CasperWA](https://github.com/CasperWA)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Make tests more loose for model assertion [\#24](https://github.com/Materials-Consortia/optimade-gateway/pull/24) ([CasperWA](https://github.com/CasperWA)) | ||
|
||
**Closed issues:** | ||
|
||
- Documentation [\#53](https://github.com/Materials-Consortia/optimade-gateway/issues/53) | ||
- Setup mock implementations for testing the gateway [\#32](https://github.com/Materials-Consortia/optimade-gateway/issues/32) | ||
- Finalize the APIs - Determine fate of CLI [\#16](https://github.com/Materials-Consortia/optimade-gateway/issues/16) | ||
- Further abstract and modularize the code [\#15](https://github.com/Materials-Consortia/optimade-gateway/issues/15) | ||
- Update docker CI job [\#13](https://github.com/Materials-Consortia/optimade-gateway/issues/13) | ||
- Don't use GH version of optimade package [\#8](https://github.com/Materials-Consortia/optimade-gateway/issues/8) | ||
|
||
**Merged pull requests:** | ||
|
||
- Change to v0.1.0-rc.1 [\#60](https://github.com/Materials-Consortia/optimade-gateway/pull/60) ([CasperWA](https://github.com/CasperWA)) | ||
- Don't sort for external DB requests [\#59](https://github.com/Materials-Consortia/optimade-gateway/pull/59) ([CasperWA](https://github.com/CasperWA)) | ||
- Update dependencies [\#58](https://github.com/Materials-Consortia/optimade-gateway/pull/58) ([CasperWA](https://github.com/CasperWA)) | ||
- Create documentation site [\#54](https://github.com/Materials-Consortia/optimade-gateway/pull/54) ([CasperWA](https://github.com/CasperWA)) | ||
- Update dependencies [\#52](https://github.com/Materials-Consortia/optimade-gateway/pull/52) ([CasperWA](https://github.com/CasperWA)) | ||
- Implement /databases for registering and handling known OPTIMADE databases [\#49](https://github.com/Materials-Consortia/optimade-gateway/pull/49) ([CasperWA](https://github.com/CasperWA)) | ||
- Change epfl-theos -\> Materials-Consortia & update codecov CI step [\#48](https://github.com/Materials-Consortia/optimade-gateway/pull/48) ([CasperWA](https://github.com/CasperWA)) | ||
- Update pytest-asyncio requirement from ~=0.14.0 to ~=0.15.0 [\#47](https://github.com/Materials-Consortia/optimade-gateway/pull/47) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Add license, copyright and funding information [\#46](https://github.com/Materials-Consortia/optimade-gateway/pull/46) ([CasperWA](https://github.com/CasperWA)) | ||
- Update dependencies [\#45](https://github.com/Materials-Consortia/optimade-gateway/pull/45) ([CasperWA](https://github.com/CasperWA)) | ||
- Set up the /search endpoint [\#41](https://github.com/Materials-Consortia/optimade-gateway/pull/41) ([CasperWA](https://github.com/CasperWA)) | ||
- Use pytest-httpx to mock external responses [\#39](https://github.com/Materials-Consortia/optimade-gateway/pull/39) ([CasperWA](https://github.com/CasperWA)) | ||
- Update optimade requirement from ~=0.13.3 to ~=0.14.0 [\#37](https://github.com/Materials-Consortia/optimade-gateway/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Update httpx requirement from ~=0.17.0 to ~=0.17.1 [\#36](https://github.com/Materials-Consortia/optimade-gateway/pull/36) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Use latest MongoDB v4 \(v4.4\) [\#33](https://github.com/Materials-Consortia/optimade-gateway/pull/33) ([CasperWA](https://github.com/CasperWA)) | ||
- Update dependencies [\#31](https://github.com/Materials-Consortia/optimade-gateway/pull/31) ([CasperWA](https://github.com/CasperWA)) | ||
- Update httpx requirement from ~=0.16.1 to ~=0.17.0 [\#28](https://github.com/Materials-Consortia/optimade-gateway/pull/28) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Update dependencies [\#26](https://github.com/Materials-Consortia/optimade-gateway/pull/26) ([CasperWA](https://github.com/CasperWA)) | ||
- Update optimade and docker CI job [\#14](https://github.com/Materials-Consortia/optimade-gateway/pull/14) ([CasperWA](https://github.com/CasperWA)) | ||
- Various updates [\#9](https://github.com/Materials-Consortia/optimade-gateway/pull/9) ([CasperWA](https://github.com/CasperWA)) | ||
- Update dependencies [\#6](https://github.com/Materials-Consortia/optimade-gateway/pull/6) ([CasperWA](https://github.com/CasperWA)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
It is built using FastAPI and run using uvicorn. | ||
""" | ||
|
||
__version__ = "0.1.0-rc.1" | ||
__version__ = "0.1.0" | ||
__author__ = "Casper Welzel Andersen" | ||
__author_email__ = "[email protected]" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"base_url": "http://localhost:8000", | ||
"implementation": { | ||
"name": "OPTIMADE Gateway", | ||
"version": "0.1.0-rc.1", | ||
"version": "0.1.0", | ||
"source_url": "https://github.com/Materials-Consortia/optimade-gateway", | ||
"maintainer": {"email": "[email protected]"} | ||
}, | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"base_url": "http://example.org", | ||
"implementation": { | ||
"name": "OPTIMADE Gateway", | ||
"version": "0.1.0-rc.1", | ||
"version": "0.1.0", | ||
"source_url": "https://github.com/Materials-Consortia/optimade-gateway", | ||
"maintainer": {"email": "[email protected]"} | ||
}, | ||
|