Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
πŸ“ invenio-app-rdm (13.0.0b0.dev10 -> 13.0.0b0.dev11 )

    πŸ“¦ release: v13.0.0b0.dev11
    deposit: pass record to publish button
    CI: switch to centralised workflows
    templates: landing page custom field macro refactor
    custom_fields: allow to search vocab

    * closes CERNDocumentServer/cds-rdm#180
    requests: fix small ui bugs

    * closes CERNDocumentServer/cds-rdm#176
    migration: add vocabulary updates
    migration: add parent doi handling

    * list points which were tested

πŸ“ invenio-banners (3.0.2 -> 3.1.0 🌈)

    πŸ“¦ release: v3.1.0
    http headers: use and adjust vnd.inveniordm.v1+json http accept header

    * closes zenodo/rdm-project#598

πŸ“ invenio-communities (14.5.1 -> 14.5.2 πŸ›)

    πŸ“¦ release: v14.5.2
    user_moderation: dispatch Celery tasks for each community operation
    fix(logo): not fully deleted

    * logo file hasn't been deleted. this prevented a new file upload,
      because of an sqlalchemy.exc.IntegrityError:
      (psycopg2.errors.UniqueViolation) error.
    subcommunities: fix missing double-quote in email templates

πŸ“ invenio-i18n (2.1.1 -> 2.1.2 πŸ›)

    release: v2.1.2
    ext: allow BABEL_DEFAULT_LOCALE overridability

πŸ“ invenio-pages (4.0.1 -> 4.1.0 🌈)

    πŸ“¦ release: v4.1.0
    ci: use reusable workflows
    http headers: use and adjust vnd.inveniordm.v1+json http accept header

    * closes zenodo/rdm-project#598
    setup: update dependencies

πŸ“ invenio-rdm-records (11.5.0 -> 11.6.0 🌈)

    πŸ“¦ release: v11.6.0
    creatibutors: fix buttons
    permissions: change error handler for resolving pid permission denied

    * closes inveniosoftware/invenio-app-rdm#2685
    record inclusion: use system identity to accept inclusion request when can_include_directly

    * closes CERNDocumentServer/cds-rdm#176
    user_moderation: improve DB queries and use Celery tasks
    fix: use index to distinguish type

    * the problem with is_published is that drafts created from records will
      not be recogniced correctly

    * using the index is a valid solution but it is not a nice
      implementation.
    results: added support for drafts

    * Added support for drafts in the results list
    fix(community): set branding

    * the set branding didn't work at all. it didn't work for rebranding if
      a default already exists and it didn't work if no branding exists at
      all.

    * the default property of the CommunitiesRelationManager needs a string.
      it can't handle a dict.

πŸ“ invenio-records-ui (1.2.0 -> 1.2.1 πŸ›)

    release: v1.2.1
    views: add __qualname__ to partial wrapped view func
    config: fix extract messages err
    i18n-global: add compile-catalog fuzzy (inveniosoftware/invenio-records-ui#100)

    Refs inveniosoftware/invenio-i18n#103
    fix change sh to bash to use newer syntax
    fix res.location changed structure, localhost not more part of it
    fix add missing configuration variables

    NOTE:
    the bugfix seams as not complete. the real bug should be fixed somewhere else.
    it was too easy to add only those variables.
    global: clean test infrastructure
    increase minimal python version to 3.7
    move check_manifest configuration to setup.cfg.

    concentrate the configuration of all calls in one place
    fix docs compatibilty problem with Sphinx>=5.0.0
    add .git-blame-ignore-revs
    migrate to use black as opinionated auto formater
    migrate setup.py to setup.cfg

πŸ“ invenio-search (2.4.0 -> 2.4.1 πŸ›)

    release: v2.4.1
    fix: avoid closing db session

    Using `with self.app.app_context():` closes the current DB session on
    `__exit__`, causing a `sqlalchemy.orm.exc.DetachedInstanceError` when
    accessing any property of the object expected in the session. This error
    occurs only the first time index_templates are loaded, such as when
    indexing the very first record.
    Subsequent accesses won't trigger this issue due to the @cached_property,
    preventing reloading of index_templates.
    ci: upgrade tests

πŸ“ invenio-vocabularies (4.2.0 -> 4.3.0 🌈)

    πŸ“¦ release: v4.3.0
    names: make names_exclude_regex configurable
    setup: add regex as dependency
    names: validate entry full names
    ci: use reusable workflows
    names: keep original datastream config

    * allow to pass since
    names: update writer service call
    names: add orcid public data sync

    * Adds delete all values of a vocab to CLI
  • Loading branch information
alejandromumo committed Aug 7, 2024
1 parent 335063e commit 2618c86
Showing 1 changed file with 456 additions and 382 deletions.
Loading

0 comments on commit 2618c86

Please sign in to comment.