Upsert and Read methods
Related to T2443
Differential D4838
Add an new origin visit info model object and related backend api vsellier on Jan 12 2021, 12:16 PM. Authored by
Details
Upsert and Read methods Related to T2443 tox
Diff Detail
Event TimelineComment Actions Build has FAILED Patch application report for D4838 (id=17135)Rebasing onto 619100eaf2... Current branch diff-target is up to date. Changes applied before testcommit 1bfbc8f4981bc034d358217f3d522b0bdc25a1e4 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Tue Jan 12 12:13:07 2021 +0100 Add an new origin visit info model object and related backend api Upsert and Read methods Related to T2443 Link to build: https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/91/ Comment Actions Build is green Patch application report for D4838 (id=17138)Rebasing onto 619100eaf2... Current branch diff-target is up to date. Changes applied before testcommit cd081501aec6359685df61c6f6743c1c191a19e2 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Tue Jan 12 12:13:07 2021 +0100 Add an new origin visit info model object and related backend api Upsert and Read methods Related to T2443 See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/92/ for more details. Comment Actions I don't like the name "info", it's too generic. What about "origin_visit_stats"? (still too generic, but less so)
Comment Actions Build is green Patch application report for D4838 (id=17149)Rebasing onto b13cb1f2de... First, rewinding head to replay your work on top of it... Applying: Add an new origin visit info model object and related backend api Using index info to reconstruct a base tree... M swh/scheduler/backend.py M swh/scheduler/interface.py M swh/scheduler/model.py M swh/scheduler/sql/30-schema.sql M swh/scheduler/tests/test_api_client.py M swh/scheduler/tests/test_scheduler.py Falling back to patching base and 3-way merge... Auto-merging swh/scheduler/tests/test_scheduler.py Auto-merging swh/scheduler/tests/test_api_client.py Auto-merging swh/scheduler/sql/30-schema.sql CONFLICT (content): Merge conflict in swh/scheduler/sql/30-schema.sql Auto-merging swh/scheduler/model.py Auto-merging swh/scheduler/interface.py Auto-merging swh/scheduler/backend.py Patch failed at 0001 Add an new origin visit info model object and related backend api Resolve all conflicts manually, mark them as resolved with "git add/rm <conflicted_files>", then run "git rebase --continue". You can instead skip this commit: run "git rebase --skip". To abort and get back to the state before "git rebase", run "git rebase --abort". Rebase failed (ret=1)! Could not rebase; Attempt merge onto b13cb1f2de... Already up to date. Changes applied before testcommit 593186d898f3a60cbd007210276af28789310ec8 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Tue Jan 12 12:13:07 2021 +0100 Add an new origin visit info model object and related backend api Upsert and Read methods Related to T2443 See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/94/ for more details. Comment Actions Build is green Patch application report for D4838 (id=17151)Rebasing onto b13cb1f2de... Current branch diff-target is up to date. Changes applied before testcommit a62003397d6eb1d814aebf9816e5e0495337b2bf Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Tue Jan 12 12:13:07 2021 +0100 Add an new origin visit info model object and related backend api Upsert and Read methods Related to T2443 See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/95/ for more details. |