Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update repo datafuselabs -> databendlabs #483

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ resolver = "2"
edition = "2021"
version = "0.21.0"
license = "Apache-2.0"
authors = ["Databend Authors <opensource@datafuselabs.com>"]
authors = ["Databend Authors <opensource@databend.com>"]
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
4 changes: 2 additions & 2 deletions nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ platform: "linux"
version: "${version}"
section: "database"
priority: "extra"
maintainer: "Databend Authors <opensource@datafuselabs.com>"
maintainer: "Databend Authors <opensource@databend.com>"
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
Loading