vran
|
d2cb8789f5
|
feat: update frontend resources
|
2022-05-29 17:33:06 +08:00 |
vran
|
497ad6b58a
|
feat: support search table, column
|
2022-05-29 17:30:01 +08:00 |
vran
|
e8f994b094
|
feat: update frontend resources
|
2022-05-27 13:27:49 +08:00 |
vran
|
73afed0864
|
feat: support export specified tables
|
2022-05-26 09:33:01 +08:00 |
vran
|
38ba1f7e7d
|
feat: support export specified tables
|
2022-05-26 09:28:20 +08:00 |
vran
|
ef30c7a685
|
feat: update frontend resources
|
2022-05-25 23:48:58 +08:00 |
vran
|
6c5965f466
|
feat: use plantuml to export er diagram
|
2022-05-25 23:40:59 +08:00 |
vran
|
c5af11f68f
|
feat: use virtual tree & virtual table (#197)
* feat: add projectName field
* feat: use virtual tree & virtual table
|
2022-05-21 22:04:29 +08:00 |
vran
|
d345fee98f
|
feat: update global search loading (#181)
|
2022-05-17 09:25:04 +08:00 |
vran
|
ff3f2e111f
|
feature: support search group & project in global system (#178)
* feat: add global search api
* featï: add global search menu
|
2022-05-16 08:55:41 +08:00 |
vran
|
59570a9ee6
|
fix: improve audit log (#176)
* fix: group owner and member can't view project log
* feat: improve audit log aspect
* fix: miss group id when request project log
|
2022-05-14 18:11:55 +08:00 |
vran
|
bd07d8a018
|
feat: update group card ui (#175)
|
2022-05-14 17:23:31 +08:00 |
vran
|
cf8d106f1f
|
feature: add spring doc api annotation (#173)
* feat: rename @Operation to @AuditLog
* feat: add swagger annotation to api
|
2022-05-14 13:31:11 +08:00 |
vran
|
1f185321fe
|
fix: miss group owner in group list page when owner's size greater than 3 (#170)
|
2022-05-12 12:34:23 +08:00 |
vran
|
bc42a2c04c
|
feat: update table search input placeholder (#168)
|
2022-05-12 12:13:25 +08:00 |
vran
|
5459223162
|
feature: use card list instead of table in database page (#163)
* feat: use card list instead of table in database type page
* feat: update docs
|
2022-05-11 08:48:03 +08:00 |
vran
|
0919b70d25
|
feat: update table ui (#160)
* feat: update table ui
* fix: code checkstyle
|
2022-05-10 09:43:33 +08:00 |
vran
|
bab82d43df
|
feat(issue-#155): rename plugin module to meta (#156)
* feat(issue-#155): rename module plugin to meta
* feat: remove unused md file
* refactor: rename plugin module to meta
* fix: trigger document error
* fix: code checkstyle
|
2022-05-08 22:47:47 +08:00 |
vran
|
3450947b0f
|
feat: optimize npe (#147)
* fix: npe when sync project
* feat: update frontend resources
|
2022-05-06 19:46:13 +08:00 |
vran
|
3f2ff6e2ce
|
feat: optimize ui design (#146)
|
2022-05-05 15:24:47 +08:00 |
vran
|
4f569714fe
|
feat:update frontend resources (#142)
|
2022-05-01 14:31:54 +08:00 |
vran
|
4f5d0d3ac6
|
fix: update version page to show comment diff (#141)
|
2022-05-01 12:07:25 +08:00 |
vran
|
573a82b96d
|
refactor diff api (#138)
* ref: migrate diff logic to list api
* feat: update frontend resources
* fix: checkstyle
|
2022-04-30 23:03:20 +08:00 |
vran
|
dc128fc84a
|
support manual upload driver file (#131)
* feat: support upload driver from local
* feat: support get origin driver file name
* fix: checkstyle
* fix: compile error
* feat: update docs
|
2022-04-27 23:39:49 +08:00 |
vran
|
38ad685fb7
|
feat: update frontend ui (#127)
* feat: update frontend ui
* feat: update frontend resources
|
2022-04-25 18:07:12 +08:00 |
vran
|
489182f7f5
|
feat: add user login log (#126)
* feat: add user login log
* fix: checkstyle
|
2022-04-25 12:50:49 +08:00 |
vran
|
d0a7a25a4d
|
feat: add back-top button (#125)
|
2022-04-24 18:13:10 +08:00 |
vran
|
409bae9dc6
|
feat: redesign databae type extension (#124)
* feat: update frontend resources
* feat: redesign database type extension
* fix: ut failed
* fix: ut failed
|
2022-04-23 18:03:48 +08:00 |
vran
|
45bcd9af61
|
fè¥ix: redirect database type list error (#123)
|
2022-04-22 23:12:03 +08:00 |
vran
|
345d594b91
|
feature: support import database type by json or url (#121)
* feat: update docs
* feat: support import database type by json or url
|
2022-04-22 21:19:40 +08:00 |
vran
|
a343ecfd66
|
feat: update frontend resources (#119)
|
2022-04-22 11:50:16 +08:00 |
vran
|
590332dc61
|
feature: update document page ui (#117)
* feat: add runAt field
* feat: update frontend resources
|
2022-04-22 08:41:12 +08:00 |
vran
|
824d07b91e
|
feat: add frontend submodule (#116)
|
2022-04-21 16:21:41 +08:00 |
vran
|
137923c740
|
fix: cursor over limit when sync (#114)
* fix: cursor over limit when sync
* fix: code checkstyle
|
2022-04-21 10:11:07 +08:00 |
vran
|
c1f7d1e99d
|
Feature: make description optional when save project or group (#113)
* feat: make description field optional
* feat: update frontend resources
* fix: ut failed
|
2022-04-20 19:15:16 +08:00 |
vran
|
0badba566a
|
Feature/issue 109 (#111)
* feat: add cancel task api
* feat: update frontend resources
* fix: readme img dismiss
|
2022-04-20 16:56:02 +08:00 |
vran
|
ad4b1d9fe0
|
fix: duplicate project version when concurrency (#108)
|
2022-04-19 22:32:22 +08:00 |
vran
|
0bbf9d35b6
|
feat:update docker file and doc (#104)
* feat: add DATABASIR_JWT_SECRET config
* feat:update docs
|
2022-04-18 16:21:34 +08:00 |
vran
|
ca22a8fef7
|
fix some security bug (#103)
* fix: use hard-code secret
* feat: add driver class validate
* feat: optimize drvier resource code
* fix:ut failed
|
2022-04-18 11:43:33 +08:00 |
vran
|
6b6a7f4e40
|
feature: support custom table template (#102)
* feat: add table field template field
* feat:update frontend resources
|
2022-04-17 12:37:10 +08:00 |
vran
|
a2fcb8f7bd
|
feat: add auto jar package action (#101)
|
2022-04-16 17:34:24 +08:00 |
vran
|
87c0643d76
|
fix: request timeout when have large tables (#100)
|
2022-04-16 16:39:12 +08:00 |
vran
|
f694298531
|
feat: add svg uml export (#99)
|
2022-04-16 14:57:43 +08:00 |
vran
|
3e70346bb3
|
feature: synchronize documents asynchronously (#97)
* feat: update jooq model
* feat: add project sync task
* feat: update frontend resources
|
2022-04-16 13:44:06 +08:00 |
vran
|
6869d42cc9
|
feat:support search tables (#94)
|
2022-04-15 15:55:02 +08:00 |
vran
|
2790c82579
|
feature: auto get driver class name (#91)
* feat: add get driver class name api
* feat: update frontend resources
* fix: checkstyle
|
2022-04-14 22:08:47 +08:00 |
vran
|
b575a99392
|
fix: insert sql copy failed #88 (#89)
|
2022-04-13 11:33:20 +08:00 |
vran
|
89f215a775
|
feature: optimize ui and doc (#87)
* feat: add live api
* feat: update jackson config
* feat:update frontend resources
|
2022-04-12 18:56:38 +08:00 |
vran
|
a3c0c70f46
|
fix: input style (#80)
|
2022-04-11 22:13:29 +08:00 |
vran
|
451b5c7d84
|
Feature:redesign document template edit (#79)
* feat: update frontend resources
* feat:update docs
|
2022-04-11 22:00:01 +08:00 |