Dale Hui
|
93d53a5ae8
|
Use Go 1.11 (with modules enabled on alpine linux 3.8) for docker builds
|
2018-09-04 22:18:49 -07:00 |
Dale Hui
|
16f2b1736e
|
Support Go 1.11 and drop support for Go 1.9
- Support modules in Go 1.11
|
2018-09-04 19:11:19 -07:00 |
Dale Hui
|
4d60607b0b
|
Update issue templates
|
2018-08-29 12:14:54 -07:00 |
Dale Hui
|
beb09d85fa
|
Upgrade dep from v0.4.1 to v0.5.0
|
2018-08-15 12:08:25 -07:00 |
Dale Hui
|
8ed902364c
|
Merge pull request #91 from stabacov/master
Fixes MySQL custom TLS connection failure.
|
2018-08-15 00:03:14 -07:00 |
Tatsuhito KATO
|
02c83fb38b
|
more descriptive.
|
2018-08-15 02:42:18 +00:00 |
Tatsuhito KATO
|
9049e49f9e
|
`x-tls-cert` and `x-tls-key` must set both.
|
2018-08-14 07:43:14 +00:00 |
Tatsuhito KATO
|
9d36dd9841
|
Add detail of `tls` query.
|
2018-08-14 07:42:10 +00:00 |
Tatsuhito KATO
|
9905791932
|
Fixes MySQL custom TLS connection failure.
|
2018-08-13 11:43:19 +00:00 |
Dale Hui
|
dd00ca926e
|
Add support for postgres 10 and drop support for postgres 9.2
https://www.postgresql.org/support/versioning/
|
2018-08-12 15:54:21 -07:00 |
Dale Hui
|
4092e160a4
|
Merge pull request #85 from HaraldNordgren/improve_tests
Update tests for 'Migrate', 'Steps' and 'UpAndDown' to assert exact migration sequence
|
2018-08-08 15:57:04 -07:00 |
Dale Hui
|
6092802b3a
|
Merge pull request #88 from HaraldNordgren/error_output
Improve error output for missing or malformed '-database' and '-source' parameters
|
2018-08-08 15:24:39 -07:00 |
Harald Nordgren
|
42f074062b
|
Update tests for 'Migrate', 'Steps' and 'UpAndDown' to assert exact migration sequence
|
2018-08-08 22:24:37 +02:00 |
Harald Nordgren
|
112191042b
|
Improve error output for missing or malformed '-database' and '-source' parameters
|
2018-08-08 21:27:12 +02:00 |
Dale Hui
|
1566dd06cd
|
Pass the error through instead of overriding it
|
2018-08-07 16:22:05 -07:00 |
Dale Hui
|
251bf76be4
|
Merge pull request #89 from HaraldNordgren/improve_documentation
Document that '-source' is a required parameter
|
2018-08-07 15:59:20 -07:00 |
Harald Nordgren
|
a6eddccfe5
|
Document that '-source' is a required parameter
|
2018-08-07 09:53:36 +02:00 |
Dale Hui
|
3bd43bedad
|
Reference mattes/migrate now that golang-migrate/migrate has been detached
https://github.com/golang-migrate/migrate/issues/81
|
2018-08-07 00:17:39 -07:00 |
Dale Hui
|
4750e57ce1
|
Merge pull request #82 from UnitedTraders/clickhouse-multiline
Add support for the multiline clickhouse queries
|
2018-08-06 04:09:10 -06:00 |
Anton Markelov
|
df7ce674e9
|
add support for the multiline clickhouse queries
|
2018-08-03 16:08:47 +10:00 |
Dale Hui
|
e968e8a5f0
|
Merge branch 'update_pkgs'
|
2018-07-24 18:30:53 -07:00 |
Dale Hui
|
c8705dd876
|
Merge pull request #78 from dhui/mysql_dsn
Allow DB connection URLs to contain encoded reserved URL characters
|
2018-07-24 18:22:04 -07:00 |
Dale Hui
|
c7a29e331f
|
Another round of package updates couldn't hurt...
|
2018-07-24 18:19:22 -07:00 |
Dale Hui
|
ffcbbd5fea
|
Override dependency on docker/distribution to fix build
https://github.com/golang/dep/issues/1890#issuecomment-404036309
|
2018-07-24 18:13:11 -07:00 |
Dale Hui
|
ebf9c0bf91
|
Update package dependencies
|
2018-07-24 18:13:11 -07:00 |
Dale Hui
|
df658e8fa8
|
Don't urlencode the username and password for MySQL
Addresses: https://github.com/golang-migrate/migrate/pull/69
|
2018-07-24 17:56:17 -07:00 |
Dale Hui
|
b5edb8e50c
|
Improve error messaging when URL parsing fails
- Improve docs around escaping/encoding reserved URL characters
- Add tests for net/url Parse() and reserved characters to document understanding
- Addresses: https://github.com/golang-migrate/migrate/issues/77
|
2018-07-24 17:55:58 -07:00 |
Dale Hui
|
97eb0d191b
|
Fix broken GenerateAdvisoryLockId() test
- Add it to the test suite to ensure that it doesn't break again
|
2018-07-24 17:55:58 -07:00 |
Dale Hui
|
857d7a620d
|
Revert "Merge pull request #69 from bcho/fix/mysql-url-password-encode"
This reverts commit 78d696c1e5 , reversing
changes made to 18583d5a91 .
|
2018-07-24 17:55:58 -07:00 |
Dale Hui
|
fad64ed381
|
Merge pull request #76 from agquick/master
Support for multiple statements in Cassandra cql migration files
|
2018-07-24 16:02:44 -07:00 |
Alan Graham
|
4244ebea6a
|
Add detail to README for Cassandra flag, improve if block
|
2018-07-24 19:30:44 +00:00 |
Alan Graham
|
327822c29a
|
Added Cassandra URL flag to enable multi statement migrations
|
2018-07-20 13:27:54 +00:00 |
Dale Hui
|
feea45c205
|
Merge pull request #75 from LUSHDigital/master
Lock go-sql-driver/mysql to v1.4.0
|
2018-07-17 16:42:01 -07:00 |
Alan Graham
|
c4b81d1210
|
Support for multiple statements in Cassandra cql migration files based on semi-colon and newline.
|
2018-07-17 15:19:54 +00:00 |
Dan Richards
|
3988074cae
|
Lock digest.
|
2018-07-16 12:09:29 +01:00 |
Dan Richards
|
ad2b69e115
|
Typo
|
2018-07-16 12:08:24 +01:00 |
Dan Richards
|
f9eb960848
|
Just lock go-sql-driver/mysql.
|
2018-07-16 12:06:27 +01:00 |
Dan Richards
|
5927d6e5f4
|
Locked go-sql-driver/mysql to v1.4.0
|
2018-07-16 12:01:52 +01:00 |
Dale Hui
|
6bb3e494e5
|
Disable CGO to build binaries statically on the building platform
- Previously, only cross-compiled binaries were built statically
- Addresses: https://github.com/golang-migrate/migrate/issues/45
|
2018-07-14 13:31:59 -07:00 |
Dale Hui
|
5d5d15e7a3
|
Link to comparison of transactional DDLs
|
2018-07-09 19:25:29 -07:00 |
Dale Hui
|
b742ec3de4
|
Use unix line endings
|
2018-07-09 19:21:40 -07:00 |
Dale Hui
|
75f0aade0d
|
Reduce docker image size by removing unnecessary chown
https://github.com/moby/moby/issues/5505
|
2018-07-09 14:52:59 -07:00 |
Dale Hui
|
3872c8f41d
|
Merge pull request #71 from qdentity/postgres-parse-error
Add postgres lib/pq error parsing
|
2018-07-09 12:26:24 -07:00 |
Damir Vandic
|
ae2fd4fa7b
|
Support postgres non-ascii error parsing
|
2018-07-09 11:39:29 +02:00 |
Damir Vandic
|
3eb26a65d3
|
Add postgres lib/pq error parsing
|
2018-07-07 12:17:38 +02:00 |
Dale Hui
|
157433893c
|
Update CLI installation docs to reduce confusion
https://github.com/golang-migrate/migrate/issues/64#issuecomment-402300146
|
2018-07-05 10:55:44 -07:00 |
Dale Hui
|
236dac0c96
|
Add latest tag to docker image during build
|
2018-07-03 14:09:26 -07:00 |
Dale Hui
|
78d696c1e5
|
Merge pull request #69 from bcho/fix/mysql-url-password-encode
prevent net/url encoding the user password
|
2018-06-29 14:17:45 -07:00 |
Chao Deng
|
48a4062f75
|
prevent net/url encoding the user password
|
2018-06-29 21:07:10 +08:00 |
Dale Hui
|
18583d5a91
|
Update docs
- Addresses: https://github.com/golang-migrate/migrate/issues/67
- Add badge for supported Go versions
- Suggest dep for dependency management
|
2018-06-27 11:45:54 -07:00 |