-
Notifications
You must be signed in to change notification settings - Fork 499
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: trim incubator prefix everywhere (#4016)
Signed-off-by: tison <[email protected]>
- Loading branch information
Showing
151 changed files
with
1,431 additions
and
1,435 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ authors: | |
email: [email protected] | ||
identifiers: | ||
- type: url | ||
value: 'https://github.com/apache/incubator-opendal' | ||
repository-code: 'https://github.com/apache/incubator-opendal' | ||
value: 'https://github.com/apache/opendal' | ||
repository-code: 'https://github.com/apache/opendal' | ||
url: 'https://opendal.apache.org/' | ||
license: Apache-2.0 |
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 |
---|---|---|
|
@@ -49,11 +49,11 @@ members = [ | |
resolver = "2" | ||
|
||
[workspace.package] | ||
authors = ["OpenDAL Contributors <[email protected]>"] | ||
authors = ["Apache OpenDAL <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://opendal.apache.org/" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/apache/incubator-opendal" | ||
repository = "https://github.com/apache/opendal" | ||
rust-version = "1.67" | ||
version = "0.44.1" | ||
|
||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
**OpenDAL** is a data access layer that allows users to easily and efficiently retrieve data from various storage services in a unified way. | ||
|
||
![OpenDAL Architectural](https://github.com/apache/incubator-opendal/assets/5351546/c81013b2-5455-4950-9d31-dbf272b07998) | ||
![OpenDAL Architectural](https://github.com/apache/opendal/assets/5351546/c81013b2-5455-4950-9d31-dbf272b07998) | ||
|
||
Major components of the project include: | ||
|
||
|
@@ -98,7 +98,7 @@ Major components of the project include: | |
|
||
</details> | ||
|
||
> Welcome to add any services that are not currently supported [here](https://github.com/apache/incubator-opendal/issues/5). | ||
> Welcome to add any services that are not currently supported [here](https://github.com/apache/opendal/issues/5). | ||
## Examples | ||
|
||
|
@@ -113,9 +113,9 @@ The documentation is available at <https://opendal.apache.org>. | |
OpenDAL is an active open-source project. We are always open to people who want to use it or contribute to it. Here are some ways to go. | ||
|
||
- Start with [Contributing Guide](CONTRIBUTING.md). | ||
- Submit [Issues](https://github.com/apache/incubator-opendal/issues/new) for bug report or feature requests. | ||
- Submit [Issues](https://github.com/apache/opendal/issues/new) for bug report or feature requests. | ||
- Discuss at [dev mailing list](mailto:[email protected]) ([subscribe](mailto:[email protected]?subject=(send%20this%20email%20to%20subscribe)) / [unsubscribe](mailto:[email protected]?subject=(send%20this%20email%20to%20unsubscribe)) / [archives](https://lists.apache.org/[email protected])) | ||
- Asking questions in the [Discussions](https://github.com/apache/incubator-opendal/discussions/new?category=q-a). | ||
- Asking questions in the [Discussions](https://github.com/apache/opendal/discussions/new?category=q-a). | ||
- Talk to community directly at [Discord](https://discord.gg/XQy8yGR2dg). | ||
|
||
## Who is using OpenDAL? | ||
|
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 |
---|---|---|
|
@@ -19,11 +19,11 @@ | |
name = "opendal-c" | ||
publish = false | ||
|
||
authors = ["OpenDAL Contributors <[email protected]>"] | ||
authors = ["Apache OpenDAL <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://opendal.apache.org/" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/apache/incubator-opendal" | ||
repository = "https://github.com/apache/opendal" | ||
rust-version = "1.67" | ||
version = "0.44.1" | ||
|
||
|
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.