Hayden
|
fc97bba879
|
build: optimize antlr script (#171)
|
2023-10-09 17:43:41 +08:00 |
|
hayden
|
3c5bcbe52b
|
chore: improve release script
|
2023-08-31 13:57:02 +08:00 |
|
Hayden
|
1b02ff5d75
|
feat: FlinkSQL supports auto complete (#115)
* feat: add antlr4-c3 dependencies
* feat: distinguish table, catalog and database from uid
* feat: move semicolon from sqlStatements to sqlStatement
* chore: move antlr4ts-cli to devDependencies
* feat: improve basic parser and support suggestions of token and syntax
* feat: implement suggest method in sql parsers
* test: flink sql suggestion test cases
* feat: optimize ts defination of suggestion
* feat: add split listener and optimize performance of auto-completion
* test: supplementary flink suggestion unit tests
|
2023-06-09 11:22:53 +08:00 |
|
Ziv
|
34f64e6bea
|
refactor: migrate antlr4 v4.12.0 to antlr4ts(4.9.0) (#106)
* build: ignore gen folder
* refactor: remove useless code
* fix: correct the Javascript usage in grammar
* refactor: move to antlr4ts
* fix: remove useless
* fix: update grammars for javascript target
* refactor: migrate to antlr4ts
* refactor: migrate to antlr4ts
* refactor: implements ParserErrorListener
* fix: rename the start reserved word
* refactor: remove unused import
* refactor: migrate to antlr4ts
* test: update the expects of test cases
* refactor: migrate hive to antlr4ts
* refactor: update the incompatible syntax for antlr4ts
* refactor: migrate pgsql grammar to antlr4ts, increasing tests
* refactor: migrate the plsql to antlr4ts
* build: remove unused config
* build: migrate to antlr4ts
* build: migrate ts-jest to @swc/jest
* refactor: migrate to anltr4ts
* build: migrate ts-jest to @swc/jest
|
2023-05-30 14:44:03 +08:00 |
|
Ziv
|
c1c72def30
|
feat: upgrade antlr4 to 4.12.0 (#88)
|
2023-05-04 10:13:05 +08:00 |
|
Salvatore Ravidà
|
a15da8e275
|
Added pgSQL support
|
2022-12-16 15:13:56 +08:00 |
|
dependabot[bot]
|
d020591da1
|
build(deps): bump glob-parent from 5.1.1 to 5.1.2 (#32)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-07-16 14:30:20 +08:00 |
|
dependabot[bot]
|
7acde4512f
|
build(deps): bump lodash from 4.17.20 to 4.17.21 (#25)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-11 13:34:24 +08:00 |
|
dependabot[bot]
|
aedfbe172f
|
build(deps): bump handlebars from 4.7.6 to 4.7.7 (#23)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-11 11:51:29 +08:00 |
|
dependabot[bot]
|
61f762f96a
|
build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#24)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-11 11:51:17 +08:00 |
|
dependabot[bot]
|
3212c1917d
|
build(deps): bump y18n from 4.0.0 to 4.0.1 (#18)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-11 11:50:48 +08:00 |
|
xiaowei
|
3dc5869024
|
build(release): add standard-version
|
2021-01-05 18:47:50 +08:00 |
|
xiaowei
|
d86a6e7638
|
build: optimize cli and add eslint
|
2020-08-28 13:29:47 +08:00 |
|