Skip to content

Commit e882bc6

Browse files
committed
Refactor repository names
1 parent fca4001 commit e882bc6

File tree

25 files changed

+1360
-1367
lines changed

25 files changed

+1360
-1367
lines changed

.changeset/config.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,5 @@
1010
"version": true,
1111
"tag": false
1212
},
13-
"ignore": [
14-
"@human-protocol/*-client",
15-
"@human-protocol/*-server",
16-
"@human-protocol/*-frontend",
17-
"@human-protocol/*-oracle",
18-
"@human-protocol/subgraph",
19-
"gcv"
20-
]
13+
"ignore": ["@apps/*", "@tools/*"]
2114
}

.github/workflows/ci-test-dashboard.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Dashboard Check
33
on:
44
push:
55
paths:
6-
- 'packages/core/**'
7-
- 'packages/sdk/typescript/human-protocol-sdk/**'
8-
- 'packages/apps/dashboard/**'
6+
- "packages/core/**"
7+
- "packages/sdk/typescript/human-protocol-sdk/**"
8+
- "packages/apps/dashboard/**"
99

1010
jobs:
1111
dashboard-server-test:
@@ -22,4 +22,4 @@ jobs:
2222
- name: Build libs
2323
run: yarn build:libs
2424
- name: Run dashboard Server test
25-
run: yarn workspace @human-protocol/dashboard-server test
25+
run: yarn workspace @apps/dashboard-server test

.github/workflows/ci-test-faucet-server.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Faucet server check
33
on:
44
push:
55
paths:
6-
- 'packages/core/**'
7-
- 'packages/sdk/typescript/human-protocol-sdk/**'
8-
- 'packages/apps/faucet/server/**'
6+
- "packages/core/**"
7+
- "packages/sdk/typescript/human-protocol-sdk/**"
8+
- "packages/apps/faucet/server/**"
99

1010
jobs:
1111
faucet-server-test:
@@ -25,4 +25,4 @@ jobs:
2525
run: cp .env.example .env
2626
working-directory: packages/apps/faucet/server
2727
- name: Run faucet/server test
28-
run: yarn workspace @human-protocol/faucet-server test
28+
run: yarn workspace @apps/faucet-server test

.github/workflows/ci-test-fortune.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Fortune check
33
on:
44
push:
55
paths:
6-
- 'packages/core/**'
7-
- 'packages/sdk/typescript/human-protocol-sdk/**'
8-
- 'packages/apps/fortune/**'
6+
- "packages/core/**"
7+
- "packages/sdk/typescript/human-protocol-sdk/**"
8+
- "packages/apps/fortune/**"
99

1010
jobs:
1111
fortune-exchange-oracle-test:
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build libs
2323
run: yarn build:libs
2424
- name: Run Exchange Oracle tests
25-
run: yarn workspace @human-protocol/fortune-exchange-oracle-server test
25+
run: yarn workspace @apps/fortune-exchange-oracle-server test
2626

2727
fortune-recording-oracle-test:
2828
name: Fortune Recording Oracle Tests
@@ -38,4 +38,4 @@ jobs:
3838
- name: Build libs
3939
run: yarn build:libs
4040
- name: Run Recording Oracle tests
41-
run: yarn workspace @human-protocol/fortune-recording-oracle test
41+
run: yarn workspace @apps/fortune-recording-oracle test

.github/workflows/ci-test-human-app.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Human App Check
33
on:
44
push:
55
paths:
6-
- 'packages/core/**'
7-
- 'packages/sdk/typescript/human-protocol-sdk/**'
8-
- 'packages/apps/human-app/**'
6+
- "packages/core/**"
7+
- "packages/sdk/typescript/human-protocol-sdk/**"
8+
- "packages/apps/human-app/**"
99

1010
jobs:
1111
job-app-server-test:
@@ -22,4 +22,4 @@ jobs:
2222
- name: Build libs
2323
run: yarn build:libs
2424
- name: Run Job Human App unit tests
25-
run: yarn workspace @human-protocol/human-app-server test
25+
run: yarn workspace @apps/human-app-server test

.github/workflows/ci-test-job-launcher.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Job Launcher Check
33
on:
44
push:
55
paths:
6-
- 'packages/core/**'
7-
- 'packages/sdk/typescript/human-protocol-sdk/**'
8-
- 'packages/apps/job-launcher/**'
6+
- "packages/core/**"
7+
- "packages/sdk/typescript/human-protocol-sdk/**"
8+
- "packages/apps/job-launcher/**"
99

1010
jobs:
1111
job-launcher-server-test:
@@ -22,4 +22,4 @@ jobs:
2222
- name: Build libs
2323
run: yarn build:libs
2424
- name: Run Job Launcher Server test
25-
run: yarn workspace @human-protocol/job-launcher-server test
25+
run: yarn workspace @apps/job-launcher-server test

.github/workflows/ci-test-reputation-oracle.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Reputation Oracle Check
33
on:
44
push:
55
paths:
6-
- 'packages/core/**'
7-
- 'packages/sdk/typescript/human-protocol-sdk/**'
8-
- 'packages/apps/reputation-oracle/**'
6+
- "packages/core/**"
7+
- "packages/sdk/typescript/human-protocol-sdk/**"
8+
- "packages/apps/reputation-oracle/**"
99

1010
jobs:
1111
reputation-oracle-test:
@@ -22,4 +22,4 @@ jobs:
2222
- name: Build libs
2323
run: yarn build:libs
2424
- name: Run reputation oracle test
25-
run: yarn workspace @human-protocol/reputation-oracle test
25+
run: yarn workspace @apps/reputation-oracle test

.github/workflows/ci-test-subgraph.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Subgraph check
33
on:
44
push:
55
paths:
6-
- 'packages/core/**'
7-
- 'packages/sdk/typescript/subgraph/**'
6+
- "packages/core/**"
7+
- "packages/sdk/typescript/subgraph/**"
88

99
jobs:
1010
subgraph-test:
@@ -22,6 +22,6 @@ jobs:
2222
- name: Build core package
2323
run: yarn workspace @human-protocol/core build
2424
- name: Generate manifest for Polygon for tests
25-
run: NETWORK=polygon yarn workspace @human-protocol/subgraph generate
25+
run: NETWORK=polygon yarn workspace @tools/subgraph generate
2626
- name: Run subgraph test
27-
run: yarn workspace @human-protocol/subgraph test
27+
run: yarn workspace @tools/subgraph test

packages/apps/dashboard/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@human-protocol/dashboard-client",
2+
"name": "@apps/dashboard-client",
33
"private": true,
44
"version": "1.0.0",
55
"description": "Human Protocol Dashboard",

packages/apps/dashboard/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@human-protocol/dashboard-server",
2+
"name": "@apps/dashboard-server",
33
"private": true,
44
"version": "0.0.1",
55
"description": "",

0 commit comments

Comments
 (0)