feat: allow repo admins to remove watchers
Here are the postgresql commands I used to remove all watchers from an org's repos, I haven't noticed any issues but I won't claim they are necessarily fully correct:
Tests are failing on 0.2.12
Tests are failing on 0.2.12
Yep, fd20c3e7eca6e349d3378c05bc76ed5ff1f41795 fixes it, thanks!
Tests are failing on 0.2.12
Creds: don't error on session save if session saving is disabled
lambda
pushed to session-save-dont-error-if-disabled at lambda/simplematrixbotlib
2022年10月17日 19:19:12 +02:00
d327567334
Creds: don't error on session save if session saving is disabled
d13a40dda1
Formatting
lambda
created branch session-save-dont-error-if-disabled in lambda/simplematrixbotlib
2022年10月17日 19:19:12 +02:00
Remove some "UNREACHABLE" UB footguns
Hm, this also silences the compiler error because bug() is noreturn... In the end it's your choice of course, but of the following possibilities, I'd personally rather have the last:
1)...
Remove some "UNREACHABLE" UB footguns
Somewhat related; it seems like the
switchstatement for therender-timeroption could be simplified to:
That's a good point, I added it using some slightly less clever conditionals ;)
877c1e6f07
config: Simplify render-timer option handling
02bb2768f1
config: Remove some "UNREACHABLE" UB footguns
Remove some "UNREACHABLE" UB footguns
91b97c1b98
Remove some "UNREACHABLE" UB footguns
dc5a4d83d1
Remove some "UNREACHABLE" UB footguns
b73351deb5
Remove some "UNREACHABLE" UB footguns
0b196181dd
Remove some "UNREACHABLE" UB footguns