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

Plugin Library build fixes #3906

Merged
merged 284 commits into from
Mar 6, 2018
Merged

Plugin Library build fixes #3906

merged 284 commits into from
Mar 6, 2018
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 24, 2018

  1. Support URLs that end in SemVer ranges (#3305)

    Fixes #3164.
    danoc authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    40df85e View commit details
    Browse the repository at this point in the history
  2. page path defaults to '/' (#3325)

    * page path defaults to '/'
    
    * Add test
    luczaki114 authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    396ae6e View commit details
    Browse the repository at this point in the history
  3. Use graymatter excerpt in gatsby-transformer-remark (#2883)

    * Check for graymatter excerpt
    
    Checks to see if there is a gray-matter excerpt before returning a
    pruned character count
    
    * Fix test
    
    Remove a variable that wasn't being used
    
    * Create page to describe excerpts
    
    * Update using-remark example
    
    * Remove package-lock.json
    
    * Remove console.log statements
    
    * Update copy
    
    Updates copy to be a bit more descriptive
    
    * Update header for example page
    
    * Begin stubbing out extend-node.js tests
    
    Created a basic framework for creating a markdown node via the
    onCreateNode function. This should be expanded to factor in the changes
    that occur in the setFieldsOnGraphQLNodeType function.
    
    * Add query test
    
    Adds a test that uses graphql to query a node with its excerpt
    
    * Regroup tests
    
    Regroups tests so that graphql queries and node tests are in their own
    groups
    
    * Fix linting errors
    
    Fixes linting errors that were causing issues on travisCI
    
    * Format
    reccanti authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3492447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    771f241 View commit details
    Browse the repository at this point in the history
  5. Upgrade style-loader to fix CSS modules issue (#3283)

    * Upgrade style-loader to 0.19.0 to fix webpack-contrib/style-loader#182
    
    * Update to last version
    eramdam authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9c1935a View commit details
    Browse the repository at this point in the history
  6. format/bootstrap

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    95e5af7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03c19fb View commit details
    Browse the repository at this point in the history
  8. Updated links for Glamor and Styled Components (#3462)

    * Updated links for Glamor and Styled Components
    
    * Update index.md
    virenb authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    de876dd View commit details
    Browse the repository at this point in the history
  9. Update tutorial.js

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c881201 View commit details
    Browse the repository at this point in the history
  10. Add link to the using-remark website

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    f1eb95c View commit details
    Browse the repository at this point in the history
  11. Don't create pages for test files (#3464)

    * Don't generate pages for test files
    
    * Use parsedPath.base instead of path
    kpollich authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    65e851f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    74b1ebe View commit details
    Browse the repository at this point in the history
  13. activated mergeLinkHeaders (#3463)

    zionis137 authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    60c0533 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5ad3b38 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4c1bbeb View commit details
    Browse the repository at this point in the history
  16. Revert "Upgrade style-loader to fix CSS modules issue (#3283)"

    This reverts commit 834dcb8.
    
    A number of people were reporting that this broke the default starter in
    node 8 e.g. https://twitter.com/Lehanism/status/951397594953076737
    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    4ef16d0 View commit details
    Browse the repository at this point in the history
  17. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    ec1b7ac View commit details
    Browse the repository at this point in the history
  18. Fix Links Redirection (#3471)

    * Fix Links Redirection
    
    * Fix Glamor Link Redirection
    deadcoder0904 authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    80775eb View commit details
    Browse the repository at this point in the history
  19. Fix typo (#3470)

    deepakjois authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    74be3d8 View commit details
    Browse the repository at this point in the history
  20. Update tutorial-links.yml

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    b007e5a View commit details
    Browse the repository at this point in the history
  21. Cleanup Glamor / Styled Component mini-tutorials (#3474)

    * Cleanup Glamor / Styled Component mini-tutorials
    
    * Tweaks
    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d4cc9f1 View commit details
    Browse the repository at this point in the history
  22. Fix typo in building with components section (#3476)

    reusabilty => reusability
    dannywils authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    f9846a2 View commit details
    Browse the repository at this point in the history
  23. Fix typo (#3477)

    LekoArts authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    84c31f6 View commit details
    Browse the repository at this point in the history
  24. Update Deploy Gatsby page - Gitlab Pages (#3482)

    * Update Deploy Gatsby page - Gitlab Pages
    
    Have made a few edits, mainly to include the Path Prefix plugin, which is needed when using Gitlab pages without a custom domain. This has basically been shamelessly copied from the Github pages example...
    Also did a bit of formatting.
    
    * fix typo
    travis-r6s authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    f95f249 View commit details
    Browse the repository at this point in the history
  25. correct key behavior (#3483)

    * correct key behavior
    
    * remove trailing slash logic
    
    * remove adding new variable
    calcsam authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3fbba4e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bbc764c View commit details
    Browse the repository at this point in the history
  27. Add Strata starter (#3488)

    Add Strata starter to the list.
    ChangoMan authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    5d3a508 View commit details
    Browse the repository at this point in the history
  28. Use _.isPlainObject to prevent false Array positives (#3490)

    Brandon Konkle authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    2f4cf0e View commit details
    Browse the repository at this point in the history
  29. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3c1fa01 View commit details
    Browse the repository at this point in the history
  30. update styled-jsx dep in gatsby-plugin-styled-jsx (#3493)

    * update styled-jsx dep in gatsby-plugin-styled-jsx
    
    * move styled-jsx to peerDependencies in gatsby-plugin-styled-jsx
    zgreen authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    2fba7b4 View commit details
    Browse the repository at this point in the history
  31. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    cee6352 View commit details
    Browse the repository at this point in the history
  32. gatsby-image docs (#3500)

    * Update CONTRIBUTING.md
    
    small typo
    
    * Update README.md
    
    typo fixes and additional section
    
    * Update awesome-gatsby.md
    
    * Update README.md
    gillkyle authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    b6ae588 View commit details
    Browse the repository at this point in the history
  33. Easy edits based off of observing Eden go thru tutorials (#3501)

    A few typo corrections and clarified wording. There are more big changes to address later.
    shannonbux authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    94b2b7a View commit details
    Browse the repository at this point in the history
  34. [gatsby] don't run service-workers outside of https or localhost (#3502

    )
    
    * [gatsby] don't run service-workers outside of https or localhost
    see: #3385
    
    * add detail around running local changes to CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * format
    busticated authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    e5b24d4 View commit details
    Browse the repository at this point in the history
  35. format

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    08a0ae0 View commit details
    Browse the repository at this point in the history
  36. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    b812df8 View commit details
    Browse the repository at this point in the history
  37. Properly use withPrefix in adding-images-fonts-files docs (#3503)

    I came across this while browsing through the documentation. The `withPrefix` import was left unused in the "escape hatch" example, which I'm pretty sure is not intentional.
    trotzig authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9341256 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d0f58e0 View commit details
    Browse the repository at this point in the history
  39. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    86b5d9d View commit details
    Browse the repository at this point in the history
  40. Fix typo in docs (#3511)

    adrienharnay authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    7c2982d View commit details
    Browse the repository at this point in the history
  41. Add Netlify CMS plugin, related docs (#3509)

    * add Netlify CMS plugin
    
    * add Netlify CMS guide
    
    * add Netlify to deploy docs
    
    * Update deploy-gatsby.md
    erquhart authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    6144049 View commit details
    Browse the repository at this point in the history
  42. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    71f939a View commit details
    Browse the repository at this point in the history
  43. Fix clone instructions (#3514)

    * Publish
    
     - [email protected]
    
    * Fix instructions for cloning the docs
    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c079cf2 View commit details
    Browse the repository at this point in the history
  44. Search and replace the hostname in URLs. (#3498)

    * Search and replace the hostname in URLs.
    #3450
    
    * Fixed code styling issues
    
    * Missed backticks for the timers requirement
    
    * Updated readme with search and replace options
    
    * Removed async, wrapped json parse in a try catch and updated blacklist function
    
    * Updated search and replace api and updated documentation
    
    * Added logging for invalid search and replace option
    
    * make option more explicit, updated default value & removed redundant logging
    
    * Updated the variable name making it clearer
    moshie authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    07dd840 View commit details
    Browse the repository at this point in the history
  45. Add documentation on adding list of blog posts (#3510)

    * Add documentation on adding list of blog posts
    
    * Update adding-a-list-of-markdown-blog-posts.md
    
    * Import the component
    adrienharnay authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    8d39adf View commit details
    Browse the repository at this point in the history
  46. [DOCS] Adding Markdown pages: Remove useless fields (#3517)

    * [DOCS] Adding Markdown pages: Remove useless fields
    
    * Update adding-markdown-pages.md
    adrienharnay authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d4946b1 View commit details
    Browse the repository at this point in the history
  47. [DOCS] Links: Remove emphasis from implem stubs (#3518)

    * [DOCS] Links: Remove emphasis from implem stubs
    
    Some docs have been implemented but are still marked as stubs in the navigation drawer
    
    * Update doc-links.yaml
    adrienharnay authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    1a4e765 View commit details
    Browse the repository at this point in the history
  48. fix link (#3513)

    roman-kosov authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    a3194fc View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    3360f7d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    d19cc12 View commit details
    Browse the repository at this point in the history
  51. Adds email capture to bottom of blog (#3333)

    * Adds email capture to bottom of blog
    
    * Adds email capture to bottom of blog
    
    * Adds Mailchimp functionality
    
    * Refactors postEmailToMailchimp method, updates cc
    
    * updates rhythm css, installs & uses validator module
    
    * Fiddle with design
    benjaminhoffman authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    20d856c View commit details
    Browse the repository at this point in the history
  52. Fix gatsby-plugin-nprogress default options param (#3533)

    * Fix default `pluginOptions` parameter
    
    This PR fixes #3484
    
    Correctly merge `defaultOptions` with `pluginOptions`
    
    * Indent `styles` template string correctly
    
    * Change default
    Pedro Duarte authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    e5a71eb View commit details
    Browse the repository at this point in the history
  53. Format

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    e303054 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    88f77e2 View commit details
    Browse the repository at this point in the history
  55. Don't use internal name when reporting there's an error in gatsby-nod…

    …e.js fixes #2945 (#3536)
    
    * Don't use internal name when reporting there's an error in gatsby-node.js fixes #2945
    
    * Move var initialization into tighter scope
    
    * can I code???
    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c6f5fb1 View commit details
    Browse the repository at this point in the history
  56. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    fb06047 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    7d70a07 View commit details
    Browse the repository at this point in the history
  58. Removes words like 'simple' & 'easy' from docs/www (#3523)

    * Removes words like 'simple' & 'easy' from docs/www
    
    * Additional optimizations
    
    * Update gatsby-v1.md
    
    * Update add-404-page.md
    
    * Update gatsby-style-guide.md
    
    * Update styled-components.md
    
    * Update index.md
    
    * Update index.md
    benjaminhoffman authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    870e05c View commit details
    Browse the repository at this point in the history
  59. cpinnix/verious starter (#3543)

    * Added verious-boilerplate to gatsby starters documentation.
    
    * Added Charles Pinnix Website and Verious to Showcase.
    cpinnix authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3912e79 View commit details
    Browse the repository at this point in the history
  60. gatsby-plugin-sharp: Remove warning for resolutions when requested wi…

    …dth and image width are equal (#3537)
    dannywils authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    ccd179c View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    301833e View commit details
    Browse the repository at this point in the history
  62. Update katex package to 0.8.3 (#3548)

    thomask-gh authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    bc433fb View commit details
    Browse the repository at this point in the history
  63. add unique titles to docs, tutorial, blog (#3550)

    Ben Forshey authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    2b0996c View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    9528157 View commit details
    Browse the repository at this point in the history
  65. format

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    efb237e View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    a838d81 View commit details
    Browse the repository at this point in the history
  67. [www] Fix <link rel=„author“> href (#3555)

    fk authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    5c71c64 View commit details
    Browse the repository at this point in the history
  68. [www] Fix email-capture-form cross browser issues (#3553)

    * pull shared <input>/<button> styles into constant
    * add default background color
    * add placeholder styles
    * use Futura instead of Spectral for form inputs* help Safari rendering <button> and <input> at equal height (tested in v11.0.2)
    * add focus styles
    * add focus styles to CtaButton
    fk authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    cb7c848 View commit details
    Browse the repository at this point in the history
  69. Add docs page with overview of Gatsby's usage of GraphQL (#3557)

    * Add docs page with overview of Gatsby's usage of GraphQL
    
    * Add missing word
    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    878f821 View commit details
    Browse the repository at this point in the history
  70. Debugging HTML Builds - fix copy&paste error (#3565)

    the point of the code-demo is that if we wrap the module it does not fail
    zionis137 authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    6e6933a View commit details
    Browse the repository at this point in the history
  71. Update outdated snapshot (#3566)

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    b74a2ea View commit details
    Browse the repository at this point in the history
  72. Update readme with demo link (#3573)

    RyKilleen authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    6854d7d View commit details
    Browse the repository at this point in the history
  73. Move script loader after webpack manifest (#3569)

    This should ensure that when any external scripts are loaded using
    script loader, the webpack manifest is already present.
    szimek authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9efb99f View commit details
    Browse the repository at this point in the history
  74. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    e882c31 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    e2d50bb View commit details
    Browse the repository at this point in the history
  76. City of Boston case study blog post (#3583)

    * boston blog post
    
    * blog v2
    calcsam authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d2d4f02 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    edee33b View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    0739bd5 View commit details
    Browse the repository at this point in the history
  79. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    10cc9d2 View commit details
    Browse the repository at this point in the history
  80. Add search form to site (#3421)

    * Add search form to site header
    
    * Prevent sidebar from overlapping search results
    
    * Override default search result styles
    
    * Reduce size of mask image
    
    * Prettier
    
    * Add a class name for the DocSearch crawlers
    
    As mentioned in the DocSearch signup message: #3097 (comment)
    
    * Disable DocSearch's debug mode
    
    * Capture default navigation events, replace with client-side navigation
    
    * Add a second identifier class for DocSearch
    
    * Improve mobile styles
    
    * Improve styling
    
    - Increase specificity so styles work in production build
    - Tidy up layout at medium and small breakpoints
    - Prettier
    
    * Load external CSS after document body
    m-allanson authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    252b2ca View commit details
    Browse the repository at this point in the history
  81. Some minor edits (#3586)

    * Some minor edits
    
    I also think it could be cool to explain just a few use cases that answer this question: "Why is GraphQL so cool?"
    
    I also expected to see code examples for image stuff. Also, a random thing about colons that I learned last year is this:
    
    a full sentence must precede the colon :)
    
    * Tweak
    shannonbux authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    31cc5e8 View commit details
    Browse the repository at this point in the history
  82. Add sample code showing off gatsby-image + image processing to query …

    …with GraphQL page (#3589)
    
    * Add sample code showing off gatsby-image + image processing to query with GraphQL page
    
    * Update querying-with-graphql.md
    
    * Update README.md
    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3390a5f View commit details
    Browse the repository at this point in the history
  83. Improve documentation for createParentChildLink (#3594)

    * Improve documentation for createParentChildLink
    
    * Format
    
    * edit
    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    a9d9c4f View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    ff7de90 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    037914e View commit details
    Browse the repository at this point in the history
  86. Updated Plugins.md (#3593)

    Added Gatsby Directus Source Plugin
    iKonrad authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c065540 View commit details
    Browse the repository at this point in the history
  87. [www] Add gatsby-plugin-postcss-sass (#3590)

    fk authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    b352e42 View commit details
    Browse the repository at this point in the history
  88. [www] Improve docsearch UI for small devices (#3597)

    * [www] Improve docsearch for small devices
    
    * ditch css.global(…) and instead use css.insert() for all CSS overriding/building upon the stock docsearch.css – couldn’t figure out any advantages in using css.global over css.insert()
    * full-width result list items and calmer subcategory titles for small devices
    * „purpelize“ UI and replace a few more stock colors with equivalents from utils/presets
    * slightly wider result dropdown for desktop and above
    * remove result dropdown outer padding and fiddle with whitespace
    
    * debug:false
    fk authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    b78b2bf View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    edcfb2f View commit details
    Browse the repository at this point in the history
  90. [www] Increase navigation z-index (#3599)

    Prevent the author link on blog post cards from showing above the new docsearch dropdown.
    fk authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c54f190 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    69764bb View commit details
    Browse the repository at this point in the history
  92. [gatsby-source-contentful] Delete original link regardless of ID vali…

    …dity (#3592)
    
    * wip
    
    * [gatsby-source-contentful] Delete original link regardless of presence of resolvable ID
    sarahatwork authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    5f6a99b View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    ad71018 View commit details
    Browse the repository at this point in the history
  94. Create new page docs/creating-hybrid-pages-with-static-and-dynamic-co…

    …mponents.md (#3579)
    
    * Update  docs/creating-and-modifying-pages.md to expand on the use of client-only routes to create a hybrid or "app-shell" Gatsby app
    
    * + Split hybrid page docs into its own page and update linked pages
    
    * Update creating-and-modifying-pages.md
    
    * Update and rename creating-hybrid-pages-with-static-and-dynamic-components.md to building-apps-with-gatsby
    
    * Update creating-and-modifying-pages.md
    
    * Rename building-apps-with-gatsby to building-apps-with-gatsby.md
    
    * Update README.md
    
    * Update building-apps-with-gatsby.md
    dominicfallows authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    f8d4f40 View commit details
    Browse the repository at this point in the history
  95. Add link to new docs page

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    6de400f View commit details
    Browse the repository at this point in the history
  96. Enable filtering on linked nodes (#3600)

    Add support to filter on linked nodes.
    
    Close #3190
    alvinthen authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d023db2 View commit details
    Browse the repository at this point in the history
  97. Update comment

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    b53d822 View commit details
    Browse the repository at this point in the history
  98. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    abaaf42 View commit details
    Browse the repository at this point in the history
  99. Bundle Netlify CMS styles (#3611)

    * define webpack loader.exclude with array for extensibility
    
    * generate separate CSS bundle for Netlify CMS plugin
    erquhart authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    5ffdaf0 View commit details
    Browse the repository at this point in the history
  100. Fix images disappearing from rendered markdown files (#3612)

    * Fix images disappearing from rendered markdown files
    
    Fixes #3608
    
    * Revert invalid indentation changes
    kripod authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    2eb64d8 View commit details
    Browse the repository at this point in the history
  101. Revert "Enable filtering on linked nodes" (#3613)

    * Revert "Fix images disappearing from rendered markdown files (#3612)"
    
    This reverts commit 01022ab.
    
    * Revert "Bundle Netlify CMS styles (#3611)"
    
    This reverts commit d19ec31.
    
    * Revert "Publish"
    
    This reverts commit 53f66a4.
    
    * Revert "Update comment"
    
    This reverts commit 2b22c2c.
    
    * Revert "Enable filtering on linked nodes (#3600)"
    
    This reverts commit 7120e5a.
    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9aa445a View commit details
    Browse the repository at this point in the history
  102. Add yerevancoder (#3598)

    fxfactorial authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    8ef3ccf View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    43cb33d View commit details
    Browse the repository at this point in the history
  104. Fix gatsby-remark-image (#3620)

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9e84510 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    925e6d6 View commit details
    Browse the repository at this point in the history
  106. WordPress Media Download Basic Auth Fix (#3614)

    * WordPress Media Download Basic Auth Fix
    
    * format
    flmuel authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    8ac5f18 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    2333593 View commit details
    Browse the repository at this point in the history
  108. Set default auth object

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    cfe5d32 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    240a519 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    c9df375 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    9935773 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    6b87e0d View commit details
    Browse the repository at this point in the history
  113. Fix copying "dev-404-page.js" to the cache folder on Windows (#3627)

    * Fix images disappearing from rendered markdown files
    
    Fixes #3608
    
    * Revert invalid indentation changes
    
    * Fix copying "dev-404-page.js" to the cache folder on Windows
    
    Fixes #2819
    
    * Fix snapshot tests
    
    * Revert invalid improper snapshot test modification
    kripod authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c1bfd74 View commit details
    Browse the repository at this point in the history
  114. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    827edbc View commit details
    Browse the repository at this point in the history
  115. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    27d89ed View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    6759fb7 View commit details
    Browse the repository at this point in the history
  117. Added gatsby-starter-lumen

    alxshelepenok authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d82de7c View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    972016a View commit details
    Browse the repository at this point in the history
  119. Add section about deploying with now to the docs (#3641)

    * Add section to the deploy docs page for deploying to now
    
    * Add section to the deploy docs page for deploying to now
    
    * Add install code snippet
    
    * Update deploy-gatsby.md
    hamlim authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    02cb881 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    83050a5 View commit details
    Browse the repository at this point in the history
  121. index.md (#3638)

    * index.md
    
    I am not the only one who got this problem. I think some other junior leaner will do the same. My English is poor.If the idea is good, please change it to correct spelling and grammar.
    here is the question link: #1739
    
    * Update index.md
    kavanLi authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    562c083 View commit details
    Browse the repository at this point in the history
  122. All the author info for Pierre (#3651)

    I'm pretty sure I need to update the actual blog post. It's not in master branch on my computer yet, so will just edit it via web
    shannonbux authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    02ae0c9 View commit details
    Browse the repository at this point in the history
  123. Strapi blog post content (#3618)

    * Strapi blog post content
    
    Avatar and bio still coming, will make those edits and edit yaml later
    
    * Updated author info
    
    Also I just realized that the images in here might not work if we don't have original files in the directory. Is this true, @kylemathews?
    shannonbux authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    2c50ce3 View commit details
    Browse the repository at this point in the history
  124. Add tutorial series links to docs (#3634)

    * Add tutorial series links to docs
    
    * Update awesome-gatsby.md
    n370 authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    b9791f5 View commit details
    Browse the repository at this point in the history
  125. [WIP] Update Gatsbygram to make it work with current (unofficial) JSO…

    …N API. (#3349)
    
    * Update Gatsbygram to make it work with current (unofficial) JSON API.
    
    * Revert back to previous data structure; add case study URL to README.
    Daniel Demmel authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3b033cf View commit details
    Browse the repository at this point in the history
  126. Contributing (#3619)

    * Contributing
    
    Not sure if "adding unit or functional tests" makes sense. Took it from webpack example.
    
    Also added your hierarchy of helpfulness under ### special note on issues. Don't know if the sentence introducing them is the best advice...
    
    Also check the plugin naming convention.
    
    Hope I'm getting the header levels right here.
    
    There is some overlap here with the Gatsby style guide. I've got it on a to-do list to think through division of information between the two docs
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    shannonbux authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9d80bcf View commit details
    Browse the repository at this point in the history
  127. [gatsby-transformer-remark] Add htmlAst field (#3596)

    This implements a GraphQL field that presents the rehype AST as JSON, allowing for this information to be consumed from a page template and presented dynamically.
    ryaninvents authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    526db89 View commit details
    Browse the repository at this point in the history
  128. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d2c30ef View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    a354d8b View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    d76d4a9 View commit details
    Browse the repository at this point in the history
  131. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    dbc7a1b View commit details
    Browse the repository at this point in the history
  132. Minor change to tutorial part four index.md (#3649)

    * Minor change to tutorial part four index.md
    
    Changed one liner 2 steps to <ol> style.
    More readable.
    
    * Update index.md
    danielemesh authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    0011656 View commit details
    Browse the repository at this point in the history
  133. Added deploy task to gh-pages in Org pages (#3642)

    Added the task to deploy to Github Pages in Organizations pages like organization.github.io
    leandrw authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    af6afcb View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    3f0fd1f View commit details
    Browse the repository at this point in the history
  135. Add gatsby-starter-strict (#3645)

    kripod authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    414d0bd View commit details
    Browse the repository at this point in the history
  136. blog: add getting started with gatsby and wordpress (#3647)

    * blog: add getting started with gatsby and wordpress
    
    * Make links local to gatsbyjs.org + a few other tweaks
    amberleyromo authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    ade0ff6 View commit details
    Browse the repository at this point in the history
  137. [www] Search shortcut (#3654)

    * Add keyboard shortcut for focussing the search input
    
    * Blur input on result selection
    m-allanson authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    785e4f7 View commit details
    Browse the repository at this point in the history
  138. Remove note about their being more parts to the tutorial (#3655)

    * Remove note about their being more parts to the tutorial
    
    We'll ship more stuff when we do. No reason to make it sound less than useful as it is.
    
    * format
    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    dba20b2 View commit details
    Browse the repository at this point in the history
  139. Add images in Strapi tutorial (#3660)

    * Add images in Strapi tutorial
    
    * Remove package-lock.json files
    pierreburgy authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    4e6aa9a View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    8dbdf2b View commit details
    Browse the repository at this point in the history
  141. README showcase update (#3661)

    * updated README with two of my gatsbyjs projects.
    
    I hope this alright, if not I totally understand
    
    * Updated README
    
    fix space issue
    Harrison1 authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    dd03f4c View commit details
    Browse the repository at this point in the history
  142. Add gatsby-starter-portfolio-emilia (#3664)

    Also grouped both starters into one bulletpoint (as talked about on Discord) and changed some minor stuff.
    LekoArts authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    46bed46 View commit details
    Browse the repository at this point in the history
  143. [gatsby-source-medium] fetch users and publications (#3623)

    * Add support for fetching a users payload along with publications from Medium
    
    * Update gatsby-source-medium readme, add note for @ for usernames
    
    * Undo any changes to `links` variable
    racedale authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    5d360d6 View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    44d7ac9 View commit details
    Browse the repository at this point in the history
  145. [gatsby-source-contentful] Make base64 query to field-level to speed …

    …up asset queries (#3617)
    
    * [gatsby-source-contentful] Add withBase64 option to speed up image queries
    
    * Revert "[gatsby-source-contentful] Add withBase64 option to speed up image queries"
    
    This reverts commit bb080f7.
    
    * remove base64 from resolveResponsiveResolution
    
    * create base64 resolver
    
    * update sizes, reset resize to original state
    
    * update tests
    
    * update resize and tests
    sarahatwork authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    46f356a View commit details
    Browse the repository at this point in the history
  146. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    c5d205e View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    e4a64ee View commit details
    Browse the repository at this point in the history
  148. Fix gatsby-starter-portfolio-emilia PR (#3667)

    Seems like "Features" or something other is messing up the indentation and therefore messing up the whole idea of two sub-entries. So I just did two separate entries now.
    LekoArts authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    02eb3da View commit details
    Browse the repository at this point in the history
  149. Add Flooring Factories Outlets to Showcase (#3666)

    Added a website made for a client... built with gatsby / netlify :)
    akadop authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    bda4c72 View commit details
    Browse the repository at this point in the history
  150. Publish

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    97e8a7c View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    1217a00 View commit details
    Browse the repository at this point in the history
  152. [www] Update/consolidate palette, monogram and logo, favicons (#3639)

    * #744c9e/116,76,158 -> #9966cc/102, 51, 153 (rebeccapurple)
    
    * [WIP] Consolidate palette
    
    * Ditch B100 in favor of B200
    
    * Neutral diagram stripe color at least for now
    
    * Fussing around with saturation
    
    * Adjustting hues (still WIP ;-))
    
    * Roll back all palette colors but brand/„B700“
    
    * Throw in chroma.js, output presets.B*, chroma.js palette at /colors
    
    * B200 -> B100
    * B300 -> B200
    * colors.b[0] -> B100
      * components/diagram „box“ border
      * layouts/index sidebar border-right
    
    * Grab chroma-js from npm now that 1.3.6 is published
    
    * Add redrawn monogram and logo (monogram + wordmark)
    
    * remove gatsby-calm.svg for now – was only used on the blog page, where we’re for now using the regular monogram
    * remove gatsby-negative.png, not in use – will regenerate the favicons that were probably based on this and add them ASAP
    * remove gatsby-positive.svg, unused
    * rename gatsby-negative.svg to monogram.svg, update it with the redrawn version
    * replace logo and <h1> wordmark in components/navigation with the newly added logo.svg
    
    * Update favicons
    
    * fix apple-touch-icon.png, which had a transparent background which iOS resolves to black which looks 😒
    * fix non-anti-aliased edges in all favicons
    * add a white background for the „G and chopped edge“ shape of the favicon which was transparent before
    * fix Safari pinned tab color
    
    * Add hex2rgba, remove presets.shadowColor (matches presets.B500)
    
    * Inherit text color
    
    * Move colors from presets to colors
    
    * Remove orange logo
    
    * Bump favicon.ico
    
    * Optimize favicons, update Windows tile icons
    
    * Update manifest theme/background_color
    
    * Remove some leftover anchors; invert logo for iOS, Windows tile
    
    * Add Windows tile browserconfig.xml
    
    * Oops
    
    * Remove chroma (…), back to descriptive color names
    
    * Make presets.calm pass WCAG AA
    
    * Fix icon colors
    
    * Remove presets.brandDark
    
    * Add colors.gray
    
    * :D
    
    * Make presets.calm pass WCAG AA again
    
    * rebeccapurple links in blog articles
    
    * Fix logo offset
    
    * Ditch colors.brand, add colors.ui, don’t litter colors in presets 🙄
    
    * rename `brand` to `gatsby`
    * expose `utils/colors` at `presets.colors`
    * move UI colors to `colors.ui`
    * add colors.success, colors.warning
    
    * Update logo wordmark, optimize SVGs
    fk authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    2c99cbf View commit details
    Browse the repository at this point in the history
  153. Update building-apps-with-gatsby.md

    KyleAMathews authored and jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    4f6a239 View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    3f60eda View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    c9459f7 View commit details
    Browse the repository at this point in the history
  156. Remove unneccesary css

    jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    8486bf0 View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    f2467b0 View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    06f58ff View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    1891a85 View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    b832e70 View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    0273f12 View commit details
    Browse the repository at this point in the history
  162. Remove withUrlSync.js

    jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    4c3d038 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    9194b76 View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    9e183bf View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    457335a View commit details
    Browse the repository at this point in the history
  166. Add source plugin to pull in npm package info, add metadata to cards …

    …and package detail page
    jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    f1b88ec View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    16f0c59 View commit details
    Browse the repository at this point in the history
  168. Remove multiple div

    jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    a08b581 View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    45c01a8 View commit details
    Browse the repository at this point in the history
  170. Fix merge conflicts

    jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    610d83d View commit details
    Browse the repository at this point in the history
  171. Update searchbar styles

    jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    5a4b511 View commit details
    Browse the repository at this point in the history
  172. Remove searchbar scroll

    jastack committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    86b8308 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Update packages.js

    jastack committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    55136bb View commit details
    Browse the repository at this point in the history
  2. Empty commit

    jastack committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    ed42acb View commit details
    Browse the repository at this point in the history
  3. Empty commit

    jastack committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    a403325 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    47da85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f797e View commit details
    Browse the repository at this point in the history
  3. Remove unneccesary css

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    2e47389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a32b9ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08ecb97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00639a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78bd170 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11692b2 View commit details
    Browse the repository at this point in the history
  9. Remove withUrlSync.js

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    d9413e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14e1bca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    397308b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3dc2df6 View commit details
    Browse the repository at this point in the history
  13. Add source plugin to pull in npm package info, add metadata to cards …

    …and package detail page
    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    39c0fa5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6a5dc7c View commit details
    Browse the repository at this point in the history
  15. Remove multiple div

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    c007b3f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5f446a2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fdb3c3f View commit details
    Browse the repository at this point in the history
  18. Remove unneccesary css

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    4ee73f7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dd6b9ec View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    05ec13b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    22349bf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d5e4a67 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9807e5b View commit details
    Browse the repository at this point in the history
  24. Remove withUrlSync.js

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    de22f28 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    45a0d2f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9e147ca View commit details
    Browse the repository at this point in the history
  27. Add source plugin to pull in npm package info, add metadata to cards …

    …and package detail page
    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    c6d8e7b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2bb8d13 View commit details
    Browse the repository at this point in the history
  29. Remove multiple div

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    ce4878f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    96c4839 View commit details
    Browse the repository at this point in the history
  31. Update searchbar styles

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    a6ce75b View commit details
    Browse the repository at this point in the history
  32. Remove searchbar scroll

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    9224b8e View commit details
    Browse the repository at this point in the history
  33. Update packages.js

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    a0987d0 View commit details
    Browse the repository at this point in the history
  34. Empty commit

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    dd20c4c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9976291 View commit details
    Browse the repository at this point in the history
  36. Remove duplicate code

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    8d32524 View commit details
    Browse the repository at this point in the history
  37. Fix merge conflicts

    jastack committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    99da0b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Remove commented out code

    jastack committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    cb316ca View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    350b3ff View commit details
    Browse the repository at this point in the history
  2. linting fixes to run tests

    gillkyle committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    20a8054 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c153ff View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Merge branch 'master' into plugins-fixes, resolving dependency issues

    # Conflicts:
    #	www/gatsby-node.js
    #	yarn.lock
    gillkyle committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    9a1235f View commit details
    Browse the repository at this point in the history
  2. removed package-lock

    gillkyle committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    771cf35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    708dce8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. minor fixes across files in prep for merge

    react-icons instead of svgs, updated gitignores for gatsby-node files
    
    removed obsolete gatsby-source-npm that was refactored and renamed gatsby-source-npm-package-search
    
    shortened css file
    gillkyle committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    4479e4c View commit details
    Browse the repository at this point in the history
  2. removed unused icons

    gillkyle committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    dafdbb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6128a86 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Configuration menu
    Copy the full SHA
    c7062e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a8cbee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7bea21 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    82c64e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ef7e0 View commit details
    Browse the repository at this point in the history
  3. conditional rendering for packages that aren't found, UI tweaks to se…

    …arch bar on wide screens
    gillkyle committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    2198108 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. plugin library mobile layout

    gillkyle committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    c0220da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a21870 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into plugins-fixes

    # Conflicts:
    #	www/package.json
    gillkyle committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    bcb75bd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Configuration menu
    Copy the full SHA
    23ac85b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94e9e6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1e9cda View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Fix getting access to createNodeId

    createNodeId is a utility library that's passed in and not an NPM package
    KyleAMathews authored Feb 18, 2018
    Configuration menu
    Copy the full SHA
    d3f602b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. css deletions overhaul

    gillkyle committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    dcc5b54 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Configuration menu
    Copy the full SHA
    3cacd0d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Configuration menu
    Copy the full SHA
    e94abfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ac490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    779f518 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    fe18055 View commit details
    Browse the repository at this point in the history
  2. keeping undefined objects from being accessed with default values, co…

    …nditional rendering of specific metadata not pulled by every package
    gillkyle committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    c5e7bf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    3e6c48c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. Configuration menu
    Copy the full SHA
    159126c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ecd9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    473ca9b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    4695344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b8362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc290f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. refactor create page logic to make sure all packages have pages creat…

    …ed, and added PropTypes and not found data so undefined errors don't break package readme template components
    gillkyle committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    6a0af0f View commit details
    Browse the repository at this point in the history