Commit Graph

1604 Commits

Author SHA1 Message Date
dependabot[bot]
7f4da95a63
Bump com.datastax.oss:java-driver-core from 4.16.0 to 4.17.0
Bumps [com.datastax.oss:java-driver-core](https://github.com/datastax/java-driver) from 4.16.0 to 4.17.0.
- [Release notes](https://github.com/datastax/java-driver/releases)
- [Commits](https://github.com/datastax/java-driver/compare/4.16.0...4.17.0)

---
updated-dependencies:
- dependency-name: com.datastax.oss:java-driver-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 13:16:32 +00:00
qianmoQ
6262730acb
[Core] [DataSet] Add filter (#687) 2024-02-26 17:51:53 +08:00
qianmoQ
7dc09c59f6 [Core] [DataSet] Supports filters <, <= 2024-02-26 14:30:01 +08:00
qianmoQ
9ed4a36475 [Core] [DataSet] Supports filters >, >= 2024-02-26 14:27:08 +08:00
qianmoQ
884c6d6eb1 [Core] [DataSet] Supports filters =, <> 2024-02-26 14:23:12 +08:00
qianmoQ
a0f80039a9 [Core] [DataSet] Fix errors in the echo information of each column 2024-02-26 14:09:59 +08:00
qianmoQ
8854b8d61b [Core] [DataSet] Supports filters LIKE, NOT LIKE 2024-02-26 13:06:15 +08:00
qianmoQ
8fd3429835 [Core] [DataSet] Fixed multi-column query causing confusion in expression delivery 2024-02-26 12:51:55 +08:00
qianmoQ
25236db96a [Core] [DataSet] Supports filters IS NULL, IS NOT NULL 2024-02-26 12:23:19 +08:00
qianmoQ
d1a9dd340b [Core] [DataSet] Fix the infinite loop query problem 2024-02-26 11:40:14 +08:00
qianmoQ
a55063cf61 [Core] [DataSet] Fix the abnormality in editing report grouping 2024-02-26 11:01:58 +08:00
qianmoQ
32182a894c [Core] [DataSet] Fix grouping removal column error 2024-02-26 10:38:50 +08:00
qianmoQ
210de7f594 [Core] [DataSet] Fix copying data causing duplicate requests 2024-02-26 09:53:43 +08:00
qianmoQ
e348aca57e [Core] [DataSet] Merge query columns 2024-02-26 09:38:44 +08:00
qianmoQ
40db677b34 [Core] [DataSet] Add filter grouping 2024-02-25 16:16:50 +08:00
qianmoQ
15b5bcd679
[Core] [DataSet] Support ad hoc query custom functions (#686) 2024-02-23 09:57:24 +08:00
qianmoQ
6ee99b2a5e [Core] [DataSet] Support ad hoc query custom functions (close #603) 2024-02-22 19:07:54 +08:00
qianmoQ
e2e90b512e
[Core] [DataSet] Support sampling key (#685) 2024-02-22 10:11:05 +08:00
qianmoQ
f322f30587 [Core] [DataSet] Fixed display issue in list on small screen 2024-02-22 10:05:02 +08:00
qianmoQ
5a9d99decd [Core] [DataSet] Adds a signed number type 2024-02-22 09:44:49 +08:00
qianmoQ
155cf6e5a5 [Core] [DataSet] Support sampling key 2024-02-21 17:23:53 +08:00
qianmoQ
2deb5056b0 [Core] [DataSet] Add samping key to console 2024-02-21 17:14:39 +08:00
qianmoQ
3d98e3d6a4
Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 in /plugin/datacap-jdbc-postgresql (#682) 2024-02-21 16:15:35 +08:00
qianmoQ
5fa139a092
Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 in /plugin/datacap-jdbc-hologres (#683) 2024-02-21 16:15:25 +08:00
dependabot[bot]
1ea0692c3c
Bump org.postgresql:postgresql in /plugin/datacap-jdbc-hologres
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.7.2.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/commits)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 00:07:03 +00:00
dependabot[bot]
5bcba684b0
Bump org.postgresql:postgresql in /plugin/datacap-jdbc-postgresql
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.7.2.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/commits)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 00:06:17 +00:00
dependabot[bot]
e60be0dc57
Bump testcontainers.version from 1.17.6 to 1.19.5
Bumps `testcontainers.version` from 1.17.6 to 1.19.5.

Updates `org.testcontainers:testcontainers` from 1.17.6 to 1.19.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.6...1.19.5)

Updates `org.testcontainers:postgresql` from 1.17.6 to 1.19.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.6...1.19.5)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 14:01:51 +00:00
qianmoQ
164fdbac3d
[Core] [DataSet] Support some function (#677) 2024-02-07 14:24:08 +08:00
qianmoQ
749f709580 [Core] [DataSet] Support metric sorting 2024-02-07 12:35:27 +08:00
qianmoQ
baa050c833 [Core] [DataSet] Support dimension sorting 2024-02-07 12:26:31 +08:00
qianmoQ
11ba290f95 [Core] [DataSet] Support ad hoc query of custom aliases (close #615) 2024-02-07 11:55:14 +08:00
qianmoQ
78246df48c
[Core] [DataSet] Add total rows and total size (#676) 2024-02-06 21:03:54 +08:00
qianmoQ
b8f8fb6abf [Core] [DataSet] Add total rows and total size 2024-02-06 11:00:48 +08:00
Devlive Community
b3f98e6372
[Plugin] Support TimescaleDB (#671) 2024-02-06 09:58:44 +08:00
Devlive Community
efaf569326
Bump org.elasticsearch.plugin:x-pack-sql-jdbc from 8.11.3 to 8.12.0 (#672) 2024-02-06 09:58:18 +08:00
Devlive Community
9b8e9b69d7
Bump com.microsoft.sqlserver:mssql-jdbc from 11.2.1.jre8 to 12.6.0.jre8 (#675) 2024-02-06 09:58:03 +08:00
qianmoQ
e9daac2e35
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3 (#674) 2024-02-06 09:57:06 +08:00
qianmoQ
b4fd9ff7ec
Bump jackson.version from 2.16.0 to 2.16.1 (#673) 2024-02-06 09:43:00 +08:00
dependabot[bot]
1904653126
Bump com.microsoft.sqlserver:mssql-jdbc from 11.2.1.jre8 to 12.6.0.jre8
Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 11.2.1.jre8 to 12.6.0.jre8.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.sqlserver:mssql-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 13:44:22 +00:00
dependabot[bot]
7ece3e479b
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.0 to 3.6.3.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 13:44:09 +00:00
dependabot[bot]
9fd077ed05
Bump jackson.version from 2.16.0 to 2.16.1
Bumps `jackson.version` from 2.16.0 to 2.16.1.

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.0 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.16.0...jackson-core-2.16.1)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.0 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.16.0 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.16.0 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.16.0...jackson-dataformats-text-2.16.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 13:44:05 +00:00
dependabot[bot]
e309b97041
Bump org.elasticsearch.plugin:x-pack-sql-jdbc from 8.11.3 to 8.12.0
Bumps [org.elasticsearch.plugin:x-pack-sql-jdbc](https://github.com/elastic/elasticsearch) from 8.11.3 to 8.12.0.
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elastic/elasticsearch/compare/v8.11.3...v8.12.0)

---
updated-dependencies:
- dependency-name: org.elasticsearch.plugin:x-pack-sql-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 13:43:52 +00:00
qianmoQ
1739639b0c [Plugin] Support TimescaleDB (close #593) 2024-02-05 16:50:49 +08:00
qianmoQ
45b1310518
[Plugin] Support ParadeDB (close #589) (#670) 2024-02-05 13:41:25 +08:00
qianmoQ
ea16b523ae [Plugin] Support ParadeDB (close #589) 2024-02-05 12:48:57 +08:00
qianmoQ
67fe8cb336
[Core] [DataSet] [Chart] Support some chart (#669) 2024-02-04 18:28:41 +08:00
qianmoQ
eeb1f4b200 [Core] [DataSet] [Chart] Support word cloud diagram (close #614) 2024-02-04 18:20:49 +08:00
qianmoQ
593cf984f2 [Core] [DataSet] [Chart] Support grouped histograms (close #612) 2024-02-04 14:51:43 +08:00
qianmoQ
0898bae864 [Core] [DataSet] [Chart] Support line chart breakpoint processing 2024-02-04 11:52:51 +08:00
qianmoQ
53913a7128 [Core] [DataSet] Supports multi-series line charts (close #610) 2024-02-04 11:38:51 +08:00