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: scaleway/scaleway-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13
Choose a base ref
...
head repository: scaleway/scaleway-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14
Choose a head ref
  • 15 commits
  • 14 files changed
  • 7 contributors

Commits on May 10, 2017

  1. Post release version bump

    Julien Castets committed May 10, 2017
    Copy the full SHA
    081026e View commit details

Commits on May 20, 2017

  1. Fix wget release URL

    sirhopcount committed May 20, 2017
    Copy the full SHA
    8f1cd71 View commit details
  2. Merge pull request #461 from sirhopcount/fix-readme

    Fix wget release URL
    brmzkw authored May 20, 2017
    Copy the full SHA
    f998a95 View commit details

Commits on Jun 6, 2017

  1. Copy the full SHA
    9b8ac93 View commit details

Commits on Jun 7, 2017

  1. Merge pull request #465 from scaleway/arm64-target

    Add support for scw on Linux arm64
    brmzkw authored Jun 7, 2017
    Copy the full SHA
    d48bac1 View commit details

Commits on Jul 4, 2017

  1. Add the products command

    This command allow user to list products features. At the moment only the
    `servers` product is supported.
    tbillon committed Jul 4, 2017
    Copy the full SHA
    cfa747c View commit details
  2. Replace hardcoded volume values by an API call

    Some servers need to match a minimum volume size in order to be created. Those
    criteria were hardcoded into the server creation. Replace those by a call to
    the Products API. Then given the minimum volume size, partition it into
    predefined volume sizes.
    tbillon committed Jul 4, 2017
    Copy the full SHA
    c925277 View commit details
  3. Copy the full SHA
    3e87a1c View commit details

Commits on Jul 5, 2017

  1. Copy the full SHA
    7b872fa View commit details

Commits on Jul 12, 2017

  1. Close cache file before renaming it

    On Windows, calling os.Rename(oldpath, newpath) while `oldpath` is open will
    not create `newpath`. So close `oldpath` before renaming it to avoid the creation
    of a temporary cache file every time a command is run.
    tbillon committed Jul 12, 2017
    Copy the full SHA
    e049e26 View commit details

Commits on Jul 17, 2017

  1. update README : there is no zip file in new release

    Arnaud Chong committed Jul 17, 2017
    Copy the full SHA
    cf97415 View commit details
  2. Merge pull request #472 from achamo/master

    update README : there is no zip file in new release
    brmzkw authored Jul 17, 2017
    Copy the full SHA
    87995dc View commit details

Commits on Jul 18, 2017

  1. Merge pull request #470 from multun/master

    create-image-from-http.sh: do not force bootscript
    brmzkw authored Jul 18, 2017
    Copy the full SHA
    9247eec View commit details
  2. Update MAINTAINERS.md

    Julien Castets committed Jul 18, 2017
    Copy the full SHA
    9936887 View commit details
  3. Release v1.14

    Julien Castets committed Jul 18, 2017
    Copy the full SHA
    4c4502f View commit details
Loading