Conversation
* 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 <84205762+mildaniel@users.noreply.github.com> Co-authored-by: Giorgio Azzinnaro <giorgio.azzinnaro@gmail.com> Co-authored-by: Sriram Madapusi Vasudevan <3770774+sriram-mv@users.noreply.github.com>
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
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.
feat: Allow Python runtime to build without requiring a manifest (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 (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 (docs: Guidance on integrating with Lambda Builders #242)
fix: README - showcase Makefile support (docs: README - showcase Makefile support #247)
Update VS2017 to VS2019 (chore: Update AppVeyor image from VS2017 to VS2019 #244)
fix: Pip not resolving local packages (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 (chore: bump version to 1.5.0 #254)
Co-authored-by: Daniel Mil 84205762+mildaniel@users.noreply.github.com
Co-authored-by: Giorgio Azzinnaro giorgio.azzinnaro@gmail.com
Co-authored-by: Sriram Madapusi Vasudevan 3770774+sriram-mv@users.noreply.github.com
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.