0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-20 19:09:04 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
flynnnnnnnnnn
e81ccc406b
Implement FSFE REUSE for golang files ()
Change all license headers to comply with REUSE specification.

Fix 

Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
2022-11-27 18:20:29 +00:00
Igor Rzegocki
354ebe4610
fix broken insecureskipverify handling in rediss connection uris ()
fixes regression 
2022-08-29 16:38:49 +02:00
Justin Sievenpiper
a2c20a6cab
Add Redis Sentinel Authentication Support ()
Gitea was not able to supply any authentication parameters to it. So this brings support to do that, along with some light extraction of a couple of bits into some separate functions for easier testing.

I looked at other libraries supporting similar RedisUri-style connection strings (e.g. Lettuce), but it looks like this type of configuration is beyond what would typically be done in a connection string. Since gitea doesn't have configuration options for manually specifying all this redis connection detail, I went ahead and just chose straightforward names for these new parameters.
2022-03-30 21:12:02 +02:00