You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Allow Python runtime to build without requiring a manifest (#243)
* Allow Python to continue build without requirements.txt
* Allow missing requirements.txt file for Python builds
* Ruby optional Gemfile and test
* Style changes
* Add unit tests and additional comments
* Fix assertLogs() not compatible with Python2.7
* Fix assertion string
* Remove unused exception
* Integ. test make sure no artifacts dir has no additional files after build
* Kick off build
* Check for manifest and skip package actions if not found
* Revert Ruby changes until further discussion is had. Make Python workflow more readable.
* Remove unused import
* Whitespace fix
* feat: Allow Ruby runtime to build without requiring a manifest (#245)
* Allow Python to continue build without requirements.txt
* Allow missing requirements.txt file for Python builds
* Ruby optional Gemfile and test
* Style changes
* Add unit tests and additional comments
* Fix assertLogs() not compatible with Python2.7
* Fix assertion string
* Remove unused exception
* Integ. test make sure no artifacts dir has no additional files after build
* Kick off build
* Check for manifest and skip package actions if not found
* Revert Ruby changes until further discussion is had. Make Python workflow more readable.
* Remove unused import
* Whitespace fix
* Readability changes for Ruby workflow
* Remove magic number. Add link to Bundler error codes
* Moved var declaration
* docs: Guidance on integrating with Lambda Builders (#242)
* fix: README - showcase Makefile support (#247)
* Update VS2017 to VS2019 (#244)
* fix: Pip not resolving local packages (#250)
* Fix local packages not being built
* Add int. test to catch future local dependency issues
* Specify test requirements path from cwd
* Removed redundant/superset pattern
* Document the pip regex pattern change
* Updated integ to match use case
* Tests to check backward comp.
* chore: bump version to 1.5.0 (#254)
Co-authored-by: Daniel Mil <[email protected]>
Co-authored-by: Giorgio Azzinnaro <[email protected]>
Co-authored-by: Sriram Madapusi Vasudevan <[email protected]>
0 commit comments