In T4232#84826, @vlorentz wrote:note that swh-web currently does it purely on the client side, using the GitHub API. It may be good to move it server-side, though (avoids leaking users' IP addresses to GitHub, and also fixes some failure conditions mentioned in T4055)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 20 2022
May 20 2022
May 17 2022
May 17 2022
May 16 2022
May 16 2022
May 11 2022
May 11 2022
note that swh-web currently does it purely on the client side, using the GitHub API. It may be good to move it server-side, though (avoids leaking users' IP addresses to GitHub, and also fixes some failure conditions mentioned in T4055)
Mar 16 2022
Mar 16 2022
@Alphare lgtm
Build is green
Add test_tasks.py
Mar 14 2022
Mar 14 2022
LGTM
Thanks. Should I add a tests_tasks.py? I'm not 100% sure of their usefulness but they're in all other packages.
In D7329#190995, @vlorentz wrote:LGTM
LGTM
Mar 11 2022
Mar 11 2022
Build is green
Remove use of dateutil and add small fixes
Mar 10 2022
Mar 10 2022
Looks good, thanks.
Feb 17 2022
Feb 17 2022
ardumont moved T3947: Deploy swh.lister v2.7 from deployed/landed/monitoring to done on the System administration board.
It's steadily progressing so closing now.
staging lister happily lists new bzr and cvs origins now:
ardumont moved T3947: Deploy swh.lister v2.7 from in-progress to deployed/landed/monitoring on the System administration board.
Clean up:
Feb 8 2022
Feb 8 2022
ardumont renamed T3921: Evolve the launchpad lister to make it list bzr origins from Evolve the launchpad list to make it list the bzr origins to Evolve the launchpad lister to make it list bzr origins.
Jan 20 2022
Jan 20 2022
This task has been complete since a while now, closing it.
Dec 6 2021
Dec 6 2021
Dec 3 2021
Dec 3 2021
ardumont moved T3765: Deploy latest swh.loader.core and swh.lister from deployed/landed/monitoring to Component upgrades on the System administration board.
ardumont moved T3765: Deploy latest swh.loader.core and swh.lister from in-progress to deployed/landed/monitoring on the System administration board.
ardumont added a parent task for T3765: Deploy latest swh.loader.core and swh.lister: T2400: Ingest current and historical Ubuntu releases.
After some fighting to untangle the mess we had in the scheduling dbs:
- wrong task type used
- wrong data format in old entries
ardumont changed the status of T3765: Deploy latest swh.loader.core and swh.lister from Open to Work in Progress.
ardumont added a project to T3765: Deploy latest swh.loader.core and swh.lister: System administration.
What a mess! The existing data both in staging and production are not in the expected
shape for the loader. Hence the issue of failing the load [1]
Dec 1 2021
Dec 1 2021
In T3032#58243, @anlambert wrote:Two possible solutions here:
- use stretch/updates, buster/updates, ... as suite names
- add specific URL template processing in debian lister implementation
I would go for the second one.
Sep 29 2021
Sep 29 2021
It's been deployed for a while.
Sep 18 2021
Sep 18 2021
Aug 25 2021
Aug 25 2021
I've duplicated the credentials for the relevant forges, and updated the following instance names:
Aug 3 2021
Aug 3 2021
Jul 29 2021
Jul 29 2021
ardumont moved T3443: Deploy lister v1.5.0 from in-progress to deployed/landed/monitoring on the System administration board.
Still ongoing.
17:31:19 softwareheritage-scheduler@belvedere:5432=> select now(), visit_type, count(*) from listed_origins lo inner join listers l on l.id=lo.lister_id where l.name='gitlab' and l.instance_name='gitlab' group by visit_type order by count( *) desc; +-------------------------------+------------+---------+ | now | visit_type | count | +-------------------------------+------------+---------+ | 2021-07-29 15:46:55.979469+00 | git | 1747880 | +-------------------------------+------------+---------+ (1 row)
Jul 28 2021
Jul 28 2021
It's still ongoing:
Listing ongoing and number of origins increasing regularly. From 200k yesterday [1]
(prior to the deployment of the lister) to ~800k [2] today. Progress.
Jul 27 2021
Jul 27 2021
Deployed v1.5.0 and run triggered and ongoing:
Jul 24 2021
Jul 24 2021
swh-lister_1 | [2021-07-24 08:58:25,127: INFO/ForkPoolWorker-1] Task swh.lister.gitlab.tasks.FullGitLabRelister[717c82b2-175a-492c-b701-22b4fd34e5e2] succeeded in 139476.781209187s: {'pages': 27470, 'origins': 2746838}
Jul 23 2021
Jul 23 2021
Closing this as requested.
Great, Thanks a lot.
For the record, my lister is still running, 1320500 gitlab.com origins listed so far.
As usual, very nice analysis \o/
Jul 20 2021
Jul 20 2021
ardumont renamed T3371: production: Deploy Tuleap lister from production: Deploy lister to production: Deploy Tuleap lister.
ardumont renamed T3370: staging: Deploy Tuleap lister from staging: Deploy lister to staging: Deploy Tuleap lister.
Jul 13 2021
Jul 13 2021
It seems the remaining lister instances to process are the phabricator ones that also need credentials.
This is what we currently have in the listers table in scheduler database.
Jul 9 2021
Jul 9 2021
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).
olasd changed the status of T3403: Use forge URL network location as default lister instance name from Open to Work in Progress.
I've updated the listers with no credentials:
ardumont closed T3399: Improve PyPI lister to pull last update information when running incrementally as Resolved.
Deployed and running so closing.