Pēteris Caune
Pēteris Caune
Hi @e-minguez, thanks for the suggestion! Do you mean adding documentation / examples on how to convert OnCalendar syntax to an equivalent cron expression, that can be used in Healthchecks?...
I had fixed this by deriving username from email (and the username already has an uniqueness constraint, so problem solved...?) Problem with this is that users can change their email...
Adding an explicit uniqueness constraint to the email column seems like the cleaner solution. I'm not sure if there is an idiomatic way to do that in Django for the...
The order looks logical. I have a concern that this would be a fairly "niche" field, it would be sent in all API responses but potentially only be used in...
Interesting idea, thanks for the suggestion! I would prefer if there was no additional configuration on the server side. Instead, the client could specify the preferred format in URL somehow....
Thanks for the suggestion! Generally I'd like to keep the service focused on "dead man's switch" style monitoring, and not move too far into the generic logging direction, but it's...
Hey @smacktrace, thanks for the suggestion and the pointers. Am I correct in thinking that LDAP auth option would only make sense on self-hosted instances? I'm thinking LDAP servers are...
@gganeshan no, there's no LDAP integration available "officially" at the moment. The above configuration examples look promising to me but I have not tested them personally.
Hi @adeptg, can you please describe your use case a little bit more? Trying to gauge how widely used something like this might be. The beauty of the basic "if...
Thanks for suggestion! I'm thinking of two scenarios where this might be useful: 1. Your cron job runs as it should (say, once a hour), but you've set up "Period"...