dex/db
Eric Chiang 9796a1e648 *: add migration to update JSON fields and require postgres 9.4+
The "redirectURLs" field in the client metadata has been updated
to the correct "redirect_uris". To allow backwards compatibility
use Postgres' JSON features to update the actual JSON in the text
field.

json_build_object was introduced in Postgres 9.4. So update the
documentations to require at least this version.
2016-01-12 17:19:07 -08:00
..
migrations *: add migration to update JSON fields and require postgres 9.4+ 2016-01-12 17:19:07 -08:00
client.go *: add migration to update JSON fields and require postgres 9.4+ 2016-01-12 17:19:07 -08: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 *: add migration to update JSON fields and require postgres 9.4+ 2016-01-12 17:19:07 -08: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