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: andersquist/serverless-iam-roles-per-function
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: andersquist/serverless-iam-roles-per-function
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 17, 2019

  1. feat: nodejs 12 support (#32)

    * Add Node.js 12 to CI settings
    
    * Remove unnecessary space
    
    * Remove sudo settings from .travis.yml
    
    'sudo' seems to be unavailable.
    Remove sudo settings from .travis.yml
    
    https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
    
    * Fix test
    
    It seems that the content of Error.message has changed in Node.js 12.
    
    ```
    % node -v
    v10.16.0
    
    error.message:
    serverless-iam-roles-per-function: ERROR: msg :testing
    ```
    
    ```
    % node -v
    v12.9.1
    
    error.message:
    serverless-iam-roles-per-function: ERROR: msg :[ 'testing' ]
    ```
    abetomo authored and glicht committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    4dd58a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. feat: Use resolved region name in counting length of role name (#33)

    * Fixes #26. Add tests that will fail if the region isn't accounted for in getRoleNameLength
    
    * Explicitly checking for AWS::Region ref, and leaving the other logic in to maintain compatability
    
    * Add a test for when the Ref property isn't AWS::Region
    maafk authored and glicht committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    f9fd677 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

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

Commits on Oct 13, 2020

  1. 2 Configuration menu
    Copy the full SHA
    f4458ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172dc55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83b0d21 View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.1.0

    andersquist committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    71f6ce7 View commit details
    Browse the repository at this point in the history
Loading