Commit Graph

60 Commits (6402391638d2dedb3be24e38f5ebb1e389124621)

Author SHA1 Message Date
Kyle Brandt f689b60426
remotecache: support SSL with redis (#18511) 6 years ago
Dima Kurguzov a4b0ccc138 Instrumentation: Add failed notifications metric (#18089) 6 years ago
Markus Blaschke 31547597d3 remote_cache: Fix redis connstr parsing (#18204) 6 years ago
Alexander Zobnin 214195441f
SAML: add metrics (#18194) 6 years ago
Oleg Gaidarenko 75fa1f0207 Metrics: use consistent naming for exported variables (#18134) 6 years ago
Oleg Gaidarenko 09eb9a45ce
Metrics: add LDAP active sync summary metric (#18079) 6 years ago
Kyle Brandt 0adbb001db RemoteCache: redis connection string parsing test (#17702) 6 years ago
Sofia Papagiannaki 7b70e7db2d
AuthProxy: Optimistic lock pattern for remote cache Set (#17485) 6 years ago
Carl Bergquist 6809d2bb29
codestyle: moves cache to infra (#17519) 6 years ago
Kyle Brandt c09fe3c3b4
remote_cache: Fix redis (#17483) 6 years ago
Carl Bergquist 1aadb4426a
metrics: expose stats about roles as metrics (#17469) 6 years ago
Jonathan Rockway 02975256d1 Tracing: allow propagation with Zipkin headers (#17009) 6 years ago
Mario Trangoni 87760d4fde Codestyle: Fix govet issues (#17178) 6 years ago
Oleg Gaidarenko 9b7f9dd9be
LDAP: consistently name the LDAP entities (#17203) 6 years ago
Carl Bergquist aed3d0d3ad
Remotecache: Avoid race condition in Set causing error on insert. (#17082) 6 years ago
Carl Bergquist 3df94c6f27
serverlock: run tests async should be more linear time wise (#17059) 6 years ago
zhulongcheng 2fff8f77dc move log package to /infra (#17023) 6 years ago
Oleg Gaidarenko 54c1bf0cc9
Chore: a bit of spring cleaning (#16710) 6 years ago
Carl Bergquist 3f136e0da9
tech: replace bmizerany/assert with stretchr/testify (#16625) 6 years ago
Carl Bergquist 490515aec6
build: partially replace gometalinter with golangci-lint (#16610) 6 years ago
Oleg Gaidarenko 67cbc7d4cf
Chore: use remote cache instead of session storage (#16114) 6 years ago
Oleg Gaidarenko 04b3afcd15
Chore: Implement revive (#16200) 6 years ago
Oleg Gaidarenko c5bc723a6e Correct table names of sql storage for remotecache 6 years ago
bergquist 6d42d43b22 use constants for cache type 6 years ago
bergquist 0a86a1d7b6 updates old distcache names 6 years ago
bergquist c001cfe1d9 dont allow inifinite expiration 6 years ago
bergquist 5186273731 return error if cache type is invalid 6 years ago
bergquist 7aeab0a235 use `Get` instead of `Find` 6 years ago
bergquist b2967fbb37 avoid exposing cache client directly 6 years ago
bergquist 7e7427637c renames distcache -> remotecache 6 years ago
bergquist 66e71b66dd renames key to cache_key 6 years ago
bergquist daa3b17951 code layouts and comments 6 years ago
bergquist 9a78c23165 rename put -> set 6 years ago
bergquist 98f5432659 `memcache` -> `memcached` 6 years ago
bergquist 995647be2c removes memory as distcache option 6 years ago
bergquist b933b4efc8 test redis and memcached during integration tests 6 years ago
bergquist 196cdf9710 adds config to default settings 6 years ago
bergquist f9f2d9fcf3 avoid exporting test helpers 6 years ago
bergquist 33935b09f0 uses set instead of add for memcache 6 years ago
bergquist 8db2864fee adds memory as dist storage alt 6 years ago
bergquist a60bb83a70 extract tests into seperate files 6 years ago
bergquist c8ff698d90 avoid exposing internal structs and functions 6 years ago
bergquist 11d671c637 add support for memcached 6 years ago
bergquist 5ced863f75 add support for redis storage 6 years ago
bergquist d99af23946 add garbage collector for database cache 6 years ago
bergquist 996d5059b1 test at interface level instead impl 6 years ago
bergquist d4f5789660 cache: initial version of db cache 6 years ago
bergquist 60fef31748 moves social package to /login 6 years ago
bergquist 0c67194b45 moves tracing packge into /infra 6 years ago
bergquist 8a3a3cccc3 moves metric package to /infra 6 years ago