-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/MSEARCH-617' into MSEARCH-617
# Conflicts: # src/main/java/org/folio/search/integration/ResourceChangeFilterStrategy.java # src/test/java/org/folio/search/integration/ResourceChangeFilterStrategyTest.java
- Loading branch information
Showing
4 changed files
with
26 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
## Purpose | ||
_Describe the purpose of the pull request._ | ||
### Purpose | ||
_Describe the purpose of this pull request. Why is this change necessary? What problem does it solve?_ | ||
|
||
## Approach | ||
_How does this change fulfill the purpose?_ | ||
### Approach | ||
_How does this change fulfill the purpose? Provide a high-level overview of the technical approach taken to address the problem._ | ||
|
||
### Changes checklist | ||
- [ ] API paths, methods, request or response bodies changed, added, or removed | ||
- [ ] Database schema changes | ||
- [ ] Interface versions changes | ||
- [ ] Interface dependencies added, or removed | ||
- [ ] Permissions changed, added, or removed | ||
- [ ] Check logging. | ||
### Changes Checklist | ||
- [ ] **API Changes**: List any API paths, methods, request or response bodies changed, added, or removed. | ||
- [ ] **Database Schema Changes**: Specify any database schema changes and their impact. | ||
- [ ] **Interface Version Changes**: Indicate any changes to interface versions. | ||
- [ ] **Interface Dependencies**: Note added or removed dependencies. | ||
- [ ] **Permissions**: Document any changes to permissions. | ||
- [ ] **Logging**: Confirm that logging is appropriately handled. | ||
- [ ] **NEWS**: Ensure that the `NEWS` file is updated with relevant information about the changes made in this pull request. | ||
|
||
### TODOS and Open Questions | ||
- [ ] Use GitHub checklists. When solved, check the box and explain the answer. | ||
### Related Issues | ||
_List any Jira issues related to this pull request._ | ||
|
||
### Learning | ||
_Describe the research stage. Add links to blog posts, patterns, libraries or addons used to solve this problem._ | ||
### Learning and Resources (if applicable) | ||
_Discuss any research conducted during the development of this pull request. Include links to relevant blog posts, patterns, libraries, or addons that were used to solve the problem._ | ||
|
||
### Screenshots (if applicable) | ||
_If this pull request involves any visual changes or new features, consider including screenshots or GIFs to illustrate the changes._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters