denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Bug: Creating module on private repo #2439

Closed BlackAsLight closed 2 years ago

BlackAsLight commented 2 years ago

So I just tried publishing a module called basic_jsx. I forgot to make the github repo public though but Denoland still let me create the webhook. I went and changed the status of the repo and not the webhook is returning 400. Denoland doesn't display basic_jsx in the search results but it does say the name is taken.

I guess the bug is that Denoland shouldn't let webhooks be created on private repos or don't make the webhook break when they get switched to public.

BlackAsLight commented 2 years ago

Okay. Recreating the webhook didn't work at first, but now directly going to the link does work where it didn't before, while it currently still doesn't show up in the search results.

kitsonk commented 2 years ago

while it currently still doesn't show up in the search results

The updating of the search index currently happens on an hourly basis.