dex/storage/sql
Eric Chiang aa7f304bc1 *: switch to github.com/ghodss/yaml for more consistent YAML parsing
ghodss/yaml converts from YAML to JSON before attempting to unmarshal.
This allows us to:

* Get the correct behavor when decoding base64'd []byte slices.
* Use *json.RawMessage.
* Not have to support extravagant YAML features.
* Let our structs use `json:` tags
2016-11-03 14:39:32 -07:00
..
config.go *: switch to github.com/ghodss/yaml for more consistent YAML parsing 2016-11-03 14:39:32 -07:00
config_test.go storage/sql: use isolation level "serializable" for transactions 2016-10-31 23:00:55 -07:00
crud.go storage/sql: fix typo in keys query 2016-10-14 12:28:49 -07:00
crud_test.go storage/sql: add a SQL storage implementation 2016-10-03 12:48:19 -07:00
migrate.go storage/sql: add password resource 2016-10-05 17:26:41 -07:00
migrate_test.go storage/sql: add a SQL storage implementation 2016-10-03 12:48:19 -07:00
sql.go storage/sql: use isolation level "serializable" for transactions 2016-10-31 23:00:55 -07:00
sql_test.go storage/sql: add a SQL storage implementation 2016-10-03 12:48:19 -07:00
standup.sh storage/sql: fix typo in keys query 2016-10-14 12:28:49 -07:00