Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Invenio depdendencies to v1.0.0 #1629

Closed
6 of 7 tasks
egabancho opened this issue Mar 28, 2018 · 1 comment · Fixed by #1630
Closed
6 of 7 tasks

Update Invenio depdendencies to v1.0.0 #1629

egabancho opened this issue Mar 28, 2018 · 1 comment · Fixed by #1630
Assignees
Milestone

Comments

@egabancho
Copy link
Member

egabancho commented Mar 28, 2018

  • invenio-rest v1.0.0
    • TODO invenio-rest[cors] to invenio-rest CORS installed by default
    • TODO: Sentry ID in REST error responses as error_id (should be used in Deposit forms and Search results error display 🎉)
  • invenio-records-rest v1.0.1
    • Unicode doesn't change sorting now 🎉
    • removes invenio-query-parser dependency (probably safe for us to remove as well)
  • invenio-records v1.0.0
  • invenio-pidstore v1.0.0
    • introduces PIDSTORE_RECID_FIELD, which doesn't affect us because we use our own recid minter, but worth checking
  • invenio-indexer v1.0.0
  • invenio-search v1.0.0
    • removes invenio-query-parser dependency (same as invenio-records-rest)
  • invenio-theme v1.0.0
  • invenio-userprofiles v1.0.0
  • invenio-search-ui v1.0.1
  • invenio-search-js:
    • Upgrade jquery to v3.3.1, probably doesn't affect us but better safe than sorry when it comes to JS
  • invenio-records-ui v1.0.0
  • invenio-oauthclient v1.0.0
    • Remote access tokens are no longer displayed fully in plaintext
  • invenio-oauth2server v1.0.0
    • Fixes personal token name's length validation in settings form
  • invenio-oaiserver v1.0.0
  • invenio-marc21 v1.0.0
  • invenio-logging v1.0.0
  • invenio-jsonschemas v1.0.0
  • invenio-formatter v1.0.0
  • invenio-access v1.0.0
  • invenio-accounts v1.0.0
  • invenio-i18n v1.0.0
  • invenio-mail v1.0.0
  • invenio-admin v1.0.0
  • invenio-assets v1.0.0
  • invenio-base v1.0.0
  • invenio-celery v1.0.0
  • invenio-config v1.0.0
  • invenio-db v1.0.0
    • psycopg2-binary>=2.7.4 instead of psycopg2
  • invenio-formatter v1.0.0
  • Flask-celeryext (upgrade to latest)

Inspiration taken from zenodo/zenodo#1444 ☺️

@zzacharo
Copy link
Contributor

Everything is checked except the un checked boxes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants