dex/storage
Daniel Dao 2b13bdd12d
storage: fix list connector test
The previous test doesnt actually testing ListConnectors code. For
example the following pseudocode will pass the test:

```
ListConnectors() { return nil, nil }
```

Instead change to actually fetch and compare list of connectors,
ordering by name
2017-10-27 15:26:05 +01:00
..
conformance storage: fix list connector test 2017-10-27 15:26:05 +01:00
kubernetes Merge pull request #1085 from rphillips/fixes/http_client_timeout 2017-09-27 13:28:13 -07:00
memory storage/static.go: storage backend should not explicitly lower-case email ids. 2017-08-24 15:50:32 -07:00
sql : update {S->s}irupsen/logrus 2017-07-25 13:46:44 -07: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