yedf2
|
1a456b183a
|
Merge pull request #439 from wooln/feature-reset-cron-time
Add reset cron time button on trans detail page.
|
3 years ago |
徐云金YunjinXu
|
d421dbbe7d
|
remove unit test
|
3 years ago |
徐云金YunjinXu
|
e2a8db4cd8
|
reset trans corntime once - unit test
|
3 years ago |
徐云金YunjinXu
|
493bbeaec4
|
reset trans corntime once - admin UI
|
3 years ago |
徐云金YunjinXu
|
32fbb2aa1a
|
reset trans corntime once - http api
|
3 years ago |
徐云金YunjinXu
|
d98f7f56f7
|
reset trans corntime once - store
|
3 years ago |
yedf2
|
b002b74284
|
Merge pull request #432 from dtm-labs/dependabot/npm_and_yarn/admin/antfu/utils-and-unplugin-vue-components-0.7.4
Bump @antfu/utils and unplugin-vue-components in /admin
|
3 years ago |
yedf2
|
f2eee496a7
|
Merge pull request #437 from wooln/fix-sql-comment
Fix mysql dtm.trans_global status column comment.
|
3 years ago |
徐云金YunjinXu
|
340d4487bb
|
Fix mysql dtm.trans_global status column comment.
|
3 years ago |
yedf2
|
ef3a16d15a
|
Merge pull request #435 from wooln/feature-url-trans-detail
Feature: Add trans detail page router
|
3 years ago |
徐云金YunjinXu
|
ed88baa84b
|
Move the force stop function from the All Trans page to the Detail page.
|
3 years ago |
徐云金YunjinXu
|
95a09ce6f2
|
Add trans detail page router
|
3 years ago |
yedf2
|
e6315e07d9
|
Merge pull request #433 from wooln/fix-trans-detail-dialog-close
Fix trans detail dialog close button event.
|
3 years ago |
徐云金YunjinXu
|
1b6383c868
|
Fix trans detail dialog close button event.
|
3 years ago |
yedf2
|
c9263c7b87
|
Merge pull request #429 from wooln/feature-admin-page-trans-filter
Add filter in admin trans page: Status, TransType, CreateTime
|
3 years ago |
yedf2
|
361bf7960d
|
Merge pull request #428 from wooln/feature-admin-query-condition
Feature: implement trans query condition: Status, TransType, CreateTime
|
3 years ago |
yedf2
|
17e9c9ae2d
|
Merge pull request #431 from wooln/featue-admin-force-stop-confirm
Add force stop transaction confirm dialog.
|
3 years ago |
徐云金YunjinXu
|
a95591ca73
|
Add force stop transaction confirm dialog.
|
3 years ago |
yedf2
|
09f34f2e1a
|
Merge pull request #418 from dtm-labs/dependabot/go_modules/github.com/gin-gonic/gin-1.9.1
Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1
|
3 years ago |
徐云金YunjinXu
|
2a596ae346
|
Add unit test(assert list length >= instead of =)
|
3 years ago |
徐云金YunjinXu
|
1b950fddf1
|
Implement trans query condition: Status, TransType, CreateTime.
|
3 years ago |
dependabot[bot]
|
f995d060d5
|
Bump @antfu/utils and unplugin-vue-components in /admin
Bumps [@antfu/utils](https://github.com/antfu/utils) to 0.7.4 and updates ancestor dependency [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components). These dependencies need to be updated together.
Updates `@antfu/utils` from 0.5.1 to 0.7.4
- [Release notes](https://github.com/antfu/utils/releases)
- [Commits](https://github.com/antfu/utils/compare/v0.5.1...v0.7.4)
Updates `unplugin-vue-components` from 0.19.3 to 0.25.1
- [Release notes](https://github.com/antfu/unplugin-vue-components/releases)
- [Commits](https://github.com/antfu/unplugin-vue-components/compare/v0.19.3...v0.25.1)
---
updated-dependencies:
- dependency-name: "@antfu/utils"
dependency-type: indirect
- dependency-name: unplugin-vue-components
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
yedf2
|
3055a785e2
|
Merge pull request #423 from dtm-labs/dependabot/npm_and_yarn/admin/vite-2.9.16
Bump vite from 2.9.13 to 2.9.16 in /admin
|
3 years ago |
yedf2
|
15d3c80783
|
Merge pull request #430 from wooln/feature-trans-detail-dialog-optimize
Feature trans detail dialog optimize
|
3 years ago |
yedf2
|
df3894c950
|
Merge pull request #426 from wooln/feature-all-trans-scan-condition-struct
Add TransGlobalScanCondition struct for admin api all trans scan
|
3 years ago |
徐云金YunjinXu
|
f0525bf0c8
|
Add resfresh transaction and branchs info in detail dialog.
|
3 years ago |
徐云金YunjinXu
|
bbd960380a
|
Add transaction info descriptions panel, add url column.
|
3 years ago |
徐云金YunjinXu
|
7f892f276a
|
Fix trans detail dialog footer Cancel and Ok button event.
|
3 years ago |
徐云金YunjinXu
|
d9cc0684eb
|
Add filter in admin trans page: Status, TransType, CreateTime
|
3 years ago |
徐云金YunjinXu
|
115c9b18b0
|
Add TransGlobalScanCondition struct for admin api scan
|
3 years ago |
yedf2
|
90daddc723
|
Merge pull request #425 from wooln/bugfix-redis-scan
Bugfix redis store paging query bug with SCAN command
|
3 years ago |
yedf2
|
5947b69c58
|
Merge pull request #422 from wooln/feature-admin-table-optimize
Add time related columns, put the action in the first column
|
3 years ago |
徐云金YunjinXu
|
3b1aabc396
|
remove assert of length
|
3 years ago |
徐云金YunjinXu
|
79d7dfa8bd
|
assert length of transactions and kv, unit test failed because of data crosstalk
|
3 years ago |
徐云金YunjinXu
|
76b481f4a1
|
fix admin api ScanTransGlobalStores ScanKV redis scan bug
|
3 years ago |
dependabot[bot]
|
e9a33cac84
|
Bump vite from 2.9.13 to 2.9.16 in /admin
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.13 to 2.9.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
徐云金YunjinXu
|
bd76288eb1
|
Add time related columns, put the action in the first column
|
3 years ago |
dependabot[bot]
|
bb77aab93f
|
Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.7...v1.9.1)
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
yedf2
|
95c8a71758
|
Merge pull request #412 from elnino09/fix-mysqls-error
fix mysql sqls error
|
3 years ago |
yedf2
|
90160a8fa6
|
add retract
|
3 years ago |
yedf2
|
2371a98f47
|
Merge pull request #416 from duck-im/main
fix(client): fix type assertion panic error
|
3 years ago |
赵世鑫
|
1b296ec5b1
|
fix(client): fix type assertion panic error
|
3 years ago |
elnino09
|
a435e8e510
|
fix mysql sqls error
|
3 years ago |
yedf2
|
e70f28f230
|
Merge pull request #411 from catcherwong/update-text-of-search-btn
[admin] update search button text
|
3 years ago |
catcherwong
|
1e1108f26f
|
[admin] update search button text
|
3 years ago |
yedf2
|
bca4467cad
|
Merge pull request #410 from wxxiong6/main
feat: upgrade image version
|
3 years ago |
wxxiong6
|
db044c437c
|
feat: upgrade image version
|
3 years ago |
yedf2
|
f077ac3d4e
|
Merge pull request #406 from dtm-labs/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.0.0-20220621193019-9d032be2e588 to 0.7.0
|
3 years ago |
dependabot[bot]
|
847f2161ad
|
Bump golang.org/x/net from 0.0.0-20220621193019-9d032be2e588 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220621193019-9d032be2e588 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
yedf2
|
6dbc046d52
|
Merge pull request #408 from Mikaelemmmm/main
update zero-contrib consul version
|
3 years ago |