From 7ec95be5e044c00ac6e7ae9a469667e7f32430fa Mon Sep 17 00:00:00 2001 From: Krishnan Govindraj Date: Fri, 26 Jul 2024 17:16:40 +0100 Subject: [PATCH] Update github.com/vaticle urls to github.com/typedb in circleci, factory, & distribution configs; repositories.bzl, and BUILD files --- .circleci/config.yml | 2 +- c/BUILD | 2 +- cpp/BUILD | 2 +- csharp/BUILD | 2 +- csharp/Test/Deployment/NugetApplicationTest.csproj | 2 +- csharp/TypeDB.Driver.Pinvoke.nuspec | 4 ++-- csharp/TypeDB.Driver.nuspec | 4 ++-- dependencies/vaticle/repositories.bzl | 8 ++++---- java/BUILD | 8 ++++---- nodejs/package.json | 2 +- python/rules.bzl | 2 +- rust/BUILD | 4 ++-- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 191f214fcb..8944748515 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -813,7 +813,7 @@ jobs: - run: | apt update -y apt install -y git - git push --delete https://$REPO_GITHUB_TOKEN@github.com/vaticle/typedb-driver.git $CIRCLE_BRANCH + git push --delete https://$REPO_GITHUB_TOKEN@github.com/typedb/typedb-driver.git $CIRCLE_BRANCH workflows: typedb-driver-snapshot: diff --git a/c/BUILD b/c/BUILD index 26c45fafb9..39d8a668c0 100644 --- a/c/BUILD +++ b/c/BUILD @@ -222,7 +222,7 @@ filegroup( output_group = "header" ) -# TODO: Not hermetic - requires doxygen on the host (https://github.com/vaticle/bazel-distribution/issues/412) +# TODO: Not hermetic - requires doxygen on the host (https://github.com/typedb/bazel-distribution/issues/412) doxygen_docs( name = "docs_html", project_name = "TypeDB C Driver", diff --git a/cpp/BUILD b/cpp/BUILD index 82c0eb7579..4815ab38e1 100644 --- a/cpp/BUILD +++ b/cpp/BUILD @@ -200,7 +200,7 @@ alias( }) ) -# TODO: Not hermetic - requires doxygen on the host (https://github.com/vaticle/bazel-distribution/issues/412) +# TODO: Not hermetic - requires doxygen on the host (https://github.com/typedb/bazel-distribution/issues/412) doxygen_docs( name = "docs_html", project_name = "TypeDB C++ Driver", diff --git a/csharp/BUILD b/csharp/BUILD index dab117bbb8..f4b1a9404d 100644 --- a/csharp/BUILD +++ b/csharp/BUILD @@ -118,7 +118,7 @@ filegroup( srcs = [":Drivers.cs"], ) -# TODO: Not hermetic - requires doxygen on the host (https://github.com/vaticle/bazel-distribution/issues/412) +# TODO: Not hermetic - requires doxygen on the host (https://github.com/typedb/bazel-distribution/issues/412) doxygen_docs( name = "docs_html", project_name = "TypeDB C# Driver", diff --git a/csharp/Test/Deployment/NugetApplicationTest.csproj b/csharp/Test/Deployment/NugetApplicationTest.csproj index 323226a4d3..32b1c48f4a 100644 --- a/csharp/Test/Deployment/NugetApplicationTest.csproj +++ b/csharp/Test/Deployment/NugetApplicationTest.csproj @@ -35,7 +35,7 @@ under the License. https://typedb.com Database TypeDB TypeQL Test false - https://github.com/vaticle/typedb-driver + https://github.com/typedb/typedb-driver 1.0.0 No false diff --git a/csharp/TypeDB.Driver.Pinvoke.nuspec b/csharp/TypeDB.Driver.Pinvoke.nuspec index d71b2069c4..5531e15ced 100644 --- a/csharp/TypeDB.Driver.Pinvoke.nuspec +++ b/csharp/TypeDB.Driver.Pinvoke.nuspec @@ -34,12 +34,12 @@ under the License. Check all the available platform-dependent runtime libraries here: https://www.nuget.org/packages?q=TypeDB.Driver.Pinvoke. https://typedb.com - + Apache-2.0 https://typedb.com/favicon.ico Database TypeDB TypeQL Runtime - See the latest changes, included in this release, at https://github.com/vaticle/typedb-driver/releases. + See the latest changes, included in this release, at https://github.com/typedb/typedb-driver/releases. docs/README.md diff --git a/csharp/TypeDB.Driver.nuspec b/csharp/TypeDB.Driver.nuspec index 29ff8a2c2d..fcb2f0e1f7 100644 --- a/csharp/TypeDB.Driver.nuspec +++ b/csharp/TypeDB.Driver.nuspec @@ -34,12 +34,12 @@ under the License. It is also possible to reference a number of runtime packages for the driver in order to build a platform-independent application. https://typedb.com - + Apache-2.0 https://typedb.com/favicon.ico Database TypeDB TypeQL - See the latest changes, included in this release, at https://github.com/vaticle/typedb-driver/releases. + See the latest changes, included in this release, at https://github.com/typedb/typedb-driver/releases. docs/README.md diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index b690b8a716..2ca132fec7 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -20,21 +20,21 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") def vaticle_dependencies(): git_repository( name = "vaticle_dependencies", - remote = "https://github.com/vaticle/dependencies", + remote = "https://github.com/typedb/dependencies", commit = "0b52d5d6dc5906d6a5dd6444ad2849466363ec6b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies ) def vaticle_typeql(): git_repository( name = "vaticle_typeql", - remote = "https://github.com/vaticle/typeql", + remote = "https://github.com/typedb/typeql", commit = "4061e355cb3b52a0f82ab58cc2f4f599182ef7cb", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql ) def vaticle_typedb_protocol(): git_repository( name = "vaticle_typedb_protocol", - remote = "https://github.com/vaticle/typedb-protocol", + remote = "https://github.com/typedb/typedb-protocol", # NOTE: the sync-marker is also used for workspace status by Bazel! tag = "2.28.4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol ) @@ -42,6 +42,6 @@ def vaticle_typedb_protocol(): def vaticle_typedb_behaviour(): git_repository( name = "vaticle_typedb_behaviour", - remote = "https://github.com/vaticle/typedb-behaviour", + remote = "https://github.com/typedb/typedb-behaviour", commit = "8353423079b33f885ed3716bade90b0e05e49f2d", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour ) diff --git a/java/BUILD b/java/BUILD index c6d1f00c20..00b24d851b 100644 --- a/java/BUILD +++ b/java/BUILD @@ -47,8 +47,8 @@ assemble_maven( name = "assemble-maven", project_description = "TypeDB Java Driver", project_name = "TypeDB Java Driver", - project_url = "https://github.com/vaticle/typedb-driver-java", - scm_url = "https://github.com/vaticle/typedb-driver-java", + project_url = "https://github.com/typedb/typedb-driver-java", + scm_url = "https://github.com/typedb/typedb-driver-java", target = ":driver-java", version_overrides = version(artifacts_org, artifacts_repo), workspace_refs = "@vaticle_typedb_driver_workspace_refs//:refs.json", @@ -91,8 +91,8 @@ assemble_maven( name = "assemble-maven-jni", project_description = "Java TypeDB Driver JNI", project_name = "Java TypeDB Driver JNI", - project_url = "https://github.com/vaticle/typedb-driver-java", - scm_url = "https://github.com/vaticle/typedb-driver-java", + project_url = "https://github.com/typedb/typedb-driver-java", + scm_url = "https://github.com/typedb/typedb-driver-java", target = ":typedb_driver_jni", version_overrides = version(artifacts_org, artifacts_repo), workspace_refs = "@vaticle_typedb_driver_workspace_refs//:refs.json", diff --git a/nodejs/package.json b/nodejs/package.json index aa8641ddeb..4c7a6d6659 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -8,7 +8,7 @@ "type": "commonjs", "repository": { "type": "git", - "url": "https://github.com/vaticle/typedb-driver-nodejs" + "url": "https://github.com/typedb/typedb-driver-nodejs" }, "scripts": { "clean": "rimraf dist", diff --git a/python/rules.bzl b/python/rules.bzl index c534232e91..00105d6938 100644 --- a/python/rules.bzl +++ b/python/rules.bzl @@ -75,7 +75,7 @@ def native_driver_versioned(python_versions): "Environment :: Console", "Topic :: Database :: Front-Ends" ], - url = "https://github.com/vaticle/typedb-driver-python/", + url = "https://github.com/typedb/typedb-driver-python/", author = "TypeDB Community", author_email = "community@typedb.com", license = "Apache-2.0", diff --git a/rust/BUILD b/rust/BUILD index 95ef4fc3cf..13c07380b5 100644 --- a/rust/BUILD +++ b/rust/BUILD @@ -74,11 +74,11 @@ rust_test( assemble_crate( name = "assemble_crate", description = "TypeDB Rust Driver", - homepage = "https://github.com/vaticle/typedb-driver", + homepage = "https://github.com/typedb/typedb-driver", license = "Apache-2.0", license_file = "//:LICENSE", readme_file = ":README.md", - repository = "https://github.com/vaticle/typedb-driver", + repository = "https://github.com/typedb/typedb-driver", target = ":typedb_driver", universe_manifests = ["@vaticle_dependencies//library/crates:Cargo.toml"], crate_features = { "sync": [] },