-
Notifications
You must be signed in to change notification settings - Fork 153
Comparing changes
Open a pull request
base repository: gorilla/feeds
base: v1.1.1
head repository: gorilla/feeds
compare: v1.1.2
- 13 commits
- 19 files changed
- 7 contributors
Commits on Jun 27, 2019
-
* Create config.yml * Update config.yml * Delete .travis.yml * Update README.md * Remove Go 1.7 due to slice.SortStable usage.
Configuration menu - View commit details
-
Copy full SHA for 4eff0f5 - Browse repository at this point
Copy the full SHA 4eff0f5View commit details
Commits on Jul 26, 2019
-
* fix JSONFeed Hubs * Add JSONHub test * fixed test output
Configuration menu - View commit details
-
Copy full SHA for 6f6e20d - Browse repository at this point
Copy the full SHA 6f6e20dView commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 23a1360 - Browse repository at this point
Copy the full SHA 23a1360View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b60f215 - Browse repository at this point
Copy the full SHA b60f215View commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c910c5 - Browse repository at this point
Copy the full SHA 4c910c5View commit details -
Merge pull request #99 from gorilla/coreydaley-patch-1
Update README.md
Corey Daley authoredJul 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 1bc9dfc - Browse repository at this point
Copy the full SHA 1bc9dfcView commit details
Commits on Jul 26, 2023
-
Update go version, add tools for verification and testing (#100)
Fixes # **Summary of Changes** 1. 2. 3. > PS: Make sure your PR includes/updates tests! If you need help with this part, just ask!
Corey Daley authoredJul 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 622c352 - Browse repository at this point
Copy the full SHA 622c352View commit details -
<!-- 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
Configuration menu - View commit details
-
Copy full SHA for 134201d - Browse repository at this point
Copy the full SHA 134201dView 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 07a4f17 - Browse repository at this point
Copy the full SHA 07a4f17View commit details
Commits on Aug 17, 2023
-
Don't create an empty <summary> in Atom feeds (#83)
When creating an AtomEntry from an Item, only set Summary if item.Description is non-empty, like we already do for Content. Currently we always emit a `<summary>` element, even if the item has a non-empty `<content>` element. Having an empty `<summary>` in this case may be confusing for feed consumers. The Atom RFC explicitly says that a `<summary>` is not required in general. (There are a couple special cases where it is required, but they aren't relevant here.) https://tools.ietf.org/html/rfc4287#section-4.1.1.1 Fixes #82 Co-authored-by: Corey Daley <cdaley@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8b1dc44 - Browse repository at this point
Copy the full SHA 8b1dc44View commit details
Commits on Sep 22, 2023
-
fix: check for nil link to avoid runtime panic #95 (#103)
## What type of PR is this? (check all applicable) - [x] Bug Fix ## Description Check for nil link in feed to avoid runtime panic ## Related Issue - Closes #95 ## Added/updated tests? - [x] Yes
Configuration menu - View commit details
-
Copy full SHA for 3bdeb10 - Browse repository at this point
Copy the full SHA 3bdeb10View commit details
Commits on Sep 26, 2023
-
feat: support JSON Feed 1.1 closes #91 (#104)
## What type of PR is this? (check all applicable) - [x] Feature ## Description ## Related Tickets & Documents closes #91 ## Added/updated tests? - [x] Yes
Configuration menu - View commit details
-
Copy full SHA for 4546219 - Browse repository at this point
Copy the full SHA 4546219View commit details
Commits on Oct 18, 2023
-
update GitHub workflows (#105)
<!-- 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 51ef1e4 - Browse repository at this point
Copy the full SHA 51ef1e4View 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.1.1...v1.1.2