Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby-core-utils@3.18.1
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby-core-utils@3.19.0
Choose a head ref
Loading
Showing 345 changed files with 15,593 additions and 13,486 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -320,6 +320,13 @@ jobs:
test_path: integration-tests/functions
test_command: yarn test

integration_tests_head_function_export:
executor: node
steps:
- e2e-test:
test_path: integration-tests/head-function-export
test_command: yarn test

e2e_tests_path-prefix:
<<: *e2e-executor
environment:
@@ -626,6 +633,8 @@ workflows:
<<: *e2e-test-workflow
- integration_tests_functions:
<<: *e2e-test-workflow
- integration_tests_head_function_export:
<<: *e2e-test-workflow
- integration_tests_gatsby_cli:
requires:
- bootstrap
30 changes: 0 additions & 30 deletions docs/docs/add-a-service-worker.md

This file was deleted.

144 changes: 0 additions & 144 deletions docs/docs/awesome-gatsby-resources.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/docs/conceptual/choosing-analytics-systems.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/docs/creating-global-styles.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/docs/glamor.md

This file was deleted.

Loading