Tags give the ability to mark specific points in history as being important
-
v0.13.0
4b387b6d · ·v0.13.0 * Use ':' for substring matching instead of '=' * translator: Fix 'visited = false' queries to actually return results. * grammar: Prevent 'isoDateTime' rule from being too greedy
-
v0.12.1
4e635b23 · ·v0.12.1 * Make RemoteSearch reraise specific exceptions instead of generic RemoteException * Fix crash when no filter but the main query is given
-
v0.12.0
c0140db7 · ·v0.12.0 * search: Ensure CodeMeta dates are properly formatted * setup.py: use yarnpkg instead of yarn if present in PATH * swh.search.utils: Fix type * conftest: Fix tests hang since elasticsearch 7.16 release * Unpin tree-sitter dependency * tests: Use TimestampWithTimezone.from_datetime() instead of the constructor
-
-
-
v0.11.2
db47029f · ·v0.11.2 * cli.py: Add rpc-serve command * grammar.js: Improve grammar and export tokens
-
v0.11.0
b258ce43 · ·v0.11.0 * Add logging for search terms in debug mode * journal_client: use origin_visit_status.type instead of origin_visit * Add query language * Disable fetch_last_revision_release_date outside tests
-
-
0.10.0
fe7640f7 · ·0.10.0 * Store last_eventful_visit_date * journal_client: Store last revision/release date * elasticsearch.py: Improve readability of painless script * origin_search: Add sort_by feature * origin_search: Filter for instrinsic_metadata language and license * origin_search: Add keyword search for instrinsic_metadata keywords/description * origin_search: Filters and sorting for date_{created,modified,published}
-
v0.9.0
69364b3b · ·v0.9.0 Changelog: * Fix boolean mapping in metadata document * Store nb_visits and last_visit_date * test_origin_intrinsic_metadata_long_description: Re-increase description size * tests/test_search: Use a reasonably long description value * tests/elasticsearch: Catch painless script errors and pretty print them * mypy: Fix errors with release >= v0.900
-
v0.7.0
9e0db2bd · ·v0.7.0 Changelog: * Ensure the elasticsearch indexes are initialized before the first request * Use elasticsearch aliases to simplify maintenance operations * search.cli: Drop unused and untested rpc-serve cli entrypoint * api.wsgi: Drop unused wsgi module * Add missing server tests * Add typing to origin_update's argument and origin_search's return