-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Setting trusted platform using an enum-like #2739
Conversation
66dbc0d
to
b2e0a85
Compare
Codecov Report
@@ Coverage Diff @@
## master #2739 +/- ##
=======================================
Coverage 98.69% 98.70%
=======================================
Files 41 41
Lines 2074 2078 +4
=======================================
+ Hits 2047 2051 +4
Misses 15 15
Partials 12 12
Continue to review full report at Codecov.
|
@thinkerou this was the modified PR you requested. Let me know if it's good or you want me to make further changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
waiting @appleboy review, thanks! |
…2751) * Update tree.go (#2659) delete more "()" * updated comments for Get function for params (#2756) * ci: add github action workflows (#2596) * ci: add github action workflows * test: fixed the TestUnixSocket test on windows (#20) * ci: add github action workflows (#18) * Remove .travis.yml * ci: replace GITTER_ROOM_ID and upload coverage every time you go test * ci: update coverage using codecov/codecov-action@v1 * Merge branch 'master' into github-actions * repo: replace travis ci to github actions * ci: add go version 1.16 * fix: go install requires a specific version * chore(ci): remove go 1.12 support * chore(ci): remove os windows-latest Co-authored-by: thinkerou <[email protected]> Co-authored-by: Bo-Yi Wu <[email protected]> * Setting trusted platform using an enum-like (#2739) * gin.Context with fallback value from c.Request.Context() * add test case Co-authored-by: youzeliang <[email protected]> Co-authored-by: Ashwani <[email protected]> Co-authored-by: Jeff <[email protected]> Co-authored-by: thinkerou <[email protected]> Co-authored-by: Bo-Yi Wu <[email protected]> Co-authored-by: Alessandro (Ale) Segala <[email protected]>
(cherry picked from commit dd8a27c)
(cherry picked from commit dd8a27c)
(cherry picked from commit dd8a27c)
(cherry picked from commit dd8a27c)
(cherry picked from commit dd8a27c)
Updated #2723 using an enum-like.
This also marks
AppEngine
as deprecated (note that we can't detect people usingAppEngine: false
because that's also the zero value, so we can only show an error message to people who setAppEngine: true
).This removes the
Cloudflare
property set in #2723, which was never released anyways.