This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/storage
Alex Suraci 587081a643 postgres: refactor error handling to fix retrying
prior to this change, many of the functions in the ExecTx callback would
wrap the error before returning it. this made it impossible to check
for the error code.

instead, the error wrapping has been moved to be external to the
`ExecTx` callback, so that the error code can be checked and
serialization failures can be retried.
2018-11-20 10:50:55 -05:00
..
conformance fix bogus conformance failure due to time zones 2018-11-15 13:51:07 -05:00
etcd Merge pull request #1266 from byxorna/gabe/fix-etcd-timeout-bug 2018-09-10 10:36:38 +02:00
kubernetes modify log msg as per suggested 2018-11-06 11:18:55 +11:00
memory *: github.com/coreos/dex -> github.com/dexidp/dex 2018-09-05 17:57:08 +02:00
sql postgres: refactor error handling to fix retrying 2018-11-20 10:50:55 -05:00
doc.go initial commit 2016-07-26 15:51:24 -07:00
static.go storage/static.go: storage backend should not explicitly lower-case email ids. 2017-08-24 15:50:32 -07:00
storage.go Avoid generating an identifer which starts with a number because it may be used as a SAML's ID attribute 2017-07-06 21:28:48 +09:00