Skip to content

Commit

Permalink
chore: update repo datafuselabs -> databendlabs
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Sep 27, 2024
1 parent ae3f5e4 commit 77691b9
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
AWS_DEFAULT_REGION: auto
AWS_ENDPOINT_URL: ${{ secrets.R2_ENDPOINT_URL }}
run: |
gh api '/repos/datafuselabs/bendsql/tags' > tags.json
gh api '/repos/databendlabs/bendsql/tags' > tags.json
aws s3 cp tags.json s3://repo/bendsql/tags.json
gh api '/repos/datafuselabs/bendsql/releases' > releases.json
gh api '/repos/databendlabs/bendsql/releases' > releases.json
aws s3 cp releases.json s3://repo/bendsql/releases.json
distribution:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "Apache-2.0"
authors = ["Databend Authors <[email protected]>"]
categories = ["database"]
keywords = ["databend", "database"]
repository = "https://github.com/datafuselabs/bendsql"
repository = "https://github.com/databendlabs/bendsql"

[workspace.dependencies]
databend-client = { path = "core", version = "0.21.0" }
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ brew install databendcloud/homebrew-tap/bendsql
- Using DEB822-STYLE format on Ubuntu-22.04/Debian-12 and later:

```bash
sudo curl -L -o /etc/apt/sources.list.d/datafuselabs.sources https://repo.databend.rs/deb/datafuselabs.sources
sudo curl -L -o /etc/apt/sources.list.d/databend.sources https://repo.databend.rs/deb/databend.sources
```

- Using old format on Ubuntu-20.04/Debian-11 and earlier:

```bash
sudo curl -L -o /usr/share/keyrings/datafuselabs-keyring.gpg https://repo.databend.rs/deb/datafuselabs.gpg
sudo curl -L -o /etc/apt/sources.list.d/datafuselabs.list https://repo.databend.rs/deb/datafuselabs.list
sudo curl -L -o /usr/share/keyrings/databend-keyring.gpg https://repo.databend.rs/deb/databend.gpg
sudo curl -L -o /etc/apt/sources.list.d/databend.list https://repo.databend.rs/deb/databend.list
```

Then install bendsql:
Expand All @@ -57,7 +57,7 @@ sudo apt install bendsql

### Manually:

Check for latest version on [GitHub Release](https://github.com/datafuselabs/bendsql/releases)
Check for latest version on [GitHub Release](https://github.com/databendlabs/bendsql/releases)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databend-driver/lib-darwin-arm64",
"repository": "https://github.com/datafuselabs/bendsql.git",
"repository": "https://github.com/databendlabs/bendsql.git",
"version": "0.21.0",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databend-driver/lib-darwin-x64",
"repository": "https://github.com/datafuselabs/bendsql.git",
"repository": "https://github.com/databendlabs/bendsql.git",
"version": "0.21.0",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databend-driver/lib-linux-arm64-gnu",
"repository": "https://github.com/datafuselabs/bendsql.git",
"repository": "https://github.com/databendlabs/bendsql.git",
"version": "0.21.0",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databend-driver/lib-linux-arm64-musl",
"repository": "https://github.com/datafuselabs/bendsql.git",
"repository": "https://github.com/databendlabs/bendsql.git",
"version": "0.21.0",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databend-driver/lib-linux-x64-gnu",
"repository": "https://github.com/datafuselabs/bendsql.git",
"repository": "https://github.com/databendlabs/bendsql.git",
"version": "0.21.0",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databend-driver/lib-linux-x64-musl",
"repository": "https://github.com/datafuselabs/bendsql.git",
"repository": "https://github.com/databendlabs/bendsql.git",
"version": "0.21.0",
"os": [
"linux"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databend-driver/lib-win32-x64-msvc",
"repository": "https://github.com/datafuselabs/bendsql.git",
"repository": "https://github.com/databendlabs/bendsql.git",
"version": "0.21.0",
"os": [
"win32"
Expand Down
4 changes: 2 additions & 2 deletions bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "databend-driver",
"author": "Databend Authors <opensource@datafuselabs.com>",
"author": "Databend Authors <opensource@databendlabs.com>",
"version": "0.21.0",
"license": "Apache-2.0",
"main": "index.js",
"types": "index.d.ts",
"description": "Databend Driver Node.js Binding",
"repository": "https://github.com/datafuselabs/bendsql.git",
"repository": "https://github.com/databendlabs/bendsql.git",
"napi": {
"name": "databend-driver",
"package": {
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"githubPages": false,
"navigationLinks": {
"Homepage": "https://databend.rs/doc/sql-clients/bendsql",
"GitHub": "https://github.com/datafuselabs/bendsql"
"GitHub": "https://github.com/databendlabs/bendsql"
}
}
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test = ["behave"]
lint = ["black", "flake8"]

[project.urls]
Repository = "https://github.com/datafuselabs/bendsql"
Repository = "https://github.com/databendlabs/bendsql"

[tool.maturin]
features = ["pyo3/extension-module"]
Expand Down
2 changes: 1 addition & 1 deletion driver/tests/driver/select_simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ async fn select_bitmap() {
#[tokio::test]
async fn select_geometry() {
// TODO: response type changed to json after
// https://github.com/datafuselabs/databend/pull/15214
// https://github.com/databendlabs/databend/pull/15214
}

#[tokio::test]
Expand Down
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainer: "Databend Authors <[email protected]>"
description: |
BendSQL is a native command line tool for Databend.
vendor: "Datafuse Labs"
homepage: "https://github.com/datafuselabs/bendsql"
homepage: "https://github.com/databendlabs/bendsql"
license: "Apache-2.0"
contents:
- src: dist/bendsql
Expand Down

0 comments on commit 77691b9

Please sign in to comment.