-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache EventMesh Dashboard - Client Management #907
Conversation
Signed-off-by: Xiaoyang Liu <[email protected]>
Signed-off-by: Xiaoyang Liu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 918 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
677 | 7 | 234 | 0 |
Click to see the invalid file list
- eventmesh-dashboard/.eslintrc.js
- eventmesh-dashboard/components/Sidebar.tsx
- eventmesh-dashboard/next-env.d.ts
- eventmesh-dashboard/next.config.js
- eventmesh-dashboard/pages/_app.tsx
- eventmesh-dashboard/pages/_document.tsx
- eventmesh-dashboard/pages/index.tsx
Codecov Report
@@ Coverage Diff @@
## master #907 +/- ##
===========================================
- Coverage 8.90% 8.29% -0.62%
Complexity 529 529
===========================================
Files 349 368 +19
Lines 21797 23397 +1600
Branches 2426 2564 +138
===========================================
- Hits 1941 1940 -1
- Misses 19706 21307 +1601
Partials 150 150
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 921 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
679 | 8 | 234 | 0 |
Click to see the invalid file list
- eventmesh-dashboard/.eslintrc.js
- eventmesh-dashboard/components/Sidebar.tsx
- eventmesh-dashboard/next-env.d.ts
- eventmesh-dashboard/next.config.js
- eventmesh-dashboard/pages/_app.tsx
- eventmesh-dashboard/pages/_document.tsx
- eventmesh-dashboard/pages/index.tsx
- eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/utils/JsonUtils.java
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/utils/JsonUtils.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Xiaoyang Liu <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Xiaoyang Liu <[email protected]>
Signed-off-by: Xiaoyang Liu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 1039 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
798 | 1 | 240 | 0 |
Click to see the invalid file list
- eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/response/Error.java
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/response/Error.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Xiaoyang Liu <[email protected]>
Signed-off-by: Xiaoyang Liu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 1041 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
799 | 2 | 240 | 0 |
Click to see the invalid file list
- eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/request/DeleteClientRequest.java
- eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/utils/HttpExchangeUtils.java
...sh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/request/DeleteClientRequest.java
Show resolved
Hide resolved
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/utils/HttpExchangeUtils.java
Show resolved
Hide resolved
…dmin/request/DeleteClientRequest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…dmin/utils/HttpExchangeUtils.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Xiaoyang Liu <[email protected]>
@xiaoyang-sde Can you resubmit it into another dashboard branch first? |
Progress
Screenshot