Skip to content

Commit be6f5bc

Browse files
committed
Remove cypher builder from monorepo 🪦
1 parent 73d14d7 commit be6f5bc

170 files changed

Lines changed: 18 additions & 10304 deletions

File tree

Some content is hidden

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

.eslintrc.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,5 @@ module.exports = {
111111
],
112112
},
113113
},
114-
{
115-
files: ["packages/graphql/src/translate/cypher-builder/**/*.ts"],
116-
rules: {
117-
"@typescript-eslint/no-empty-interface": "off",
118-
},
119-
},
120114
],
121115
};

.github/workflows/dev.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
toolbox-tests:
5252
uses: ./.github/workflows/reusable-toolbox-tests.yml
5353

54-
cypher-builder-tests:
55-
uses: ./.github/workflows/reusable-cypher-builder-tests.yml
56-
5754
notification:
5855
runs-on: ubuntu-latest
5956

@@ -65,7 +62,6 @@ jobs:
6562
- integration-tests-on-prem
6663
- integration-tests-on-prem-nightly
6764
- toolbox-tests
68-
- cypher-builder-tests
6965

7066
if: always()
7167

.github/workflows/performance-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- 4.0.0
99
paths:
1010
- "packages/graphql/**"
11-
- "packages/cypher-builder/**"
1211

1312
jobs:
1413
performance-tests:

.github/workflows/pull-requests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ jobs:
7373
unit-tests:
7474
uses: ./.github/workflows/reusable-unit-tests.yml
7575

76-
cypher-builder-tests:
77-
uses: ./.github/workflows/reusable-cypher-builder-tests.yml
78-
7976
e2e-tests-plugins:
8077
uses: ./.github/workflows/reusable-subscriptions-plugin-amqp-e2e-test.yml
8178

.github/workflows/reusable-cypher-builder-tests.yml

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

jest.config.base.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = {
1717
moduleNameMapper: {
1818
"@neo4j/graphql/dist/types": "<rootDir>/packages/graphql/src/types",
1919
"@neo4j/introspector(.*)$": "<rootDir>/packages/introspector/src/$1",
20-
"@neo4j/cypher-builder(.*)$": "<rootDir>/packages/cypher-builder/src/$1",
2120
"@neo4j/graphql-ogm(.*)$": "<rootDir>/packages/ogm/src/$1",
2221
"@neo4j/graphql-plugin-auth(.*)$": "<rootDir>/packages/plugins/graphql-plugin-auth/src/$1",
2322
"@neo4j/graphql-plugin-subscriptions-amqp(.*)$":

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = {
55
projects: [
66
"<rootDir>/packages/graphql/jest.config.js",
77
"<rootDir>/packages/introspector/jest.config.js",
8-
"<rootDir>/packages/cypher-builder/jest.config.js",
98
"<rootDir>/packages/ogm/jest.config.js",
109
// INFO: do not run the GraphQL Toolbox e2e tests from root (utilises a different test runner)
1110
"<rootDir>/packages/plugins/*/jest.config.js",

packages/apollo-federation-subgraph-compatibility/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"baseUrl": ".",
66
"outDir": "dist",
77
"paths": {
8-
"@neo4j/graphql": ["../graphql/src"],
9-
"@neo4j/cypher-builder": ["../cypher-builder/src"]
8+
"@neo4j/graphql": ["../graphql/src"]
109
}
1110
},
1211
"include": ["src/**/*"],

packages/cypher-builder/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/cypher-builder/CHANGELOG.md

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

0 commit comments

Comments
 (0)