From 5f1cee75ba48f46c2e2c9af12177d53997a875dd Mon Sep 17 00:00:00 2001 From: Maximiliano Osorio Date: Thu, 24 Sep 2020 12:12:50 -0700 Subject: [PATCH] add changelog and remove github workflows --- .github/workflows/maven-publish.yml | 30 ---- CHANGELOG.md | 266 ++++++++++++++++++++++++++++ 2 files changed, 266 insertions(+), 30 deletions(-) delete mode 100644 .github/workflows/maven-publish.yml create mode 100644 CHANGELOG.md diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml deleted file mode 100644 index 5de62b4..0000000 --- a/.github/workflows/maven-publish.yml +++ /dev/null @@ -1,30 +0,0 @@ -# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created -# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path - -name: Maven Package - -on: - release: - types: [created] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - server-id: github # Value of the distributionManagement/repository/id field of the pom.xml - settings-path: ${{ github.workspace }} # location for the settings.xml file - - - name: Build with Maven - run: mvn -B package --file pom.xml - - - name: Publish to GitHub Packages Apache Maven - run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml - env: - GITHUB_TOKEN: ${{ github.token }} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b84fadc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,266 @@ +# Changelog + +## [3.5.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.5.0) (2020-09-24) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.4.0...3.5.0) + +**Merged pull requests:** + +- Improve deploy server and test dbpedia music [\#131](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/131) ([mosoriob](https://github.com/mosoriob)) +- Create maven-publish.yml [\#130](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/130) ([mosoriob](https://github.com/mosoriob)) + +## [3.4.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.4.0) (2020-07-16) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.3.0...3.4.0) + +**Implemented enhancements:** + +- How to enable cache using nginx? [\#118](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/118) +- How to enable CORS? [\#117](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/117) + +**Merged pull requests:** + +- Bench [\#119](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/119) ([mosoriob](https://github.com/mosoriob)) +- Support for restrictions over Classes and Object Properties. [\#114](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/114) ([paoespinozarias](https://github.com/paoespinozarias)) + +## [3.3.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.3.0) (2020-07-02) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.2.1...3.3.0) + +**Implemented enhancements:** + +- We should specify the OWL to OAS mapping we are supporting [\#68](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/68) + +**Merged pull requests:** + +- fix: add classes context file [\#116](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/116) ([mosoriob](https://github.com/mosoriob)) +- Support for functional properties [\#113](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/113) ([paoespinozarias](https://github.com/paoespinozarias)) +- fix: use post to login [\#112](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/112) ([mosoriob](https://github.com/mosoriob)) + +## [3.2.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.2.1) (2020-05-26) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.2.0...3.2.1) + +**Implemented enhancements:** + +- Update documentation [\#89](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/89) + +**Merged pull requests:** + +- Fix: generation of union tests [\#111](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/111) ([mosoriob](https://github.com/mosoriob)) + +## [3.2.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.2.0) (2020-05-19) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.1.0...3.2.0) + +**Implemented enhancements:** + +- Create tests for local ontology reads and content negotiation [\#98](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/98) +- Allow loading local ontologies [\#95](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/95) +- Add more examples to the examples directory [\#91](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/91) +- Create an example with a reduced version of the model catalog [\#90](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/90) +- Add FAQ to documentation [\#88](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/88) +- Do content negotiation when inclduing ontologies [\#80](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/80) +- If a property has no domain, it doesn't get added in the responses [\#63](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/63) +- \[Documentation\] Feature page: Firebase setup [\#59](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/59) + +**Fixed bugs:** + +- Running DBpedia\_music server with Docker doesn't work [\#73](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/73) + +**Closed issues:** + +- \[Documentation\] Should add a "Why OBA" description [\#71](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/71) +- Documentation: How to use /users/login [\#66](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/66) +- Swagger page is too slow [\#62](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/62) +- Define the evaluation [\#47](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/47) +- Evaluation DBPedia [\#45](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/45) +- Add documentation to concepts [\#27](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/27) + +**Merged pull requests:** + +- Issues\#98&\#27 [\#104](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/104) ([dgarijo](https://github.com/dgarijo)) +- Content negotiation, additional examples [\#96](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/96) ([dgarijo](https://github.com/dgarijo)) + +## [3.1.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.1.0) (2020-04-27) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3.0.0...3.1.0) + +**Implemented enhancements:** + +- Separate frames \(not contexts\) for each class for framing. [\#85](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/85) +- Limit and pagination [\#61](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/61) + +**Fixed bugs:** + +- Trailing slash in configuration [\#84](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/84) +- Error processing ontology network [\#79](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/79) + +## [3.0.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/3.0.0) (2020-04-24) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.5.0...3.0.0) + +**Fixed bugs:** + +- DBPedia example does not work properly [\#70](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/70) + +**Merged pull requests:** + +- add wings example: [\#81](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/81) ([mosoriob](https://github.com/mosoriob)) + +## [2.5.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.5.0) (2020-04-23) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.4.2...2.5.0) + +## [2.4.2](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.4.2) (2020-04-23) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.4.1...2.4.2) + +## [2.4.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.4.1) (2020-04-23) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.4.0...2.4.1) + +**Implemented enhancements:** + +- \[Documentation\] Custom queries parameters [\#54](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/54) + +**Merged pull requests:** + +- add: pagination [\#77](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/77) ([mosoriob](https://github.com/mosoriob)) + +## [2.4.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.4.0) (2020-04-15) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.3.1...2.4.0) + +**Implemented enhancements:** + +- What happens if there is no user graph? [\#64](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/64) +- Should generate the context file automatically [\#53](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/53) +- Weird generated outputs [\#40](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/40) +- Documentation on how to install the server [\#38](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/38) +- Need to easily incorporate GRLC queries into an API [\#17](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/17) + +**Fixed bugs:** + +- firebase is not required [\#43](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/43) +- Queries folder is not generated [\#37](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/37) +- Wrong config file path gives an exception [\#36](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/36) + +**Closed issues:** + +- filter schemas and paths [\#51](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/51) +- Add setting get, post, delete, put paths [\#50](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/50) +- Missing custom queries folder [\#49](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/49) +- Multi ontologies is not working ok [\#48](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/48) +- Evaluation ModelCatalog [\#46](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/46) +- \* We don't explain what ExternalDocs is [\#44](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/44) +- There are some typos in the features page. [\#39](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/39) +- Update readme [\#33](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/33) +- custom queries have no documentation [\#28](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/28) +- Paper progress week 24-feb [\#26](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/26) +- Abstract [\#24](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/24) +- Documentation: How to use [\#23](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/23) +- \[python\] add travis.yml [\#15](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/15) +- Main organization [\#1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/1) + +**Merged pull requests:** + +- Fix: multiple changes [\#74](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/74) ([mosoriob](https://github.com/mosoriob)) +- Before mcat [\#72](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/72) ([mosoriob](https://github.com/mosoriob)) + +## [2.3.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.3.1) (2020-03-02) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.3.0...2.3.1) + +## [2.3.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.3.0) (2020-03-02) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.2.0...2.3.0) + +**Fixed bugs:** + +- Broken links in documentation [\#32](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/32) + +**Closed issues:** + +- Add resources as a zip [\#35](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/35) +- Mapping of range of properties is failing [\#31](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/31) +- Usability test [\#25](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/25) + +**Merged pull requests:** + +- Develop [\#41](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/41) ([mosoriob](https://github.com/mosoriob)) +- Fix: wrong ranges of object properties [\#34](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/34) ([mosoriob](https://github.com/mosoriob)) + +## [2.2.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.2.0) (2020-02-24) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.1.0...2.2.0) + +## [2.1.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.1.0) (2020-02-17) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/2.0.0...2.1.0) + +**Merged pull requests:** + +- Configuration: OpenAPI improve [\#30](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/30) ([mosoriob](https://github.com/mosoriob)) +- Add resources directory [\#29](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/29) ([mosoriob](https://github.com/mosoriob)) + +## [2.0.0](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/2.0.0) (2019-12-13) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.4...2.0.0) + +**Closed issues:** + +- Handle range using unionOf [\#22](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/22) +- \[python\] Copy the requirements.txt [\#14](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/14) + +**Merged pull requests:** + +- fix: separate MapperProperty by Object and Data [\#21](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/21) ([mosoriob](https://github.com/mosoriob)) +- feat\(docs\): improve documentation and configuration [\#20](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/20) ([mosoriob](https://github.com/mosoriob)) + +## [1.0.4](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/1.0.4) (2019-10-21) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.3...1.0.4) + +**Closed issues:** + +- Add servers fields on configuration [\#19](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/19) +- Missing properties [\#13](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/13) +- Output file settings [\#11](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/11) +- Allow to filter the paths [\#10](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/10) + +**Merged pull requests:** + +- Add feature configuration [\#12](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/12) ([mosoriob](https://github.com/mosoriob)) +- Revert "fix: release using github token" [\#8](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/8) ([mosoriob](https://github.com/mosoriob)) + +## [1.0.3](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/1.0.3) (2019-10-02) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.2...1.0.3) + +## [1.0.2](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/1.0.2) (2019-10-02) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/1.0.1...1.0.2) + +**Closed issues:** + +- Generate JSON LD frame for each query [\#6](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/6) +- Generate queries folder from paths [\#5](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/5) + +**Merged pull requests:** + +- fix: travis [\#7](https://github.com/KnowledgeCaptureAndDiscovery/OBA/pull/7) ([mosoriob](https://github.com/mosoriob)) + +## [1.0.1](https://github.com/KnowledgeCaptureAndDiscovery/OBA/tree/1.0.1) (2019-10-01) + +[Full Changelog](https://github.com/KnowledgeCaptureAndDiscovery/OBA/compare/3dcf345796fc92acb946c5d1bdb3b3d5d488f486...1.0.1) + +**Closed issues:** + +- Build paths [\#4](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/4) +- Build Schemas [\#3](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/3) +- Look at r4r [\#2](https://github.com/KnowledgeCaptureAndDiscovery/OBA/issues/2) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*