-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary ## How was it tested?
- Loading branch information
Showing
47 changed files
with
263 additions
and
192 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Open Source Monorepo | ||
|
||
Monorepo that serves as the source of truth for all open source projects published | ||
by [jetpack.io](https://www.jetpack.io). | ||
by [jetify](https://www.jetify.com). | ||
|
||
Each project lives in its own directory and contains its own license. | ||
Each project lives in its own directory and contains its own license. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
# Publish Code (Github Action) | ||
|
||
### Publish code between repositories while preserving history | ||
|
||
![License: Apache 2.0](https://img.shields.io/github/license/jetpack-io/action-move-code) | ||
|
||
## What is it? | ||
|
||
A Github action that makes it easy to publish code from one git repository to another | ||
while preserving history. One of the primary use cases is to mirror code from a directory | ||
in a monorepo, and publish it as a standalone repository. | ||
|
||
This action was originally built by [jetpack.io](https://www.jetpack.io). We | ||
do most of our development in an [opensource monorepo](https://github.com/jetpack-io/opensource), | ||
This action was originally built by [jetify](https://www.jetify.com). We | ||
do most of our development in an [opensource monorepo](https://github.com/jetify-com/opensource), | ||
and often publish some projects as separate repositories. | ||
|
||
In fact, this very repository is published using this Github Action. | ||
|
||
## Related Work | ||
+ [Copybara](https://github.com/google/copybara): A tool written by Google to move | ||
code between repositories. It is written in Java, and thus a bit heavyweight for | ||
direct use. That said, a future version of this action could package Copybara in | ||
an easier to use way. | ||
|
||
- [Copybara](https://github.com/google/copybara): A tool written by Google to move | ||
code between repositories. It is written in Java, and thus a bit heavyweight for | ||
direct use. That said, a future version of this action could package Copybara in | ||
an easier to use way. |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ⚠️ Submit PRs in our opensource monorepo instead ⚠️ | ||
|
||
This repository is automatically published from our opensource monorepo: | ||
https://github.com/jetpack-io/opensource | ||
https://github.com/jetify-com/opensource | ||
|
||
If you want to contribute code changes to this project, please submit your | ||
PR via the monorepo. |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ⚠️ Submit PRs in our opensource monorepo instead ⚠️ | ||
|
||
This repository is automatically published from our opensource monorepo: | ||
https://github.com/jetpack-io/opensource | ||
https://github.com/jetify-com/opensource | ||
|
||
If you want to contribute code changes to this project, please submit your | ||
PR via the monorepo. |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// TypeIDs are a modern, **type-safe**, globally unique identifier based on the upcoming | ||
// UUIDv7 standard. They provide a ton of nice properties that make them a great choice | ||
// as the primary identifiers for your data in a database, APIs, and distributed systems. | ||
// Read more about TypeIDs in their [spec](https://github.com/jetpack-io/typeid). | ||
// Read more about TypeIDs in their [spec](https://github.com/jetify-com/typeid). | ||
|
||
// This particular implementation provides a go library for generating and parsing TypeIDs | ||
package typeid |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
These test data files are a copy of the ones provided by the official | ||
[TypeID specification](https://github.com/jetpack-io/typeid) | ||
[TypeID specification](https://github.com/jetify-com/typeid) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ⚠️ Submit PRs in our opensource monorepo instead ⚠️ | ||
|
||
This repository is automatically published from our opensource monorepo: | ||
https://github.com/jetpack-io/opensource | ||
https://github.com/jetify-com/opensource | ||
|
||
If you want to contribute code changes to this project, please submit your | ||
PR via the monorepo. |
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
Oops, something went wrong.