FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for dotnetcore2.0 - sysdevguru/docker-lambda · GitHub
sysdevguru
/
docker-lambda
Public
forked from
lambci/docker-lambda
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
docker-lambda
dotnetcore2.0
on
add-lambda-api
User selector
Datepicker
Commit history
Commits on Nov 17, 2019
Ensure we use beta labels for now (delete this)
mhart
committed
3ff8dcc
View commit details
Copy full SHA for 3ff8dcc
View code at this point
Browse repository at this point
Add Lambda API support to dotnetcore2.0/2.1
mhart
committed
035380a
View commit details
Copy full SHA for 035380a
View code at this point
Browse repository at this point
Commits on Nov 15, 2019
Update aws-sam-cli to 0.31.1 in all build images (except python2.7)
mhart
committed
7baf83c
View commit details
Copy full SHA for 7baf83c
View code at this point
Browse repository at this point
Commits on Nov 12, 2019
Use UnmanagedMemoryStream instead of MemoryStream for dotnetcore runtimes
mhart
committed
82e218f
View commit details
Copy full SHA for 82e218f
View code at this point
Browse repository at this point
Commits on Nov 10, 2019
Ensure dotnetcore runtimes have the right user
mhart
committed
bacbe5c
View commit details
Copy full SHA for bacbe5c
View code at this point
Browse repository at this point
Fix formatting in dotnetcore2.0 code
mhart
committed
4a4d81c
View commit details
Copy full SHA for 4a4d81c
View code at this point
Browse repository at this point
Ensure we truncate length of output streams in dotnetcore runtimes
mhart
committed
c833c00
View commit details
Copy full SHA for c833c00
View code at this point
Browse repository at this point
Commits on Nov 9, 2019
Still ReportDone if there's an error in dotnetcore2.0/2.1
mhart
committed
36b6ae8
View commit details
Copy full SHA for 36b6ae8
View code at this point
Browse repository at this point
Use LambdaBootstrap and create a mock ILambdaRuntime for dotnetcore2.0
mhart
committed
119ef62
View commit details
Copy full SHA for 119ef62
View code at this point
Browse repository at this point
Commits on Nov 7, 2019
Move pip install into base build image
Show description for a1c737b
mhart
committed
a1c737b
View commit details
Copy full SHA for a1c737b
View code at this point
Browse repository at this point
Update remaining build runtimes to aws-sam-cli 0.31.0
mhart
committed
f0286da
View commit details
Copy full SHA for f0286da
View code at this point
Browse repository at this point
Commits on Nov 2, 2019
Update all build images to use Python 3.x for all pip packages (except python2.7)
mhart
committed
bc38b5a
View commit details
Copy full SHA for bc38b5a
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
Remove Microsoft.AspNetCore.All reference and traverse package dirs explicitly
mhart
committed
77c81b5
View commit details
Copy full SHA for 77c81b5
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Update aws-lambda-builders to 0.5.0
mhart
committed
7f39da1
View commit details
Copy full SHA for 7f39da1
View code at this point
Browse repository at this point
Ok, so add specifiers back in, just greater than what GitHub recommends
mhart
committed
95c382d
View commit details
Copy full SHA for 95c382d
View code at this point
Browse repository at this point
Remove version specifiers from Microsoft.AspNetCore.All so that there's no security checking
mhart
committed
c7fd3f2
View commit details
Copy full SHA for c7fd3f2
View code at this point
Browse repository at this point
Bump Microsoft.AspNetCore.All to 2.0.9 to make GitHub security checks happy
mhart
committed
2b3af18
View commit details
Copy full SHA for 2b3af18
View code at this point
Browse repository at this point
Use Microsoft.AspNetCore.All instead of Microsoft.AspNetCore.App
mhart
committed
945e672
View commit details
Copy full SHA for 945e672
View code at this point
Browse repository at this point
Commits on Sep 23, 2019
Update to aws-sam-cli 0.22.0 on build images
mhart
committed
1bae798
View commit details
Copy full SHA for 1bae798
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
Bump aws-lambda-builders to 0.4.0
mhart
committed
c9cb4fa
View commit details
Copy full SHA for c9cb4fa
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
Update latest base versions and AWS SAM CLI to 0.19.0
mhart
committed
68378d0
View commit details
Copy full SHA for 68378d0
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
Update aws-sam-cli to 0.18.0 in build images
mhart
committed
e0fcd85
View commit details
Copy full SHA for e0fcd85
View code at this point
Browse repository at this point
Commits on May 13, 2019
Update AWS SAM CLI to 0.16.0
mhart
committed
69a0948
View commit details
Copy full SHA for 69a0948
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
Bump aws-sam-cli to 0.15.0
mhart
committed
d5a7c1d
View commit details
Copy full SHA for d5a7c1d
View code at this point
Browse repository at this point
chore(aws-lambda-builders): update version to 0.3.0 (#178)
sriram-mv
authored and
mhart
committed
e57eaa4
View commit details
Copy full SHA for e57eaa4
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
Bump aws-sam-cli to 0.14.0
mhart
committed
8f6145d
View commit details
Copy full SHA for 8f6145d
View code at this point
Browse repository at this point
Commits on Mar 21, 2019
Bump aws-sam-cli to 0.13.0
mhart
committed
339ae3c
View commit details
Copy full SHA for 339ae3c
View code at this point
Browse repository at this point
bump: lambda-builders to 0.2.1 (#174)
sriram-mv
authored and
mhart
committed
f64d905
View commit details
Copy full SHA for f64d905
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
chore: version bump aws-lambda-builders to v0.2.0 (#169)
sriram-mv
authored and
mhart
committed
83e3d0c
View commit details
Copy full SHA for 83e3d0c
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
add Gradle and Maven into Java8 + bump aws-lambda-builders (#167)
Show description for 16019e2
jfuss
authored and
mhart
committed
16019e2
View commit details
Copy full SHA for 16019e2
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
Update devel packages piecemeal so that openssl isn't updated
Show description for 3d4ce51
mhart
committed
3d4ce51
View commit details
Copy full SHA for 3d4ce51
View code at this point
Browse repository at this point
Commits on Jan 31, 2019
Try to fix all glibc related issues with yum and openssh
mhart
committed
4eaedc3
View commit details
Copy full SHA for 4eaedc3
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
Update SAM CLI to 0.10.0
mhart
committed
de8ea1e
View commit details
Copy full SHA for de8ea1e
View code at this point
Browse repository at this point
Commits on Dec 20, 2018
Upgrading AWS Lambda Builders to v0.0.5 (#149)
sriram-mv
authored and
mhart
committed
d4cba6f
View commit details
Copy full SHA for d4cba6f
View code at this point
Browse repository at this point
Commits on Dec 15, 2018
Update SAM CLI to 0.9.0 (and fix version)
mhart
committed
bd46fca
View commit details
Copy full SHA for bd46fca
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL