How to open source code from a private monorepo

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • git-filter-repo

    Quickly rewrite git repository history (filter-branch replacement)

  • git-filter-repo

  • odopt

    A monorepo containing commits to open source packages living in our private monorepo.

  • Check it out the code for the GitHub Action below. Additionally, here’s a recent link to one of the pull requests this action created in the open source repository.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • # Example CI/CD name: Sync OSS Packages on: merge: main jobs: steps: - name: Check out the monorepo with: repository: dopt/monorepo path: ./monorepo - name: Check out the open monorepo with: repository: dopt/odopt path: ./odopt - name: Filter the open-source packages working-directory: monorepo/ run: node ./filter.js; - name: Sync commits working-directory: odopt/ run: | git checkout -b sync/${{ github.run_id }}; git remote add source ../monorepo; git pull source main --allow-unrelated-histories --strategy-option theirs --no-edit; - name: Push commits working-directory: odopt/ run: | git remote set-url --push origin https://github.com/dopt/odopt.git git push --set-upstream origin sync/${{ github.run_id }};

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • End-to-end MLOps CI/CD pipeline with Harness and AWS

    2 projects | dev.to | 1 May 2024
  • GitHub: Create your own repository landscape ⭐️

    4 projects | dev.to | 27 Apr 2024
  • Version Control: Git Basics

    1 project | dev.to | 26 Apr 2024
  • Github ARC Runners sur EKS - Assume roles

    1 project | dev.to | 25 Apr 2024
  • How To Create a Repository in GitHub

    1 project | dev.to | 24 Apr 2024