Page MenuHomeSoftware Heritage

ingest major gitlab instances
Closed, MigratedEdits Locked

Description

As per comment [1], here is a limited list:

|----------------+----------------------------------------+-------------+----------------+-----------|
| listing status | url                                    | instance    | # listed repos | # origins |
|----------------+----------------------------------------+-------------+----------------+-----------|
| done           | https://gitlab.com/api/v4              | gitlab      |         964329 |    965554 |
| done           | https://salsa.debian.org/api/v4/       | debian      |          23757 |      9782 |
| done           | https://framagit.org/api/v4/           | framagit    |          12134 |     12153 |
| done           | https://gitlab.inria.fr/api/v4/        | inria       |           1606 |      1606 |
| done           | https://gitlab.gnome.org/api/v4/       | gnome       |           3825 |      3904 |
| done           | https://gitlab.freedesktop.org/api/v4/ | freedesktop |           1949 |      2849 |
| done           | https://0xacab.org/api/v4/             | riseup      |            883 |       884 |
| done           | https://gitlab.common-lisp.net/api/v4  | common-lisp |            551 |       731 |
| done           | https://gite.lirmm.fr/api/v4           | gite.lirmm  |            292 |       293 |
|----------------+----------------------------------------+-------------+----------------+-----------|

[1] https://forge.softwareheritage.org/T1111#20926

Event Timeline

ardumont triaged this task as Normal priority.Jul 18 2018, 12:33 PM
ardumont created this task.
zack renamed this task from List other gitlab instances to ingest major gitlab instances.Oct 5 2018, 4:30 PM
douardda updated the task description. (Show Details)
olasd added a subscriber: olasd.

I had added framagit and 0xacab on Friday, forgot to update the task.

ardumont changed the task status from Open to Work in Progress.Jun 29 2019, 9:44 AM

Heads up, listing status for all instances (included new ones added):

swh-lister=> select instance, count(*) as nb_repos_listed from gitlab_repo group by instance order by nb_repos_listed;
  instance   | nb_repos_listed
-------------+-----------------
 gite.lirmm  |             292
 common-lisp |             551
 riseup      |             883
 freedesktop |            1949
 gnome       |            3825
 inria       |            1606
 framagit    |           12134
 debian      |           23757
 gitlab      |          964329
(9 rows)
ardumont updated the task description. (Show Details)
zack claimed this task.
zack added a subscriber: zack.

All instances listed in this task have been added, so I'm closing this. Other instances can be added in the future, submitting matching task for tracking reasons as needed.