-
Notifications
You must be signed in to change notification settings - Fork 275
Comparing changes
Open a pull request
base repository: gorilla/handlers
base: v1.5.1
head repository: gorilla/handlers
compare: v1.5.2
- 8 commits
- 29 files changed
- 4 contributors
Commits on Sep 12, 2020
-
build: CircleCI 2.1 + build matrix (#199)
* build: CircleCI 2.1 + build matrix * Update config.yml
Configuration menu - View commit details
-
Copy full SHA for 3e03024 - Browse repository at this point
Copy the full SHA 3e03024View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 546854c - Browse repository at this point
Copy the full SHA 546854cView commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9971ae9 - Browse repository at this point
Copy the full SHA 9971ae9View commit details -
Merge pull request #239 from gorilla/coreydaley-patch-1
Update README.md
Corey Daley authoredJul 15, 2023 Configuration menu - View commit details
-
Copy full SHA for f1799b8 - Browse repository at this point
Copy the full SHA f1799b8View commit details
Commits on Jul 30, 2023
-
added makefile, github-actions and updated go version (#241)
## What type of PR is this? - [x] Refactor - [x] Optimization ## Description This PR aims to - update go version to 1.20 - introduce make file - configure golangci lint - introduce github actions/workflows ## Added/updated tests? - [x] Yes ## Run verification and test - [x] `make verify` is passing - [x] `make test` is passing
Configuration menu - View commit details
-
Copy full SHA for 0eda2fc - Browse repository at this point
Copy the full SHA 0eda2fcView commit details
Commits on Jul 31, 2023
-
<!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. For a timely review/response, please avoid force-pushing additional commits if your PR already received reviews or comments. Before submitting a Pull Request, please ensure that you have: - 📖 Read the Contributing guide: https://github.com/gorilla/.github/blob/main/CONTRIBUTING.md - 📖 Read the Code of Conduct: https://github.com/gorilla/.github/blob/main/CODE_OF_CONDUCT.md - Provide tests for your changes. - Use descriptive commit messages. - Comment your code where appropriate. - Squash your commits - Update any related documentation. - Add gorilla/pull-request-reviewers as a Reviewer --> ## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. We like to follow [Github's guidance on linking issues to pull requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue # - Closes # ## Added/updated tests? - [ ] Yes - [ ] No, and this is why: _please replace this line with details on why tests have not been included_ - [ ] I need help with writing tests ## Run verifications and test - [ ] `make verify` is passing - [ ] `make test` is passing Signed-off-by: Corey Daley <cdaley@redhat.com>
Corey Daley authoredJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for ca610ef - Browse repository at this point
Copy the full SHA ca610efView commit details
Commits on Aug 16, 2023
-
Replace 200, HEAD and OPTIONS with constants from net/http (#243)
<!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. For a timely review/response, please avoid force-pushing additional commits if your PR already received reviews or comments. Before submitting a Pull Request, please ensure that you have: - 📖 Read the Contributing guide: https://github.com/gorilla/.github/blob/main/CONTRIBUTING.md - 📖 Read the Code of Conduct: https://github.com/gorilla/.github/blob/main/CODE_OF_CONDUCT.md - Provide tests for your changes. - Use descriptive commit messages. - Comment your code where appropriate. - Squash your commits - Update any related documentation. - Add gorilla/pull-request-reviewers as a Reviewer --> ## What type of PR is this? (check all applicable) - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description A previous commit (#241) replaced most HTTP constants with those from standard library `net/http`, but some was missed. This PR catches 3 of them. ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. We like to follow [Github's guidance on linking issues to pull requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue: None - Closes: None ## Added/updated tests? - [ ] Yes - [x] No, and this is why: Trivial changes, tests not required - [ ] I need help with writing tests ## Run verifications and test - [ ] `make verify` is passing (which I believe is not my fault) - [x] `make test` is passing
Configuration menu - View commit details
-
Copy full SHA for fc93057 - Browse repository at this point
Copy the full SHA fc93057View commit details
Commits on Oct 18, 2023
-
update GitHub workflows (#251)
<!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. For a timely review/response, please avoid force-pushing additional commits if your PR already received reviews or comments. Before submitting a Pull Request, please ensure that you have: - 📖 Read the Contributing guide: https://github.com/gorilla/.github/blob/main/CONTRIBUTING.md - 📖 Read the Code of Conduct: https://github.com/gorilla/.github/blob/main/CODE_OF_CONDUCT.md - Provide tests for your changes. - Use descriptive commit messages. - Comment your code where appropriate. - Squash your commits - Update any related documentation. - Add gorilla/pull-request-reviewers as a Reviewer --> ## What type of PR is this? (check all applicable) - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update - [ ] Go Version Update - [ ] Dependency Update ## Description ## Related Tickets & Documents <!-- For pull requests that relate or close an issue, please include them below. We like to follow [Github's guidance on linking issues to pull requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue). For example having the text: "closes #1234" would connect the current pull request to issue 1234. And when we merge the pull request, Github will automatically close the issue. --> - Related Issue # - Closes # ## Added/updated tests? - [ ] Yes - [ ] No, and this is why: _please replace this line with details on why tests have not been included_ - [ ] I need help with writing tests ## Run verifications and test - [x] `make verify` is passing - [x] `make test` is passing
Corey Daley authoredOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 02b3ca3 - Browse repository at this point
Copy the full SHA 02b3ca3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.1...v1.5.2