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/db
Bobby Rullo c1f8effe1a db, functional: make value column in key not pkey
go-oidc increased the size of the generated keys, which were too large
to be used as primary keys in postgres.
2015-12-28 16:02:16 -08:00
..
migrations db, functional: make value column in key not pkey 2015-12-28 16:02:16 -08:00
client.go db: log schema errors, distinguish them from nil results where needed 2015-09-29 20:07:36 -07:00
conn.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
connector_config.go db: fixed missing return statement GetConnectorByID 2015-12-07 20:58:36 -08:00
gc.go *: Remove unnecessary else statements 2015-09-04 22:45:32 +03:00
gc_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
health.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
key.go db, functional: make value column in key not pkey 2015-12-28 16:02:16 -08:00
key_test.go cmd, db: verify at least one secret is passed to --key-secrets 2015-12-16 20:28:21 -08:00
migrate.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
migrate_test.go db: gorp moved to github.com/go-gorp/gorp 2015-08-24 15:43:15 -07:00
password.go db: log schema errors, distinguish them from nil results where needed 2015-09-29 20:07:36 -07:00
refresh.go db: strconv.ParseInt specify base 10 2015-12-09 14:47:21 -08:00
refresh_test.go db: strconv.ParseInt specify base 10 2015-12-09 14:47:21 -08:00
session.go db: log schema errors, distinguish them from nil results where needed 2015-09-29 20:07:36 -07:00
session_key.go db: log schema errors, distinguish them from nil results where needed 2015-09-29 20:07:36 -07:00
user.go db: log schema errors, distinguish them from nil results where needed 2015-09-29 20:07:36 -07:00