-
v0.14.0ca662a57 · ·
v0.14.0 - Add new supported visit type 'maven' - Fix query language metadata filter example Internals: - Bump mypy to v0.942 - conftest: Fix tests hang with elasticsearch 7.17.3 - pre-commit: Remove codespell commit-msg hook - Add .git-blame-ignore-revs file with automatic reformatting commits - python: Reformat code with black 22.3.0 - pre-commit, tox: Bump black from 19.10b0 to 22.3.0 - requirements-test: Remove pytest pinning to < 7
-
v0.13.261846a8a · ·
v0.13.2 * server: Return SearchQuerySyntaxError as 400 instead of 500 * refactorings
-
-
v0.13.04b387b6d · ·
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.14e635b23 · ·
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.0c0140db7 · ·
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.2db47029f · ·
v0.11.2 * cli.py: Add rpc-serve command * grammar.js: Improve grammar and export tokens
-
v0.11.0b258ce43 · ·
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.0fe7640f7 · ·
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.069364b3b · ·
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