363 Commits

Author SHA1 Message Date
Matthias Kadenbach
00b22e527d one line 2017-05-18 10:28:39 -07:00
August Z. Flatby
83035ec925 Add command to make CLI example with Go toolchain work 2017-05-18 09:27:39 +02:00
Matthias Kadenbach
035c07716c Merge pull request #231 from mattes/cli-updates
build cli with all source and database drivers
v3.0.1
2017-05-17 19:37:49 -07:00
Matthias Kadenbach
0d9689ab9f
go get update 2017-05-17 19:37:36 -07:00
Matthias Kadenbach
e696a861ba
fix makefile 2017-05-17 19:26:24 -07:00
Matthias Kadenbach
801e84d4d2
fix make deps 2017-05-17 19:21:48 -07:00
Matthias Kadenbach
ff7e060269
remove ql 2017-05-17 19:16:08 -07:00
Matthias Kadenbach
d4d20346f2
build cli with all source and database drivers 2017-05-17 19:10:45 -07:00
Matthias Kadenbach
1b48b97aa4 Update README.md 2017-05-16 13:27:30 -07:00
Matthias Kadenbach
d1e665bac7 Merge pull request #227 from fsouza/gcs-source
source/google-cloud-storage: implement the driver
2017-05-16 13:14:34 -07:00
Matthias Kadenbach
dc109fc118 Merge pull request #228 from fsouza/s3-source
source/aws-s3: implement the driver
2017-05-16 13:13:00 -07:00
Matthias Kadenbach
fb8698d89a Merge pull request #223 from Menta2L/master
ql database support
2017-05-16 13:09:22 -07:00
vesco
2821341551 make ExecuteQuery private 2017-05-16 12:07:40 +03:00
Matthias Kadenbach
2831b4c0d8 Merge pull request #222 from OrbotixInc/master
Added support for Redshift.
2017-05-15 18:31:13 -07:00
Francisco Souza
c95cbb5931
source/aws-s3: implement the driver 2017-05-14 14:31:40 -04:00
Francisco Souza
da89656fdc
source/google-cloud-storage: implement the driver 2017-05-14 13:47:01 -04:00
root
4e5dc68b4e ql support 2017-05-12 11:11:16 +03:00
Jonathan Bryant
91ecd3cb6a Added support for Redshift.
* Added driver that wraps the standard PostgreSQL driver
* Added build.
* Added driver to documentation.
2017-05-11 15:47:40 -06:00
Matthias Kadenbach
448a36c5cb Merge pull request #210 from divan/master
Add missing import to example in README
2017-05-04 11:05:03 -07:00
Ivan Daniluk
ed5a887579 Add import to example.
The example in README with file source doesn't work without importing "github.com/mattes/migrate/source/github" package.
2017-05-04 19:42:12 +02:00
Matthias Kadenbach
e42058f15a Merge pull request #209 from pgmcgee/patch-1
Fix a typo in go-bindata/README.md
2017-05-04 09:33:40 -07:00
Parker McGee
a7e1cacd36 Fix a typo
I was browsing this and noticed the typo that is causing syntax highlighting to be off.
2017-05-04 07:44:37 -04:00
Matthias Kadenbach
734803549d Merge pull request #204 from fln/master
Fix appending multiStatements=true parameter for mysql driver
2017-04-25 13:37:09 -07:00
Julius Kriukas
14f784961f Fix appending multiStatements=true parameter for mysql driver 2017-04-25 22:54:16 +03:00
Matthias Kadenbach
5c8da71dea
update travis branch 2017-04-25 12:01:21 -07:00
Matthias Kadenbach
a6fe4b73b3
update makefile 2017-04-25 11:59:52 -07:00
Matthias Kadenbach
256e8f045b Update README.md 2017-04-25 11:13:59 -07:00
Matthias Kadenbach
2e54bda0e1 Update README.md 2017-04-25 11:06:06 -07:00
Matthias Kadenbach
2ae8e6291c
remove v1 migrate compat 2017-04-25 10:37:55 -07:00
Matthias Kadenbach
651f78cba8 Update README.md 2017-04-21 13:36:03 -07:00
Matthias Kadenbach
d5674ed411 Create README.md 2017-04-21 13:30:59 -07:00
Matthias Kadenbach
4a2a810c20 Update README.md 2017-04-21 13:29:13 -07:00
Matthias Kadenbach
365b0565de Update README.md 2017-04-21 13:07:46 -07:00
Matthias Kadenbach
65d785d560 Update README.md 2017-04-21 13:02:10 -07:00
Matthias Kadenbach
fff688c019 Create README.md 2017-04-21 13:00:19 -07:00
Matthias Kadenbach
6f07ac731b
fix go toolchain build 2017-04-21 12:23:01 -07:00
Matthias Kadenbach
f00c15d7b0
update go toolchain install 2017-04-20 16:03:43 -07:00
Matthias Kadenbach
1676a902f2
update readme v3.0.0 2017-04-20 15:22:06 -07:00
Matthias Kadenbach
576d323c52 Merge pull request #200 from Gobonoid/fix/ReadmeUpdate
Updates import path in README example
2017-04-19 10:04:37 -07:00
Gobonoid
b4adf71696 Updates import path in README examplee 2017-04-19 11:48:58 +01:00
Matthias Kadenbach
c0703e7a92 Merge pull request #199 from guzart/date-versions
Date-based versions
2017-04-16 12:38:48 -07:00
Arturo Guzman
d789d50bd6 Support date-based versions 2017-04-13 20:57:22 -04:00
Matthias Kadenbach
b83285bd59 Merge pull request #194 from Arkq/v3.0-prev
Support for alternative postgres URI scheme
2017-04-10 11:22:50 -07:00
Arkadiusz Bokowy
bc93ed027f Support for alternative postgres URI scheme
According to the PostgreSQL documentation (section 32.1.1.2), postgres
library supports two URI schemes: postgresql:// and postgres://

Reference:
https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
2017-04-04 08:29:33 +02:00
Matthias Kadenbach
9f974b8996
Update Readme 2017-03-12 18:00:22 -07:00
Matthias Kadenbach
c03b03c909
return status 0 for ErrNoChange #182 2017-03-12 12:33:13 -07:00
Matthias Kadenbach
cecce18c51
fix source/file relative paths, ref #178 thanks @matyunin 2017-03-03 12:02:32 -08:00
Matthias Kadenbach
1f37f41ee8
remove cleanpath, fix mysql ensureVersionTable v3.0.0-rc2 2017-03-01 11:48:38 -08:00
Matthias Kadenbach
150ac7d708
add mysql custom TLS config
closes https://github.com/mattes/migrate/pull/117
2017-02-28 16:23:29 -08:00
Matthias Kadenbach
be1ba9204a
add mysql driver, add ENV to docker containers 2017-02-28 15:10:56 -08:00