Commit Graph

327 Commits

Author SHA1 Message Date
Matthias Kadenbach f00c15d7b0
update go toolchain install 2017-04-20 16:03:43 -07:00
Matthias Kadenbach 1676a902f2
update readme 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 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
Matthias Kadenbach 760bc3eb2d
add note in readme 2017-02-23 14:50:48 -08:00
Matthias Kadenbach 706f23115f
add v1compat 2017-02-23 14:48:44 -08:00
Matthias Kadenbach 171f9a256d Update FAQ.md 2017-02-23 14:27:04 -08:00
Matthias Kadenbach e7b9b0d0ed Update README.md 2017-02-23 13:36:34 -08:00
Matthias Kadenbach 5645143baa
add example dockerfile 2017-02-23 13:13:02 -08:00
Matthias Kadenbach ec5c0ac3e0
fix version string 2017-02-23 10:36:33 -08:00
Matthias Kadenbach 511f9c1ffe
only deploy on version go 1.8 2017-02-23 10:30:18 -08:00
Matthias Kadenbach 6325327ba1
fix dir 2017-02-22 17:58:25 -08:00
Matthias Kadenbach d60d590381
remove escaped new line 2017-02-22 17:48:50 -08:00
Matthias Kadenbach 5aac011e49
remove dups 2017-02-22 17:38:40 -08:00
Matthias Kadenbach 320d573ccd
fix sudo whitespace 2017-02-22 17:27:18 -08:00
Matthias Kadenbach c51bef38b6
sudo 2017-02-22 17:15:40 -08:00
Matthias Kadenbach 28e0548cac
fix github
see 23d6cb9cac
2017-02-22 16:56:14 -08:00
Matthias Kadenbach d0acf6ecfe
build deb package and push to packagecloud 2017-02-22 16:41:11 -08:00
Matthias Kadenbach 4b91f503eb
make Force doc clear 2017-02-19 16:22:48 -08:00
Matthias Kadenbach eb02bc77fb
allow to force NilVersion 2017-02-19 16:06:11 -08:00
Matthias Kadenbach 55f54251eb Update FAQ.md 2017-02-19 15:56:45 -08:00
Matthias Kadenbach e64b7cc233
explain dirty version error 2017-02-19 15:51:12 -08:00
Matthias Kadenbach 4bb46a98c6
fix github
see 2a4b92075e
2017-02-19 15:31:57 -08:00
Matthias Kadenbach 53b55288b3
bring back dirty state from v2 2017-02-19 15:15:00 -08:00
Matthias Kadenbach f576a64f11 Update README.md 2017-02-18 10:41:17 -08:00
Matthias Kadenbach d574676702
drop custom query params 2017-02-17 16:59:47 -08:00
Matthias Kadenbach f45821581c
add multi statement test 2017-02-16 22:10:01 -08:00
Matthias Kadenbach bb6ae0898d Update README.md 2017-02-16 21:13:12 -08:00
Matthias Kadenbach ea7fc641ba Update README.md 2017-02-16 21:12:33 -08:00
Matthias Kadenbach 87e6482497 travis build with go 1.8 2017-02-16 20:46:12 -08:00
Matthias Kadenbach 1e08e21470 update with issues 2017-02-16 20:41:17 -08:00
Matthias Kadenbach ccb40ff3ff
Update Readme 2017-02-16 11:29:18 -08:00
Matthias Kadenbach 3291f3f891
add comment 2017-02-16 11:18:02 -08:00
Matthias Kadenbach 2031939bfc
allow postgres migrations_table config 2017-02-16 11:06:11 -08:00
Matthias Kadenbach 6394299937
clean cli -path 2017-02-15 11:07:28 -08:00
Matthias Kadenbach 316f6c0cf3
switch to binary search 2017-02-15 10:48:43 -08:00
Matthias Kadenbach 53630f5ff1
add NewWithDatabaseInstance example 2017-02-14 23:25:19 -08:00
Matthias Kadenbach 3feee5958a
updated postgres driver, add database.Error struct 2017-02-14 23:12:16 -08:00
Matthias Kadenbach 209c056258
add database lock timeouts in migrate and in tests 2017-02-11 19:15:54 -08:00
Matthias Kadenbach cd6e62049c
Update documentation 2017-02-11 11:13:27 -08:00