-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Comparing changes
Open a pull request
base repository: gatsbyjs/gatsby
base: gatsby@2.24.3
head repository: gatsbyjs/gatsby
compare: gatsby@2.24.4
Commits on Jul 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for afcc74a - Browse repository at this point
Copy the full SHA afcc74aView commit details -
chore(docs): adding-search-with-algolia -> Improved documentation (#2…
…5156) * Improved Algolia documentation * mentioned wrong frontmatter field * algolia has records, not documents * added how to configure environment variables in netlify on deploy * added a link to "environment variables" chapter * typos * removed gatsbyjs.org from URL Co-authored-by: Muescha <184316+muescha@users.noreply.github.com> * removed gatsbyjs.org from URL Co-authored-by: Muescha <184316+muescha@users.noreply.github.com> * Update docs/docs/adding-search-with-algolia.md Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/adding-search-with-algolia.md Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/adding-search-with-algolia.md Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/adding-search-with-algolia.md Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/adding-search-with-algolia.md Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Update docs/docs/adding-search-with-algolia.md Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Apply suggestions from code review Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> * Switched to starting from the gatsby starter blog * removed reference to gitignore since it's already present in blog starter * added quote to fix lint * Removed --save from npm install Co-authored-by: Muescha <184316+muescha@users.noreply.github.com> * constants had disappeared * updated page path to match starter-blog * missed quoting slashes in regexp * Removed meaningless ellipsis * adding gatsby-plugin-styled-components to gatsby-config * mistake in editing; duplicated paragraph * Proper escaping of paths in regex * Apply suggestions from code review Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> Co-authored-by: Andreas Ehrencrona <andreas@scholarsapp.com> Co-authored-by: Muescha <184316+muescha@users.noreply.github.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com> Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
Configuration menu - View commit details
-
Copy full SHA for 451afc0 - Browse repository at this point
Copy the full SHA 451afc0View commit details -
[docs] add info on basic hardware/software system requirements (#25583)
* add system requirements doc * PR feedback about yarn * simplify Node version statement
Marcy Sutton authoredJul 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 94e35bf - Browse repository at this point
Copy the full SHA 94e35bfView commit details
Commits on Jul 16, 2020
-
add Trevor Blades Gatsby Days video blogpost (#25777)
* add Trevor Blades Gatsby Days video blogpost For his Gatsby Days Reloaded presentation, Trevor Blades delves into Gatsby’s wide-ranging plugin ecosystem for a look at some of his personal favorites: plugins that particularly enhance the local development experience. * chore: format * correct typos * Add closing parenthesis Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 26a9919 - Browse repository at this point
Copy the full SHA 26a9919View commit details -
fix(gatsby-source-filesystem): Support creating file nodes for paths …
…containing folders (#25687)
Configuration menu - View commit details
-
Copy full SHA for 4f8dab3 - Browse repository at this point
Copy the full SHA 4f8dab3View commit details -
fix(gatsby-cli): enable inspect-brk & inspect options (#24693)
* Add inspecter for child process * Formatting * Remove empty line * Add inspect command as well * change eslint to better match strict ruleset * autocomplete still not published * Correct debugging docs * adjust CLI description and default values for `inspect` and `inspect-brk` options * some adjustment to debugging docs Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ddfff2a - Browse repository at this point
Copy the full SHA ddfff2aView commit details -
chore(showcase/docs): Remove invalid entry (#25784)
* chore(showcase): Remove invalid entry * remove * docs update * update dictionary
Configuration menu - View commit details
-
Copy full SHA for cad64e1 - Browse repository at this point
Copy the full SHA cad64e1View commit details -
* Update index.md * chore: format Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 55aa82f - Browse repository at this point
Copy the full SHA 55aa82fView commit details -
Add dictionary to CODEOWNERS (#25787)
Aisha Blake authoredJul 16, 2020 Configuration menu - View commit details
-
Copy full SHA for d61d08f - Browse repository at this point
Copy the full SHA d61d08fView commit details -
fix(gatsby-source-filesystem): Removes erroneously added retries opti…
…on (#24899) Co-authored-by: Louis Weber <lweber@riversagency.com>
Configuration menu - View commit details
-
Copy full SHA for 63c9cfb - Browse repository at this point
Copy the full SHA 63c9cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1e23c - Browse repository at this point
Copy the full SHA 5d1e23cView commit details -
fix(blog): Gatsby Survey - remove local domain, fix 404 (#25102)
* fix local domain * apply suggestion Co-authored-by: Nat Alison <1278991+tesseralis@users.noreply.github.com> * Fix 404 Co-authored-by: Nat Alison <1278991+tesseralis@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e8ec13b - Browse repository at this point
Copy the full SHA e8ec13bView commit details -
feat(gatsby-source-filesystem): allow adjusting `createRemoteFileNode…
…` retry/timeout settings via env vars (#24535) * (gatsby-source-filesystem) Remote File Node env variables For developers with awful internet connection (like me), when using createRemoteFileNode, default timeouts of 30000ms are too short. Out of 300 files, it'd fail 1-4 images due to timeout and mess up the build process. Thus, it would be useful to overwrite default remote file download settings (retry limits and timeouts) with .env variables. For my specific case, just doubling all the values solved all issues. * Update create-remote-file-node.js removed ";"s * updated readme * update Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c08fa4a - Browse repository at this point
Copy the full SHA c08fa4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e95b876 - Browse repository at this point
Copy the full SHA e95b876View commit details -
Add built in slug for gatsby-plugin-mdx (#25767)
* initial slug query * initial commit for slug, behavior not ideal * initial commit, not ideal behavior * undo gatsby-dev in packagejson * should be nullable * use relative path from context node instead * use relative path from context node instead * with relative path we don't need to slugify slashes * add whitespace * better naming * add another test case * use resolvable extensions list * add additional tests * fix typo in test * use path for parsing instead * can be const * fix test typos * add minor comment * make some minor changes to remove try/catch Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
LB and Laurie Barth authoredJul 16, 2020 1Configuration menu - View commit details
-
Copy full SHA for c82569f - Browse repository at this point
Copy the full SHA c82569fView commit details -
fix(gatsby-plugin-mdx): Specify new minimum peerDep version for MDX (#…
Configuration menu - View commit details
-
Copy full SHA for ab5f80a - Browse repository at this point
Copy the full SHA ab5f80aView commit details -
Revert "fix(gatsby-plugin-mdx): Specify new minimum peerDep version f…
Configuration menu - View commit details
-
Copy full SHA for e7a9846 - Browse repository at this point
Copy the full SHA e7a9846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8726789 - Browse repository at this point
Copy the full SHA 8726789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6516360 - Browse repository at this point
Copy the full SHA 6516360View commit details -
Configuration menu - View commit details
-
Copy full SHA for c99270a - Browse repository at this point
Copy the full SHA c99270aView commit details -
docs(tutorial-seo-and-social-sharing-cards-tutorial): remove word "ju…
…st" and "simply" (#25686)
Configuration menu - View commit details
-
Copy full SHA for a629275 - Browse repository at this point
Copy the full SHA a629275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06dd84d - Browse repository at this point
Copy the full SHA 06dd84dView commit details -
enhancement(docs): dictionary.txt -> with-layout2 -> Remove file name…
… from image alt text and dictionary (#25358) * Remove with-layout2 from alt text and dictionary * Remove yarn.lock changes Co-authored-by: Hassan Abudu <hassanabudu@Hassans-MacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for caa7541 - Browse repository at this point
Copy the full SHA caa7541View commit details
Commits on Jul 17, 2020
-
enhancement(docs): dictionary.txt -> with-navigation2 -> Remove file …
…name from image alt text and dictionary (#25519) * Change alt text for with-navigation.png image * Fix grammatical error * Update all index.md images without proper alt-texts * Update docs/tutorial/part-three/index.md Co-authored-by: Muescha <184316+muescha@users.noreply.github.com> * add uncentered to dictionary Co-authored-by: Hassan Abudu <hassanabudu@Hassans-MacBook-Pro.local> Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com> Co-authored-by: Muescha <184316+muescha@users.noreply.github.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3519e71 - Browse repository at this point
Copy the full SHA 3519e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 067468a - Browse repository at this point
Copy the full SHA 067468aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 431c9bb - Browse repository at this point
Copy the full SHA 431c9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb282f5 - Browse repository at this point
Copy the full SHA cb282f5View commit details -
chore(gatsby): Migrate type-builders to TypeScript (#23892)
* chore(gatsby): Migrate type-builders to TypeScript * chore(gatsby): Migrate type-builders to TypeScript Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ef310b - Browse repository at this point
Copy the full SHA 2ef310bView commit details -
perf(gatsby-plugin-mdx): drop another babel step during sourcing (#25757
Configuration menu - View commit details
-
Copy full SHA for 6d0c791 - Browse repository at this point
Copy the full SHA 6d0c791View commit details -
chore(gatsby): migrate type of filter to TypeScript (#22493)
Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 24621bd - Browse repository at this point
Copy the full SHA 24621bdView commit details -
Remove themes as docs codeowners (#25728)
Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home>
LB and Laurie Barth authoredJul 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 1807882 - Browse repository at this point
Copy the full SHA 1807882View commit details -
chore(gatsby): Convert get-ssl-cert to typescript (#22447)
* chore(gatsby): Convert get-ssl-cert to typescript * Fix type * address PR feedback * fix lint * fix typecheck Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8b60a27 - Browse repository at this point
Copy the full SHA 8b60a27View commit details -
grammar fix: make all list items start with a verb (#25806)
The list shows 3 items. Here they are, listed: "They can..." 1. "...be easy to build and iterate on" 2. "...have great SEO" 3. "...fun to work on" The last one does not make sense, an should have "be" at the beginning
Configuration menu - View commit details
-
Copy full SHA for eaf2128 - Browse repository at this point
Copy the full SHA eaf2128View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ac05f - Browse repository at this point
Copy the full SHA a0ac05fView commit details -
- gatsby-admin@0.1.93 - gatsby-cli@2.12.62 - gatsby-plugin-mdx@1.2.27 - gatsby-source-contentful@2.3.27 - gatsby-source-drupal@3.5.23 - gatsby-source-filesystem@2.3.20 - gatsby-source-shopify@3.2.22 - gatsby-source-wordpress@3.3.23 - gatsby@2.24.4
Configuration menu - View commit details
-
Copy full SHA for b72a799 - Browse repository at this point
Copy the full SHA b72a799View commit details
There are no files selected for viewing