-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace buf.build with connectrpc.com (#79)
- Update packages build.buf -> com.connectrpc - Update Eliza usage - Update buf.build -> connectrpc.com - Update github references from bufbuild/connect-kotlin to connectrpc/connect-kotlin
- Loading branch information
1 parent
c531c61
commit 5633710
Showing
88 changed files
with
457 additions
and
457 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ you to accept the CLA when you open your pull request. | |
``` | ||
git clone [email protected]:your_github_username/connect-kotlin.git | ||
cd connect-kotlin | ||
git remote add upstream https://github.com/bufbuild/connect-kotlin.git | ||
git remote add upstream https://github.com/connectrpc/connect-kotlin.git | ||
git fetch upstream | ||
``` | ||
|
||
|
@@ -58,7 +58,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-kotlin/fork | ||
[open-issue]: https://github.com/bufbuild/connect-kotlin/issues/new | ||
[fork]: https://github.com/connectrpc/connect-kotlin/fork | ||
[open-issue]: https://github.com/connectrpc/connect-kotlin/issues/new | ||
[cla]: https://cla-assistant.io/bufbuild/connect-kotlin | ||
[commit-message]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html |
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 +1 @@ | ||
**Before submitting your PR:** Please read through the contribution guide at https://github.com/bufbuild/connect-kotlin/blob/main/.github/CONTRIBUTING.md | ||
**Before submitting your PR:** Please read through the contribution guide at https://github.com/connectrpc/connect-kotlin/blob/main/.github/CONTRIBUTING.md |
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 |
---|---|---|
|
@@ -85,8 +85,8 @@ allprojects { | |
pom { | ||
description.set("Simple, reliable, interoperable. A better RPC.") | ||
name.set("connect-library") // This is overwritten in subprojects. | ||
group = "build.buf" | ||
url.set("https://github.com/bufbuild/connect-kotlin") | ||
group = "com.connectrpc" | ||
url.set("https://github.com/connectrpc/connect-kotlin") | ||
licenses { | ||
license { | ||
name.set("The Apache Software License, Version 2.0") | ||
|
@@ -101,9 +101,9 @@ allprojects { | |
} | ||
} | ||
scm { | ||
url.set("https://github.com/bufbuild/connect-kotlin") | ||
connection.set("scm:git:https://github.com/bufbuild/connect-kotlin.git") | ||
developerConnection.set("scm:git:ssh://[email protected]/bufbuild/connect-kotlin.git") | ||
url.set("https://github.com/connectrpc/connect-kotlin") | ||
connection.set("scm:git:https://github.com/connectrpc/connect-kotlin.git") | ||
developerConnection.set("scm:git:ssh://[email protected]/connectrpc/connect-kotlin.git") | ||
} | ||
} | ||
} | ||
|
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
Oops, something went wrong.