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.
Differential D4397
Remove conflict_update/policy_update option. vlorentz on Nov 3 2020, 1:05 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D4397 (id=15579)Rebasing onto 94c8259193... Current branch diff-target is up to date. Changes applied before testcommit 93d970dbb7c29390518b7307902547f5e7e68c0b Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Nov 3 12:50:31 2020 +0100 Remove conflict_update/policy_update option. 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/102/ for more details. Comment Actions Build is green Patch application report for D4397 (id=15580)Rebasing onto 94c8259193... Current branch diff-target is up to date. Changes applied before testcommit 6e8a901b95f3852a1b90611b1e1068d79ae6063d Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Nov 3 12:50:31 2020 +0100 Remove conflict_update/policy_update option. 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/103/ for more details. Comment Actions Build is green Patch application report for D4397 (id=15583)Rebasing onto 94c8259193... Current branch diff-target is up to date. Changes applied before testcommit 6022e53417f104f7ddd642d3c20ce7f8a98b6e3e Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Nov 3 12:50:31 2020 +0100 Remove conflict_update/policy_update option. 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/105/ for more details. Comment Actions for the sake of some remarks inline. Otherwise, lgtm.
Comment Actions hold on, I can split it in two
|