Skip to content

Conversation

@rodrigogs
Copy link
Owner

No description provided.

nevill and others added 22 commits July 21, 2018 18:29
- Update packages
    mysql -> 2.17.1
    iconv-lite -> 0.4.24
    nodeunit -> 0.11.3
    eslint -> 5.16.0
- ZongJi#_skipEvent is called in BinlogHeader#getEvent, when parsing completed
- explicitly pass a ZongJi instance to BinlogHeader, as well as all the binlog event classes
- clone object with Object.assign
- rename variable self.binlog to self.BinlogClass
- make some variables as const
- extract out a method named '_establishConnection'
- establish mysql connection on demand
- callback of _isChecksumEnabled, _findBinlogEnd should return error instead of throwing
- Rename, binlogName => filename, binlogNextPos => position
- Add a new method ZongJi#get
- Only pass ZongJi instance when init binglog class
- Execute querySequence right after startNewZongJi
- Use unary increments like `updateEvents++` in a single line
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
- Force to use let / const to declare variables
- Use arrow function to avoid passing this, like `self = this`
- Enable es2020 syntax in eslint
- constructor doesn't have options as the 2nd parameter
- store all the includeEvent / excludeEvent / includeSchema / excludeSchema in a new field `filters`
- rename `set` to `_filters`, it will reset the filters everytime it's called
@cenkingunlugu
Copy link

Hello @rodrigogs

Are you planning to merge this?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants