-
Notifications
You must be signed in to change notification settings - Fork 238
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: gorilla/schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: gorilla/schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 18 files changed
- 5 contributors
Commits on Sep 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 43d53ba - Browse repository at this point
Copy the full SHA 43d53baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f85fcd - Browse repository at this point
Copy the full SHA 8f85fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8b0de - Browse repository at this point
Copy the full SHA ef8b0deView commit details -
* build: fix config.yml * build: replace
Configuration menu - View commit details
-
Copy full SHA for c1a93f6 - Browse repository at this point
Copy the full SHA c1a93f6View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8285576 - Browse repository at this point
Copy the full SHA 8285576View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f76c5fb - Browse repository at this point
Copy the full SHA f76c5fbView commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 533474f - Browse repository at this point
Copy the full SHA 533474fView commit details -
Merge pull request #197 from gorilla/coreydaley-patch-1
Update README.md
Corey Daley authoredJul 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 888a984 - Browse repository at this point
Copy the full SHA 888a984View commit details
Commits on Jul 26, 2023
-
[GPT-98] Update go version & add verification/testing tools (#200)
<!-- 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: Apoorva Jagtap <35304110+apoorvajagtap@users.noreply.github.com> Co-authored-by: Corey Daley <cdaley@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 212775c - Browse repository at this point
Copy the full SHA 212775cView commit details
Commits on Jul 30, 2023
-
~Fixes #~ **Summary of Changes** 1. fixed misspell `ommited` -> `omitted` > PS: Make sure your PR includes/updates tests! If you need help with this part, just ask! Co-authored-by: Corey Daley <cdaley@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 937768d - Browse repository at this point
Copy the full SHA 937768dView 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 5fca2dc - Browse repository at this point
Copy the full SHA 5fca2dcView commit details
Commits on Oct 18, 2023
-
update GitHub workflows (#205)
<!-- 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 9dff76b - Browse repository at this point
Copy the full SHA 9dff76bView commit details
Loading
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.2.0...v1.2.1