Santos Gallegos

Results 157 issues of Santos Gallegos

We expose this option on .org only right now, do we still want to put it as an option? Feels like we always want to serve all of our domains...

Improvement
Needed: design decision

Currently we allow access to organizations/ endpoint to owners only, but admin users can already see the details of the organization by using `expand=organization,organization.team,teams` on the `projects/` endpoints. So to...

Accepted

Just playing in how to divide this, will probably split this in several PRs ---- :books: Documentation preview :books:: https://docs--9457.org.readthedocs.build/en/9457/

Once we deploy this feature, knowing who invited who could be a great entry log. Another approach could be even notifying the other owners that an invitation has been created/redeemed....

Improvement
Needed: design decision

Delete all logs that aren't attached to an organization, this is since those logs should be deleted according to their plan on .com. Logs that aren't attached to an organization...

Ref https://github.com/readthedocs/readthedocs.org/pull/8327 Preview at https://dev--9425.org.readthedocs.build/en/9425/design/better-doc-urls-handling.html

After https://github.com/rtfd/readthedocs.org/pull/4876 now we sync branches and tags when there are created, but it requires listening to new events in GitHub (BitBucket and GitLab are fine). New webhooks are created...

Needed: design decision

A couple of things can go wrong here https://github.com/readthedocs/readthedocs.org/blob/f87e99f46662bd8bf0613a99814899c7066a79ee/readthedocs/projects/tasks/search.py#L46-L65 - A race condition if more than one index tasks are running for the same version at the same time. One...

Bug
Accepted

Currently, the path of the config file can't be changed, it always is `.readthedocs.yaml` and should be at the root of the repo. But there are users with monorepos that...

Improvement
Needed: design decision

We were always exposing the `subproject` part in the custom URLs, that means that we are only serving subprojects, in our proxito URLs we get around that by marking that...

Accepted