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.3b
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.31
Choose a head ref
  • 14 commits
  • 31 files changed
  • 5 contributors

Commits on Nov 5, 2017

  1. Update Dockerfile

    alexellis authored Nov 5, 2017
    Configuration menu
    Copy the full SHA
    0f2da32 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Bump watchdog to latest version for samples and templates

    Signed-off-by: Alex Ellis <alexellis2@gmail.com>
    alexellis committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    d2c9af4 View commit details
    Browse the repository at this point in the history
  2. Added capability to load default yaml stack.yaml

    Signed-off-by: Nic Jackson <jackson.nic@gmail.com>
    nicholasjackson authored and alexellis committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    904394c View commit details
    Browse the repository at this point in the history
  3. Updated test to use faked os.Stat

    Signed-off-by: Nic Jackson <jackson.nic@gmail.com>
    nicholasjackson authored and alexellis committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    572515c View commit details
    Browse the repository at this point in the history
  4. create .gitingore file if does not exists otherwise append to already…

    … present .gitignore
    
    Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
    
    changed function name to updateGitignore, return error from function and print at one place
    
    Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
    
    extracted update function, placed all update .gitignore func in one file
    
    added testcases for updateContent func
    
    Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
    
    extracted update function, placed all update .gitignore func in one file
    
    added testcases for updateContent func
    
    Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
    
    added testcases for updateContent func
    
    changes FILES_TO_IGNORE variable to filesToIgnore
    
    Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
    
    changes FILES_TO_IGNORE variable to filesToIgnore
    Vivek Singh authored and alexellis committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    16f019b View commit details
    Browse the repository at this point in the history
  5. Add short-hand -gw flag for commands

    Signed-off-by: Alex Ellis <alexellis2@gmail.com>
    alexellis committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    9388661 View commit details
    Browse the repository at this point in the history
  6. Change short-hand to -g

    Signed-off-by: Alex Ellis <alexellis2@gmail.com>
    alexellis committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    aad079a View commit details
    Browse the repository at this point in the history
  7. Remove old flag

    Signed-off-by: Alex Ellis <alexellis2@gmail.com>
    alexellis committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    f13001a View commit details
    Browse the repository at this point in the history
  8. build_test: Update the Copyright

    Signed-off-by: Nenad Ilic <nenadilic84@gmail.com>
    nenadilic84 authored and alexellis committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    a76734b View commit details
    Browse the repository at this point in the history
  9. Scan for license compliance during build

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

Commits on Nov 8, 2017

  1. Version relocation works

    Signed-off-by: Lewis Cowles <lewiscowles@me.com>
    Lewiscowles1986 authored and alexellis committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    47abbdf View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Ignore build folder from tests, restore unit test RUN step

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

Commits on Nov 10, 2017

  1. Fix chown for chmod

    alexellis authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    5a79f8f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Reset constraints when deploying. Fixes #218

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