Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 0.6.1 Release #720

Merged
merged 30 commits into from
Oct 19, 2018
Merged

Release: 0.6.1 Release #720

merged 30 commits into from
Oct 19, 2018

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    c123579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a58c40 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Configuration menu
    Copy the full SHA
    129bdb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    805445d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. feat(generate-event): Support dns_suffix and partition variables (#650)

    This adds two new generate-event template variables, dns_suffix (e.g. us-east-1.amazonaws.com) and partition (e.g. aws-cn), and happens to fix a bug where the AWS partition was being used in place of the Kinesis partition key in two templates.
    willyg302 authored and sanathkr committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    ab48a0c View commit details
    Browse the repository at this point in the history
  2. Fix(generate-event): SubCommand help text to be short-text. (#652)

    The help text for the SubCommands in generate-event were getting truncated
    in the terminal. The help text being displayed was the short_help text and not
    the full text. If a click command does not have short_text assoicated, click
    will truncate the help text to 45 characters.  We will now set the short_text
    to be the full text to allow the contents to be displayed on the screen.
    
    * Update unit tests
    jfuss authored and sanathkr committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    2f08ba6 View commit details
    Browse the repository at this point in the history
  3. fix(docs): fixed macOS name (#651)

    yhippa authored and sanathkr committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    abee022 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. fix(path): change windows style path to unix (#633)

    - On supplying path for docker, change path to unix style.
    - This allows sam-cli to work with docker toolbox on windows.
    sriram-mv authored and jfuss committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    7dd6d25 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    02bf4b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129c035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7093f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    deeca6d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    a48238c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    4c90d27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c35e17 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. fix: remove dependency on pystache (#684)

    * fix: remove dependency on pystache
    
    - pystache does not explicitly state it supports py36
    - last release was in 2014
    - using chevron instead
    
    * fix: use non-patched version of chevron
    sriram-mv authored and sanathkr committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    526e288 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    e607d66 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    5188e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e074fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38da528 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    ca4e35c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. docs(Cloud9): Reset bash cache on Cloud9 (#693)

    When installing SAM CLI onto Cloud9 and you don't reset the bash cache, you may see `sam --version` fail with "No such file or directory". Resetting the bash cache will address this.
    gnemtsov authored and jfuss committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    2bcec8f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    ad31368 View commit details
    Browse the repository at this point in the history
  2. fix: correct launch.json for nodejs debugging through VSCode (#704)

    - Remove source path mapping
    - Add a note for the localRoot being based on the where the function
      code resides. This is referenced by CodeUri inside template.yaml
    - Add a note on where VS code needs to be opened.
    sriram-mv authored and jfuss committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    504ca32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c9d99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    044591c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. fix: allow for stdout and stderr streams to be unbufferred directly. (#…

    …708)
    
    * fix: allow for stdout and stderr streams to be unbufferred directly.
    
    * fix: only set unbuffered streams when a debug port is set
    sriram-mv committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    34c7fb0 View commit details
    Browse the repository at this point in the history
  2. add pytest-mock for testing (#703)

    hideto0710 authored and sriram-mv committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    3fba861 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    9986f23 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. chore(0.6.1): SAM CLI Version bump (#717)

    sriram-mv authored and jfuss committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    0c8488e View commit details
    Browse the repository at this point in the history