Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit 678b965

Browse files
author
haikalpribadi
committed
Renamed 'Grakn' to 'TypeDB', 'Graql' to 'TypeQL', and 'Grakn Labs' to 'Vaticle'
1 parent c60d066 commit 678b965

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1874
-1874
lines changed

.bazelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2021 Grakn Labs
2+
# Copyright (C) 2021 Vaticle
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as

.github/ISSUE_TEMPLATE/BUG_REPORT.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
about: Report a bug here, or visit discuss.grakn.ai for troubleshooting discussions
3+
about: Report a bug here, or visit forum.vaticle.com for troubleshooting discussions
44
labels: bug
55
---
66

@@ -12,9 +12,9 @@ Please replace every line in curly brackets ( { like this } ) with appropriate a
1212

1313
## Environment
1414

15-
1. OS (where Grakn server runs): { e.g. Mac OS 10, Windows 10, Ubuntu 16.4, etc. }
16-
2. Grakn version (and platform): { e.g. Grakn Core 1.4, or Grakn KGMS 1.4.3 on Google Cloud }
17-
3. Grakn client: { e.g. client-java, client-python, client-nodejs, or console }
15+
1. OS (where TypeDB server runs): { e.g. Mac OS 10, Windows 10, Ubuntu 16.4, etc. }
16+
2. TypeDB version (and platform): { e.g. TypeDB 1.4, or TypeDB Cluster 1.4.3 on Google Cloud }
17+
3. TypeDB client: { e.g. client-java, client-python, client-nodejs, or console }
1818
4. Other environment details:
1919

2020
## Reproducible Steps

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature Request
3-
about: Request a feature here, or visit discuss.grakn.ai for ideas and questions
3+
about: Request a feature here, or visit forum.vaticle.com for ideas and questions
44
labels: feature
55
---
66

@@ -12,11 +12,11 @@ Please replace every line in curly brackets ( { like this } ) with appropriate a
1212

1313
## Current Workaround
1414

