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

ci: add GitHub repo stats action #2647

Merged
merged 5 commits into from
Dec 11, 2023

Conversation

sudiptob2
Copy link
Member

Description

Added github-repo-stats.yml workflow to generate traffic statistics statistic snapshots each day and save it to the github-repo-stats branch.

Fixes #2628

Checklist

  • My PR fulfills the Definition of Done of the corresponding issue and not more (or parts if the issue is separated
    into multiple PRs)
  • I used descriptive commit messages to help reviewers understand my thought process
  • I signed off all my commits according to the Developer Certificate of Origin (DCO)
    see Contribution Guide
  • My PR title is formatted according to the semantic PR conventions described in
    the Contribution Guide
  • My code follows the style guidelines of this project (golangci-lint passes, YAMLLint passes)
  • I regenerated the auto-generated docs for Helm and the CRD documentation (if applicable)
  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation (if needed)
  • My changes result in all-green PR checks (first-time contributors need to ask a maintainer to approve their test runs)
  • New and existing unit and integration tests pass locally with my changes

@github-actions github-actions bot added the ops label Dec 6, 2023
Copy link

netlify bot commented Dec 6, 2023

Deploy Preview for keptn-lifecycle-toolkit ready!

Name Link
🔨 Latest commit ed1175d
🔍 Latest deploy log https://app.netlify.com/sites/keptn-lifecycle-toolkit/deploys/657109efdaba5e0008f31207
😎 Deploy Preview https://deploy-preview-2647--keptn-lifecycle-toolkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sudiptob2 sudiptob2 force-pushed the ci/2628/repo-stats-action branch from ed1175d to a6117a9 Compare December 7, 2023 00:20
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
@sudiptob2 sudiptob2 force-pushed the ci/2628/repo-stats-action branch from a6117a9 to 7a77f91 Compare December 7, 2023 00:22
@sudiptob2 sudiptob2 marked this pull request as ready for review December 7, 2023 00:25
@sudiptob2 sudiptob2 requested a review from a team as a code owner December 7, 2023 00:25
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #2647 (612b60c) into main (32be4db) will not change coverage.
Report is 6 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2647   +/-   ##
=======================================
  Coverage   85.48%   85.48%           
=======================================
  Files         155      155           
  Lines       10175    10175           
=======================================
  Hits         8698     8698           
  Misses       1198     1198           
  Partials      279      279           
Flag Coverage Δ
certificate-operator 67.43% <ø> (ø)
component-tests 56.36% <ø> (ø)
lifecycle-operator 84.44% <ø> (ø)
metrics-operator 87.43% <ø> (ø)
scheduler 36.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Member

@mowies mowies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM overall, just some minor adjustments :)

.github/workflows/github-repo-stats.yml Outdated Show resolved Hide resolved
.github/workflows/github-repo-stats.yml Outdated Show resolved Hide resolved
@mowies mowies changed the title ci: implement gihub repo stat. ci: add GitHub repo stats action Dec 7, 2023
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
@sudiptob2 sudiptob2 requested a review from mowies December 7, 2023 15:14
.github/actions/spelling/expect.txt Outdated Show resolved Hide resolved
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
Copy link

sonarqubecloud bot commented Dec 9, 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 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Member

@mowies mowies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for your contribution 🎉

@mowies mowies merged commit b63afcc into keptn:main Dec 11, 2023
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce better repo stats for Keptn
4 participants