Doodles
StarSearch - AI Copilot but for git history | Product Hunt

Changelog

See what’s new in OpenSauced.

image

We've made a significant platform-wide change, removing all payment requirements and usage limits from OpenSauced! This update expands the capabilities available to all users, allowing for more collaboration and insight sharing across the open source community.

Unlimited Workspaces

Users can now create and manage an unlimited number of Workspaces. This feature, previously restricted to PRO plan subscribers, allows for more comprehensive project tracking and collaboration across multiple repositories and organizations.

Private Workspaces for All

All users now have the ability to make their workspaces private. This feature, allows for greater control over sensitive project information and collaboration spaces. Users can toggle workspace visibility between public and private as needed, enhancing flexibility in managing their open source projects.

Unlimited Contributor and Repository Insights

The limits on Contributor Insights and Repository Insights pages have been lifted. Users can now create as many insight pages as needed, enabling deeper analysis of contributor activities and repository health across a wider range of projects.

image

Our Explore page was one of the first things we built at OpenSauced, so we thought it was about time we updated it!

The newly revamped Explore page now features trending GitHub repositories and personalized recommendations of projects based on your interests. You'll be able to easily search for any repository you want and get direct access to its repo page.

We also added a showcase of interesting Workspaces we've put together for you to discover and get fresh insights.

You can check it out here!

Codeowners CLI Integration

16 Sep 2024

CODEOWNERS
CLI

image

We're excited to introduce a new codeowners generation capability now available in the pizza CLI and a complementary GitHub action. Equip your team with the tools they need to create a culture of shared responsibility and transparency.

Codeowners Generation

  • New Command: Introduced pizza generate codeowners command for automatic generation of granular GitHub-style CODEOWNERS files.
  • Interactive CLI: Added an interactive mode to guide users through the config generation process, making it easier to get started.
  • Flexible Attribution: Implemented support for a sauced.yaml file, allowing users to map email addresses to GitHub usernames for accurate ownership attribution.

GitHub Action for Automated Updates

To keep your project up-to-date with the latest code owners, we created a GitHub action that allows you to automatically update your CODEOWNERS file on a regular basis.

  • Automated Workflow: Set up a weekly update of your CODEOWNERS file using GitHub Actions.
  • Easy Setup: Quick configuration using a simple YAML file in your repository.
  • Customizable: Options to commit changes, create pull requests, and customize CLI arguments.

Contributor Insights

  • OpenSauced Integration: Option to create an OpenSauced Contributor Insights page directly from the CLI after generating codeowners.
  • Expert Identification: Quickly identify subject matter experts for different parts of your codebase based on contribution history.

Ready to try it out? Head over to the Pizza CLI to get started now or learn more with our docs.

split-button-sbom

Working from Repository Pages to Workspaces have never been easier! A new split button has been implemented for users to choose whether to add the current repository to a Workspace OR creating a new Workspaces from its Software Bill of Materials.

Create some Workspaces from Repository Pages today on OpenSauced!

image

SBOM generation for Workspaces now supports Golang projects! In the example above, this is a generated Workspace from the SBOM for kubernetes/kubernetes. The SBOM is derived from the go.mod files that define what dependencies a project has.

To get started, visit to your favorite Go project's Repository Page on OpenSauced and hit the "Workspace from SBOM" button!

image