Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Dandrimont
swh-docs
Commits
8fc01653
Commit
8fc01653
authored
4 years ago
by
David Douard
Browse files
Options
Downloads
Patches
Plain Diff
Update the task-lister diagram
The lister no longer creates Origin objects.
parent
315ca7d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/images/tasks-lister.uml
+0
-7
0 additions, 7 deletions
docs/images/tasks-lister.uml
with
0 additions
and
7 deletions
docs/images/tasks-lister.uml
+
0
−
7
View file @
8fc01653
...
...
@@ -7,8 +7,6 @@
participant SCH_LS as "scheduler listener"
participant WORK_GITLAB as "worker@gitlab-lister"
participant GITLAB as "gitlab API"
participant STORAGE_API as "storage API" #ECECFF
participant STORAGE_DB as "storage DB" #B0C4DE
Note over WEB,SCH_API: Save gitlab forge 0xdeadbeef
WEB->>SCH_API: CREATE TASK lister-gitlab
...
...
@@ -38,13 +36,8 @@
deactivate GITLAB
loop For Each Repo
WORK_GITLAB->>STORAGE_API: CREATE ORIGIN
activate STORAGE_API
WORK_GITLAB->>SCH_API: CREATE TASK loader-git
activate SCH_API
STORAGE_API->>STORAGE_DB: INSERT ORIGIN
STORAGE_API-->>WORK_GITLAB: 201
deactivate STORAGE_API
SCH_API->>SCH_DB: INSERT TASK
SCH_API-->>WORK_GITLAB: 201
deactivate SCH_API
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment