Page MenuHomeSoftware Heritage
Feed Advanced Search

Aug 29 2021

borisbaldassari updated the diff for D6133: maven-lister: initialise lister..
  • maven-lister: add last modif time to extra args for jar files.
Aug 29 2021, 8:07 PM
borisbaldassari updated the diff for D6133: maven-lister: initialise lister..
  • maven-lister: add extra loader arguments for jar loader output.
  • maven-lister: fix tests for extra loader asserts.
Aug 29 2021, 11:06 AM

Aug 28 2021

borisbaldassari requested review of D6133: maven-lister: initialise lister..
Aug 28 2021, 11:02 AM

Aug 17 2021

borisbaldassari closed D6106: T3339 Fix various formatting typos in getting started with SWH API..
Aug 17 2021, 5:35 PM
borisbaldassari committed rDDOC2b51cac2fd63: T3339 Fix various formatting typos in getting started with SWH API. (authored by borisbaldassari).
T3339 Fix various formatting typos in getting started with SWH API.
Aug 17 2021, 5:35 PM
borisbaldassari updated the diff for D6106: T3339 Fix various formatting typos in getting started with SWH API..

Updating D6106: T3339 Fix various formatting typos in getting started with SWH API.

Aug 17 2021, 5:34 PM
borisbaldassari added a comment to D6106: T3339 Fix various formatting typos in getting started with SWH API..

Hiho good people, here is a quick fix for some minor typos, mostly linked to the output rendering of pre's.

Aug 17 2021, 2:21 PM
borisbaldassari requested review of D6106: T3339 Fix various formatting typos in getting started with SWH API..
Aug 17 2021, 2:16 PM

Jul 20 2021

borisbaldassari committed rDDOC17951eafe724: Merge branch 'master' of https://forge.softwareheritage.org/source/swh-docs (authored by borisbaldassari).
Merge branch 'master' of https://forge.softwareheritage.org/source/swh-docs
Jul 20 2021, 8:11 PM
borisbaldassari closed D5784: getting_started_api initialise..
Jul 20 2021, 8:11 PM
borisbaldassari committed rDDOC6afe58358b84: T3339 Getting started with the SWH API. (authored by borisbaldassari).
T3339 Getting started with the SWH API.
Jul 20 2021, 8:11 PM
borisbaldassari updated the diff for D5784: getting_started_api initialise..
Jul 20 2021, 8:11 PM
borisbaldassari added a comment to D5784: getting_started_api initialise..

@vlorentz Thanks for the review! Updated diff with your last comment (api in index.rst). I squashed commits and am ready to push to master, as soon as you tell me to.

Jul 20 2021, 11:58 AM
borisbaldassari updated the diff for D5784: getting_started_api initialise..
  • Merge branch 'master' into T3339_getting_started_api
  • Fix wrong index after api rename.
Jul 20 2021, 11:46 AM

Jul 14 2021

borisbaldassari updated the diff for D5784: getting_started_api initialise..
  • Fix sections.
Jul 14 2021, 10:37 PM
borisbaldassari updated the diff for D5784: getting_started_api initialise..
  • Merge branch 'master' into T3339_getting_started_api
  • Fix url to https in sphinx.rst.
  • Fix api getting started + rename file.
  • More fixes to api getting started.
Jul 14 2021, 10:31 PM

Jul 9 2021

borisbaldassari added a comment to T3334: Tuleap lister.

Thanks @ardumont for the heads-up.
As a side note I still have on my to-do to add authentication and svn support to the tuleap lister (but that will happen *after* the maven lister work).

Jul 9 2021, 5:10 PM · Lister

Jun 21 2021

borisbaldassari added a comment to T1724: Maven Central repository support.

Updates:

  • A ticket has been submitted in the Sonatype JIRA to let them know we will fetch maven poms and src jars soon.
  • An email has been sent on the maven-dev mailing list with a few kind answers, mainly stating to let Sonatype know through a JIRA issue.
  • Hervé Bouthemy provided some precious insights about the best way to use the poms; it seems we can get a near-complete list of maven repositories worldwide by parsing some pom arguments and following dependencies up. It should probably not be used directly by the lister (which should provide only the list of src jars and scm attributes to the loaders), but we can output it somewhere to feed the lister manually.
Jun 21 2021, 8:59 PM · Maven loader, Maven lister, GSoC 2019, Archive coverage

Jun 15 2021

borisbaldassari created P1070 Submitted ticket to sonatype Jira for maven central crawling.
Jun 15 2021, 2:16 PM

Jun 9 2021

