Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
πŸ“ invenio-accounts (5.1.1 -> 5.1.2 πŸ›)

    release: v5.1.2
    security: filter out current session if it's set to `None`

    * also, rename it to avoid controversial terminology
    dependencies: bump flask-security-invenio minimum

πŸ“ invenio-app-rdm (13.0.0b1.dev3 -> 13.0.0b1.dev4 🌈)

    release: v13.0.0b1.dev4
    config: make OAI-PMH record index dynamic
    modal: fix record adding to a community

    * closes inveniosoftware/invenio-app-rdm#2821

πŸ“ invenio-banners (3.1.0 -> 3.1.1 πŸ›)

    πŸ“¦ release: v3.1.1
    admin: adjust descriptions of fields

πŸ“ invenio-files-rest (2.2.0 -> 2.2.1 πŸ›)

    release: v2.2.1
    fix: fix downloading for some weird filenames

    the following filenames couldn't be downloaded before:
    - is not `latin-1` encodable, ...
    - ...and contains a comma (`,`) character
    fix: apply invenio-accounts api changes

πŸ“ invenio-jobs (0.5.0 -> 0.5.1 πŸ›)

    release: v0.5.1
    fix: add compatibility layer to move to flask>=3

    * flask-sqlalchemy moved pagination.

    * this change has been added to have a smooth migration to flask>=3.0.0
      without creating a hard cut and major versions release.

πŸ“ invenio-oaiserver (2.2.1 -> 2.2.2 πŸ›)

    πŸ“¦ release: v2.2.2
    percolator: allow lazy strings from config

πŸ“ invenio-oauthclient (4.0.0 -> 4.0.2 πŸ›)

    release: v4.0.2
    views: fix boolean logic for checking remote app visibility
    release: v4.0.1
    global: explicitly set and use hide attribute for config
    fix: add flag for auth in keycloak realm url

πŸ“ invenio-pages (4.1.0 -> 4.1.1 πŸ›)

    release: v4.1.1
    fix: add compatibility layer to move to flask>=3

    * flask-sqlalchemy moved pagination.

    * this change has been added to have a smooth migration to flask>=3.0.0
      without creating a hard cut and major versions release.

πŸ“ invenio-rdm-records (12.1.0 -> 12.2.1 🌈)

    release: v12.2.1
    deposit: check permission and set disable tooltip for publish button
    Refactor: Enhance Warnings Handling

    * Add the missing translation tags.
    * Refactor the logic to display multiple warning messages, while allowing other files to upload, except for case where exceeding the file size limit.
    UI: Handle empty file uploads in FileUploader

    * Display a warning for empty files, indicating they won't be included and listing file names.
    * Feature controlled by `records-resources-allow-empty-files` config value.
    * Continue uploading other files while showing the warning message.
    serializers: ensure values are not None before access
    release: v12.1.1
    fixtures: allow to load new vocab
    resource: fix add record to community

    * Removes response_handler to avoid allowing
      to process the response with the schema
    * closes inveniosoftware/invenio-app-rdm#2821
    controls: refactored isDisabled function

    * Refactored isDisabled function in PublishButton and SubmitReviewButton components to check if all files are finished uploading before enabling the button.
    * Passed filesState instead of just the number of files to the function.
    * Added a check for non-finished files.
    * Added early returns to avoid unnecessary checks on possible large objects / arrays.

πŸ“ invenio-requests (5.0.0 -> 5.1.0 🌈)

    release: v5.1.0
    assets: optimise detection if timeline was updated
    timeline feed: render mathematical content in the request comments

    * closes CERNDocumentServer/cds-rdm#133

πŸ“ invenio-theme (3.3.0 -> 3.4.0 🌈)

    release: v3.4.0
    config: add MathJax support

    * closes CERNDocumentServer/cds-rdm#133
    navbar: fix logo size in non-desktop devices
    css: updated table border style

πŸ“ invenio-users-resources (6.0.0 -> 6.1.0 🌈)

    release: v6.1.0
    users: services: Add can_read_all permission for admin search
    services: permissions: Use search_all config for admin user search
    CI: Switch To Centralised Workflows

    * Change branches type from string to array
    * Switch to centralised workflows

πŸ“ invenio-vocabularies (5.0.2 -> 5.0.3 πŸ›)

    πŸ“¦ release: v5.0.3
    services: skip index rebuilding
  • Loading branch information
slint committed Sep 23, 2024
1 parent cc03281 commit 83e33c1
Show file tree
Hide file tree
Showing 2 changed files with 554 additions and 515 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=13.0.0b1.dev3", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=13.0.0b1.dev4", extras = ["opensearch2"]}
invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
sentry-sdk = ">=1.45,<2.0.0"
zenodo_rdm = {editable="True", path="./site"}
Expand Down
Loading

0 comments on commit 83e33c1

Please sign in to comment.