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

Binary canary config #5726

Merged
merged 30 commits into from
Aug 5, 2023

Commits on Jul 31, 2023

  1. chore: Update CFN Lint version to support python 3.11 (aws#5651)

    * Update CFN Lint version to support python 3.11
    
    * Run make update-reproducible-reqs
    
    ---------
    
    Co-authored-by: Mohamed Elasmar <[email protected]>
    ConnorKirk and moelasmar authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    792c6da View commit details
    Browse the repository at this point in the history
  2. fix: Require file label to run before maintainers (aws#5656)

    * Require file label to run before maintainers
    
    * Run maintainer label job even if previous job fails
    lucashuy authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e0de998 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. chore: update aws_lambda_builders to 1.36.0 (aws#5655)

    Co-authored-by: GitHub Action <[email protected]>
    Co-authored-by: Mohamed Elasmar <[email protected]>
    3 people authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d264edd View commit details
    Browse the repository at this point in the history
  2. fix(invoke): Write in UTF-8 string instead of bytes (aws#5642)

    * Revert "fix: Revert UTF-8 fixes aws#5485 and aws#5427 (aws#5512)"
    
    This reverts commit 36f8bf9.
    
    * Enforce utf8 on stdout/stderr/logfile
    
    ---------
    
    Co-authored-by: Jacob Fuss <[email protected]>
    jfuss and jfuss authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    253852c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. chore(deps): bump cryptography from 41.0.2 to 41.0.3 in /requirements (

    …aws#5675)
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.2...41.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    27eb2e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135da3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b282ceb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. chore: auto update reproducible requirements when there is a dependen…

    …cy change (aws#5677)
    
    * chore: add reproducible gha
    
    * format
    
    * formatting v2
    
    * format v3
    
    * use win make target
    
    * update windows job
    
    * update win paths
    
    * why windows why
    
    * remove if stmt for now
    
    * test with direct paths
    
    * update windows paths again
    
    * bring back activate
    
    * add dummy win file and push changes
    
    * update base.txt for testing
    
    * Update reproducibles
    
    * run jobs sequentially
    
    * print changed flag
    
    * check changes again
    
    * run git status before moving forward
    
    * refresh index before checking any changed files
    
    * Update reproducibles
    
    * commit or skip
    
    * Update reproducibles
    
    * rerun build & pyinstaller jobs once update reproducible finishes
    
    * add more details to commit message
    
    * nuke all reproducibles to trigger the CI
    
    * Update reproducibles: update-reproducible-linux-reqs
    
    * Update reproducibles: update-reproducible-mac-reqs
    
    * Update reproducibles: update-reproducible-win-reqs
    
    * change lb version for testing
    
    * update permissions and limit only for aws/aws-sam-cli
    
    * Update reproducibles: update-reproducible-linux-reqs
    
    * Update reproducibles: update-reproducible-mac-reqs
    
    * Update reproducibles: update-reproducible-win-reqs
    
    * update other jobs as well
    
    * run without file filter
    
    * Update reproducibles: update-reproducible-linux-reqs
    
    * Update reproducibles: update-reproducible-mac-reqs
    
    * Update reproducibles: update-reproducible-win-reqs
    
    * put the file filter back
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    mndeveci and actions-user authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8b67713 View commit details
    Browse the repository at this point in the history
  2. fix: Repair failing integration test (aws#5698)

    * Fix failing integration test
    
    * Be more specific with error message
    
    ---------
    
    Co-authored-by: Leonardo Gama <[email protected]>
    Leo10Gama and Leonardo Gama authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1af6375 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e858489 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. fix: Delete stacks in REVIEW_IN_PROGRESS (aws#5687)

    * Added functionality to delete stacks in REVIEW_IN_PROGRESS
    
    * Removed setting output to variable
    
    * Addressed comments
    
    * Added disclaimer to clean up lingering resources if there are more than one change set
    lucashuy authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6733ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b33386d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d67f0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f87d9be View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    af78938 View commit details
    Browse the repository at this point in the history
  2. Fix Windows test failure

    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    e217f3f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'binary-canary-config' of github.com:mildaniel/aws-sam-c…

    …li into binary-canary-config
    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    24640ab View commit details
    Browse the repository at this point in the history
  4. Fix install

    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d648431 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdadc63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0ae21e View commit details
    Browse the repository at this point in the history
  7. Fix install

    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    57c30a5 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'binary-canary-config' of github.com:mildaniel/aws-sam-c…

    …li into binary-canary-config
    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d914ed4 View commit details
    Browse the repository at this point in the history
  9. Fix install

    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    257313b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    968fe1c View commit details
    Browse the repository at this point in the history
  11. Fix install

    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    458d3b1 View commit details
    Browse the repository at this point in the history
  12. Fix conflict

    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    e400c8f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8043637 View commit details
    Browse the repository at this point in the history
  14. Fix conflict

    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    737019b View commit details
    Browse the repository at this point in the history
  15. Merge branch 'binary-canary-config' of github.com:mildaniel/aws-sam-c…

    …li into binary-canary-config
    mildaniel committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    1074999 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f5a9379 View commit details
    Browse the repository at this point in the history