Santos Gallegos

Results 177 issues of Santos Gallegos

Now we have docs for this https://github.com/readthedocs/readthedocs.org/issues/5388 but it would be better to tell users before building their docs. This is a breaking change, since it will fail for docs...

Improvement
Accepted

## What's the problem this feature will solve? Searching will return results from all files in a set of docs, it could be useful to restrict that search to a...

Feature
Needed: design decision

## What's the problem this feature will solve? ref https://github.com/readthedocs/readthedocs.org/pull/11038#discussion_r1455137831

We could disable search indexing while we do the migration, but I don't think that should be required, we have 11M records, but to migrate the SphinxDomain model it took...

Status: blocked

## What's the problem this feature will solve? Currently, we have two URLs for incoming webhooks https://github.com/readthedocs/readthedocs.org/blob/e5143773fc0826515f5bf508d4b659d8e9a4303f/readthedocs/api/v2/urls.py#L76-L105 One that only takes into consideration the project's slug, which means that only...

Needed: design decision

When sending emails, we send both, HTML and text versions. For the text version, we use this template, with a `striptags` filter. https://github.com/readthedocs/readthedocs.org/blob/3fee5e84d03cd1794dcfbd78b8f8585adbd4d6f9/readthedocs/templates/core/email/common.txt#L3-L3 We probably are using that as a...

Needed: design decision

Currently, we try to match all redirects in all requests, but this is not always necessary, given that some redirects are valid just in some contexts. We are also making...

Needed: design decision

## What's the problem this feature will solve? In the serialiazers from API v3 we are using pk for some, and id for others, we should use only one name...

## What's the problem this feature will solve? The secret token of the generic integrations is being saved in provider data attribute https://github.com/readthedocs/readthedocs.org/blob/4522650bd7bb92b046d9a982b2a5f74fe6502332/readthedocs/integrations/models.py#L377-L387 Which is json field, we have a...

Improvement