Skip to content

fix(input/tags): keep tag field editable after choosing a suggestion#583

Merged
Xlop4ikCZ merged 19 commits intodevel_27from
fix/tags_editable
Apr 8, 2026
Merged

fix(input/tags): keep tag field editable after choosing a suggestion#583
Xlop4ikCZ merged 19 commits intodevel_27from
fix/tags_editable

Conversation

@Xlop4ikCZ
Copy link
Copy Markdown
Contributor

No description provided.

tovier and others added 19 commits April 1, 2026 15:27
Bumps [actionview](https://github.com/rails/rails) from 8.0.4 to 8.0.4.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/actionview/CHANGELOG.md)
- [Commits](rails/rails@v8.0.4...v8.0.4.1)

---
updated-dependencies:
- dependency-name: actionview
  dependency-version: 8.0.4.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [activestorage](https://github.com/rails/rails) from 8.0.4 to 8.0.4.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activestorage/CHANGELOG.md)
- [Commits](rails/rails@v8.0.4...v8.0.4.1)

---
updated-dependencies:
- dependency-name: activestorage
  dependency-version: 8.0.4.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [activesupport](https://github.com/rails/rails) from 8.0.4 to 8.0.4.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v8.0.4...v8.0.4.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-version: 8.0.4.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [json](https://github.com/ruby/json) from 2.18.1 to 2.19.2.
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.18.1...v2.19.2)

---
updated-dependencies:
- dependency-name: json
  dependency-version: 2.19.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [bcrypt](https://github.com/bcrypt-ruby/bcrypt-ruby) from 3.1.20 to 3.1.22.
- [Release notes](https://github.com/bcrypt-ruby/bcrypt-ruby/releases)
- [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG)
- [Commits](bcrypt-ruby/bcrypt-ruby@v3.1.20...v3.1.22)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-version: 3.1.22
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rack](https://github.com/rack/rack) from 2.2.21 to 2.2.22.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.21...v2.2.22)

---
updated-dependencies:
- dependency-name: rack
  dependency-version: 2.2.22
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [svgo](https://github.com/svg/svgo) from 2.8.0 to 2.8.2.
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v2.8.0...v2.8.2)

---
updated-dependencies:
- dependency-name: svgo
  dependency-version: 2.8.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ss by removing unnecessary connection pooling
* feat(file_placements): add placement_attributes kwarg to multi picker fields

* feat(file_placements): add title to multi picker fields

* feat(file_placements): prefill title, hide hints and placeholders

* feat(file_placements): update alt i18n

* feat(remote_scripts): add integrity support

* chore(changelog): add entries

* fix: code review

* fix: code review
feat: enforce unique slug on Folio::File with safe migration and retry logic
                                                                                                                                                                                                                        
  Add a DB-level unique index on folio_files.slug with a backfill migration                                                                                                                                             
  that handles null slugs and deduplicates existing conflicts before the
  index is applied. Includes a retry path for race conditions at index                                                                                                                                                  
  creation time.                                                                                                                                                                                                        
                                                                                                                                                                                                                        
  Key changes:                                                                                                                                                                                                          
  - Migration: backfill null slugs with timestamp-hex values, deduplicate
    existing duplicate slugs (oldest keeps original, others get new neutral                                                                                                                                             
    slugs), then swap to a unique index with a max_attempts guard (100                                                                                                                                                  
    iterations) to prevent infinite loops                                                                                                                                                                               
  - Folio::File: replace complex hash_id_for_slug fallback with a simpler                                                                                                                                               
    neutral_slug (timestamp-hex); extend by_query scope to also match on slug                                                                                                                                           
  - S3::CreateFileJob: handle ActiveRecord::RecordNotUnique at the DB level                                                                                                                                             
    in addition to validation-level slug conflicts; extract slug_conflict?                                                                                                                                              
    and save_with_db_uniqueness_guard helpers                                                                                                                                                                                                                                                                                                               
  - Tests: migration test suite covering null backfill, deduplication order,                                                                                                                                            
    findability via new and original slugs, three-way duplicate handling;                                                                                                                                               
    job tests for DB uniqueness retry; friendly_id concern tests
@Xlop4ikCZ Xlop4ikCZ requested a review from mreq April 8, 2026 11:54
@Xlop4ikCZ Xlop4ikCZ merged commit 514285d into devel_27 Apr 8, 2026
@Xlop4ikCZ Xlop4ikCZ deleted the fix/tags_editable branch April 8, 2026 11:57
@Xlop4ikCZ Xlop4ikCZ removed the request for review from mreq April 8, 2026 11:57
This was referenced Apr 9, 2026
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 this pull request may close these issues.

6 participants