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: [email protected]
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 18 commits
  • 82 files changed
  • 14 contributors

Commits on Jun 18, 2019

  1. chore(telemetry): add ability to inject tags from env and track webso…

    …cket updates (#14711)
    
    * chore(telemetry) add ability to inject tags from env
    Add tracking for websocket pushed live data updates
    
    * Try to get activePath from the websocket handshake.
    
    * Add missing nullcheck
    
    * Make the 3rd parameter to be an opts object for named parameter
    experience and plan ahead for future extension needs
    
    * Remove debug print
    jamo authored and sidharthachatterjee committed Jun 18, 2019
    Copy the full SHA
    fbc03fb View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    sidharthachatterjee Sidhartha Chatterjee
    Copy the full SHA
    c040d7c View commit details
  3. fix(starters): update gatsby monorepo (#14866)

    renovate[bot] authored and GatsbyJS Bot committed Jun 18, 2019
    Copy the full SHA
    18ebf35 View commit details
  4. fix(www): fontSizes tokens in typography.js 🤦‍♂️ (#14869)

    fk authored and GatsbyJS Bot committed Jun 18, 2019
    Copy the full SHA
    7e2a837 View commit details
  5. chore(showcase): Remove McDonald's Design System site (#14812)

    It has changed to using Next.js so I removed it from the showcase
    lannonbr authored and DSchau committed Jun 18, 2019
    Copy the full SHA
    f650924 View commit details
  6. docs(www): link to plugin README templates from plugins guide (#14856)

    * update creating-plugins guide 
    
    update creating-plugins guide to include plugin template link
    
    * move note where file links to README templates
    k-conway authored and gillkyle committed Jun 18, 2019
    Copy the full SHA
    c3177c2 View commit details
  7. Fix broken glossary hrefs. (#14865)

    tormi authored and Marcy Sutton committed Jun 18, 2019
    Copy the full SHA
    0f65b12 View commit details
  8. Revised "winning over engineering leaders" Docs page (#14830)

    * Revised "winning over engineering leaders" Docs page
    
    * Correction made to first "concern" bullet.
    
    * Fix typo in docs/docs/winning-over-engineering-leaders.md
    
    Typo in "Scalability" section.
    
    Co-Authored-By: gillkyle <[email protected]>
    
    * Update docs/docs/winning-over-engineering-leaders.md
    
    Co-Authored-By: gillkyle <[email protected]>
    
    * Edit "static site" language in Security section of docs/docs/winning-over-engineering-leaders.md
    
    Co-Authored-By: gillkyle <[email protected]>
    
    * Update docs/docs/winning-over-engineering-leaders.md
    
    Co-Authored-By: gillkyle <[email protected]>
    
    * chore: format
    
    * Update winning-over-engineering-leaders.md
    
    * Apply Marcy's suggestions from code review
    
    Co-Authored-By: Marcy Sutton <[email protected]>
    
    * Additional revision based on Marcy's suggestions.
    caitlinthefirst authored and Marcy Sutton committed Jun 18, 2019
    Copy the full SHA
    7ca4089 View commit details
  9. chore(gatsby): revert progressbar functionality (#14884)

    This reverts commit 967597c.
    wardpeet authored Jun 18, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    00818b9 View commit details
  10. Copy the full SHA
    75a9e19 View commit details
  11. fix(gatsby-transformer-react-docgen): always create description nodes (

    …#14876)
    
    * fix: always create description nodes
    
    * Update on-node-create.js
    
    * fix tests
    jquense authored and DSchau committed Jun 18, 2019
    Copy the full SHA
    48a9e10 View commit details
  12. docs(www): 25 Workflows - Adding CSS and/or Sass (#14779)

    * chore: cleanup readme for sass plugin
    
    * fix: missing guidelist components
    
    * fix: consistency between similar docs, headings, and adding beginnings of sass guide
    
    * docs: adding to sass guide
    
    * Update docs/docs/sass.md
    
    Co-Authored-By: Marcy Sutton <[email protected]>
    
    * Update packages/gatsby-plugin-sass/README.md
    
    Co-Authored-By: Marcy Sutton <[email protected]>
    
    * Apply suggestions from code review
    
    Co-Authored-By: Marcy Sutton <[email protected]>
    gillkyle and Marcy Sutton authored Jun 18, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5c9215c View commit details
  13. docs(blog): add case study blog post for The Couch / Prima (#14871)

    * Add The Couch/Prima blog post
    
    * Run format script to fix Prettier errors
    
    * Replace inner '.' in image file names with '-'
    
    * Update docs/blog/2019-06-19-how-the-couch-builds-websites-in-half-the-time-with-gatsby/index.md
    
    Push publish date by two days
    
    Co-Authored-By: Marcy Sutton <[email protected]>
    ooloth and Marcy Sutton committed Jun 18, 2019
    Copy the full SHA
    decdd8e View commit details

Commits on Jun 19, 2019

  1. docs(www): 25 Workflows - Embedding components in Markdown with MDX (#…

    …14543)
    
    * chore: updates to docs to improve examples and provide more detailed explanations
    
    * fix: simple grammatcial changes
    
    * fix: PR review suggestions
    
    * fix: correct code block titles and update example inline jsx
    
    * Amberleys PR comments
    
    * feat: add mdx as a title to code blocks
    
    * add link to glossary for components to help disambiguate
    
    * Update docs/docs/mdx/index.md
    
    Co-Authored-By: Marcy Sutton <[email protected]>
    
    * Update docs/docs/mdx/index.md
    
    Co-Authored-By: Marcy Sutton <[email protected]>
    
    * Update www/src/data/sidebars/doc-links.yaml
    
    Co-Authored-By: Marcy Sutton <[email protected]>
    
    * local merge conflicts + github suggestions = confusion
    gillkyle authored and Marcy Sutton committed Jun 19, 2019
    Copy the full SHA
    df94c22 View commit details
  2. fix(*): fix gatsby-cli dep in source-filesystem & plugin-sharp (#14881)

    Bring back progressbar functionality in ink and npm fixes.
    wardpeet authored Jun 19, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2594623 View commit details
  3. Copy the full SHA
    8457e70 View commit details
  4. Add status bar to bottom of screen during develop (#14874)

    * Add status bar to bottom of screen during develop
    
    This is a simple start but we'll be adding more things to the
    status bar over the next few days.
    
    * Remove commented out code
    
    * Comments and tweaks
    
    * Add comment
    
    * Make stage name more explicit & don't clear screen for now
    KyleAMathews authored Jun 19, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a0353be View commit details
  5. Copy the full SHA
    9d5cb10 View commit details
Loading