Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f5de298
Merge branch 'development'
syphax-bouazzouni Feb 27, 2025
625af0f
Feature: use catalog links (#142)
imadbourouche Mar 19, 2025
e8978f3
remove class_count in classes route (#143)
imadbourouche Mar 21, 2025
ad45abc
Feature: resources route api implementation (#127)
imadbourouche Mar 21, 2025
609eef0
Feature: MOD-API implementation iteration 3 (#147)
imadbourouche Apr 25, 2025
3664fdc
Feature: Add Sentry monitoring to api (#151)
syphax-bouazzouni May 16, 2025
4f3508f
Revert "Feature: add / route for SemanticartefactCatalog (#117)"
syphax-bouazzouni May 16, 2025
6f0837a
Feature: finalize mod API and documentation (#152)
imadbourouche May 21, 2025
c6bbf4a
Feature: Align agents search endpoint with the API response (#149)
maboukerfa May 22, 2025
9124fe1
use SemanticArtefactDistribution in /distributions route (#153)
imadbourouche May 22, 2025
73aac00
add virtuoso env variables to use it correctly
imadbourouche May 28, 2025
4875bd5
Merge pull request #154 from ontoportal-lirmm/hotfix/fix-virtuoso-env…
imadbourouche May 28, 2025
58b0fa2
Fix: show federations portals api keys and fix for the API configurat…
imadbourouche Jun 2, 2025
9aa6c92
fix: align development branch with development docker image (#156)
imadbourouche Jun 2, 2025
cd9b79d
use check_last_modified to handle last modified and caching the catal…
imadbourouche Jun 4, 2025
7aeee27
add security check when updating the catalog
imadbourouche Jun 4, 2025
9927e58
Merge pull request #158 from ontoportal-lirmm/hotfix/catalog-modifica…
imadbourouche Jun 4, 2025
2967f7b
update Gemfile.lock
imadbourouche Jun 25, 2025
5df2318
update Gemfile.lock
imadbourouche Jun 27, 2025
858acf6
address QA changes for MOD-API
imadbourouche Jul 2, 2025
5bd89ac
Merge branch 'master' into development
imadbourouche Jul 3, 2025
a968748
update Gemfile.lock
imadbourouche Jul 3, 2025
06e6313
Merge pull request #150 from ontoportal-lirmm/development
imadbourouche Jul 3, 2025
aebbc48
update gems versions
imadbourouche Jul 3, 2025
6794179
Merge pull request #159 from ontoportal-lirmm/fix/changes-gems-versions
imadbourouche Jul 3, 2025
d99a244
user rack and lock protobuf version
imadbourouche Jul 3, 2025
a06aa45
Merge pull request #160 from ontoportal-lirmm/fix/use-rack-3.1.16
imadbourouche Jul 3, 2025
792071f
update gemfile.lock
imadbourouche Jul 3, 2025
40e1f1d
Merge pull request #161 from ontoportal-lirmm/fix/update-gemfile-lock
imadbourouche Jul 3, 2025
e069d46
fix: remove Rack::RewindableInput Middleware causing
imadbourouche Jul 3, 2025
5a40987
Merge pull request #162 from ontoportal-lirmm/development
imadbourouche Jul 3, 2025
116e97c
Merge branch 'master' of https://github.com/ontoportal-lirmm/ontologi…
galviset Jul 17, 2025
f9ecc4c
Updated Gemfile
galviset Jul 17, 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
1 change: 1 addition & 0 deletions .github/workflows/ruby-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run unit tests
run: |
cp .env.sample .env
ci_env=`bash <(curl -s https://codecov.io/env)`
GOO_SLICES=${{ matrix.goo-slice }} bundle exec rake test:docker:${{ matrix.triplestore }}

Expand Down
1 change: 0 additions & 1 deletion Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ require 'capistrano/bundler'
# require 'capistrano/rails/assets'
# require 'capistrano/rails/migrations'
require 'capistrano/locally'
require 'new_relic/recipes' # announce deployments in NewRelic
# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

gem 'request_store'
gem 'parallel'
gem 'google-protobuf'
gem 'google-protobuf', '~> 4.30.0'
gem 'net-ftp'
gem 'json-ld', '~> 3.2.0'
gem 'rdf-raptor', github:'ruby-rdf/rdf-raptor', ref: '6392ceabf71c3233b0f7f0172f662bd4a22cd534' # use version 3.3.0 when available
Expand All @@ -38,7 +38,7 @@ gem 'redis'
gem 'redis-store'

# Monitoring
gem 'newrelic_rpm', group: [:default, :deployment]
gem "sentry-ruby", "~> 5.24"

# HTTP server
gem 'unicorn'
Expand All @@ -53,7 +53,7 @@ gem 'pandoc-ruby'
gem 'ncbo_annotator', git: 'https://github.com/ontoportal-lirmm/ncbo_annotator.git', branch: 'development'
gem 'ncbo_cron', git: 'https://github.com/ontoportal-lirmm/ncbo_cron.git', branch: 'master'
gem 'ncbo_ontology_recommender', git: 'https://github.com/ontoportal-lirmm/ncbo_ontology_recommender.git', branch: 'development'
gem 'ontologies_linked_data', github: 'earthportal/ontologies_linked_data', branch: 'feature/projects'
gem 'ontologies_linked_data', github: 'earthportal/ontologies_linked_data', branch: 'development'
gem 'goo', github: 'ontoportal-lirmm/goo', branch: 'development'
gem 'sparql-client', github: 'ontoportal-lirmm/sparql-client', branch: 'development'

Expand Down Expand Up @@ -90,4 +90,4 @@ group :test do
gem 'simplecov-cobertura' # for codecov.io
gem 'webmock'
gem 'webrick'
end
end
Loading
Loading