Marc Bachmann
05429f2d1c
Fix comments about DATA_SOURCE_* environment variable usage
2018-06-19 23:05:16 +10:00
Adam Harrison
3f905289a2
URL encode username/password fields
...
Fixes #188 .
2018-05-23 10:42:19 +10:00
Will Rouesnel
9eff17a257
Fix the replication test.
2018-05-23 01:06:52 +10:00
Will Rouesnel
2db74865b1
Fix lint and fmt errors.
2018-04-15 23:31:18 +10:00
Will Rouesnel
d5caaf5a4d
Fix issue #174
...
Postgres can emit 32MB and 64MB units which were previously unhandled. Handle them.
2018-04-15 23:31:18 +10:00
Will Rouesnel
771eb94ea8
Add test case which reproduces issue #173
2018-04-15 23:31:18 +10:00
Hang Sun
f00c4b7b87
Added command-line flag to disable the default metrics
2018-03-21 00:28:59 +11:00
Hang Sun
2db8b47fe8
Added a new unit 32kB
2018-03-21 00:28:29 +11:00
Will Rouesnel
5abe56d1fc
Fix new linter issues.
2018-03-07 05:25:17 +10:00
Will Rouesnel
9118b7c814
Fix bad gofmt'ing.
2018-03-07 05:25:17 +10:00
Will Rouesnel
fa2c1e8f0f
Fix pg_up never being set to 1 (introduced by #162 ).
...
Correct fix for #160 .
2018-03-07 05:25:17 +10:00
Will Rouesnel
4117fb2afc
Ensure pg_up is always set to 0 when the initial database connection fails.
...
This did in fact turn out to be an oversight in the error handling. Now, any
error in the initial connection path will always trip pg_up to be 0.
Fixes #160
2018-03-06 07:57:44 +10:00
Will Rouesnel
989489096e
Refactor repository layout and convert build system to Mage.
...
This commit implements a massive refactor of the repository, and
moves the build system over to use Mage (magefile.org) which should
allow seamless building across multiple platforms.
2018-03-06 07:29:35 +10:00