This also drops the deprecated committed png file.
Related to T2618
Differential D4257
deposit-update-chart: Clarify sequence diagram ardumont on Oct 14 2020, 2:56 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D4257 (id=15042)Could not rebase; Attempt merge onto 2f5300e60a... Updating 2f5300e6..2f519ed9 Fast-forward docs/images/deposit-update-chart.uml | 20 ++- swh/deposit/api/deposit_update.py | 24 +++ swh/deposit/cli/admin.py | 80 +++++---- swh/deposit/tests/cli/conftest.py | 12 ++ swh/deposit/tests/cli/test_admin.py | 317 +++++++++++++++++++++++++++++++++++ swh/deposit/tests/cli/test_client.py | 8 +- 6 files changed, 410 insertions(+), 51 deletions(-) create mode 100644 swh/deposit/tests/cli/conftest.py create mode 100644 swh/deposit/tests/cli/test_admin.py Changes applied before testcommit 2f519ed955ed5e43688c43c5de56d48a0bc83101 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 14:54:30 2020 +0200 deposit-update-chart: Clarify schema There is no need for the while loop in there commit 34e710d07e88bb18e63a035e594a0bff7675b927 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 12:40:03 2020 +0200 cli.admin: Add remaining coverage on `swh deposit reschedule` cli commit 06f437255a222dbd42d788f6f143366ce1b41979 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 11:44:08 2020 +0200 Add validation step after metadata ingestion of a metadata-only deposit Related to T2681 commit 51446a11df5cbd6608b282135ea5f2ff30791397 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Oct 13 14:59:50 2020 +0200 deposit.cli.admin: Add types and coverage on module This will allow to be more confident when we will refactor the configuration part. See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/240/ for more details. Comment Actions Build is green Patch application report for D4257 (id=15044)Could not rebase; Attempt merge onto 2f5300e60a... Updating 2f5300e6..2f519ed9 Fast-forward docs/images/deposit-update-chart.uml | 20 ++- swh/deposit/api/deposit_update.py | 24 +++ swh/deposit/cli/admin.py | 80 +++++---- swh/deposit/tests/cli/conftest.py | 12 ++ swh/deposit/tests/cli/test_admin.py | 317 +++++++++++++++++++++++++++++++++++ swh/deposit/tests/cli/test_client.py | 8 +- 6 files changed, 410 insertions(+), 51 deletions(-) create mode 100644 swh/deposit/tests/cli/conftest.py create mode 100644 swh/deposit/tests/cli/test_admin.py Changes applied before testcommit 2f519ed955ed5e43688c43c5de56d48a0bc83101 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 14:54:30 2020 +0200 deposit-update-chart: Clarify schema There is no need for the while loop in there commit 34e710d07e88bb18e63a035e594a0bff7675b927 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 12:40:03 2020 +0200 cli.admin: Add remaining coverage on `swh deposit reschedule` cli commit 06f437255a222dbd42d788f6f143366ce1b41979 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 11:44:08 2020 +0200 Add validation step after metadata ingestion of a metadata-only deposit Related to T2681 commit 51446a11df5cbd6608b282135ea5f2ff30791397 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Oct 13 14:59:50 2020 +0200 deposit.cli.admin: Add types and coverage on module This will allow to be more confident when we will refactor the configuration part. See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/241/ for more details. Comment Actions Build is green Patch application report for D4257 (id=15045)Could not rebase; Attempt merge onto 2f5300e60a... Updating 2f5300e6..1abb2dc6 Fast-forward docs/images/deposit-update-chart.png | Bin 61584 -> 0 bytes docs/images/deposit-update-chart.svg | 51 ++++++ docs/images/deposit-update-chart.uml | 20 ++- swh/deposit/api/deposit_update.py | 24 +++ swh/deposit/cli/admin.py | 80 +++++---- swh/deposit/tests/cli/conftest.py | 12 ++ swh/deposit/tests/cli/test_admin.py | 317 +++++++++++++++++++++++++++++++++++ swh/deposit/tests/cli/test_client.py | 8 +- 8 files changed, 461 insertions(+), 51 deletions(-) delete mode 100644 docs/images/deposit-update-chart.png create mode 100644 docs/images/deposit-update-chart.svg create mode 100644 swh/deposit/tests/cli/conftest.py create mode 100644 swh/deposit/tests/cli/test_admin.py Changes applied before testcommit 1abb2dc63e3a7a7e085b6773c09c13339d80a90c Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 14:54:30 2020 +0200 deposit-update-chart: Clarify schema There is no need for the while loop in there commit 34e710d07e88bb18e63a035e594a0bff7675b927 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 12:40:03 2020 +0200 cli.admin: Add remaining coverage on `swh deposit reschedule` cli commit 06f437255a222dbd42d788f6f143366ce1b41979 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 11:44:08 2020 +0200 Add validation step after metadata ingestion of a metadata-only deposit Related to T2681 commit 51446a11df5cbd6608b282135ea5f2ff30791397 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Oct 13 14:59:50 2020 +0200 deposit.cli.admin: Add types and coverage on module This will allow to be more confident when we will refactor the configuration part. See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/242/ for more details. Comment Actions Build is green Patch application report for D4257 (id=15053)Could not rebase; Attempt merge onto 4bb8a36d7a... Updating 4bb8a36d..e39814c4 Fast-forward docs/images/deposit-update-chart.png | Bin 61584 -> 0 bytes docs/images/deposit-update-chart.svg | 51 +++++++++++++++++++++++++++++++++++ docs/images/deposit-update-chart.uml | 20 +++++++------- swh/deposit/api/deposit_update.py | 24 +++++++++++++++++ 4 files changed, 86 insertions(+), 9 deletions(-) delete mode 100644 docs/images/deposit-update-chart.png create mode 100644 docs/images/deposit-update-chart.svg Changes applied before testcommit e39814c4af487fca889106b6cfe223b00f7672b7 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 14:54:30 2020 +0200 deposit-update-chart: Clarify schema There is no need for the while loop in there commit 92634764f00a0c561523f4fed8073cd9132a5c81 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 11:44:08 2020 +0200 Add validation step after metadata ingestion of a metadata-only deposit Related to T2681 See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/248/ for more details. Comment Actions also, "schéma" doesn't translate to "schema" in English (instead: diagram, schematic, ...) And the commit message should mention that you changed the flowchart (and what/why), it's not just a clarification Comment Actions Build is green Patch application report for D4257 (id=15069)Could not rebase; Attempt merge onto 4bb8a36d7a... Updating 4bb8a36d..6e894be3 Fast-forward docs/images/.gitignore | 1 + docs/images/deposit-delete-chart.png | Bin 56979 -> 0 bytes docs/images/deposit-delete-chart.uml | 29 ++++++++++++----------------- docs/images/deposit-update-chart.png | Bin 61584 -> 0 bytes docs/images/deposit-update-chart.uml | 20 +++++++++++--------- 5 files changed, 24 insertions(+), 26 deletions(-) delete mode 100644 docs/images/deposit-delete-chart.png delete mode 100644 docs/images/deposit-update-chart.png Changes applied before testcommit 6e894be3749922b9004c1d11c6c19973bcb030d8 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 14:54:30 2020 +0200 deposit-update-chart: Clarify sequence diagram There is no loop, either the status is partial, either it's not. Removing it clarifies the reading. This also drops the out-of-sync png diagram from the repository. commit 2576c73a490956b8fd0c9573af504dbfb7ebdadf Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 14:55:15 2020 +0200 deposit-delete-chart: Clarify schema There is no loop, either the status is partial, either it's not. Removing it clarifies the reading. This drops the out-of-sync png diagram from the repository. This also renames the inexistent `ready` status to the correct 'deposited' status. See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/254/ for more details. Comment Actions Build is green Patch application report for D4257 (id=15076)Could not rebase; Attempt merge onto 4bb8a36d7a... Updating 4bb8a36d..6097f14b Fast-forward docs/images/.gitignore | 1 + docs/images/deposit-delete-chart.png | Bin 56979 -> 0 bytes docs/images/deposit-delete-chart.uml | 29 ++++++++++++----------------- docs/images/deposit-update-chart.png | Bin 61584 -> 0 bytes docs/images/deposit-update-chart.uml | 20 +++++++++++--------- 5 files changed, 24 insertions(+), 26 deletions(-) delete mode 100644 docs/images/deposit-delete-chart.png delete mode 100644 docs/images/deposit-update-chart.png Changes applied before testcommit 6097f14b7018f2f013a16aca4653698c7182b9ae Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 14:54:30 2020 +0200 deposit-update-chart: Clarify sequence diagram There is no loop, either the status is partial, either it's not. Removing it clarifies the reading. This also drops the out-of-sync png diagram from the repository. commit 4ee6ab25853c1eb3eb9f10763a4c2f48bfd30696 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Oct 14 14:55:15 2020 +0200 deposit-delete-chart: Clarify sequence diagram There is no loop, either the status is partial, either it's not. Removing it clarifies the reading. This drops the out-of-sync png diagram from the repository. This also renames the inexistent `ready` status to the correct 'deposited' status. See https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/259/ for more details. |