517 Commits

Author SHA1 Message Date
1vn
2e097bc085 fix test 2018-11-13 11:38:18 -05:00
1vn
7cae30c634 not -> no 2018-11-13 11:37:44 -05:00
1vn
750e477310 update readme 2018-11-13 11:21:31 -05:00
1vn
cd715b596a add drivers 2018-11-13 11:04:27 -05:00
1vn
e62f9850d3 fix test 2018-11-13 10:53:37 -05:00
1vn
28d5153893 test tags 2018-11-13 10:35:01 -05:00
1vn
2c9dbcf7ef build in test 2018-11-12 15:41:56 -05:00
1vn
2c82cdc8c5 add test for lite binary 2018-11-12 15:38:11 -05:00
1vn
5da23b54c9 goose lite 2018-11-12 15:32:52 -05:00
Vojtech Vitek
58aa6a8fce
Merge pull request #120 from pressly/timestamp_versioning
add `fix` and timestamped migrations by default
v2.4.0
2018-11-06 18:38:45 -05:00
1vn
90f0cf504b update documentation 2018-11-06 16:54:31 -05:00
1vn
a4a53bdf99 add to example as well 2018-11-06 14:14:09 -05:00
Vojtech Vitek
339dbed96b
Merge pull request #116 from TomasBarry/master
Exit the program when migration can't be parsed
2018-11-02 13:26:09 -04:00
1vn
3c2c9d9076 add output 2018-10-31 12:27:15 -04:00
1vn
c6c49ff995 remove yolo 2018-10-30 17:08:25 -04:00
1vn
22d96449ec remove db fix, unexport stuff 2018-10-30 17:02:57 -04:00
1vn
286883adf5 add db fix as well 2018-10-30 16:51:07 -04:00
1vn
45eeb19d7d add fix and timestamp default 2018-10-30 16:45:45 -04:00
TomasBarry
39c030eac9 Exit the program when migration can't be parsed 2018-09-24 20:50:27 +01:00
Vojtech Vitek
a4bf952640
Merge pull request #106 from ollien/master
Update documentation for GetDBVersion to match functionality
2018-05-17 14:16:47 -04:00
Nick Krichevsky
90e476692d
Update documentation for GetDBVersion to match functionality 2018-05-16 21:46:21 -04:00
Vojtech Vitek
95600eb369
Merge pull request #104 from chapsuk/table_name
Added ability to change db version table name
v2.3.0
2018-05-03 11:24:55 -04:00
Maxim Krasilnikov
3676559dc0 Rename goose db version table name to tableName 2018-05-02 14:24:15 +03:00
Vojtech Vitek
f0b1c6ff8a
Merge pull request #105 from chapsuk/logger
Added logger interface and SetLogger func for redefine package output
v2.2.0
2018-04-30 18:32:18 -04:00
Maxim Krasilnikov
1cebce80c7 Added logger interface and SetLogger func for redefine package output 2018-04-30 12:30:13 +03:00
Maxim Krasilnikov
0639337e0b Added ability to change db version table name 2018-04-29 14:14:14 +03:00
Max Chechel
90415d49c5 return buffer back to the pool 2018-01-23 11:36:54 +03:00
Max Chechel
111f7d20fe fix goose memory consumption on large migrations 2018-01-22 19:51:45 +03:00
Vojtech Vitek
b0454a40a9
Merge pull request #85 from Kansuler/master
TiDB documentation & improved cmd binary
2017-12-06 14:11:51 -05:00
Simon Wikstrand
c09709c167
Improved internal driver conversion 2017-12-06 12:08:46 +01:00
Simon Wikstrand
3f3c7a46a9
Changed tabs to spaces in string 2017-12-04 18:53:54 +01:00
Simon Wikstrand
35a69f048d
Added documentation, and support in the cmd binary for tidb 2017-12-04 18:51:48 +01:00
Vojtech Vitek
87401987ed
Merge pull request #84 from Kansuler/master
Added dialect for TiDB
2017-12-04 10:38:54 -05:00
Simon Wikstrand
340bf96224
Changed incorrect comment from copy paste 2017-12-01 18:51:55 +01:00
Simon Wikstrand
19673d2b47
Added a dialect for TiDB 2017-12-01 18:50:38 +01:00
Vojtech Vitek
a68655caf6
Merge pull request #83 from iReflect/master
Add support to override migration template
2017-11-22 12:10:53 -05:00
Amit Yadav
3ddaf111b0 Add support to override migration template 2017-11-22 13:44:01 +05:30
Vojtech Vitek
54bcdbef43
Merge pull request #80 from egorsmkv/master
Added a `parseTime` parameter to the MySQL status command
2017-10-31 15:15:26 -04:00
Yehor Smoliakov
738443a12b Added a parseTime parameter to the MySQL status command 2017-10-31 20:16:50 +02:00
Vojtech Vitek
ac7080e2a2 Merge pull request #71 from JorritSalverda/use-logger-instead-of-fmt-print
replace fmt.Print statements with log.Print
2017-10-27 11:41:45 -04:00
Jorrit Salverda
17520f5188 replace fmt.Print statements with log.Print 2017-09-05 14:43:32 +02:00
Vojtech Vitek
02e9395c17 Merge pull request #62 from tsctao/error-dir-not-exist
Add error if migration directory does not exist
2017-07-09 17:35:09 -04:00
tsctao
0aec7f101d Add error if migration directory does not exist 2017-07-09 16:56:11 +07:00
Vojtech Vitek
056a4d47dc Merge pull request #60 from smacker/reset_refresh
Reset & refresh commands
v2.1.0
2017-07-07 10:39:44 -04:00
Sukharev Maxim
b800f677cb remove refresh command 2017-07-06 10:17:33 +07:00
Sukharev Maxim
0bf6bef042 Reset & refresh commands
Reset rolls back all migrations
Refresh rolls back all migrations and applies all available migrations again
it's useful for development to put db in latest state without full
recreation of db.
2017-07-02 12:33:44 +07:00
Vojtech Vitek
a0e07f5e12 Merge pull request #58 from pressly/travis
Move tests from .travis.yml to goose_test.go
v2.0.0
2017-06-21 11:46:07 -04:00
Vojtech Vitek
ae2fff1513 Move tests from .travis.yml to goose_test.go 2017-06-21 11:38:24 -04:00
Vojtech Vitek
aa0240c1d4 Merge pull request #56 from pressly/pr/41
Pr/41
2017-06-20 16:42:37 -04:00
Vojtech Vitek
488325a6ec Remove debug log 2017-06-20 16:41:56 -04:00