Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(next-drupal-query): drop next-drupal-query #709

Merged
merged 2 commits into from
Feb 28, 2024
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body:
- example-custom-serializer
- example-graphql
- example-marketing
- example-query
- example-router-migration
- example-search-api
- example-umami
- example-webform
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
- example-custom-serializer
- example-graphql
- example-marketing
- example-query
- example-router-migration
- example-search-api
- example-umami
- example-webform
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
- example-custom-serializer
- example-graphql
- example-marketing
- example-query
- example-router-migration
- example-search-api
- example-umami
- example-webform
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/next-drupal-query.yml

This file was deleted.

12 changes: 2 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thanks for your interest in contributing to Next.js for Drupal. We're happy to h

Please take a moment to review this document before submitting your first pull request.

If you need any help, feel free to reach out on [Drupal Slack](https://drupal.slack.com/archives/C01E36BMU72). Look for _@shadcn_ in the _#nextjs_ channel.
If you need any help, feel free to reach out on [Drupal Slack](https://drupal.slack.com/archives/C01E36BMU72). Look for us in the _#nextjs_ channel.

## About this repository

Expand Down Expand Up @@ -58,14 +58,6 @@ We use `jest` for testing the `next-drupal` package.
yarn test packages/next-drupal
```

### `next-drupal-query`

We use `jest` for testing the `next-drupal-query` package.

```
yarn test packages/next-drupal
```

### `next`

We use `phpunit` for testing the `next` module.
Expand All @@ -76,7 +68,7 @@ yarn test:next

## Linting

### `next-drupal` and `next-drupal-query`
### `next-drupal`

```
yarn lint
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ We will do our best to quickly fix the problem.

We will sync with the [Drupal Security Team](https://www.drupal.org/drupal-security-team) if the vulnerability affects the `next` Drupal module.

Email arshad@chapterthree.com to disclose any security vulnerabilities.
Email info@chapterthree.com to disclose any security vulnerabilities.
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note: We have a CI for running these tests on GitHub Actions.

We use Cypress to run end-to-end tests for the examples.

_You will need a copy of the database and files on your local machine to run the tests. These are not tracked in this repo. You can reached out to [@shadcn](https://twitter.com/shadcn) to get you a copy._
_You will need a copy of the database and files on your local machine to run the tests. These are not tracked in this repo. You can reach out to Chapter Three to get a copy._

_TODO: Add a test profile that builds the Drupal site from config with demo content._

Expand Down
6 changes: 0 additions & 6 deletions examples/example-query/.env.example

This file was deleted.

4 changes: 0 additions & 4 deletions examples/example-query/.eslintrc.json

This file was deleted.

39 changes: 0 additions & 39 deletions examples/example-query/.gitignore

This file was deleted.

69 changes: 0 additions & 69 deletions examples/example-query/CHANGELOG.md

This file was deleted.

7 changes: 0 additions & 7 deletions examples/example-query/README.md

This file was deleted.

65 changes: 0 additions & 65 deletions examples/example-query/components/article.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions examples/example-query/components/card--featured.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions examples/example-query/components/card.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions examples/example-query/components/landing-page.tsx

This file was deleted.

Loading
Loading