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: openfaas/faas-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.17
Choose a base ref
...
head repository: openfaas/faas-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.18-alpha
Choose a head ref
  • 9 commits
  • 23 files changed
  • 4 contributors

Commits on Oct 1, 2017

  1. Update MAINTAINERS

    alexellis authored Oct 1, 2017
    Configuration menu
    Copy the full SHA
    f841bde View commit details
    Browse the repository at this point in the history
  2. Add austinfrey

    alexellis authored Oct 1, 2017
    Configuration menu
    Copy the full SHA
    75471b2 View commit details
    Browse the repository at this point in the history
  3. Update MAINTAINERS

    alexellis authored Oct 1, 2017
    Configuration menu
    Copy the full SHA
    972f029 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. .NET build-order optimizations

    Signed-off-by: Alex Ellis <alexellis2@gmail.com>
    alexellis committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    d54ac21 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. feat(cli): alter-invoke-verb

    - udated read me
    - updated invoke command
    
    Signed-off-by: Alexis Rivera DeLa Torre <garivera89@gmail.com>
    gardlt authored and alexellis committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    e097301 View commit details
    Browse the repository at this point in the history
  2. Push in parallel

    Signed-off-by: Alex Ellis <alexellis2@gmail.com>
    alexellis committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    e110195 View commit details
    Browse the repository at this point in the history
  3. Error checking for cli exec-commands

      faas-cli will now check the exit status of exec commands
      (i.e. <docker build ...>) and will "stop the world" if
      a non-zero exit occurs.
    
    Signed-off-by: Alex Shorsher <alex.shorsher@gmail.com>
    shorsher authored and alexellis committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    1920b35 View commit details
    Browse the repository at this point in the history
  4. Add mock server for testing (related to #45)

    Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
    itscaro authored and alexellis committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    7e920f8 View commit details
    Browse the repository at this point in the history
  5. Fix up tests after merge

    Signed-off-by: Alex Ellis <alexellis2@gmail.com>
    alexellis committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    7ef8ba6 View commit details
    Browse the repository at this point in the history
Loading