- Jun 20, 2019
-
-
Jenkins for Software Heritage authored
with Debian dir 3b06e07e68088366e7053cba9059c58c11fd0be3
-
Archit Agrawal authored
Add new page in lister tutorial which guides through the process of running a new lister in docker.
-
Archit Agrawal authored
Add testing section for lister. Also added how to run a new lister section which elaborates about the steps required to run the now lister in docker
- Jun 19, 2019
-
-
Archit Agrawal authored
Change origin type from 'gnu' to 'tar'
-
vlorentz authored
They are useless.
-
Nancy Chauhan authored
-
- Jun 18, 2019
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related T1824 Related P438
-
Jenkins for Software Heritage authored
with Debian dir 0c8c4dc8c398ae590bd83e69a93e26d5dc945656
-
Antoine R. Dumont authored
As phabricator is an "instance" lister (there exists multiple instances of phabricator in the wild), we need to reference that information. In effect, this aligns phabricator lister with for example the gitlab one. Related T1801 Related P434
-
Antoine R. Dumont authored
Related P434
-
- Jun 17, 2019
-
-
Jenkins for Software Heritage authored
with Debian dir ef1d7d35b940300947a8388c994e080735b5d759
-
Antoine R. Dumont authored
Prior to this commit, this expected the api.token to be provided at task initialization. That behavior has been kept for cli purposes. It's no good for production purposes though (as this leaks the credentials in the scheduler db). So now, the credentials is fetched from the lister's configuration file as the other listers do. Another change is the authentication mechanism which is slighly different. It's not using a basic `auth` mechanism. It's expecting an `api.token` query parameter so the `request_params` is overriden to provide that. Related T1809
- Jun 14, 2019
-
-
Antoine R. Dumont authored
This should have been removed along with the code in b8162127. The request authentication has been reworked so that all listers use the same credentials dict. Related b8162127 Related T1772
-
- Jun 13, 2019
-
-
Jenkins for Software Heritage authored
with Debian dir c64dfbdd5c8128b14b95f656e5fe36c9a4ccba5b
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Prior to this commit, lister did create origins as well in the archive. Now, we only schedule new origins for ingestion.
- Jun 12, 2019
-
-
Jenkins for Software Heritage authored
with Debian dir 47cbf4e2e5c33de2333910eb0a65c77564f81e36
- 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
Previously gnu lister was using same code as that of tarball loader to download, unzip and read tree.json file. To make the code consise the downloading method is changed to requests library.
-
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
-
Archit Agrawal authored
Some of the new listers like GNU and CRAN do not follow the conventional way of making an HTTP request, hence they do not need some of the methods which are usually needed by in conventional HTTP request. But those method are marked abstractmethod in the core making them necessary to be present. So it is in best to remove abstractmethod to increase the readability of those listers.
-
- May 29, 2019
-
-
Jenkins for Software Heritage authored
with Debian dir ce89000f6db2dd2fd3b31ade174001d6a8081830
-
Antoine R. Dumont authored
This becomes a dictionary of key <lister-name>, value a dict of key <instance-name>, value list of dict username/password. Related T1772
- May 23, 2019
-
-
Jenkins for Software Heritage authored
with Debian dir b411c9f2c40bc4c7bd7b62b6aa76d35d803d10f4