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

feat: add device oauth mode #287

Merged
merged 2 commits into from
Nov 26, 2023
Merged

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

LinuxSuRen and others added 2 commits November 25, 2023 06:03
having a central place to get the http client
@LinuxSuRen LinuxSuRen added the enhancement New feature or request label Nov 25, 2023
Copy link

sonarcloud bot commented Nov 25, 2023

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 2 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
POST http://localhost:8080/server.Runner/GetSuites 8.441549ms 8.441549ms 8.441549ms 1 0
gRPC 127.0.0.1:7070/server.Runner/GetVersion 3.236702ms 4.842051ms 1.908794ms 3 0
POST http://localhost:8080/server.Runner/CreateTestSuite 3.08513ms 3.08513ms 3.08513ms 1 0
POST http://localhost:8080/server.Runner/FunctionsQuery 2.512192ms 2.512192ms 2.512192ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 2.379269ms 3.242285ms 1.715763ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 2.24231ms 3.102939ms 1.109994ms 3 0
POST http://localhost:8080/server.Runner/GetTestSuite 2.082475ms 2.082475ms 2.082475ms 1 1
POST http://localhost:8080/server.Runner/ListTestCase 1.940163ms 2.182617ms 1.697709ms 2 0
POST http://localhost:8080/server.Runner/GenerateCode 1.805703ms 1.805703ms 1.805703ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.541634ms 1.541634ms 1.541634ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.524726ms 1.524726ms 1.524726ms 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 1.505057ms 1.505057ms 1.505057ms 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.43289ms 1.43289ms 1.43289ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.327213ms 1.929981ms 724.446µs 2 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.206108ms 1.206108ms 1.206108ms 1 0
POST http://localhost:8080/server.Runner/GetStores 1.130055ms 1.130055ms 1.130055ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 955.874µs 955.874µs 955.874µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 914.157µs 914.157µs 914.157µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 847.418µs 847.418µs 847.418µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 624.034µs 624.034µs 624.034µs 1 0
tRPC Hello 393.946µs 393.946µs 393.946µs 1 1

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.28% 20.51%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (d300c4b) 6795 5770 84.92%
Head commit (b6a6123) 6809 (+14) 5763 (-7) 84.64% (-0.28%)

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 (#287) 39 8 20.51%

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 8bf774a into master Nov 26, 2023
15 checks passed
@LinuxSuRen LinuxSuRen deleted the chore/reduce-httpclient-usage branch November 26, 2023 05:04
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
* refactor: 取消 KubePi 镜像名称

* refactor: 取消 cloudreve 持久化目录

* chore(deps): update emqx/emqx docker tag to v5.1.4

* Update app version

---------

Co-authored-by: wanghe-fit2cloud <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant