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: support releasing api-testing as a Helm chart #235

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

LinuxSuRen
Copy link
Owner

@LinuxSuRen LinuxSuRen commented Oct 13, 2023

fix #232

@LinuxSuRen LinuxSuRen added the enhancement New feature or request label Oct 13, 2023
@github-actions
Copy link

There are 20 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/CreateTestSuite 3.254896ms 3.254896ms 3.254896ms 1 0
gRPC 127.0.0.1:7070/server.Runner/GetVersion 3.218562ms 4.465595ms 1.200998ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 2.874696ms 3.391696ms 1.911298ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 2.372397ms 2.543497ms 2.276297ms 3 0
POST http://localhost:8080/server.Runner/ListTestCase 2.053197ms 2.624597ms 1.481798ms 2 0
POST http://localhost:8080/server.Runner/FunctionsQuery 1.884297ms 1.884297ms 1.884297ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.854398ms 2.735997ms 972.799µs 2 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.640898ms 1.640898ms 1.640898ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.365698ms 1.365698ms 1.365698ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.354998ms 1.354998ms 1.354998ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.337798ms 1.337798ms 1.337798ms 1 0
POST http://localhost:8080/server.Runner/GenerateCode 1.205699ms 1.205699ms 1.205699ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.012398ms 1.012398ms 1.012398ms 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 760.899µs 760.899µs 760.899µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 720.699µs 720.699µs 720.699µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 663.699µs 663.699µs 663.699µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 622.699µs 622.699µs 622.699µs 1 0
POST http://localhost:8080/server.Runner/GetStores 610.9µs 610.9µs 610.9µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 600.099µs 600.099µs 600.099µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 487.799µs 487.799µs 487.799µs 1 0

@sonarqubecloud
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

@github-actions
Copy link

There are 20 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 4.368955ms 4.368955ms 4.368955ms 1 0
POST http://localhost:8080/server.Runner/CreateTestSuite 3.656847ms 3.656847ms 3.656847ms 1 0
gRPC 127.0.0.1:7070/server.Runner/GetVersion 3.467077ms 4.198054ms 2.036226ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 2.550865ms 3.746348ms 1.177715ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 2.523499ms 2.805136ms 2.30513ms 3 0
POST http://localhost:8080/server.Runner/GetSecrets 1.834623ms 1.834623ms 1.834623ms 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 1.819423ms 1.819423ms 1.819423ms 1 0
POST http://localhost:8080/server.Runner/FunctionsQuery 1.786022ms 1.786022ms 1.786022ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.620121ms 1.620121ms 1.620121ms 1 0
POST http://localhost:8080/server.Runner/ListTestCase 1.58737ms 1.749822ms 1.424918ms 2 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.57792ms 1.57792ms 1.57792ms 1 0
POST http://localhost:8080/server.Runner/GenerateCode 1.452418ms 1.452418ms 1.452418ms 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.419418ms 1.419418ms 1.419418ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.283116ms 1.283116ms 1.283116ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 915.361µs 1.142414ms 688.309µs 2 0
POST http://localhost:8080/server.Runner/GetVersion 803.011µs 803.011µs 803.011µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 785.71µs 785.71µs 785.71µs 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 744.81µs 744.81µs 744.81µs 1 0
POST http://localhost:8080/server.Runner/GetStores 666.108µs 666.108µs 666.108µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 626.508µs 626.508µs 626.508µs 1 0

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.23%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (fa31bb1) 5746 5061 88.08%
Head commit (1ccf886) 5746 (+0) 5074 (+13) 88.31% (+0.23%)

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 (#235) 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 282c06d into master Oct 13, 2023
@LinuxSuRen LinuxSuRen deleted the feat/helm branch October 13, 2023 09:41
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
* chore(deps): update neosmemo/memos docker tag to v0.14.0

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
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.

Add OCI-based helm support
1 participant