Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 1, 2023

This PR & commit is automatically created from App Templates repo to update the SAM CLI with latest hash of the App Templates.

@github-actions github-actions bot requested a review from a team as a code owner August 1, 2023 16:05
@github-actions github-actions bot requested review from lucashuy and mildaniel August 1, 2023 16:05
@github-actions github-actions bot force-pushed the update_app_templates_hash branch from 68a4d6b to 3069303 Compare August 1, 2023 16:05
@moelasmar moelasmar closed this Aug 1, 2023
@moelasmar moelasmar reopened this Aug 1, 2023
@github-actions github-actions bot force-pushed the update_app_templates_hash branch 10 times, most recently from 92fdcfb to ae598ab Compare August 3, 2023 08:06
@moelasmar moelasmar closed this Aug 3, 2023
@moelasmar moelasmar reopened this Aug 3, 2023
@github-actions github-actions bot force-pushed the update_app_templates_hash branch 3 times, most recently from 8b9c39c to 96a04b2 Compare August 3, 2023 20:05
@jfuss jfuss enabled auto-merge August 3, 2023 20:06
@github-actions github-actions bot force-pushed the update_app_templates_hash branch 5 times, most recently from 8aa1976 to 4cc10c1 Compare August 4, 2023 16:05
@github-actions github-actions bot force-pushed the update_app_templates_hash branch 2 times, most recently from 94f9973 to a4b7152 Compare August 5, 2023 00:21
@github-actions github-actions bot force-pushed the update_app_templates_hash branch from a4b7152 to 2d36245 Compare August 5, 2023 04:05
@moelasmar moelasmar closed this Aug 5, 2023
auto-merge was automatically disabled August 5, 2023 05:17

Pull request was closed

@moelasmar moelasmar reopened this Aug 5, 2023
@moelasmar moelasmar enabled auto-merge August 5, 2023 05:17
@moelasmar moelasmar added this pull request to the merge queue Aug 5, 2023
Merged via the queue into develop with commit cae8e2d Aug 5, 2023
moelasmar added a commit that referenced this pull request Aug 6, 2023
* chore: Update CFN Lint version to support python 3.11 (#5651)

* Update CFN Lint version to support python 3.11

* Run make update-reproducible-reqs

---------

Co-authored-by: Mohamed Elasmar <71043312+moelasmar@users.noreply.github.com>

* fix: Require file label to run before maintainers (#5656)

* Require file label to run before maintainers

* Run maintainer label job even if previous job fails

* chore: update aws_lambda_builders to 1.36.0 (#5655)

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Mohamed Elasmar <71043312+moelasmar@users.noreply.github.com>

* fix(invoke): Write in UTF-8 string instead of bytes (#5642)

* Revert "fix: Revert UTF-8 fixes #5485 and #5427 (#5512)"

This reverts commit 36f8bf9.

* Enforce utf8 on stdout/stderr/logfile

---------

Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>

* chore(deps): bump cryptography from 41.0.2 to 41.0.3 in /requirements (#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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(test): Force reading file with utf8 in tests for windows (#5679)

Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>

* fix(test): Increase max execution time for timeout tests (#5680)

Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>

* chore: auto update reproducible requirements when there is a dependency change (#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 <action@github.com>

* fix: Repair failing integration test (#5698)

* Fix failing integration test

* Be more specific with error message

---------

Co-authored-by: Leonardo Gama <leogama@amazon.com>

* fix: link the API gateway resource parent to either rest api or another gateway resource (#5697)

* fix: Delete stacks in REVIEW_IN_PROGRESS (#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

* test: AppVeyor Jobs Running Against Nightly Binaries

* fix: supporting nested apis for v1 method, integration, and integration response resources. (#5712)

* Install deps into a virtual env

* Fix Windows test failure

* Fix install

* Fix install

* Fix install

* Fix install

* Fix conflict

* Format files

* feat: updating app templates repo hash with (590b5e90d681c504213e6c35d56c0d63d9401c0b) (#5668)

Co-authored-by: GitHub Action <action@github.com>

* use get_sam_command to get the base sam command in regression pacakge test cases.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Connor Kirkpatrick <connor.kirkpatrick@hotmail.com>
Co-authored-by: Lucas <12496191+lucashuy@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Jacob Fuss <32497805+jfuss@users.noreply.github.com>
Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com>
Co-authored-by: Leonardo Gama <51037424+Leo10Gama@users.noreply.github.com>
Co-authored-by: Leonardo Gama <leogama@amazon.com>
Co-authored-by: Daniel Mil <mladan@amazon.com>
Co-authored-by: Daniel Mil <84205762+mildaniel@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants