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: dropbox/dbxcli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.3
Choose a base ref
...
head repository: dropbox/dbxcli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.5
Choose a head ref
  • 7 commits
  • 300 files changed
  • 1 contributor

Commits on Jul 25, 2017

  1. Use copy_v2 as copy is now deprecated [1].

    Also minor improvement to documentation for `cp`.
    
    [1]
    https://www.dropbox.com/developers/documentation/http/documentation#files-copy
    Diwaker Gupta committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    a23f874 View commit details
    Browse the repository at this point in the history
  2. Update other deprecated API call sites.

    Diwaker Gupta committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    523df44 View commit details
    Browse the repository at this point in the history
  3. Use UploadSessionAppendV2 API.

    Diwaker Gupta committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    d4c3f10 View commit details
    Browse the repository at this point in the history
  4. Update dependencies.

    Diwaker Gupta committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    185c3ef View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Fix #68: remove dependency on golumns

    As a nice side-effect, eliminates cascading deps on x/crypto, x/sys etc.
    Diwaker Gupta committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    5c1fce0 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Diwaker Gupta committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    cfa653e View commit details
    Browse the repository at this point in the history
  3. Fix broken build

    Diwaker Gupta committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    422baf7 View commit details
    Browse the repository at this point in the history
Loading