Skip to content

Commit 5250a02

Browse files
authored
Revert "feat(gatsby): Track static queries by template (#25120)" (#25493)
This reverts commit 6b39645.
1 parent 473d2c8 commit 5250a02

35 files changed

+8
-785
lines changed

.circleci/config.yml

-8
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,6 @@ jobs:
281281
- e2e-test:
282282
test_path: integration-tests/structured-logging
283283

284-
integration_tests_artifacts:
285-
executor: node
286-
steps:
287-
- e2e-test:
288-
test_path: integration-tests/artifacts
289-
290284
e2e_tests_path-prefix:
291285
<<: *e2e-executor
292286
environment:
@@ -576,8 +570,6 @@ workflows:
576570
<<: *e2e-test-workflow
577571
- integration_tests_structured_logging:
578572
<<: *e2e-test-workflow
579-
- integration_tests_artifacts:
580-
<<: *e2e-test-workflow
581573
- integration_tests_gatsby_cli:
582574
requires:
583575
- bootstrap

integration-tests/artifacts/LICENSE

-21
This file was deleted.

integration-tests/artifacts/README.md

-3
This file was deleted.

integration-tests/artifacts/__tests__/static-queries.js

-173
This file was deleted.

integration-tests/artifacts/gatsby-browser.js

-9
This file was deleted.

integration-tests/artifacts/gatsby-config.js

-9
This file was deleted.

integration-tests/artifacts/gatsby-ssr.js

Whitespace-only changes.

integration-tests/artifacts/jest.config.js

-3
This file was deleted.

integration-tests/artifacts/package.json

-32
This file was deleted.

integration-tests/artifacts/src/components/author.js

-15
This file was deleted.

integration-tests/artifacts/src/components/github.js

-15
This file was deleted.

integration-tests/artifacts/src/components/title.js

-7
This file was deleted.

integration-tests/artifacts/src/components/twitter.js

-15
This file was deleted.

integration-tests/artifacts/src/hooks/use-title.js

-14
This file was deleted.

integration-tests/artifacts/src/pages/dynamic-dynamic.js

-17
This file was deleted.

integration-tests/artifacts/src/pages/dynamic-import.js

-17
This file was deleted.

0 commit comments

Comments
 (0)