Jeff Mitchell
|
58b32e5432
|
Convert to logxi
|
2016-08-21 18:13:37 -04:00 |
Jeff Mitchell
|
a2e95614d6
|
Have SQL backends Ping() before access.
If unsuccessful, reestablish connections as needed.
|
2016-07-01 12:02:17 -04:00 |
Jeff Mitchell
|
619ddc38b7
|
Use TRACE not WARN here
|
2016-06-30 12:41:56 -04:00 |
Jeff Mitchell
|
0802497c8a
|
Add some logging to enter/exit of some functions
|
2016-06-24 16:11:22 -04:00 |
vishalnayak
|
0760a89eb4
|
Backend() functions should return 'backend' objects.
If they return pointers to 'framework.Backend' objects, the receiver functions can't be tested.
|
2016-06-10 15:53:02 -04:00 |
Jeff Mitchell
|
99c1e071f3
|
Remove most Root paths
|
2016-05-31 23:42:54 +00:00 |
vishalnayak
|
c9899a5300
|
postgres: connection_url fix
|
2016-02-22 11:22:49 -05:00 |
Jeff Mitchell
|
62e3ac83f8
|
Add list support for postgres roles
|
2016-01-28 14:41:50 -05:00 |
Jeff Mitchell
|
7390cd5264
|
Add a max_idle_connections parameter.
|
2016-01-25 14:47:07 -05:00 |
vishalnayak
|
8e7975edc8
|
Added ConnectionURL along with ConnectionString
|
2015-10-02 23:47:10 -04:00 |
vishalnayak
|
2051101c43
|
postgresql: Configurable max open connections to the database
|
2015-10-01 20:11:24 -04:00 |
Lassi Pölönen
|
83d0ab73f5
|
Define time zone explicitly in postgresql connection string.
|
2015-09-14 13:43:06 +03:00 |
Lassi Pölönen
|
79f68c934a
|
Call ResetDB as Cleanup routine to close existing database connections
on backend unmount.
|
2015-09-11 11:45:58 +03:00 |
Armon Dadgar
|
4b27e4d8c5
|
Remove SetLogger, and unify on framework.Setup
|
2015-06-30 17:45:20 -07:00 |
Armon Dadgar
|
5d69e7da90
|
Updating for backend API change
|
2015-06-30 17:36:12 -07:00 |
Armon Dadgar
|
5edf8cf3a8
|
Do not root protect role configurations
|
2015-04-27 14:07:20 -07:00 |
Armon Dadgar
|
12e8c0f8cf
|
secret/postgres: secret/mysql: roles endpoints root protected
|
2015-04-27 14:04:10 -07:00 |
Mitchell Hashimoto
|
e1e5c47362
|
logical/postgresql: leasing
|
2015-04-18 21:45:05 -07:00 |
Mitchell Hashimoto
|
2120235a2e
|
logical/postgresql: create DB credentials
|
2015-04-18 18:37:27 -07:00 |
Mitchell Hashimoto
|
d0eb1b9a74
|
logical/postgresql: creating roles
|
2015-04-18 18:09:33 -07:00 |
Mitchell Hashimoto
|
d96b64286a
|
logical/postgresql: connection
|
2015-04-18 17:34:36 -07:00 |