Commit Graph

1425 Commits

Author SHA1 Message Date
qianmoQ
a733d8efa1
[Core] [Fs] Support Qiniu cloud storage (#694) 2024-03-01 21:19:03 +08:00
qianmoQ
e8efb1cc0d [Core] [Fs] Fixed code 2024-03-01 20:31:14 +08:00
qianmoQ
9daed7b884 [Core] [Fs] Support Qiniu cloud storage 2024-03-01 19:10:00 +08:00
qianmoQ
65cff73ff8 [Docs] Add dataset docs 2024-03-01 13:43:46 +08:00
qianmoQ
86531fa1cf [Env] Support docker compose 2024-03-01 12:42:44 +08:00
qianmoQ
408e1b733b
[Feature] [DataSet] Support virtual columns (#693) 2024-03-01 11:39:10 +08:00
qianmoQ
af506b9ad7 [Core] [DataSet] Support virtual columns 2024-03-01 11:10:28 +08:00
qianmoQ
0cd1d786e7 [Core] [DataSet] Disable BOOLEAN, DATETIME types from allocating length 2024-03-01 09:41:16 +08:00
qianmoQ
cfb1f76d06
Dataset Enhancement (#690) 2024-02-29 13:01:41 +08:00
qianmoQ
215b02d67a [Core] [DataSet] Support custom life cycle 2024-02-29 12:11:32 +08:00
qianmoQ
2d2359ef60 [Core] [DataSet] Add lifeCycle column 2024-02-29 11:34:52 +08:00
qianmoQ
e99daa40ab [Core] [DataSet] Add datetime type 2024-02-29 11:31:22 +08:00
qianmoQ
f4678e2585 [Core] [DataSet] Reconstruct the dataset details page 2024-02-29 10:52:09 +08:00
qianmoQ
f02f0325a4 [Core] [DataSet] Fix status not being reset after modifying column 2024-02-29 10:06:16 +08:00
qianmoQ
3c46b4532a [Core] [DataSet] Support dynamically adding columns 2024-02-29 09:50:00 +08:00
qianmoQ
72057a1a93 [Core] [DataSet] Reconstruct the synchronization data method 2024-02-29 08:57:01 +08:00
qianmoQ
3a45a05b15 [Core] [DataSet] Reconstruct the data set table creation logic 2024-02-28 19:45:37 +08:00
qianmoQ
457964cf92
@qianmoQ [Core] [DataSet] Support cleaning data (#689) 2024-02-28 12:04:25 +08:00
qianmoQ
fc0c32b578 [Core] [DataSet] Fixed code style 2024-02-28 11:35:49 +08:00
qianmoQ
e957ec8b1e [Env] Add document configuration script 2024-02-28 11:27:11 +08:00
qianmoQ
997183fe70 [Core] [DataSet] Supports refreshing metadata after clearing data 2024-02-28 10:05:52 +08:00
qianmoQ
97900f8e8a [Core] [DataSet] Support cleaning data (close #622) 2024-02-28 09:52:22 +08:00
qianmoQ
e58f5294e1 [Core] [DataSet] Support synchronization of historical error information 2024-02-27 16:06:58 +08: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
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