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: mitre/saf-lambda-function
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mitre/saf-lambda-function
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: basic_s3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 25, 2022

  1. init

    Signed-off-by: yarick <[email protected]>
    yarick committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    a4ebf15 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. remove saf cli dependency on branch

    Signed-off-by: yarick <[email protected]>
    yarick committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    d6e8842 View commit details
    Browse the repository at this point in the history
  2. - linted and formated file

    - added TODO items
    - paramaterized things that we have
    
    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    779b994 View commit details
    Browse the repository at this point in the history
  3. minor fix to README

    Signed-off-by: GitHub <[email protected]>
    aaronlippold authored Feb 27, 2022
    Configuration menu
    Copy the full SHA
    024c2b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Added local Lambda runtime env.

    Added simple logging
    Fixed S3 get/save
    
    Signed-off-by: yarick <[email protected]>
    yarick committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    69535f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Migrated from console.log to winston logger

    Added winston template to match Lambda CloudWatch format
    
    Signed-off-by: yarick <[email protected]>
    yarick committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    bfa6ae0 View commit details
    Browse the repository at this point in the history
  2. Logged last few spots, cleanup/fixes in various files

    - adding logger to our throw/error cases
    - moved error checking to the top of the process so we did not start
      down a road that we couldn't go down for no reason
    - added lagger to the remaining console.log statments
    - fixed incorrect License reference in package.json
    - removed all unused commented code from files
    - removed unused files from project
    - standardized formatting and linting on files
    
    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e81cc7f View commit details
    Browse the repository at this point in the history
  3. starting adding the structure for local mock testing

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d397891 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5aa5e40 View commit details
    Browse the repository at this point in the history
  5. updated release-drafter to also run on PRs for now

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4b0aa77 View commit details
    Browse the repository at this point in the history
  6. cleanup: typo

    Signed-off-by: yarick <[email protected]>
    yarick committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    231b7c4 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/basic_s3' into basic_s3

    # Conflicts:
    #	app.js
    yarick committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    3415864 View commit details
    Browse the repository at this point in the history
  8. cleanup: typo

    Signed-off-by: yarick <[email protected]>
    yarick committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    002f55b View commit details
    Browse the repository at this point in the history
  9. cleanup: typos

    Signed-off-by: yarick <[email protected]>
    yarick committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    92289b7 View commit details
    Browse the repository at this point in the history
  10. reverted to variable declaration working sequence

    Signed-off-by: yarick <[email protected]>
    yarick committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d09931a View commit details
    Browse the repository at this point in the history
Loading