Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 19 additions & 20 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"graphql-manual": "3.0.0",
"migration": "0.0.1",
"neo-place": "0.1.0",
"neo-push-client": "1.0.0",
"neo-push-server": "1.0.0",
"apollo-suscriptions-server": "1.0.0",
"yoga-subscriptions-server": "1.0.0",
"@neo4j/cypher-builder": "0.1.8",
"@neo4j/graphql": "3.14.1",
"@neo4j/graphql-toolbox": "1.4.6",
"@neo4j/introspector": "1.0.2",
"@neo4j/graphql-ogm": "3.14.1",
"@neo4j/package-tests": "1.0.0",
"@neo4j/graphql-plugin-auth": "1.1.1",
"@neo4j/graphql-plugin-subscriptions-amqp": "1.0.0"
},
"changesets": []
"mode": "pre",
"tag": "beta",
"initialVersions": {
"graphql-manual": "3.0.0",
"migration": "0.0.1",
"neo-place": "0.1.0",
"neo-push-client": "1.0.0",
"neo-push-server": "1.0.0",
"apollo-suscriptions-server": "1.0.0",
"yoga-subscriptions-server": "1.0.0",
"@neo4j/cypher-builder": "0.1.8",
"@neo4j/graphql": "3.14.1",
"@neo4j/graphql-toolbox": "1.4.6",
"@neo4j/introspector": "1.0.2",
"@neo4j/graphql-ogm": "3.14.1",
"@neo4j/package-tests": "1.0.0",
"@neo4j/graphql-plugin-subscriptions-amqp": "1.0.0"
},
"changesets": []
}
3 changes: 0 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ labels:
- label: introspector
files:
- packages/introspector/src/.*
- label: plugin-auth
files:
- packages/graphql-plugin-auth/src/.*
1 change: 0 additions & 1 deletion .github/workflows/reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- graphql
- ogm
- introspector
- plugins/graphql-plugin-auth
- plugins/graphql-plugin-subscriptions-amqp

runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- graphql
- introspector
- ogm
- plugins/graphql-plugin-auth
- plugins/graphql-plugin-subscriptions-amqp

runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .yarn/versions/c014b267.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ undecided:
- neo-push-client
- neo-push-server
- "@neo4j/graphql"
- "@neo4j/graphql-plugin-auth"
- "@neo4j/introspector"
- "@neo4j/package-tests"
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ visit the [Contributing Guide](./CONTRIBUTING.md).
2. [`@neo4j/graphql-ogm`](./packages/ogm) - Use GraphQL Type Definitions to drive
interactions with the database
3. [`@neo4j/introspector`](./packages/introspector) - Introspect schema from an existing Neo4j database
4. [`@neo4j/graphql-plugin-auth`](./packages/graphql-plugin-auth) - Auth decode plugins for @neo4j/graphql
5. [`@neo4j/graphql-toolbox`](./packages/graphql-toolbox) - Experiment with your Neo4j GraphQL API on Neo4j Desktop.

## Media
Expand Down
11 changes: 0 additions & 11 deletions docs/modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@
*** xref:pagination/offset-based.adoc[]
*** xref:pagination/cursor-based.adoc[]

** xref:auth/index.adoc[]
*** xref:auth/getting-started.adoc[]
**** xref:auth/auth-directive-subs.adoc[]
*** xref:auth/authorization/index.adoc[]
**** xref:auth/authorization/allow.adoc[]
**** xref:auth/authorization/bind.adoc[]
**** xref:auth/authorization/roles.adoc[]
**** xref:auth/authorization/where.adoc[]
*** xref:auth/authentication.adoc[]
*** xref:auth/subscriptions.adoc[]

** Authentication and Authorization
*** xref:authentication-and-authorization/configuration.adoc[]
*** xref:authentication-and-authorization/authentication.adoc[]
Expand Down
96 changes: 0 additions & 96 deletions docs/modules/ROOT/pages/auth/auth-directive-subs.adoc

This file was deleted.

97 changes: 0 additions & 97 deletions docs/modules/ROOT/pages/auth/authentication.adoc

This file was deleted.

Loading