Commit Graph

1381 Commits

Author SHA1 Message Date
qianmoQ
5723afe2a7 [Core] [Parser] [MySql] Support mysql parser 2024-01-03 19:53:04 +08:00
qianmoQ
9f772ae4e4 [Core] [Parser] [MySql] Add limit parser 2024-01-03 11:52:01 +08:00
qianmoQ
7a7e5881f0 [Core] [Parser] [MySql] Add mysql parser 2024-01-02 22:15:52 +08:00
qianmoQ
8d8fc7ebde [Core] Enable the SQL parsing tool 2024-01-02 10:35:46 +08:00
dependabot[bot]
fe45d82aa3
Bump com.taosdata.jdbc:taos-jdbcdriver from 3.0.0 to 3.2.7
Bumps [com.taosdata.jdbc:taos-jdbcdriver](https://github.com/taosdata/taos-connector-jdbc) from 3.0.0 to 3.2.7.
- [Commits](https://github.com/taosdata/taos-connector-jdbc/compare/3.0.0...3.2.7)

---
updated-dependencies:
- dependency-name: com.taosdata.jdbc:taos-jdbcdriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 13:23:26 +00:00
qianmoQ
3a500147b2
[Core] [Parser] [Trino] Add trino parser (#567) 2023-12-31 11:03:27 +08:00
qianmoQ
1a4349f5ca [Core] [Parser] [Trino] Add parser limit 2023-12-31 10:36:12 +08:00
qianmoQ
8c3827d16e [Core] [Parser] [Trino] Add parser expression and function 2023-12-31 10:23:29 +08:00
qianmoQ
ce4f9ca807 [Core] [Parser] [Trino] Rename parser interface 2023-12-30 17:21:41 +08:00
qianmoQ
7bf0c5df02 [Core] [Parser] [Trino] Add parser table 2023-12-30 16:55:27 +08:00
qianmoQ
da8d658743 [Core] [Parser] [Trino] Remove unuse class 2023-12-30 15:45:02 +08:00
qianmoQ
1ca0a39207 [Core] [Parser] [Trino] Add simple query 2023-12-30 15:18:16 +08:00
qianmoQ
00fe4c62a4 [Core] [Parser] [Trino] Add trino parser 2023-12-30 01:40:04 +08:00
qianmoQ
18f07791ad
[Core] [Parser] Add parser spi (#566) 2023-12-29 23:36:56 +08:00
qianmoQ
5c38c4f3f7 [Core] [Parser] Add parser spi 2023-12-29 23:16:32 +08:00
qianmoQ
1bb2c9ec92
[Core] [Plugin] Upgrade plugin (#565) 2023-12-29 22:06:11 +08:00
qianmoQ
31a8384ecb [Core] Upgrade snowflake dependency version 3.14.4 2023-12-29 15:39:48 +08:00
qianmoQ
b19ca550a3 [Core] Upgrade mysql dependency version 8.0.28 2023-12-29 15:37:56 +08:00
qianmoQ
04f586ebef
[Core] [SPI] Optimize spi (#563) 2023-12-29 14:49:25 +08:00
qianmoQ
8eb567fa75 [Core] [SPI] Add test case 2023-12-29 13:54:43 +08:00
qianmoQ
d0a820f8f6 [Core] [SPI] Fix data source concurrency exception 2023-12-29 12:28:05 +08:00
qianmoQ
97f57c04df
Rafactor dashboard (#561) 2023-12-27 12:00:53 +08:00
qianmoQ
32fc77930c [Core] [Dashboard] Support edit dashboard 2023-12-27 11:44:48 +08:00
qianmoQ
0c1fa6b67b [Core] [Dashboard] Support preview 2023-12-26 22:39:22 +08:00
qianmoQ
964088b10c [Core] [Dashboard] Add remove report 2023-12-26 15:54:25 +08:00
qianmoQ
2e928f6bb5 [Core] [Dashboard] Add layout 2023-12-26 15:22:38 +08:00
dependabot[bot]
70bce81a6a
Bump com.dameng:DmJdbcDriver18 from 8.1.2.192 to 8.1.3.62
Bumps com.dameng:DmJdbcDriver18 from 8.1.2.192 to 8.1.3.62.

---
updated-dependencies:
- dependency-name: com.dameng:DmJdbcDriver18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 13:04:19 +00:00
dependabot[bot]
a47d35783e
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.3 to 3.12.1
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.3 to 3.12.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.3...maven-compiler-plugin-3.12.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 13:04:10 +00:00
qianmoQ
18202aaf55 [Core] [Sql] Fixed compile 2023-12-24 10:04:18 +08:00
qianmoQ
a30226b506
[Release] Released for 1.18.0 (#554) 2023-12-22 10:49:20 +08:00
qianmoQ
73db7231d3 [Release] Released for 1.18.0 2023-12-22 10:48:20 +08:00
qianmoQ
a79210c1c0
[Core] [DataSet] Support dataset (#553) 2023-12-22 00:47:51 +08:00
qianmoQ
e2eb33c854 [Core] [DataSet] Support sync data 2023-12-22 00:25:25 +08:00
qianmoQ
cb0f93849b [Core] [DataSet] Support view error 2023-12-21 22:48:47 +08:00
qianmoQ
b29b513d69 [Core] [DataSet] Support modify dataset 2023-12-21 22:20:55 +08:00
qianmoQ
773426a114 [Core] [DataSet] Support create dataset table 2023-12-21 20:51:45 +08:00
qianmoQ
849d6b496e [Core] [DataSet] Support create dataset 2023-12-21 16:26:50 +08:00
qianmoQ
a0c4374845 [Core] [DataSet] Add store 2023-12-21 13:19:04 +08:00
qianmoQ
84dbda920f [Core] [DataSet] Add dataset list 2023-12-21 12:02:49 +08:00
qianmoQ
f0e857a487 [Core] [DataSet] Add dataset for server 2023-12-21 10:59:18 +08:00
qianmoQ
0a9f57f040
[Core] [Dashboard] Support dashboard (#551) 2023-12-20 23:14:01 +08:00
qianmoQ
a9af8f077c [Core] [Report] Support real-time reports 2023-12-20 22:48:04 +08:00
qianmoQ
d54fe33eb5 [Core] [Plugin] [Impala] Fixed repository url 2023-12-20 20:59:39 +08:00
qianmoQ
a60d0dfd0f [CI] Add -U 2023-12-20 20:42:42 +08:00
qianmoQ
4e4a32c89d [CI] Support self-hosted 2023-12-20 18:20:14 +08:00
qianmoQ
7e0b20b898 [Core] [Plugin] [Impala] Fixed ci 2023-12-20 17:53:16 +08:00
qianmoQ
2e4babb03d [Core] [Plugin] [Impala] Ignore the impala module 2023-12-20 17:50:49 +08:00
qianmoQ
62ee834c4b [Core] [Plugin] [Impala] Update impala version 2023-12-20 17:43:38 +08:00
qianmoQ
1938cb9a08 [Core] [Plugin] [Impala] Skip checker 2023-12-20 17:32:13 +08:00
qianmoQ
2d8d873353 [Core] [Dashboard] Support modfiy dashboard 2023-12-20 17:23:16 +08:00