- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 13 2022
In T4239#84980, @olasd wrote:We had a mysterious error 500 issue with one buggy repository in the bitbucket API in the past, which we had reported to their Jira to no avail, but someone at Octobus (I think it was @marmoute or @Alphare ?) managed to reach out to one of the devs at atlassian to actually debug and fix the issue.
Maybe this contact could be notified again?
Rebase
May 12 2022
Fix typo in commit message
Address @vlorentz comment
In D7816#203364, @vlorentz wrote:I think it would make more sense for the new argument to be enabled: Optional[bool].
True -> return only enabled
False -> return only disabled
None -> return both (no filtering)It barely requires extra code (replace if enabled_only: query_filters.append("enabled = true") with if enabled is not None: query_filters.append("enabled = %s"); query_params.append(enabled)), and could be useful in the future.
May 11 2022
Thanks ! Please crop some vertical and horizontal space around the logo using gimp as currently the rendering is not great.
The gitlab logo looks really small compared to the others.
In D7811#203243, @vlorentz wrote:how does it behave with the two bitbucket containers?
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)
Rebase
May 10 2022
Looks good to me.
Rebase
Rebase
Rebase and update gitignore for apidoc folder
Rebase
In D7794#202914, @vlorentz wrote:
Rebase
In D7794#202851, @vlorentz wrote:Why restrict access to contents, directories, and snapshots too?
Rebase
May 9 2022
Update: Restrict use of the endpoint to privileged users only.
In D7794#202716, @ardumont wrote:lgtm
Can you please add the associated task id in the diff description?
(so one can browse to the related task more easily ;) ?TIA
and != 4.4.0 should remain, because it is still incompatible with our documentation
did they fix https://github.com/sphinx-doc/sphinx/issues/10124 ?