Manuel Kaufmann
Manuel Kaufmann
Maybe it could accept a `--all` attribute or similar.
This could be slightly related to https://github.com/readthedocs/readthedocs.org/issues/11187 in some way.
I jumped into this today and I found it requires https://github.com/readthedocs/ext-theme/issues/184 as well. The frontend is not prepared to add another config file example easily, unfortunately. I will jump there...
I checked that query today and it returned ~400 projects only.
Total projects without filter then from spam
I checked this again today by making the query directly on the Telemetry database because Metabase times out when extending the date range: ```sql SELECT DISTINCT data->'project'->>'slug' as slug FROM...
I'm not sure what happened here. Maybe it's a CircleCI configuration that doesn't allow to trigger test on contributor's PRs? 🤷🏼
I just realized that we are sending a `build_complete` signal when the build finishes. We can attach a receiver to this signal and check if this is the first successful...
We can't use `build_complete` signal because at that time we don't know yet if the build was successful or not. I opened https://github.com/readthedocs/readthedocs.org/pull/11489 to handle this case.
> On login or maybe on use of the beta dashboard I think this won't work since we need the `beta=true` cookie to be on `readthedocs.org` not on the beta...