Skip to content
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

es 6 #969

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open

es 6 #969

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
85178f8
init commit for mysql-simple-example
nealshan Aug 18, 2017
64078d2
add aliyun to repository
nealshan Aug 18, 2017
a0c81e3
try to separate json config from command
nealshan Aug 19, 2017
8e7bc51
add spring boot
nealshan Aug 19, 2017
0cc4f2a
move index to jdbcConfigInfo
nealshan Aug 19, 2017
2b8d679
add spring web
nealshan Aug 20, 2017
b772fb2
add importer list
nealshan Aug 20, 2017
3aec36b
fix path for bat
nealshan Aug 20, 2017
800e17f
use slf4j to replace log4j and remove log4j use log-back
nealshan Aug 20, 2017
e29b61c
unique importer
nealshan Aug 21, 2017
4ac2f98
save settings in a static map and pick it by index
nealshan Aug 26, 2017
961a1b5
add comment to understand gradle
nealshan Aug 30, 2017
1aae881
add comment for understanding
nealshan Aug 30, 2017
2443633
add comments for custom dependency configurations
nealshan Sep 2, 2017
1871566
add some comments for understanding
nealshan Sep 3, 2017
2ac7382
add document id and change code for readablity
nealshan Sep 3, 2017
ca1811f
add comment for apply from
nealshan Sep 3, 2017
8c9c3a9
remove useless code
nealshan Sep 3, 2017
2e1b982
remove useless code
nealshan Sep 3, 2017
3226b58
remove some useless code and add mysql test suite
nealshan Sep 3, 2017
0b172fa
add some comments
nealshan Sep 3, 2017
e163e76
try testng xml suite file
nealshan Sep 3, 2017
d3bc4c4
remove log4j2 stuff since we use logback
nealshan Sep 3, 2017
6e578e2
rename SettingsPipelineRequest to PipelineRequestSettings
nealshan Sep 3, 2017
ff90185
fix mysql integration test issue
nealshan Sep 4, 2017
4342057
remove h2, only keep mysql and oracle
nealshan Sep 4, 2017
53eb912
remove distribution stuff
nealshan Sep 4, 2017
d2b3eb5
remove gradle wrapper stuff
nealshan Sep 4, 2017
f4c2b81
remove travis
nealshan Sep 4, 2017
5beca4c
remove some useless code
nealshan Sep 4, 2017
56a6fcc
test Controlkeys and get to know something about Enum, HashSet, Array…
nealshan Sep 4, 2017
7518d35
add comments for lhs and rhs
nealshan Sep 5, 2017
fe0ea46
add a reference for this class
nealshan Sep 5, 2017
c83d2ec
add test for Formatutil and add some comments for understanding
nealshan Sep 5, 2017
f0efe2d
remove useless code
nealshan Sep 5, 2017
ad23f78
add @Depracated for geo
nealshan Sep 5, 2017
36e50f7
remove useless code for geo
nealshan Sep 5, 2017
a837bec
structure refactor
nealshan Sep 5, 2017
8bd348f
add comments for SPI(service provider interface)
nealshan Sep 5, 2017
560d531
remove mocktest cause it sucks
nealshan Sep 5, 2017
910425a
remove some useless code and use testng xml style
nealshan Sep 5, 2017
c3d658f
remove more useless code
nealshan Sep 5, 2017
d88e9f8
add todo
nealshan Sep 5, 2017
c3fa579
test interval
nealshan Sep 6, 2017
8802016
remove schedule stuff
nealshan Sep 6, 2017
1a5714b
Revert "remove schedule stuff"
nealshan Sep 6, 2017
4e16807
add logback.xml to test, make log clear and readable
nealshan Sep 6, 2017
e3a53b2
remove useless column stuff, no comments and hard to use
nealshan Sep 7, 2017
13eeef1
add conception
nealshan Sep 7, 2017
0740258
remove SPI stuff
nealshan Sep 7, 2017
4b69e40
init commit for separate configs
nealshan Sep 7, 2017
4b603e2
add comments for classloader and todo
nealshan Sep 7, 2017
773a097
change comment
nealshan Sep 8, 2017
4d0c7e6
add comments
nealshan Sep 8, 2017
4292cfa
add todo and removing pipelineProvider ungly and hard to understand
nealshan Sep 8, 2017
2a520ac
remove PipelineProvider stuff
nealshan Sep 8, 2017
2822618
rename JDBCImporter to JdbcPipeline, this is a meaningful name
nealshan Sep 8, 2017
447579c
remove finished todo
nealshan Sep 8, 2017
9230b1d
rename JDBCImporter to JdbcPipeline
nealshan Sep 8, 2017
7a2ebf6
remove uselss code
nealshan Sep 8, 2017
5be7e81
remove strategy stuff
nealshan Sep 8, 2017
761e35d
add some comments for settings
nealshan Sep 8, 2017
564525b
add todo
nealshan Sep 8, 2017
8b16ad1
add comments and schedule
nealshan Sep 8, 2017
d3d0e08
init commit for websocket server
nealshan Sep 9, 2017
6136c23
enable Aysnc
nealshan Sep 9, 2017
dc297e9
init commit for test run multi tasks
nealshan Sep 10, 2017
54d3e9a
fix index_settings not work issue
nealshan Sep 10, 2017
a201342
add todo
nealshan Sep 10, 2017
9156995
Merge pull request #1 from nealshan2/develop
nealshan Sep 16, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
/.project
*~
/.gradle
/build
/build
/bin/logs
/*.log
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

202 changes: 0 additions & 202 deletions LICENSE.derby

This file was deleted.

Loading