Skip to content

Commit 869676a

Browse files
authored
Merge pull request #608 from dzcode-io/chore/cleanup
Chore: cleanup
2 parents a7c6a52 + ab4629b commit 869676a

File tree

27 files changed

+12895
-12996
lines changed

27 files changed

+12895
-12996
lines changed

.github/workflows/ci.main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
uses: ./.github/workflows/ci.reusable.test-e2e.yml
5555
strategy:
5656
matrix:
57-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
57+
# @TODO-ZM: add back windows once we replace cypress with playwright
58+
os: ["ubuntu-latest", "macos-latest"]
5859
node-version: ["20"]
5960
# @TODO-ZM: add other browsers once we replace cypress with playwright
6061
browser: ["chrome"]

.github/workflows/ci.pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
uses: ./.github/workflows/ci.reusable.test-e2e.yml
6868
strategy:
6969
matrix:
70-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
70+
# @TODO-ZM: add back windows once we replace cypress with playwright
71+
os: ["ubuntu-latest", "macos-latest"]
7172
node-version: ["20"]
7273
# @TODO-ZM: add other browsers once we replace cypress with playwright
7374
browser: ["chrome"]

.github/workflows/ci.reusable.test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
type: string
1313

1414
jobs:
15-
lint:
15+
e2e:
1616
runs-on: ${{ inputs.os }}
1717

1818
steps:

api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@
6565
"clean": "lerna run clean:alone [email protected]/api --include-dependencies --stream",
6666
"clean:alone": "del dist coverage fetch_cache oracle-cloud/build",
6767
"db:generate-migration": "drizzle-kit generate",
68-
"deploy": "del ./oracle-cloud/build && ts-node oracle-cloud/deploy.ts production",
69-
"deploy:stg": "del ./oracle-cloud/build && ts-node oracle-cloud/deploy.ts staging",
70-
"generate:bundle-info": "ts-node ../packages/tooling/bundle-info.ts",
71-
"generate:sentry-release": "ts-node ../packages/tooling/sentry-release.ts api dist",
68+
"deploy": "del ./oracle-cloud/build && tsx oracle-cloud/deploy.ts production",
69+
"deploy:stg": "del ./oracle-cloud/build && tsx oracle-cloud/deploy.ts staging",
70+
"generate:bundle-info": "tsx ../packages/tooling/bundle-info.ts",
71+
"generate:sentry-release": "tsx ../packages/tooling/sentry-release.ts api dist",
7272
"lint": "npm run build && npm run lint:alone",
7373
"lint:alone": "npm run lint:eslint . && npm run lint:prettier --check . && npm run lint:tsc && npm run lint:ts-prune",
7474
"lint:eslint": "eslint --config ../packages/tooling/eslint.config.mjs",
7575
"lint:fix": "npm run build && npm run lint:fix:alone",
7676
"lint:fix:alone": "npm run lint:eslint --fix . && npm run lint:prettier --write .",
7777
"lint:prettier": "prettier --config ../packages/tooling/.prettierrc --ignore-path ../packages/tooling/.prettierignore --log-level warn",
78-
"lint:ts-prune": "ts-node ../packages/tooling/setup-ts-prune.ts && ts-prune --error",
78+
"lint:ts-prune": "tsx ../packages/tooling/setup-ts-prune.ts && ts-prune --error",
7979
"lint:tsc": "tspc --noEmit",
8080
"start": "node dist/app/index.js",
81-
"start:dev": "ts-node ../packages/tooling/nodemon.ts \"@dzcode.io/api\" && nodemon dist/app/index.js",
81+
"start:dev": "tsx ../packages/tooling/nodemon.ts \"@dzcode.io/api\" && nodemon dist/app/index.js",
8282
"test": "npm run build && npm run test:alone",
8383
"test:alone": "jest --config ../packages/tooling/jest.config.ts --rootDir .",
8484
"test:watch": "npm-run-all build --parallel build:watch \"test:alone --watch {@}\" --"

data/models/projects/Algeria_Startup_Jobs/info.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"provider": "github",
66
"owner": "algeriastartupjobs",
77
"name": "algeriastartupjobs.com"
8-
},
9-
{
10-
"provider": "github",
11-
"owner": "algeriastartupjobs",
12-
"name": "diagrams"
138
}
149
]
1510
}

data/models/projects/Algerian_Administrative_Division/info.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@
55
"provider": "github",
66
"owner": "mohsenuss91",
77
"name": "AlgerianAdministrativeDivision"
8+
},
9+
{
10+
"provider": "github",
11+
"owner": "elaborate-code",
12+
"name": "laravel-algerian-provinces"
13+
},
14+
{
15+
"provider": "github",
16+
"owner": "dzcode-io",
17+
"name": "leblad"
18+
},
19+
{
20+
"provider": "github",
21+
"owner": "abderrahmaneMustapha",
22+
"name": "leblad-py"
23+
},
24+
{
25+
"provider": "github",
26+
"owner": "omdxp",
27+
"name": "leblad"
28+
},
29+
{
30+
"provider": "github",
31+
"owner": "omdxp",
32+
"name": "leblad-rs"
33+
},
34+
{
35+
"provider": "github",
36+
"owner": "dfourcfive",
37+
"name": "dzair_data_usage"
838
}
939
]
1040
}
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
2-
"name": "Laravel Algerian education system",
2+
"name": "Algerian education system",
33
"repositories": [
44
{
55
"provider": "github",
66
"owner": "elaborate-code",
77
"name": "laravel-algerian-education-system"
8+
},
9+
{
10+
"provider": "github",
11+
"owner": "dzcode-io",
12+
"name": "kuliya"
813
}
914
]
1015
}

data/models/projects/Dzair_Data_Usage/info.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

data/models/projects/Godaddy_Reseller/info.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"provider": "github",
66
"owner": "bychis",
77
"name": "godaddy-reseller"
8+
},
9+
{
10+
"provider": "github",
11+
"owner": "Omar-Belghaouti",
12+
"name": "godaddy-reseller-api-client"
813
}
914
]
1015
}

data/models/projects/Godaddy_Reseller_Api_Client/info.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)