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: keystonejs/keystone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f61898e13eb1cb7924d75ceadd267e09b1c193c
Choose a base ref
...
head repository: keystonejs/keystone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f01b313194c4924fa25bead8baa062be07d54e95
Choose a head ref
  • 8 commits
  • 94 files changed
  • 8 contributors

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    4ddc3dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887ad81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2806a0b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    5a75711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab6961 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Add account config params in destroy method (#3220)

    * Add account config params in destroy method
    
    We are not setting global configuration (api_key, api_secret, and
    cloud_name) in our cloudinary SDK. We are relying on passing these
    mandatory config settings in the options param of the upload API.
    
    But in the case of destroy method, we are omitting them and passing on
    default empty options object as an argument. This results in a rejected
    promise.
    
    To fix this issue, we are now injecting these values in the provided
    options object. User can still override these values if required.
    
    Resolves: #2821
    
    * Update .changeset/cyan-keys-sniff.md
    
    * Update .changeset/cyan-keys-sniff.md
    
    Co-authored-by: Aman Singh <aman.singh@thinkmill.com.au>
    Co-authored-by: Mike <mike@madebymike.com.au>
    3 people authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    25921eb View commit details
    Browse the repository at this point in the history
  2. Version Packages (#3198)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    6ab4f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f01b313 View commit details
    Browse the repository at this point in the history
Loading