By removing the False/ignore-dups behavior, which we didn't use.
The main motivation is to make _add endpoints write to Kafka in a
future commit, as Kafka's semantics are closer to True/update-dups
than False/ignore-dups.
Paths
| Differential D4401 Authored by vlorentz on Nov 3 2020, 2:26 PM.
Details
Summary By removing the False/ignore-dups behavior, which we didn't use. The main motivation is to make _add endpoints write to Kafka in a
Diff Detail
Event TimelineHerald added a reviewer: Reviewers. · View Herald TranscriptNov 3 2020, 2:26 PM2020-11-03 14:26:24 (UTC+1) Comment Actions Build is green Patch application report for D4401 (id=15589)Rebasing onto 94c8259193... Current branch diff-target is up to date. Changes applied before testcommit 8e69633f639e31cf5efa3edd784397b351d3b2db Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Nov 3 14:19:23 2020 +0100 Remove conflict_update/policy_update option from BaseIndexer.run() By removing the False/ignore-dups behavior, which we didn't use. The main motivation is to make _add endpoints write to Kafka in a future commit, as Kafka's semantics are closer to True/update-dups than False/ignore-dups. See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/109/ for more details. Harbormaster completed remote builds in B16812: Diff 15589.Nov 3 2020, 2:28 PM2020-11-03 14:28:52 (UTC+1) This revision is now accepted and ready to land.Nov 3 2020, 2:34 PM2020-11-03 14:34:32 (UTC+1) Closed by commit rDCIDX8e69633f639e: Remove conflict_update/policy_update option from BaseIndexer.run() (authored by vlorentz). · Explain WhyNov 3 2020, 5:03 PM2020-11-03 17:03:21 (UTC+1) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 15611 swh/indexer/cli.py
swh/indexer/ctags.py
swh/indexer/fossology_license.py
swh/indexer/indexer.py
|