From 2c813fb60f127f3bd1a84bd342e924d2ffb36104 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 18 Dec 2020 12:19:53 +0100 Subject: [PATCH] release: v0.5.0 * Adds a CHANGES.md file with automatically generated changelog. * Removes unused CHANGES.rst file and the corresponding inclusion and files in the Sphinx documentation directory. * Adds a RELEASE-NOTES.md file. * The version.py file is already updated in the precedent commit. Co-Authored-by: Igor Milhit --- CHANGES.md | 41 +++++++++++++++++++++++++++++++++++++++++ CHANGES.rst | 26 -------------------------- RELEASE-NOTES.md | 37 +++++++++++++++++++++++++++++++++++++ docs/changes.rst | 25 ------------------------- docs/index.rst | 1 - 5 files changed, 78 insertions(+), 52 deletions(-) create mode 100644 CHANGES.md delete mode 100644 CHANGES.rst create mode 100644 RELEASE-NOTES.md delete mode 100644 docs/changes.rst diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..8c3ca61 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,41 @@ +# Changelog + +## [v0.2.0](https://github.com/rero/rero-ebooks/tree/v0.2.0) (2020-12-18) + +[Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.1.0a1...v0.2.0) + +**Closed issues:** + +- Initial Update [\#35](https://github.com/rero/rero-ebooks/issues/35) +- Broken links on homepage [\#28](https://github.com/rero/rero-ebooks/issues/28) + +**Merged pull requests:** + +- assets: move to webpack [\#39](https://github.com/rero/rero-ebooks/pull/39) ([rerowep](https://github.com/rerowep)) +- invenio 3.3 [\#38](https://github.com/rero/rero-ebooks/pull/38) ([rerowep](https://github.com/rerowep)) + +## [v0.1.0a1](https://github.com/rero/rero-ebooks/tree/v0.1.0a1) (2019-05-27) + +[Full Changelog](https://github.com/rero/rero-ebooks/compare/072714c4e83bd2c6bafca45d87df60e9e754a6ab...v0.1.0a1) + +**Implemented enhancements:** + +- new cookiecutter [\#11](https://github.com/rero/rero-ebooks/issues/11) + +**Fixed bugs:** + +- Socket closed in worker [\#9](https://github.com/rero/rero-ebooks/issues/9) +- deduplication of uri [\#5](https://github.com/rero/rero-ebooks/issues/5) + +**Merged pull requests:** + +- fix: license update [\#12](https://github.com/rero/rero-ebooks/pull/12) ([Garfield-fr](https://github.com/Garfield-fr)) +- Record deletion [\#7](https://github.com/rero/rero-ebooks/pull/7) ([rerowep](https://github.com/rerowep)) +- automatic harvest [\#4](https://github.com/rero/rero-ebooks/pull/4) ([rerowep](https://github.com/rerowep)) +- oai config [\#3](https://github.com/rero/rero-ebooks/pull/3) ([rerowep](https://github.com/rerowep)) +- feat: ebook record dedup [\#2](https://github.com/rero/rero-ebooks/pull/2) ([BadrAly](https://github.com/BadrAly)) +- clean: remove not necessary modules and remove view [\#1](https://github.com/rero/rero-ebooks/pull/1) ([Garfield-fr](https://github.com/Garfield-fr)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/CHANGES.rst b/CHANGES.rst deleted file mode 100644 index 8d4c469..0000000 --- a/CHANGES.rst +++ /dev/null @@ -1,26 +0,0 @@ -.. - This file is part of RERO Ebooks. - Copyright (C) 2018 RERO. - - RERO Ebooks is free software; you can redistribute it - and/or modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. - - RERO Ebooks is distributed in the hope that it will be - useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with RERO Ebooks; if not, write to the - Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, - MA 02111-1307, USA. - - In applying this license, RERO does not - waive the privileges and immunities granted to it by virtue of its status - as an Intergovernmental Organization or submit itself to any jurisdiction. - - -Changes -======= diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md new file mode 100644 index 0000000..889f8d5 --- /dev/null +++ b/RELEASE-NOTES.md @@ -0,0 +1,37 @@ +--- +title: Release notes +copyright: Copyright (C) 2020 RERO +license: GNU Affero General Public License +--- + +# Release notes + +## v0.5.0 + +## Harvesting + +- Adds XSL style to OAI2D. +- Deletes resource links to unavailable ebooks during harvesting. +- Fixes connection issues with `ApiHarvestConfig`. +- Deactivates OAI harvesting tasks, that should be a crontab job. +- Fixes API blueprint configuration. + +### Instance + +- Updates `invenio` to version `3.2`, and then `3.3`. +- Updates ElasticSearch to version `7`. +- Updates PostgreSQL to version `12`. +- Updates `nginx` configuration to disable restriction on request level. +- Updates `bootstrap` script to [rero-ils][1] practices. +- Updates `Pipfile` and `Pipfile.lock` files to [rero-ils][1] practices. Then, + moves to `poetry`. +- Deletes `invenio-records` `CLI` (deprecated). +- Moves to GitHub actions for *Continuous integration* (CI). +- Moves assets management to webpack. + +### Issues + +- [#28][i28]: Broken links on homepage. + +[1]: https://github.com/rero/rero-ils +[i28]: https://github.com/rero/rero-ebooks/issues/28 diff --git a/docs/changes.rst b/docs/changes.rst deleted file mode 100644 index e91173f..0000000 --- a/docs/changes.rst +++ /dev/null @@ -1,25 +0,0 @@ -.. - This file is part of RERO Ebooks. - Copyright (C) 2018 RERO. - - RERO Ebooks is free software; you can redistribute it - and/or modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. - - RERO Ebooks is distributed in the hope that it will be - useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with RERO Ebooks; if not, write to the - Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, - MA 02111-1307, USA. - - In applying this license, RERO does not - waive the privileges and immunities granted to it by virtue of its status - as an Intergovernmental Organization or submit itself to any jurisdiction. - - -.. include:: ../CHANGES.rst diff --git a/docs/index.rst b/docs/index.rst index fe29ad2..e9b56b7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,6 +58,5 @@ interested. :maxdepth: 1 contributing - changes license authors