- Nov 15, 2022
-
-
Kumar Shivendu authored
Summary: Lister to ingest fedora mirrors (.rpm) Reviewers: #reviewers, vlorentz Subscribers: vlorentz, olasd Maniphest Tasks: T4448 Differential Revision: https://forge.softwareheritage.org/D8386
-
- Aug 30, 2022
-
-
Raphaël Gomès authored
This uses https://index.golang.org. An associated loader will be sent in the near future, as well as an incremental version of this lister. [1] https://go.dev/ref/mod#goproxy-protocol
-
- Aug 03, 2022
-
-
Kumar Shivendu authored
-
- Nov 29, 2021
-
-
Boris Baldassari authored
The Maven lister retrieves the maven central indexes, exports them in a convenient text format, and parse them to identify all src archives and pom files in the maven repository. Then the pom files are downloaded and analysed to find and yield any scm reference. Note: This is a new version of the maven lister diff D6133 which takes into account the initial round of reviews. Related to T1724
-
- May 26, 2021
-
-
Boris Baldassari authored
tuleap-lister: fix args in test_task. tuleap-lister: Add rate-limiting test + fix debug and typo. tuleap-lister: code review: fix mocker + tests/setup_cli. tuleap-lister: code review: fix relister > lister. tuleap-lister: code review: fix test_task kwargs. tuleap-lister: code review: Remove authentication useless lines + fix typos. tuleap-lister: code review: improve results_simplified for svn repos. tuleap-lister: code review: add name to CONTRIBUTORS file. tuleap-lister: code review: Update tutorial for misc files to edit. tuleap-lister: code review: Update copyright to 2021 exactly. tuleap-lister: code review: Update py files perms -X. tuleap-lister: code review: minimise json files. tuleap-lister: code review: fix chmod on json files. tuleap-lister: code review: fix var names + add tests. tuleap-lister: code review: fix useless indirection. tuleap-lister: code review: Add empty repo test, minor typo fixes.
-
- Feb 05, 2021
-
-
Antoine Lambert authored
Remove outdated part about listers database and use swh CLI in README for executing a lister instead of raw Python code.
-
- Aug 25, 2020
-
-
David Douard authored
-
- Jul 19, 2019
-
-
Archit Agrawal authored
Implement a packagist lister to list the names and metadata url of all the packages. Closes 1776
-
- Jun 28, 2019
-
-
Archit Agrawal authored
Remove the need to visit every page and extract the origin url by introducing a parameter url_prefix. The origin url is in format <prefix>/<repo_name> where The prefix is same for all the repos for a particular cgit instance.
-
Archit Agrawal authored
Some cgit instance have a pagination. Modifiy lister to find all the pages and list all the repos from all the pages.
-
Archit Agrawal authored
Implemented a lister to list the repos for a given CGit instance. Closes T1659
-
- Jun 19, 2019
-
-
Nancy Chauhan authored
-
- Jun 11, 2019
-
-
Archit Agrawal authored
Add a lister to list all the CRAN packages . It uses the build-in API in R language to list the packages and get their metadata. Closes T1709
-
Archit Agrawal authored
Added a function which will derive the extension from filename and check if the fie extension match the type of file that is to be archived.
-
- Jun 08, 2019
-
-
Archit Agrawal authored
As discussed in T1389 to ingest all packages using base loader, it need a list of all the tarballs for a pakage. Hence modifified lister to recursively list all the tarballs for a package with their last updated time.
-
Archit Agrawal authored
Implement first pass of gnu lister to list all the packages present in https://ftp.gnu.org/ Add GNU lister in README and cli.py Closes T1722
-
- May 15, 2019
-
-
Archit Agrawal authored
Add a lister of all hosted repositories on a Phabricator instance Closes T808
-
- May 14, 2019
-
-
Antoine Lambert authored
-
- Mar 24, 2019
-
-
Archit Agrawal authored
-
- Mar 19, 2019
-
-
Archit Agrawal authored
-
Archit Agrawal authored
-
Archit Agrawal authored
-
- Sep 14, 2018
-
-
Antoine R. Dumont authored
Related T422
-
- Sep 06, 2018
-
-
Antoine R. Dumont authored
-
- Aug 01, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Based solely on pypi's deprecated xmlrpc api [1]. No other way of listing pypi.org is referenced (except for parsing an html page through a legacy api [2]) [1] https://warehouse.readthedocs.io/api-reference/xml-rpc/#pypi-s-xml-rpc-methods [2] https://pypi.python.org/simple/ Related T422
-
- Jul 27, 2018
-
-
Antoine R. Dumont authored
-
- Jul 20, 2018
-
-
Antoine R. Dumont authored
-
- Jul 18, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T1138
-
- Jul 17, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Avoid eating *all* arbitrary arguments and passing them along to the new_lister method.
-
- Jul 11, 2018
-
-
Antoine R. Dumont authored
Related T989
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jul 03, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Jun 27, 2018
-
-
Antoine R. Dumont authored
-
- Jun 26, 2018
-
-
Antoine R. Dumont authored
Related T989
-
Antoine R. Dumont authored
-