Skip to content
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

Merged
merged 1 commit into from Jun 24, 2021

Conversation

ItalyPaleAle
Copy link
Contributor

Updated #2723 using an enum-like.

This also marks AppEngine as deprecated (note that we can't detect people using AppEngine: false because that's also the zero value, so we can only show an error message to people who set AppEngine: true).

This removes the Cloudflare property set in #2723, which was never released anyways.

@codecov
Copy link

codecov bot commented May 28, 2021

Codecov Report

Merging #2739 (b2e0a85) into master (6703dea) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           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           
Impacted Files Coverage Δ
context.go 97.68% <100.00%> (+0.02%) ⬆️
gin.go 99.18% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6703dea...b2e0a85. Read the comment docs.

@ItalyPaleAle
Copy link
Contributor Author

@thinkerou this was the modified PR you requested. Let me know if it's good or you want me to make further changes

@thinkerou thinkerou added this to the v1.8 milestone Jun 8, 2021
Copy link
Member

@thinkerou thinkerou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@thinkerou
Copy link
Member

waiting @appleboy review, thanks!

@appleboy appleboy merged commit dd8a27c into gin-gonic:master Jun 24, 2021
thinkerou added a commit that referenced this pull request Jun 24, 2021
…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 <thinkerou@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* Setting trusted platform using an enum-like (#2739)

* gin.Context with fallback value from c.Request.Context()

* add test case

Co-authored-by: youzeliang <youzel@126.com>
Co-authored-by: Ashwani <ashwanisharma686@gmail.com>
Co-authored-by: Jeff <laojianzi1994@gmail.com>
Co-authored-by: thinkerou <thinkerou@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
@thinkerou thinkerou modified the milestones: v1.8, v1.7.5 Nov 21, 2021
Bisstocuz pushed a commit to Bisstocuz/gin that referenced this pull request Nov 22, 2021
Bisstocuz pushed a commit to Bisstocuz/gin that referenced this pull request Nov 22, 2021
Bisstocuz pushed a commit to Bisstocuz/gin that referenced this pull request Nov 22, 2021
Bisstocuz pushed a commit to Bisstocuz/gin that referenced this pull request Nov 22, 2021
Bisstocuz pushed a commit to Bisstocuz/gin that referenced this pull request Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants