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

Merge to master: Release 3.0.3 #926

Merged
merged 20 commits into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
656f570
Feature: Show private accessible ontologies in account and browse pag…
Bilelkihal Jan 3, 2025
69402c5
Feature: Associate categories inputs with their parents in selecting/…
Bilelkihal Jan 3, 2025
595ecb9
Fix: Self portal tooltip not working in the home page (#907)
Bilelkihal Jan 9, 2025
b5989b0
Fix: browse categories issue when a portal is down + portals status c…
Bilelkihal Jan 9, 2025
db5694a
Fix: Wrong logic in categories association with parents for upload/ed…
Bilelkihal Jan 10, 2025
2f40a39
fix the choice of the canonical portal, to be using the list of the r…
Bilelkihal Jan 11, 2025
5f2d7cc
Fix: Missing loading animation when loading multiple turbo frames in …
Bilelkihal Jan 14, 2025
4bf845a
Remove test CI for testportal
imadbourouche Jan 14, 2025
39208bd
Merge branch 'fix/remove-tesportal-ci' into development
imadbourouche Jan 15, 2025
2d48fa4
Feature: Add see more items component (#910)
syphax-bouazzouni Jan 17, 2025
c5cd124
Fix: Clean & Update lookbook (#920)
Bilelkihal Feb 3, 2025
a432234
Feature: disable eager loading in production and load the sections o…
syphax-bouazzouni Feb 4, 2025
1e611e5
Feature: improve concept show children call to be twice faster (#921)
syphax-bouazzouni Feb 4, 2025
80071dc
fix federated search portal not responding name bad handling (#924)
Bilelkihal Feb 4, 2025
bc4ec77
Fix: `display_in_multiple_languages` method to add the missing params…
Bilelkihal Feb 4, 2025
b181450
Feature: Add federation tests (#918)
Bilelkihal Feb 6, 2025
c4e9cba
Fix: Concept raw data chips overflow (#937)
Bilelkihal Feb 15, 2025
f0af8bb
change portal_config_tooltip method param portal_name by portal to no…
Bilelkihal Feb 15, 2025
2a37464
Merge branch 'master' into development
syphax-bouazzouni Feb 15, 2025
171f23b
fix get_concept_id raising error for some ontologies as with no roots
syphax-bouazzouni Feb 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,5 @@ group :test do
# Testing framework for Rails
gem 'rspec-rails'
end

gem 'concurrent-ruby', '1.3.4'
Loading
Loading