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

Prez v4.0.0 #229

Merged
merged 13 commits into from
Jul 2, 2024
Merged

Prez v4.0.0 #229

merged 13 commits into from
Jul 2, 2024

Commits on Jul 2, 2024

  1. Update permissions according to recommendations based on file type; f…

    …ixes previous inadvertent permission changes.
    
    Merge search endpoint with other listing functions.
    Move to using sparql_grammar_pydantic as external dependency, black code, improve API documentation (examples, query params); remove unused code.
    Update dependencies; minor changes to get tests passing.
    Prez V4 architecture using SPARQL grammar library.
    recalcitrantsupplant committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ae81c11 View commit details
    Browse the repository at this point in the history
  2. Add CQL examples to /cql POST endpoint.

    Example updates.
    Fix shapely issue in Docker container
    recalcitrantsupplant committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    79b07bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c869117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48e85e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82d6af8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    977ceeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a709845 View commit details
    Browse the repository at this point in the history
  8. Reverse TriplesSameSubjectPath lists in query generation for more per…

    …formant queries - this was causing timeouts on link generation. Remove skos broader/narrower from extra predicates; there are concept scheme specific endpoints for these.
    recalcitrantsupplant committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    071e092 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85d6180 View commit details
    Browse the repository at this point in the history
  10. Limit Count queries to a configurable limit to prevent timeouts; defa…

    …ulted to 1000.
    
    Patch sparql-grammar-pydantic to support this.
    recalcitrantsupplant committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    235179d View commit details
    Browse the repository at this point in the history
  11. Group Triples with same subject to improve performance. Sort reverse …

    …order to put pattern matches with more variables last.
    recalcitrantsupplant committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4fb00ed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    785abea View commit details
    Browse the repository at this point in the history
  13. black repo

    recalcitrantsupplant committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9439a42 View commit details
    Browse the repository at this point in the history