Skip to content
New issue

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

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

Already on GitHub? # to your account

Update GitHub urls to reflect renaming the GitHub organisation #206

Closed
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
12 changes: 6 additions & 6 deletions .factory/automation.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ config:
build:
quality:
filter:
owner: vaticle
owner: typedb
branch: master
dependency-analysis:
image: vaticle-ubuntu-22.04
@@ -33,7 +33,7 @@ build:
bazel run @vaticle_dependencies//tool/unuseddeps:unused-deps -- list
deploy-crate-snapshot:
filter:
owner: vaticle
owner: typedb
branch: [master, development]
dependencies: [build, build-dependency]
image: vaticle-ubuntu-22.04
@@ -43,7 +43,7 @@ build:
bazel run --define version=$(git rev-parse HEAD) //grpc/rust:deploy_crate -- snapshot
deploy-npm-snapshot:
filter:
owner: vaticle
owner: typedb
branch: [master, development]
dependencies: [build, build-dependency]
image: vaticle-ubuntu-20.04
@@ -54,7 +54,7 @@ build:
sync-dependencies:
image: vaticle-ubuntu-22.04
filter:
owner: vaticle
owner: typedb
branch: [master, development]
dependencies:
- build
@@ -67,7 +67,7 @@ build:

release:
filter:
owner: vaticle
owner: typedb
branch: master
validation:
validate-release-notes:
@@ -107,7 +107,7 @@ release:
sync-dependencies-release:
image: vaticle-ubuntu-22.04
filter:
owner: vaticle
owner: typedb
branch: [master, development]
dependencies:
- deploy-github
2 changes: 1 addition & 1 deletion dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@ 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 = "5387f4df1c571e5c3e6dd1139a3e3b321f3538cd", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)
2 changes: 1 addition & 1 deletion grpc/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"homepage": "https://typedb.com",
"repository": {
"type": "git",
"url": "https://github.com/vaticle/typedb-protocol"
"url": "https://github.com/typedb/typedb-protocol"
},
"dependencies": {
"@grpc/grpc-js": "1.9.0",
4 changes: 2 additions & 2 deletions grpc/rust/BUILD
Original file line number Diff line number Diff line change
@@ -48,11 +48,11 @@ assemble_crate(
name = "assemble_crate",
target = ":typedb_protocol",
description = "TypeDB Protocol",
homepage = "https://github.com/vaticle/typedb-protocol",
homepage = "https://github.com/typedb/typedb-protocol",
readme_file = "//:README.md",
license = "MPL-2.0",
license_file = "//:LICENSE",
repository = "https://github.com/vaticle/typedb-protocol",
repository = "https://github.com/typedb/typedb-protocol",
)

deploy_crate(