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: show OSSF Score in Repo Pages #3793

Merged
merged 6 commits into from
Jul 31, 2024
Merged

Conversation

zeucapua
Copy link
Contributor

@zeucapua zeucapua commented Jul 26, 2024

Description

Implements OssfChart to the repo pages to show the repository's OpenSSF score with a gauge and related documentation. Adding this chart will coincide with the front page layout change, creating two new sections 'Activity' and 'Engagement', moving the IssueChart and PRChart under 'Activity', with the Stars and Forks under Engagement.

Related Tickets & Documents

Closes #3787

Mobile & Desktop Screenshots/Recordings

image

Steps to QA

Tier (staff will fill in)

  • Tier 1
  • Tier 2
  • Tier 3
  • Tier 4

[optional] What gif best describes this PR or how it makes you feel?

star-wars-vhs-gif

@zeucapua zeucapua added OSCR and removed OSCR labels Jul 26, 2024
Copy link

netlify bot commented Jul 26, 2024

Deploy Preview for design-insights ready!

Name Link
🔨 Latest commit b8943c1
🔍 Latest deploy log https://app.netlify.com/sites/design-insights/deploys/66aa6aed7fc10900080f5f56
😎 Deploy Preview https://deploy-preview-3793--design-insights.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.

Copy link

netlify bot commented Jul 26, 2024

Deploy Preview for oss-insights ready!

Name Link
🔨 Latest commit b8943c1
🔍 Latest deploy log https://app.netlify.com/sites/oss-insights/deploys/66aa6aed6baf3f00085474a4
😎 Deploy Preview https://deploy-preview-3793--oss-insights.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.

@zeucapua zeucapua marked this pull request as ready for review July 27, 2024 01:30
@zeucapua zeucapua requested a review from a team July 27, 2024 01:30
@BekahHW
Copy link
Member

BekahHW commented Jul 27, 2024

Looks good on my end. Do we need docs to link to in Learn more?

@zeucapua
Copy link
Contributor Author

Looks good on my end. Do we need docs to link to in Learn more?

Yes I forgot to ping you about that! Let me know when the docs are ready, thank you! @BekahHW

@zeucapua
Copy link
Contributor Author

Marking as draft since it's blocked:

  1. Needs a link to docs for the 'Learn More' button
  2. Waiting for OSSF scoring for more repos: Feature: Add the OSSF Scorecard to repo pages layout #3787 (comment)

@zeucapua zeucapua marked this pull request as draft July 29, 2024 16:54
@BekahHW
Copy link
Member

BekahHW commented Jul 29, 2024

@zeucapua here's the docs PR: open-sauced/docs#356

@zeucapua zeucapua marked this pull request as ready for review July 31, 2024 16:08
@isabensusan isabensusan self-requested a review July 31, 2024 16:08
Copy link
Contributor

@brandonroberts brandonroberts left a comment

Choose a reason for hiding this comment

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

🍕

Copy link
Member

@isabensusan isabensusan left a comment

Choose a reason for hiding this comment

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

Ship it 🚀
pizza-rolls-love-gif

@zeucapua zeucapua merged commit a18ced7 into beta Jul 31, 2024
13 checks passed
@zeucapua zeucapua deleted the feat/ossf-repo-pages-layout branch July 31, 2024 17:10
open-sauced bot pushed a commit that referenced this pull request Jul 31, 2024
## [2.49.0-beta.2](v2.49.0-beta.1...v2.49.0-beta.2) (2024-07-31)

### 🍕 Features

* show OSSF Score in Repo Pages ([#3793](#3793)) ([a18ced7](a18ced7))
open-sauced bot pushed a commit that referenced this pull request Aug 1, 2024
## [2.49.0](v2.48.0...v2.49.0) (2024-08-01)

### 🍕 Features

* added OSCR to user profile page ([#3821](#3821)) ([928c8db](928c8db))
* now OSCR component has a CTA to log in if logged out ([#3814](#3814)) ([c4d7a50](c4d7a50))
* refactor `ContributorsTable` with TanStack Table ([#3626](#3626)) ([6ae8738](6ae8738))
* show OSSF Score in Repo Pages ([#3793](#3793)) ([a18ced7](a18ced7))

### 🐛 Bug Fixes

* contributors grid view in repo pages ([#3820](#3820)) ([75c5965](75c5965))
* Now you can't type more than 255 characters in the bio field of user settings ([#2615](#2615)) ([2d58445](2d58445))
* updated OSCR login CTA for OSCR pill component ([#3823](#3823)) ([90d3ccd](90d3ccd))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add the OSSF Scorecard to repo pages layout
5 participants