-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This updates the repo to reference `connectrpc/conformance` instead of `bufbuild/connect-crosstest`. All references to 'crosstests' have been renamed to 'conformance' or 'conformance tests' where applicable. Note the README titles the repo as `connect-conformance`. Not intended to merge until the repo itself is moved to the `connectrpc` organization.
- Loading branch information
Showing
45 changed files
with
471 additions
and
467 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,7 +1,7 @@ | ||
Contributing | ||
============ | ||
|
||
We'd love your help making `connect-crosstest` more thorough! | ||
We'd love your help making `conformance` more thorough! | ||
|
||
If you'd like to add new tests, please [open an issue][open-issue] describing | ||
your proposal — discussing API changes ahead of time makes pull request | ||
|
@@ -20,11 +20,11 @@ enabled][docker-compose-v2]. | |
[Fork][fork], then clone the repository: | ||
|
||
``` | ||
mkdir -p $GOPATH/src/github.com/bufbuild | ||
cd $GOPATH/src/github.com/bufbuild | ||
git clone [email protected]:your_github_username/connect-crosstest.git | ||
cd connect-crosstest | ||
git remote add upstream https://github.com/bufbuild/connect-crosstest.git | ||
mkdir -p $GOPATH/src/connectrpc.com | ||
cd $GOPATH/src/connectrpc.com | ||
git clone [email protected]:your_github_username/conformance.git | ||
cd conformance | ||
git remote add upstream https://github.com/connectrpc/conformance.git | ||
git fetch upstream | ||
``` | ||
|
||
|
@@ -40,7 +40,7 @@ make | |
Start by creating a new branch for your changes: | ||
|
||
``` | ||
cd $GOPATH/src/github.com/bufbuild/connect-crosstest | ||
cd $GOPATH/src/connectrpc.com/conformance | ||
git checkout main | ||
git fetch upstream | ||
git rebase upstream/main | ||
|
@@ -69,7 +69,7 @@ We're much more likely to approve your changes if you: | |
* Write a [good commit message][commit-message]. | ||
* Maintain backward compatibility. | ||
|
||
[fork]: https://github.com/bufbuild/connect-crosstest/fork | ||
[open-issue]: https://github.com/bufbuild/connect-crosstest/issues/new | ||
[fork]: https://github.com/connectrpc/conformance/fork | ||
[open-issue]: https://github.com/connectrpc/conformance/issues/new | ||
[commit-message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html | ||
[docker-compose-v2]: https://www.docker.com/blog/announcing-compose-v2-general-availability/#still-using-compose-v1 |
File renamed without changes.
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
4 changes: 2 additions & 2 deletions
4
.github/workflows/crosstest-cc.yaml → .github/workflows/conformance-cc.yaml
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
File renamed without changes.
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
Oops, something went wrong.