Dale Hui
21f566a60a
Add docker hub credentials for uploading docker image
2018-06-17 17:42:03 -07:00
Dale Hui
0f16f7f6a2
Rename sources to reflect updated build constraint names
2018-06-12 16:45:56 +08:00
Dale Hui
dfa9fc05cb
Use correct build contraints (must be alphanumeric)
...
Fixes: https://github.com/golang-migrate/migrate/issues/52
2018-06-12 16:18:27 +08:00
Dale Hui
c4e855b58c
List source and database drivers in help text
2018-06-12 16:17:52 +08:00
Dale Hui
0d9f636356
Use dep to build docker image
2018-06-11 19:18:05 +08:00
Dale Hui
387f79be13
Merge pull request #48 from dhui/static_build
...
Build binaries statically
2018-06-04 09:24:35 -07:00
Dale Hui
87f3e4a910
Build binaries statically
...
Addresses: https://github.com/golang-migrate/migrate/issues/45
2018-06-04 19:27:37 +08:00
Dale Hui
3d1bb8a4b4
Merge pull request #13 from Teddy-Schmitz/postgres-wait
...
postgres driver should wait for lock
2018-05-31 19:04:30 -07:00
Teddy Schmitz
046d1cb767
postgres driver should wait for lock
2018-06-01 09:11:24 +08:00
Dale Hui
3d7b06e24c
Override google cloud package version (was pinned to v0.19.0 by github.com/fsouza/fake-gcs-server)
2018-05-31 15:26:18 -07:00
Dale Hui
063b69db2f
Update OpenCensus dependency
2018-05-31 15:05:31 -07:00
Dale Hui
c0b0829d5a
Use "vanity" import to allow forks to build
...
https://docs.travis-ci.com/user/languages/go/#Go-Import-Path
2018-05-31 14:57:38 -07:00
Dale Hui
3cf42dd36d
Don't need to re-solve package dependencies every time. Only use Gopkg.lock
...
Reference: https://github.com/golang/dep/blob/master/docs/ensure-mechanics.md#-no-vendor-and--vendor-only
2018-05-31 14:57:38 -07:00
Dale Hui
89e558ee4f
Don't cache go source since dependencies are managed by dep now
2018-05-31 14:57:38 -07:00
Dale Hui
f277ef7428
Update github.com/go-sql-driver/mysql and github.com/gocql/gocql
2018-05-31 14:57:38 -07:00
Dale Hui
b7647a749e
Use the master branch for go-sql-driver/mysql since there hasn't been a release in a yr and a half
2018-05-31 14:57:38 -07:00
Dale Hui
4cc6aeb274
Update gocql package
2018-05-31 14:57:38 -07:00
Dale Hui
3de903f51f
Use latest minor revision of Go 1.10 in TravisCI
2018-05-31 14:57:38 -07:00
Dale Hui
4b4f49b1eb
Update docs regarding usage of dep
2018-05-31 14:57:38 -07:00
Dale Hui
4407720b95
Remove "deps" target from Makefile
2018-05-31 14:57:38 -07:00
Dale Hui
36dc939f91
Use dep for TravisCI builds
2018-05-31 14:57:38 -07:00
Dale Hui
40cd326ed7
Use dep to manage dependencies
2018-05-31 14:57:38 -07:00
Dale Hui
a890d44d2f
CockroachDB driver improvements
...
- Correctly return database.ErrLocked when the DB is locked
- Group imports
- gofmt goodness
2018-05-31 14:44:48 -07:00
Dale Hui
c98426505e
Merge pull request #43 from wmetaw/master
...
Fixed unkeyed fields in file.go for GoogleAppEngine
2018-05-31 14:23:14 -07:00
Ryo Takashima
6fa8039b55
Fixed unkeyed fields for GoogleAppEngine
2018-05-31 15:40:15 +09:00
Dale Hui
faf4307fcc
Merge pull request #32 from kenjones-cisco/feature/cassandra-withinstance
...
Minor tweaks to remove duplication
2018-05-17 01:01:47 -07:00
kenjones
1512e41e41
Minor tweaks to remove duplication
...
Adds missing connection close for cassandra tests
Revert to default timeout of 600ms
2018-05-16 20:09:12 -04:00
Dale Hui
55a25c5e0e
Cassandra DB driver test improvements
...
- shorten connect timeout to allow more connection retry attempts
- close session after it's created
- group imports
2018-05-16 15:12:36 -07:00
Dale Hui
f815731412
Merge pull request #30 from Decemberlabs/master
...
Add WithSession helper for Cassandra driver
2018-05-16 14:26:12 -07:00
Andrés Rodríguez
d607064fd2
Switch Cassandra's package lock to instance lock
2018-05-16 16:26:23 -03:00
Andrés Rodríguez
8b0f876416
Rename Cassandra's WithSession to WithInstance
2018-05-16 16:23:21 -03:00
Andrés Rodríguez
bbd8f410d9
Correct method name in comment
2018-05-16 10:54:56 -03:00
Dale Hui
fb3d809e81
Cleanup CLI docs
2018-05-12 15:25:19 -07:00
Dale Hui
95db494b30
Merge pull request #28 from tayhalla/patch-1
...
Update README.md
2018-05-12 14:58:12 -07:00
Taylor Halliday
5ebdb74ba8
Update README.md
...
There's no homebrew support. Even the referenced TODO says so, so not sure why it's in the Readme. Let's encourage others to support the development of it rather than think the support for it is broken.
2018-05-12 07:22:21 -07:00
Dale Hui
07c20c5357
Merge pull request #27 from Its-Alex/master
...
Fix dockerfile version and deps
2018-05-10 01:13:05 -07:00
ItsAlex
31daa8dad3
fix dockerfile version and deps
...
Signed-off-by: Alexandre MARRE <me@itsalex.fr>
2018-05-10 09:12:23 +02:00
Dale Hui
a0b03c3a68
Merge pull request #24 from Its-Alex/master
...
Dockerization
2018-05-09 11:22:34 -07:00
ItsAlex
fb7bb4f87a
add dockerization Fix #23
...
Signed-off-by: Alexandre MARRE <me@itsalex.fr>
2018-05-09 09:48:20 +02:00
Dale Hui
81e9fff605
Merge pull request #22 from thurt/add-ref-to-github
...
add ref (SHA, branch, or tag) to the github migration source
2018-05-04 10:13:18 +02:00
thurt
e6baca2ffb
add ref (SHA, branch, or tag) to the github migration source
2018-05-04 03:16:12 +00:00
Dale Hui
2b28a0bc0a
Merge pull request #17 from bobmeister/cli_create_yyyymmddhhmmss_migration_files
...
-datetime option to create files in yyyymmddhhmmss format
2018-04-17 10:50:48 -07:00
Robert Haupt
1f389f1422
Removed commented code
2018-04-17 11:17:10 -06:00
Robert Haupt
8cdee40695
Use Go time format string if version other than timestamp is desired.
2018-04-17 11:09:08 -06:00
Robert Haupt
c6c6874d72
Added -datetime option to create up/down files with version in yyyymmddhhmmss format.
2018-04-16 11:12:06 -06:00
Andrés Rodríguez
78c47074a3
Add WithSession helper for Cassandra driver
...
Also changes method receivers names for the Cassandra struct to "c"
since "p" makes no sense in this context.
2018-03-13 15:49:08 -03:00
Dale Hui
22f249514d
Merge branch 'postgres-lock-fix'
...
Addresses: https://github.com/golang-migrate/migrate/pull/4
2018-02-20 16:12:54 -08:00
Dale Hui
8f6826c9e3
Merge pull request #8 from rdallman/fix-lockyloo-golang
...
Fix lockyloo golang
2018-02-20 15:51:18 -08:00
Dale Hui
1519c59188
Rename Postgres.db to Postgres.conn
2018-02-20 15:40:20 -08:00
Dale Hui
a9176e9969
Merge branch 'master' into fix-lockyloo-golang
2018-02-20 15:37:20 -08:00