15-
{ Please describe how you currently solve or work around this problem, given Grakn's limitation. }
15+
{ Please describe how you currently solve or work around this problem, given TypeDB's limitation. }
1616

1717
## Proposed Solution
1818

19-
{ Please describe the solution you would like Grakn to provide, to solve the problem above. }
19+
{ Please describe the solution you would like TypeDB to provide, to solve the problem above. }
2020

2121
## Additional Information
2222

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2021 Grakn Labs
2+
# Copyright (C) 2021 Vaticle
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as

.grabl/automation.yml

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2021 Grakn Labs
2+
# Copyright (C) 2021 Vaticle
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as
@@ -25,44 +25,44 @@ config:
2525
build:
2626
quality:
2727
filter:
28-
owner: graknlabs
28+
owner: vaticle
2929
branch: master
3030
build-analysis:
31-
image: graknlabs-ubuntu-20.04
31+
image: vaticle-ubuntu-20.04
3232
command: |
3333
SONARCLOUD_CODE_ANALYSIS_CREDENTIAL=$SONARCLOUD_CREDENTIAL \
34-
bazel run @graknlabs_dependencies//tool/sonarcloud:code-analysis -- \
35-
--project-key graknlabs_graql --branch=$GRABL_BRANCH --commit-id=$GRABL_COMMIT
34+
bazel run @vaticle_dependencies//tool/sonarcloud:code-analysis -- \
35+
--project-key vaticle_typeql --branch=$GRABL_BRANCH --commit-id=$GRABL_COMMIT
3636
dependency-analysis:
37-
image: graknlabs-ubuntu-20.04
37+
image: vaticle-ubuntu-20.04
3838
command: |
39-
bazel run @graknlabs_dependencies//grabl/analysis:dependency-analysis
39+
bazel run @vaticle_dependencies//grabl/analysis:dependency-analysis
4040
correctness:
4141
build:
42-
image: graknlabs-ubuntu-20.04
42+
image: vaticle-ubuntu-20.04
4343
command: |
4444
bazel build //... --test_output=errors
45-
bazel run @graknlabs_dependencies//tool/checkstyle:test-coverage
45+
bazel run @vaticle_dependencies//tool/checkstyle:test-coverage
4646
bazel test $(bazel query 'kind(checkstyle_test, //...)')
4747
build-dependency:
48-
image: graknlabs-ubuntu-20.04
48+
image: vaticle-ubuntu-20.04
4949
command: |
5050
dependencies/maven/update.sh
5151
git diff --exit-code dependencies/maven/artifacts.snapshot
52-
bazel run @graknlabs_dependencies//tool/unuseddeps:unused-deps -- list
53-
test-graql-java:
54-
image: graknlabs-ubuntu-20.04
52+
bazel run @vaticle_dependencies//tool/unuseddeps:unused-deps -- list
53+
test-typeql-java:
54+
image: vaticle-ubuntu-20.04
5555
command: |
5656
bazel test //java/... --test_output=errors
5757
deploy-maven-snapshot:
5858
filter:
59-
owner: graknlabs
59+
owner: vaticle
6060
branch: master
61-
image: graknlabs-ubuntu-20.04
62-
dependencies: [build, build-dependency, test-graql-java]
61+
image: vaticle-ubuntu-20.04
62+
dependencies: [build, build-dependency, test-typeql-java]
6363
command: |
64-
export DEPLOY_MAVEN_USERNAME=$REPO_GRAKN_USERNAME
65-
export DEPLOY_MAVEN_PASSWORD=$REPO_GRAKN_PASSWORD
64+
export DEPLOY_MAVEN_USERNAME=$REPO_VATICLE_USERNAME
65+
export DEPLOY_MAVEN_PASSWORD=$REPO_VATICLE_PASSWORD
6666
bazel run --define version=$(git rev-parse HEAD) //grammar:deploy-maven -- snapshot
6767
bazel run --define version=$(git rev-parse HEAD) //java/common:deploy-maven -- snapshot
6868
bazel run --define version=$(git rev-parse HEAD) //java/pattern:deploy-maven -- snapshot
@@ -71,39 +71,39 @@ build:
7171
bazel run --define version=$(git rev-parse HEAD) //java:deploy-maven -- snapshot
7272
test-deployment-maven:
7373
filter:
74-
owner: graknlabs
74+
owner: vaticle
7575
branch: master
76-
image: graknlabs-ubuntu-20.04
76+
image: vaticle-ubuntu-20.04
7777
dependencies: [deploy-maven-snapshot]
7878
command: |
79-
sed -i -e "s/GRAQL_LANG_VERSION_MARKER/$GRABL_COMMIT/g" java/test/deployment/pom.xml
79+
sed -i -e "s/TYPEQL_LANG_VERSION_MARKER/$GRABL_COMMIT/g" java/test/deployment/pom.xml
8080
cd java/test/deployment/ && mvn test
8181
8282
release:
8383
filter:
84-
owner: graknlabs
84+
owner: vaticle
8585
branch: master
8686
validation:
8787
validate-dependencies:
88-
image: graknlabs-ubuntu-20.04
88+
image: vaticle-ubuntu-20.04
8989
command: bazel test //:release-validate-deps --test_output=streamed
9090
deployment:
9191
deploy-github:
92-
image: graknlabs-ubuntu-20.04
92+
image: vaticle-ubuntu-20.04
9393
command: |
9494
pyenv install -s 3.6.10
9595
pyenv global 3.6.10 system
9696
pip3 install certifi
9797
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
98-
bazel run @graknlabs_dependencies//tool/release:create-notes -- graql $(cat VERSION) ./RELEASE_TEMPLATE.md
98+
bazel run @vaticle_dependencies//tool/release:create-notes -- typeql $(cat VERSION) ./RELEASE_TEMPLATE.md
9999
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
100100
bazel run --define version=$(cat VERSION) //:deploy-github -- $GRABL_COMMIT
101101
deploy-maven-release:
102-
image: graknlabs-ubuntu-20.04
102+
image: vaticle-ubuntu-20.04
103103
dependencies: [deploy-github]
104104
command: |
105-
export DEPLOY_MAVEN_USERNAME=$REPO_GRAKN_USERNAME
106-
export DEPLOY_MAVEN_PASSWORD=$REPO_GRAKN_PASSWORD
105+
export DEPLOY_MAVEN_USERNAME=$REPO_VATICLE_USERNAME
106+
export DEPLOY_MAVEN_PASSWORD=$REPO_VATICLE_PASSWORD
107107
bazel run --define version=$(cat VERSION) //grammar:deploy-maven -- release
108108
bazel run --define version=$(cat VERSION) //java/common:deploy-maven -- release
109109
bazel run --define version=$(cat VERSION) //java/pattern:deploy-maven -- release

BUILD

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2021 Grakn Labs
2+
# Copyright (C) 2021 Vaticle
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as
@@ -15,9 +15,9 @@
1515
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
#
1717

18-
load("@graknlabs_dependencies//tool/checkstyle:rules.bzl", "checkstyle_test")
19-
load("@graknlabs_dependencies//tool/release:rules.bzl", "release_validate_deps")
20-
load("@graknlabs_bazel_distribution//github:rules.bzl", "deploy_github")
18+
load("@vaticle_dependencies//tool/checkstyle:rules.bzl", "checkstyle_test")
19+
load("@vaticle_dependencies//tool/release:rules.bzl", "release_validate_deps")
20+
load("@vaticle_bazel_distribution//github:rules.bzl", "deploy_github")
2121
load("//:deployment.bzl", "deployment")
2222

2323
exports_files(
@@ -28,7 +28,7 @@ exports_files(
2828
deploy_github(
2929
name = "deploy-github",
3030
release_description = "//:RELEASE_TEMPLATE.md",
31-
title = "Graql",
31+
title = "TypeQL",
3232
title_append_version = True,
3333
organisation = deployment['github.organisation'],
3434
repository = deployment['github.repository'],
@@ -37,9 +37,9 @@ deploy_github(
3737

3838
release_validate_deps(
3939
name = "release-validate-deps",
40-
refs = "@graknlabs_graql_workspace_refs//:refs.json",
40+
refs = "@vaticle_typeql_workspace_refs//:refs.json",
4141
tagged_deps = [
42-
"@graknlabs_common",
42+
"@vaticle_typedb_common",
4343
],
4444
tags = ["manual"] # in order for bazel test //... to not fail
4545
)
@@ -59,11 +59,10 @@ checkstyle_test(
5959
filegroup(
6060
name = "ci",
6161
data = [
62-
"@graknlabs_dependencies//image/rbe:ubuntu-1604",
63-
"@graknlabs_dependencies//library/maven:update",
64-
"@graknlabs_dependencies//tool/checkstyle:test-coverage",
65-
"@graknlabs_dependencies//tool/release:create-notes",
66-
"@graknlabs_dependencies//tool/sonarcloud:code-analysis",
67-
"@graknlabs_dependencies//tool/unuseddeps:unused-deps",
62+
"@vaticle_dependencies//library/maven:update",
63+
"@vaticle_dependencies//tool/checkstyle:test-coverage",
64+
"@vaticle_dependencies//tool/release:create-notes",
65+
"@vaticle_dependencies//tool/sonarcloud:code-analysis",
66+
"@vaticle_dependencies//tool/unuseddeps:unused-deps",
6867
],
6968
)

0 commit comments

Comments
 (0)