Thanks to visit codestin.com
Credit goes to github.com

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: malcolm-kee/gatsby-source-mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: malcolm-kee/gatsby-source-mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 11 files changed
  • 3 contributors

Commits on May 27, 2019

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

Commits on Jul 2, 2019

  1. V2.2.0 (#10)

    * install dependencies and minor tweak on passing down nodehelpers
    
    * make createMysqlNodes async
    
    * create remote image
    
    * fix logic
    
    * use mySqlImage plural for multiple images
    
    * handle multiple image better
    
    * also expose mysqlImages even if it is one image field
    
    * update README
    
    * update snapshot
    
    * add changelog file
    
    * fix README
    
    * update README for dependency on gatsby-plugin-sharp and gatsby-transformer-sharp for image processing
    
    * use reporter to log error
    malcolm-kee authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    efb2ac7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. reinstall dep

    malcolm-kee committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    2c37b60 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

Commits on Jan 18, 2020

  1. Fixes the timeout problem when there are a lot of images to retrieve …

    …by downloading images in batches of 3 (#18)
    korukugashi authored and malcolm-kee committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    436354a View commit details
    Browse the repository at this point in the history
  2. Update before publish (#19)

    * update dependencies and changelog
    
    * v2.2.2
    malcolm-kee authored Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6c8d72d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. fix exception during error reporting (#22)

    - createRemoteFileNode will reject with a string
    - therefore the call to reporter.error will fail
      as it expects an error object
    rburgst authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    484d991 View commit details
    Browse the repository at this point in the history
  2. Chore/bump deps (#23)

    * bump deps
    
    * v2.2.3
    
    * update travis image setting
    malcolm-kee authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    ca440b3 View commit details
    Browse the repository at this point in the history
Loading