ropensci-review-tools / roreviewapi

API endpoint for package reviews via ropensci-review-bot
https://docs.ropensci.org/roreviewapi
4 stars 1 forks source link

Add a full URL for roreviewapi debugging endpoints? #24

Open maelle opened 2 years ago

mpadge commented 2 years ago

That would mean exposing the IP address of the Digital Ocean server. It currently has no OAUTH at all, so I'd rather not do that until the whole thing has completely been rebuilt independent of plumber and R (#3), and proper OAUTH implemented (#15).

maelle commented 2 years ago

aaah ok makes sense. I actually wondered about that when reading about the delete_cache endpoint.

mpadge commented 2 years ago

delete_cache does nothing major - it only means that repeats of the same call are much quicker than the first one; clearing it will only slow things back down again.

mpadge commented 2 years ago

This could maybe be addressed after https://github.com/ropensci-review-tools/roreviewapi/issues/3#issuecomment-1168564866, because that would allow endpoints like these to be password protected.

maelle commented 11 months ago

Even with the IP address, I don't know how to access the logs. https://ropensci-review-tools.readthedocs.io/en/latest/maintenance/roreviewapi.html

maelle commented 2 weeks ago

Wondering about this again. Maybe add some practical steps to the readthedocs thing?

mpadge commented 2 weeks ago

Wondering about this again. Maybe add some practical steps to the readthedocs thing?

Done via https://github.com/ropensci-review-tools/ropensci-review-tools/pull/17