Revision b4860633c8f54883a1ca72cf0a2f6202141ce7bb authored by Nicolas Dandrimont on 15 October 2018, 13:49:18 UTC, committed by Nicolas Dandrimont on 15 October 2018, 13:58:52 UTC
Summary:
The combination of timestamp search for an occurrence with branch name filtering
never got ported to the snapshot model. As this function only has a single user,
which is a single endpoint deep in the public-facing API, let's just drop it.

revision_log_by uses the same filter but gives a log of parent revisions, and
has never been used by any client.

This will break this API endpoint, which is tracked in T1221, but iff we want to
keep it, I think it can be easily reimplemented by composing origin_visit_get_by
and the new snapshot_get_branches function.

Test Plan: It's dead, Jim.

Reviewers: zack

Differential Revision: https://forge.softwareheritage.org/D534
1 parent 3a59229
History
File Mode Size
bin
debian
docs
sql
swh
utils
.gitignore -rw-r--r-- 89 bytes
AUTHORS -rw-r--r-- 112 bytes
LICENSE -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 183 bytes
Makefile -rw-r--r-- 163 bytes
Makefile.local -rw-r--r-- 182 bytes
README.md -rw-r--r-- 3.3 KB
requirements-swh.txt -rw-r--r-- 88 bytes
requirements-test.txt -rw-r--r-- 5 bytes
requirements.txt -rw-r--r-- 57 bytes
setup.py -rwxr-xr-x 2.2 KB

README.md

back to top