Skip to content

Commit ba1cc90

Browse files
committed
Renamed various references to git org to 'typedb'
1 parent 8fc4ce9 commit ba1cc90

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

builder/compose/deps.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def deps():
3535
sha256 = "98385c1fd4db7ad3fd7ca2f33a1fadae0b15486cfde699138d47002d7068084a",
3636
)
3737

38-
http_file(
38+
http_file( # Can't rename the Developer ID Certificate for now
3939
name = "vaticle_apple_developer_id_application_cert",
4040
urls = ["https://repo.typedb.com/5rr7o5TZos6fdAb8/private-tools/raw/files/VaticleAppleDeveloperIDApplicationCertificate.p12"],
4141
sha256 = "4754e62a448f1c1dce7b377d5f1f26a5a28a6c43e6f31c05c7850ca4d0278f15",

factory/analysis/DependencyAnalysis.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fun main() {
4343
val factoryEndpoint = "/api/analysis/dependency-analysis"
4444
val workflow = System.getenv("FACTORY_WORKFLOW")
4545
?: throw RuntimeException("FACTORY_WORKFLOW environment variable is not set")
46-
val dependencies = Paths.get(workspaceDirectory, "dependencies", "vaticle", "repositories.bzl")
46+
val dependencies = Paths.get(workspaceDirectory, "dependencies", "typedb", "repositories.bzl")
4747

4848
var repositoriesArray = Json.array()
4949

images/docker/ubuntu/deployment.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55

66
deployment = {
7-
"docker.organisation": "vaticle",
7+
"docker.organisation": "typedb",
88
"docker.repository": "ubuntu",
99
}

tool/github/OpenPR.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import java.util.concurrent.Callable
1212
import kotlin.system.exitProcess
1313

1414
object OpenPR: Callable<Int> {
15-
private const val DEFAULT_USERNAME = "vaticle-bot"
15+
private const val DEFAULT_USERNAME = "typedb-bot"
1616

1717
@CommandLine.Option(names = ["--repo"], description = ["The repository to open the PR on"])
1818
private lateinit var repo: String

tool/sonarcloud/code-analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
parser = argparse.ArgumentParser()
1919
parser.add_argument('--project-key', help='Sonarcloud project key', required=True)
20-
parser.add_argument('--organisation', help='Sonarcloud organisation', default='vaticle')
20+
parser.add_argument('--organisation', help='Sonarcloud organisation', default='typedb')
2121
parser.add_argument('--commit-id', help='git commit id', required=True)
2222
parser.add_argument('--branch', help='git branch name', required=True)
2323
parser.add_argument('--coverage-reports', help='location of JaCoCo XML coverage reports')

0 commit comments

Comments
 (0)