Skip to content
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

ui: refactor the UI with the nav menu #297

Merged
merged 1 commit into from
Nov 29, 2023
Merged

ui: refactor the UI with the nav menu #297

merged 1 commit into from
Nov 29, 2023

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

@LinuxSuRen LinuxSuRen added enhancement New feature or request ui labels Nov 29, 2023
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

There are 21 test cases:

API Average Max Min Count Error
gRPC 127.0.0.1:7070/server.Runner/GetVersion 3.078066ms 4.220089ms 2.48574ms 3 0
POST http://localhost:8080/server.Runner/CreateTestSuite 2.73081ms 2.73081ms 2.73081ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 2.608958ms 2.608958ms 2.608958ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 2.300825ms 2.838299ms 1.436661ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 2.130413ms 2.746465ms 1.158785ms 3 0
POST http://localhost:8080/server.Runner/ListTestCase 2.031826ms 2.244227ms 1.819426ms 2 0
POST http://localhost:8080/server.Runner/GenerateCode 1.786933ms 1.786933ms 1.786933ms 1 0
POST http://localhost:8080/server.Runner/FunctionsQuery 1.679715ms 1.679715ms 1.679715ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.673964ms 1.673964ms 1.673964ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.585748ms 1.942585ms 1.228912ms 2 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.507562ms 1.507562ms 1.507562ms 1 0
POST http://localhost:8080/server.Runner/GetSecrets 1.336244ms 1.336244ms 1.336244ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 1.286864ms 1.286864ms 1.286864ms 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 1.257758ms 1.257758ms 1.257758ms 1 1
POST http://localhost:8080/server.Runner/PopularHeaders 1.183808ms 1.183808ms 1.183808ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.168219ms 1.168219ms 1.168219ms 1 0
POST http://localhost:8080/server.Runner/ListConverter 915.181µs 915.181µs 915.181µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 899.15µs 899.15µs 899.15µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 782.352µs 782.352µs 782.352µs 1 0
POST http://localhost:8080/server.Runner/GetStores 759.247µs 759.247µs 759.247µs 1 0
tRPC Hello 455.951µs 455.951µs 455.951µs 1 1

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.10%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (40f27c5) 6917 5786 83.65%
Head commit (067dd51) 6917 (+0) 5793 (+7) 83.75% (+0.10%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#297) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@LinuxSuRen LinuxSuRen merged commit 02f23fe into master Nov 29, 2023
15 checks passed
@LinuxSuRen LinuxSuRen deleted the ui/nav-menu branch November 29, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant