Glitch-Shrike/app
luigi eb51e43fb4
Optimize some regex matching (#15528)
* Use Regex#match?

* Replace =~ too

* Avoid to call match? from Nil

* Keep value of Regexp.last_match
2021-01-22 10:09:08 +01:00
..
chewy
controllers Fix /activity endpoint not require signature in authorized fetch mode (#15592) 2021-01-19 06:47:36 +01:00
helpers
javascript Fix Google Translate breaking web interface (#15610) 2021-01-21 14:29:54 +01:00
lib Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
mailers
models Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
policies
presenters
serializers
services Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
validators Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
views Fix Google Translate breaking web interface (#15610) 2021-01-21 14:29:54 +01:00
workers