borisbaldassari closed D5754: tuleap: initialise lister..
Jun 9 2021, 12:31 PM
borisbaldassari committed rDLS04c0a50706e8: tuleap: initialise lister. (authored by borisbaldassari).
tuleap: initialise lister.
Jun 9 2021, 12:31 PM
borisbaldassari added a comment to T1724: Maven Central repository support.

Update for the Maven Indexer prototype: it works! (finally)

Jun 9 2021, 9:03 AM · Maven loader, Maven lister, GSoC 2019, Archive coverage
borisbaldassari added a comment to D5754: tuleap: initialise lister..

By the way @borisbaldassari, you can push, that should land and close the diff ;)

Jun 9 2021, 8:52 AM

Jun 8 2021

borisbaldassari added a comment to T1724: Maven Central repository support.

Some more information about the maven indexer. Beware people it's a bit dirty, and you're not going to like it infra-wise.

Jun 8 2021, 9:26 AM · Maven loader, Maven lister, GSoC 2019, Archive coverage
borisbaldassari added a comment to T1724: Maven Central repository support.

So, to sum up the options we have.. Basically we "just" need all artifacts coordinates. From there for each artifact we can:

Jun 8 2021, 8:40 AM · Maven loader, Maven lister, GSoC 2019, Archive coverage

Jun 5 2021

borisbaldassari added a comment to T1724: Maven Central repository support.

Few more cents in the bucket..

  • scrapping is explicitly forbidden, see https://repo1.maven.org/terms.html -- however making contact first will help us go through most of the abuse-limiting rules I guess.
  • regarding fasten, there are indeed some bits that could be useful. However most of our difficulties are in getting a list of projects, whereas this information is already provided by the user in the case of fasten. So, interesting and useful, but not a game changer regarding the difficult part of our job.
Jun 5 2021, 2:51 PM · Maven loader, Maven lister, GSoC 2019, Archive coverage
borisbaldassari added a comment to D5754: tuleap: initialise lister..

Hey @ardumont , ok, was not sure of what to do next. Thanks, just pushed it.
BTW I got some news from the nice Enalean people, so I'll add the authentication and svn repos soon, in another task/diff/push.

Jun 5 2021, 10:04 AM

May 26 2021

borisbaldassari requested review of D5784: getting_started_api initialise..
May 26 2021, 11:54 AM
borisbaldassari added a comment to D5754: tuleap: initialise lister..

I think I'm done for now. It works well on docker-dev, tests pass, all review comments have been treated.
For the records the following improvements could be implemented:

  • support for svn repos -- I can't find any tuleap forge with svn repos, so I'll drop the feature for now.
  • authentication -- not a big deal, but tuleap.net has 41 repositories so rate-limiting and auth aren't absolutely required. I'm waiting for inputs from enalean (makers of tuleap) to decide on what would actually be needed.
May 26 2021, 11:40 AM
borisbaldassari updated the diff for D5754: tuleap: initialise lister..

D5754: tuleap: initialise lister.

May 26 2021, 11:10 AM
borisbaldassari updated the diff for D5754: tuleap: initialise lister..
  • tuleap-lister: code review: Add empty repo test, minor typo fixes.
May 26 2021, 11:06 AM
borisbaldassari archived P1051 docker-dev: can't start listers.
May 26 2021, 10:13 AM

May 25 2021

borisbaldassari created P1051 docker-dev: can't start listers.
May 25 2021, 3:02 PM

May 23 2021

borisbaldassari updated the diff for D5754: tuleap: initialise lister..
  • 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.
May 23 2021, 3:36 PM

May 21 2021

borisbaldassari added a comment to D5754: tuleap: initialise lister..

@ardumont @vlorentz thanks a lot for all the help and inputs.

May 21 2021, 12:10 PM

May 20 2021

borisbaldassari updated the diff for D5754: tuleap: initialise lister..
  • 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.
May 20 2021, 4:34 PM
borisbaldassari added a comment to D5754: tuleap: initialise lister..

Hi vlorentz, thanks for the inputs (and good shot for the copyrights + chmod!!)

May 20 2021, 4:28 PM
borisbaldassari updated the diff for D5754: tuleap: initialise lister..
  • 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.
May 20 2021, 4:20 PM
borisbaldassari updated the diff for D5754: tuleap: initialise lister..
  • tuleap-lister: code review: Remove authentication useless lines + fix typos.
May 20 2021, 3:08 PM

May 19 2021

borisbaldassari requested review of D5754: tuleap: initialise lister..
May 19 2021, 5:58 PM
borisbaldassari added a revision to T3334: Tuleap lister: D5754: tuleap: initialise lister..
May 19 2021, 2:49 PM · Lister
borisbaldassari created T3334: Tuleap lister.
May 19 2021, 12:04 PM · Lister