- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 19 2022
Sep 29 2022
That's been worked around in the lister to skip those 500 which were breaking the pagination listing.
There is no reply to the upstream bug yet.
Sep 27 2022
Sep 23 2022
Sep 22 2022
Sep 20 2022
Sep 13 2022
Sep 6 2022
Sep 2 2022
Sep 1 2022
Aug 30 2022
Build is green
Rebase
Looks good to me, thanks !
Aug 29 2022
Build is green
Fix infinite loop
Aug 25 2022
I found an issue when testing the lister in our docker environment, see inline comment.
Build is green
Use pkg.go.dev instead of the proxy
Aug 24 2022
Build is green
List per package, not per version, prefix with proxy URL
Build is green
Add docstring
Aug 22 2022
Build is green
Update README, sort setup.py and use f-strings
Aug 20 2022
Aug 17 2022
Aug 9 2022
Aug 8 2022
This has now been discussed on the sourcehut mailing list and I took part in the conversation.
Aug 4 2022
worth opening a dedicated forge issue
Done. T4423
open an upstream issue
worth opening a dedicated forge issue
Done. T4423
I just ran the lister using swh lister run -l gogs url=https://try.gogs.io/api/v1/ api_token=xxx
I just ran the lister using swh lister run -l gogs url=https://try.gogs.io/api/v1/ api_token=xxx
Aug 3 2022
I forgot to mention it to you explicitely (you may have seen this very task's
description update though). Can you please make sure you run the lister within "docker".
You will find what you need regarding lister in swh-environment:/docker/conf/lister.yml
(add the cog lister entry there).
Maybe it'd be worth opening an issue upstream regarding this behavior.
Maybe it'd be worth opening an issue upstream regarding this behavior.
Aug 2 2022
Hey @ardumont, I noticed the following problem:
If we follow the Gogs v1 API, The last page for try.gogs.io repo search is 28 (with page size = 20)
But if open the explore section, they go up to 685 pages instead! (with page size = 20)
To clearly understand the problem, I skimmed through Gogs source code and found ExploreRepos and Search functions which are responsible for these results. Both of them seem to use db.SearchRepositoryByName and the differences are in terms of args like OwnerID, UserID, OrderBy and Private.
Tomorrow, I'll properly go through their code and post updates here. Feel free to add your thoughts on this :)
Aug 1 2022
they go up to 685 pages instead
Added a screenshot so that you don't have to create an account to see it:
Hey @ardumont, I noticed the following problem:
Jul 29 2022
Jul 13 2022
Jun 21 2022
Jun 7 2022
Jun 3 2022
Jun 1 2022
mmm, it's already the case so something is off.