Kasparas Galdikas
|
7c76166697
|
Github Enterprise support (#234)
* exported Github struct fields and ReadDirectory method
* github ee implementation, tests and docs
* build fixes
* Github Enterprise API endpoint based on docs
* addressing PR comments
* code review
* make linter happy
* parseBool() takes fallback
* pr comments
* tweaks to Config{}
|
2019-06-16 12:48:01 -07:00 |
Kirill Muratov
|
6c96ef02df
|
Enabled maligned, staticcheck and errcheck linters (#206)
* Enabled maligned check
* Enabled staticcheck
* Fixes for golint
* Enabled errcheck linter
* Added fixes for error check
* Added errcheck for tests
* Fixed test
* Increased golangci-lint deadline for travis
* Increased golangci-lint deadline for travis
* Decreased golangci-lint deadline for travis
* Revert for backward compatibility
* Using log.Println() instead of fmt.Println()
* Handling os.RemoveAll() errors
* Using t.Error(error) instead of t.Errorf("%v", err)
* Using t.Fatal(error) instead of t.Fatalf("%v", err)
* Using fmt.Sprint(sum) instead of t.Srintf("%v", sum)
* Refactoring
* Revert for backward compatibility
* Revert
* go mod tidy
* Added error logging
* Added error logging
* Added error handling
* Added error handling
* Added error logging
* Fix error logging
* Added error handling
* Fix
* Added logging for migr.Buffer()
* Fixes
* Firebird test disabled
* Fixed nolint comment
* Updated firebird docker image version
* Disabled test for firebird 2.5
* Fixed // nolint
|
2019-04-26 15:47:16 -07:00 |
Kirill Muratov
|
5059f0bee6
|
Fixes for govet
|
2019-03-22 23:05:19 +03:00 |
Kirill Muratov
|
465060c9a7
|
Fixes for gosimple linter
|
2019-03-22 22:02:08 +03:00 |
Dale Hui
|
7bf5fd7859
|
Add missing backtick
|
2019-03-21 01:54:41 -07:00 |
Cyrille Hemidy
|
46fb82ce3d
|
Fmt (#189)
* fix gofmt -s
* fix gofmt -s + fix mispelling
|
2019-03-13 12:15:21 -07:00 |
Bence Patyi
|
144aaaa986
|
Gitlab source (#184)
* New Gitlab source
* fix: use net package to build url string
* add: gitlab source to Makefile and Dockerfile
|
2019-03-10 18:38:23 -07:00 |
AJ ONeal
|
01291f7cb5
|
use URL.Opaque when available
|
2018-12-20 15:08:49 -07:00 |
Dale Hui
|
06d3ebde1c
|
Use strings.NewReader() instead of bytes.NewReader() when source is a string
- Group imports
|
2018-11-05 22:50:08 -08:00 |
Dale Hui
|
fc2b2e9c64
|
Use v4 for Go module support
|
2018-10-10 16:16:23 -07:00 |
Dale Hui
|
107db3f407
|
Revert "Remove support for Go modules"
This reverts commit 5e96539f55 .
|
2018-10-10 16:15:33 -07:00 |
Dale Hui
|
5e96539f55
|
Remove support for Go modules
|
2018-10-10 13:34:03 -07:00 |
Dale Hui
|
16dea48c82
|
Fix module support by opting in to modules
|
2018-09-14 01:14:42 -07:00 |
Sam Whited
|
7562e9ad5d
|
source/vfs: add virtual file system source
Fixes #56
|
2018-06-17 19:35:13 -05:00 |
Dale Hui
|
0f16f7f6a2
|
Rename sources to reflect updated build constraint names
|
2018-06-12 16:45:56 +08:00 |
Dale Hui
|
c4e855b58c
|
List source and database drivers in help text
|
2018-06-12 16:17:52 +08:00 |
Ryo Takashima
|
6fa8039b55
|
Fixed unkeyed fields for GoogleAppEngine
|
2018-05-31 15:40:15 +09:00 |
thurt
|
e6baca2ffb
|
add ref (SHA, branch, or tag) to the github migration source
|
2018-05-04 03:16:12 +00:00 |
Daniel Cormier
|
395391525b
|
Changed source.Up from untyped to a typed const
Changed source.Up from being an untyped string const to being a typed source.Direction const.
|
2018-01-19 16:24:25 -08:00 |
Dale Hui
|
1cf095c51d
|
Update more references to github.com/mattes/migrate
|
2018-01-19 14:59:27 -08:00 |
Dale Hui
|
f584949470
|
Update imports to reference fork.
Thanks `make rewrite-import-paths`!
|
2018-01-19 10:56:55 -08:00 |
Martin Magakian
|
35af42a0dd
|
Update README.md
|
2017-07-03 15:45:57 +02:00 |
Martin Magakian
|
56a56527c6
|
Update README.md
Late edit I promise...
|
2017-07-03 15:45:41 +02:00 |
Martin Magakian
|
1485e567f1
|
Update README.md
Some format :-p
|
2017-07-03 15:35:43 +02:00 |
Martin Magakian
|
180c57747d
|
Update README.md
Forget package
|
2017-07-03 15:34:43 +02:00 |
Martin Magakian
|
2361a7aa24
|
Update README.md
Code snippet don't compile.
It's missing a step (see https://github.com/mattes/migrate/blob/master/source/go-bindata/go-bindata_test.go)
|
2017-07-03 15:29:15 +02:00 |
Ben
|
39a5a37822
|
Fix typo forgotton => forgotten
|
2017-06-05 12:14:10 -04: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 |
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 |
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
|
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 |
Arturo Guzman
|
d789d50bd6
|
Support date-based versions
|
2017-04-13 20:57:22 -04:00 |
Matthias Kadenbach
|
cecce18c51
|
fix source/file relative paths, ref #178 thanks @matyunin
|
2017-03-03 12:02:32 -08:00 |
Matthias Kadenbach
|
28e0548cac
|
fix github
see 23d6cb9cac
|
2017-02-22 16:56:14 -08:00 |
Matthias Kadenbach
|
4bb46a98c6
|
fix github
see 2a4b92075e
|
2017-02-19 15:31:57 -08:00 |
Matthias Kadenbach
|
316f6c0cf3
|
switch to binary search
|
2017-02-15 10:48:43 -08:00 |
Matthias Kadenbach
|
cd6e62049c
|
Update documentation
|
2017-02-11 11:13:27 -08:00 |
Matthias Kadenbach
|
b6bd4fe02d
|
add comments for source
|
2017-02-09 19:42:48 -08:00 |
Matthias Kadenbach
|
199678e1bc
|
add code comments for package migrate
|
2017-02-09 16:59:30 -08:00 |
Matthias Kadenbach
|
fe1b5c06eb
|
add go coverage
|
2017-02-08 16:17:04 -08:00 |
Matthias Kadenbach
|
297a4227ef
|
fixing travis
|
2017-02-08 01:49:57 -08:00 |
Matthias Kadenbach
|
9f774d3e6a
|
fix typo in go-bindata README
|
2017-02-07 23:00:25 -08:00 |
Matthias Kadenbach
|
f7699f1dec
|
update go-bindata with latest source.Migration helper
|
2017-02-07 22:59:12 -08:00 |
Matthias Kadenbach
|
ee384ed8cc
|
initial version 3.0.0 preview
hard work
|
2017-02-07 22:01:29 -08:00 |