Julian
Julian
Implement [SPARQL 1.1 Update](https://www.w3.org/TR/sparql11-update/) support. This is an overarching PR that contains the latest implementation. It will be merged into the main branch one part after another. See #1379, #1429...
This is the first PR in a series of PRs that will come from #1351. Changes: - `LocatedTriple` is a triple that is to be deleted/inserted and has been assigned...
The QLeverfile for OSM Country is still in the old format. Two options come to my mind: 1. Convert the old QLeverfile to the new format. Problem: the cli arguments...
Remove `settings_secret.py` and adds two new ways to customize the settings: - Set basic settings (`SECRET_KEY`, `DEBUG`, `ALLOWED_HOSTS`, `CSRF_TRUSTED_ORIGINS`, `DATABASE_URL`) with environment variables - Overwrite all settings using a `local_settings.py`...
`DeltaTriples` manage the `LocatedTriples` for all permutations. Insertions/Deletions of (sets of) triples are processed by `DeltaTriples`.
The calls to `UrlParser::parseGetRequestTarget` should strip the HTTP Query Parameters before appending the Query/Update. This can cause problems with queries like: 1. an URL-encoded `POST` to `/?` 2. a direct...
We often ask for the same info when debugging issues. It might be useful to have a command `system-info` that automatically collects some basic info. Users can then be told...