-
Notifications
You must be signed in to change notification settings - Fork 40
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
ADM 588: Export 7 Key metrics in csv report #77
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…radle/gradle-build-action-2.8.1 Build(deps): Bump gradle/gradle-build-action from 2.8.0 to 2.8.1
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…radle/gradle-build-action-2.9.0 Build(deps): Bump gradle/gradle-build-action from 2.8.1 to 2.9.0
Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2. - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](aws-actions/amazon-ecr-login@v1...v2) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.21...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
ADM-552:[backend]fix: update the base environment for backend
Ops fix base env
fix(trivy): ignore trivy issue
ADM-552:[frontend]fix: fix frontend test
…ws-actions/amazon-ecr-login-2 Build(deps): Bump aws-actions/amazon-ecr-login from 1 to 2
ADM-581:[docs]Add release notes for v1.1.0
ADM-584:[frontend]fix: fix the issue of inadequate test coverage
ADM-611:[frontend]feat: move checking function
ADM-592 [backend][frontend] feat: change api to post
ADM-611:[frontend]feat: clean encoded jira token for empty token
…thout gitHub field.
…ception (#724) * ADM-610:[backend]feat:extract FORBIDDEN status and replace RateLimitExceededException to PermissionDenyException * ADM-610:[backend]fix:fix test * ADM-610:[backend]refactor:rename test name * ADM-610:[backend]refactor:format --------- Co-authored-by: Andrea <Andrea2000728> Co-authored-by: guzhongren <[email protected]>
ADM-613:[frontend]fix: fix the issue of Source control verify part wi…
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Hi @TingyuDong! 👋 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before
Currently the 7 key metrics could only be viewed within report page.
After
When clicking on export key metrics button, we will download the key metrics report in csv format
Note
Null