Stop leaking those ids in results from the /api/1/origins/ endpoint.
Remove any reference to those ids in the doc and the code.
Related to T1791
Paths
| Differential D2600 Authored by anlambert on Jan 29 2020, 4:04 PM.
Details
Summary Stop leaking those ids in results from the /api/1/origins/ endpoint. Remove any reference to those ids in the doc and the code. Related to T1791
Diff Detail
Event TimelineHerald added a reviewer: Reviewers. · View Herald TranscriptJan 29 2020, 4:04 PM2020-01-29 16:04:59 (UTC+1) Comment Actions Build is green Comment Actions Update: Check if the 'id' key value exists before attempting to delete it (for the non postgres storage backends) Comment Actions Build is green Comment Actions Build is green Harbormaster completed remote builds in B10356: Diff 9296.Jan 29 2020, 4:16 PM2020-01-29 16:16:56 (UTC+1) Comment Actions Build is green Harbormaster completed remote builds in B10357: Diff 9297.Jan 29 2020, 4:26 PM2020-01-29 16:26:29 (UTC+1) This revision is now accepted and ready to land.Jan 29 2020, 4:30 PM2020-01-29 16:30:08 (UTC+1) Closed by commit rDWAPPSff9ad4f9392d: Remove last references to non-intrinsic origin identifiers (authored by anlambert). · Explain WhyJan 29 2020, 4:46 PM2020-01-29 16:46:40 (UTC+1) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 9296 swh/web/api/views/origin.py
swh/web/browse/views/origin.py
swh/web/common/origin_visits.py
swh/web/tests/common/test_origin_visits.py
|