There has been movement in T1991 (which was not referenced as subtask so that
did now show). I fixed that.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 18 2020
May 16 2020
Has there been much movement with this? It looks like only packages relying on git are archived.
May 10 2020
Apr 23 2020
Apr 13 2020
Apr 6 2020
Apr 3 2020
Apr 2 2020
Mar 24 2020
Mar 13 2020
Unfortunately, try.gogs.io's API is hidden behind auth so I can't confirm that the responses actually have the same shape between gogs and gitea.
Thanks for submitting this request. There's a good chance that this can be the same lister as gogs: T1721.
Mar 12 2020
Yep, I'm not annoyed, just being emphatic about what we want to see. :-)
Hi Colin (@cjwatson), nice to meet you here !
Mar 11 2020
I'm one of the developers on the Launchpad team. A user identified as "leni" spoke to us about this on IRC last week; it so happened that the Launchpad team were in the middle of an in-person sprint at the time, so we were able to discuss the problem fairly quickly and put together a plan to improve our API. I implemented those improvements shortly afterwards. They aren't quite deployed on production yet, but they should be very soon. Unfortunately I don't have any contact details for leni unless they happen to join IRC, so I'm posting a summary of the discussion and my improvements here, which is probably a useful thing to do anyway.
Feb 13 2020
What is the current status of this task ?
Feb 6 2020
Given this is done, where can one see the timeline of visits for a given origin coming from GNU?
Jan 27 2020
Jan 21 2020
Deployed.
Jan 17 2020
Jan 16 2020
In the [2] page, there is an archive link (or something) which lists the old associated artifacts (so apriori, no more need for the mran mirror).
In T2029#40500, @ardumont wrote:
Heads up.
Jan 9 2020
Deployed.
Nov 26 2019
Nov 20 2019
Nov 19 2019
Removing that package loader implementation from the main task.
It's not a blocker to close the main task.
Nov 14 2019
Latest debian lister and debian loader deployed.
Oct 13 2019
Oct 12 2019
Current input of the debian loader (without the optimization) (outputed from the lister):
Oct 6 2019
Some experiments with the R versions package:
Oct 5 2019
Oct 3 2019
Here are some analysis sample on the cran dataset about publication "date" and "author" fields.
Implementation done.
Oct 2 2019
To have a look at possible fields (regarding parsing date and author), here is a sample of the artifacts listed by the cran lister [1]
thanks! \m/
In order to list all available versions of a R package hosted on CRAN, the versions package could be used.
Oct 1 2019
def parse_debian_control(filepath: str) -> Dict: """Parse debian control at filepath""" metadata = {} logger.debug('Debian control file %s', filepath) for paragraph in Deb822.iter_paragraphs(open(filepath)): logger.debug('paragraph: %s', paragraph) metadata.update(**paragraph)
Current work is in the swh-loader-repository within the package-loader branch.