-
Notifications
You must be signed in to change notification settings - Fork 801
add config of elasticsearch's user and password #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
8719e13
Update river.go
527dd68
Merge branch 'master' of https://github.com/siddontang/go-mysql-elast…
WangXiangUSTC e5ff5dc
if have only one request, use bulk will waste resource of elasticsearch
WangXiangUSTC 74e0c36
Update river.go
WangXiangUSTC 45c069a
Update README.md
WangXiangUSTC 02ec489
Update README.md
WangXiangUSTC 6c32bdc
update commit version of go-mysql
WangXiangUSTC 4b0ba49
Update glide.lock
WangXiangUSTC 4ef3830
add set of charcter
9b91277
update commit version
WangXiangUSTC e1e1472
update sync.go
WangXiangUSTC 56cb5d7
update gp-mysql version
WangXiangUSTC e965925
update go-mysql version
WangXiangUSTC cdc4543
add config of mysql charset
WangXiangUSTC 570317c
add test of mysql charset
WangXiangUSTC 43d24a4
update go-mysql vendor
4bdeb15
update go-mysql vendor
945ddb2
Update sync.go
WangXiangUSTC cc7b314
add user and password of elasticsearch
WangXiangUSTC dc8a118
format code
WangXiangUSTC f8e619f
Update river.toml
WangXiangUSTC d516e6c
Update river_test.go
WangXiangUSTC 230b029
Update client_test.go
WangXiangUSTC 84dd57b
Update river_test.go
WangXiangUSTC 8c8bceb
add config struct for elasticsearch
WangXiangUSTC 7513258
Merge branch 'master' of https://github.com/WangXiangUSTC/go-mysql-el…
WangXiangUSTC fbe71a9
Update client_test.go
WangXiangUSTC 1e0d0d4
Update client.go
WangXiangUSTC 0629e8b
Update river_test.go
WangXiangUSTC 912e9a8
Update river.go
WangXiangUSTC 5e237e0
if http response code is not 2XX, return error
WangXiangUSTC 5691ecd
Update client_test.go
WangXiangUSTC 37d7961
Update client_test.go
WangXiangUSTC 1b94f32
Update river_test.go
WangXiangUSTC e136df6
Update river_test.go
WangXiangUSTC 72235fd
Update river_extra_test.go
WangXiangUSTC 351742e
Update client_test.go
WangXiangUSTC 66315f3
modify test code
1e21b3c
modify code about create mapping
7d38113
Merge branch 'master' into master
WangXiangUSTC 7a7786d
judge http error in sync.go
5534119
Merge branch 'master' into master
WangXiangUSTC 767e1c7
judge http response status
92ec5ad
fix bug in test code
dc17f52
fix bug in test code
b2b1222
Update river_test.go
WangXiangUSTC 9ce43fb
Update sync.go
WangXiangUSTC c98d665
Update river_test.go
WangXiangUSTC 447dc82
Update client.go
WangXiangUSTC f5b2279
Update client_test.go
WangXiangUSTC 0ca37e3
Update client.go
WangXiangUSTC 4f403db
Update client.go
WangXiangUSTC 6c68f84
Update client.go
WangXiangUSTC 6f3c080
Update client.go
WangXiangUSTC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we meet the case that user is not empty but the password is?