forked from ontoportal/goo
-
Notifications
You must be signed in to change notification settings - Fork 4
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.0 #69
Open
syphax-bouazzouni
wants to merge
24
commits into
master
Choose a base branch
from
development
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
* simplify the test configuration init * add docker based tests rake task to run test against 4s, ag, gb, vo * remove faraday gem usage * update test CI to test against all the supported backends with diffirent slice sizes * add high level helper to to know which backend we are currently using * extract sparql processor module from where module * handle language_match? value to upcase by default * add support for virtuoso and graphdb sparql client * replace delete sparql query by delete graph in the model complex test * add some new edge cases tests t o test_where.rb and test_schemaless * make test_chunks_write.rb tests support multiple backends * replace native insert_data with execute_append_request in model save * remove add_rules as it seems to no more be used * move expand_equivalent_predicates from loader to builder module * build two diffirent queries depending on which backend used * update mapper to handle the two different queries depending on the backend used * simplify the loader code, by removing inferable variables * refactor and simplify map_attributes method * fix test chunks write concenrency issues
* remove old file no more used * extract attribute settings module from the model settings module * remove the inmutable feature as deprecated and not used * rename callbacks method names
* remove old file no more used * extract attribute settings module from the model settings module * remove the inmutable feature as deprecated and not used * rename callbacks method names * add hooks module
* un pin rdf version, to use the latest and add rdf vocab and xml * update URI class monkey patch because Addressable does no more exist * RDF::SKOS is replaced with RDF::Vocab::SKOS in the latest version of RDF * pin rdf version to 3.2.11 the latest version that support ruby 2.7 * monkey path Literal::DateTime format to be supported by 4store * remove addressable dependency
* enforce to use str() when doing a filter with a string * update agraph version to 8.1.0
* add an abstraction to SOLR integeration and add Schema API * add SOLR Schema API tests * update SOLR backend configuration and init * use the new Solr connector in the model search interface * update search test to cover the new automatic indexing and unindexing * handle the solr container initialization when running docker for tests * add omit_norms options for SolrSchemaGenerator * fix solr schema initial dynamic fields declaration and replace the usage of mapping-ISOLatin1Accent * delay the schema generation to after model declarations or in demand * add solr edismax fitlers tests * fix indexBatch and unindexBatch tests * add security checks to the index and unindex functions * change dynamic fields names to have less code migration * update clear_all_schema to remove all copy and normal fields * add an option to force solr initialization if wanted * handle indexing embed objects of a model * add index update option * fix clear all schema to just remove all the fields and recreate them * add index_enabled? helper for models * perform a status test when initializing the solr connector * extract init_search_connection function from init_search_connections * fix typo in indexOptimize call * add solr search using HTTP post instead of GET for large queries
* create a test to reproduce the cache invalidate on insert bug * use again insert_data instead of execute_append_request because the first invalidate the cache * update sparql client to version 3.2.0 * handle the case virtuoso insert data bug * use development branch of sparql-client
* add multilingual support tests * update the lang filter module to include not tagged values if multiple languages selected
…ll tripes stores (#64) * handle the case were we don't use the indexation feature * change ask to select for better compatibility with virtuoso
* handle the case were we don't use the indexation feature * change ask to select for better compatibility with virtuoso * update append triples function to catch errors and log them * put the number of appended chunks to 50 000 line by chunck
…and tests (#67) * handle the case were we don't use the indexation feature * change ask to select for better compatibility with virtuoso * update append triples function to catch errors and log them * put the number of appended chunks to 50 000 line by chunck * update chunks insert for virtuoso to be 50k lines instead of 500k to prevent crashing * implement mode paginated_all that will get all the resources using pagination * add query logging configuration and remove cube * add logging test
* bring attributes that has handler in the bring method * fix test_method_handler test
* handle default attribute in case it's not proc * add tests for the default values in the yaml scheme file
* unpun rdf version and use latest rdf-raptor version * pin gem public_suffix for ruby 2.7 * remove cube and ruby 2 pinned gems * remove ruby 2 CI tests
syphax-bouazzouni
changed the title
Merge to master: Release 2.5.0
Merge to master: Release 3.0.0
Feb 6, 2025
This was referenced Feb 6, 2025
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.
Changes