Update to latest AgroPortal code#9
Merged
galviset merged 27 commits intoEarthPortal:developmentfrom Mar 17, 2025
Merged
Conversation
* explicitly load `resetTokenExpireTime` in password reset * add sensitive attributes when loading the user in password reset
Merge to master: Release 2.5.2 - Fix: explicitly load resetTokenExpireTime in password reset
…#113) * reject private ontologies for non admin users in groups controller * reject private ontologies from non admin users in categories controller * extract function into helper and remove unnecessary comments --------- Co-authored-by: OntoPortal Bot <ontoportal.bot.lirmm@gmail.com>
* fix: docker-compose app volume * fix ncbo_ontology_recommender version * add admin graphs controller to list triple store graphs and delete them * update gemfile * extract graph count path in a constant * add graphs admin action unit tests
* fix: docker-compose app volume * fix ncbo_ontology_recommender version * add last 24 hours SPARQL queries logging * add last_n_s_query_logs endpoint * add unit tests for the query logging feature * add user query count endpoint
* add artefact route for mod api * add distribution routes * refactor /artefacts route code
* remove cube monitoring * reimplement tailling at the end redirection * unpin minitest and add minitest-reporters and fail-fast * use rackup to replace the deprecated Rack::Server * fix Rack::Utils.escape_html no more having the same behavior in ruby 3 * refactor logging file to work with Sinatra 4 * remove sinatra advanced routes * fix some issue in code after migrating to ruby 3 * unpin all gems to latest versions and make sure work for ruby 3.2 * updating test CI to use ruby 3.2
Fix: Configure GOO cache and HTTP cache to use `redis-ut` as hostname
Merge to master: Release 3.0.0
* add / route for SemanticartefactCatalog * add /doc/api route * refactor home controller * add pandoc-ruby for documentation and update Gemfile.lock * update ontologie_linked_data * handle getting all the attributes * update Gemfile.lock * use development for ontologies_linked_data
* add paging by default to /artefacts (#125) * remove appuser from the dockerfile (#133) * Feature: add / route for SemanticartefactCatalog (#117) * add / route for SemanticartefactCatalog * add /doc/api route * refactor home controller * add pandoc-ruby for documentation and update Gemfile.lock * update ontologie_linked_data * handle getting all the attributes * update Gemfile.lock * use development for ontologies_linked_data * add pandoc so to render the documentation (#136) --------- Co-authored-by: Imad Bourouche <ji_bourouche@esi.dz>
* optimize metrics controller * add 404 response when ontology does not exist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Necessary to remove unwanted commits from #8