-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Release: 0.23.0 #1475
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
Merged
Release: 0.23.0 #1475
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The `httparty` gem has native extensions, and can fail to build on Windows, which is causing integ test failures. Changed to a new gem which should be much more platform-agnostic to build.
Fix Ruby Integ Test
* fix: appveyor runs windows build tests per language * fix: change yaml file naming * fix: explictly set PYTHON_HOME in the PATH * fix: remove build dependencies on windows integ tests - the normal windows integ tests do not run the `build` series of integration tests, they are handled by separate appveyor projects. * fix: set PATH on appveyor-windows.yml * fix: mark certain gates as optional
* feat(perf): Improve load time of help text * update docker version in isolated.txt file
sanathkr
previously approved these changes
Oct 17, 2019
…integration tests (#1478) * fix: add timeouts on docker local-invoke, start-api and start-lambda - cause the builds to fail on appveyor rather than halting the test forever, resulting in a lengthy build timeout. * fix: set timeout on all lambdas in integration functions to be 20s * black: run make black * appveyor: matrix rejigging - removal of python2 matrix - change to always activation of virtualenv on windows on every stage * fix: set lambda timeout on integration tests to be 0. - infinite timeout, but each of these tests has an individual timeout of 300s * fix: appveyor.yml matrix * fix: timeouts to 600 - temporarily remove smoke tests on windows matrix
* Added test templates as a part of SAM 1.15.1 release * removed templates of application resource type and corrected the errors in sam template validator * removed the application resource yaml files * fix: set isolated.txt to have aws-sam-translator (1.15.1) * Bump start-api integ tests from 300 to 600
jfuss
approved these changes
Oct 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge to master PR for 0.23.0
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.