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

MODTLR-105: Release 1.0.1 (Ramsons R2 2024 Bug fix) #86

Merged
merged 211 commits into from
Nov 30, 2024

Conversation

OleksandrVidinieiev
Copy link
Contributor

@OleksandrVidinieiev OleksandrVidinieiev commented Nov 30, 2024

Purpose

https://folio-org.atlassian.net/browse/MODTLR-105

Approach

How does this change fulfill the purpose?

TODOS and Open Questions

  • Use GitHub checklists. When solved, check the box and explain the answer.

Learning

Describe the research stage. Add links to blog posts, patterns, libraries or addons used to solve this problem.

OleksandrVidinieiev and others added 30 commits March 28, 2024 16:56
…nked to an item (#20)

* MODTLR-13 Use Kafka from Testcontainers

* MODTLR-13 Enable system user

* MODTLR-20 Create DCB transactions when secondary request is linked to an item

* MODTLR-20 Use constructor injection for DcbService

* MODTLR-20 Additional check in test

* MODTLR-20 Fix formatting

* MODTLR-20 Fix permission for DCB-transactions

* MODTLR-20 Fix URL for DCB-transactions API

* MODTLR-20 Improve logging

* MODTLR-20 Comment out code for BORROWER transactions

* MODTLR-20 Create DCB transactions in different tenants

* MODTLR-20 debug: create system user for tenant "college"

* Revert "MODTLR-20 debug: create system user for tenant "college""

This reverts commit db4bc19.

* MODTLR-20 Tests refactoring

* MODTLR-20 Fix logging

(cherry picked from commit c42306a)
* MODTLR-17 Create service points client

* MODTLR-20 debug: create system user for tenant "college"

* Revert "MODTLR-20 debug: create system user for tenant "college""

This reverts commit db4bc19.

* MODTLR-17 Implementation and tests

* MODTLR-17 Test refactoring

* MODTLR-17 Remove TenantScopedExecutionService

* MODTLR-17 Copy more properties to secondary request service point

* MODTLR-17 Use UnaryOperator instead of a Function

* MODTLR-17 Extend tests

* MODTLR-17 Extract replication into service

* MODTLR-17 Use constructor injection in replication services

* MODTLR-17 Use singular in client names

* MODTLR-17 Add all permissions to system user

* MODTLR-17 Do replication in current tenant

* MODTLR-17 Clone pickup location flag

* MODTLR-17 Clone hold shelf expiration period

* MODTLR-17 Do not clone username

* MODTLR-17 Replication -> cloning
#30)

* MODTLR-27 Remove unneeded fields from the requester copy, update group

* MODTLR-27 Remove unneeded fields from the requester copy, update group

* MODTLR-27 Remove unneeded fields from the requester copy, update group

* MODTLR-27 Remove unneeded fields from the requester copy, update group

* ЬЩВЕДК-27 Apply suggestions from code review

Co-authored-by: OleksandrVidinieiev <[email protected]>

---------

Co-authored-by: Alexander Kurash <[email protected]>
Co-authored-by: OleksandrVidinieiev <[email protected]>
* MODTLR-25 Initial implementation

* MODTLR-25 Fix permission

* MODTLR-25 Fix mapping

* MODTLR-25 Fix tests

* MODTLR-25 Revert redundant change

* MODTLR-25 Revert pom

* MODTLR-25 Fix schema

* MODTLR-25 Fix lint errors and tests

* MODTLR-25 Fix sonar issue
MODTLR-25 Add permission set
* MODTLR-26 Add operation param

* MODTLR-26 Call data tenants

* MODTLR-26 Revert generator version, fix tests

* MODTLR-26 Add 422 test

* MODTLR-26 Remove ecsRouting field

* MODTLR-26 Fix implementation, add TODO

* MODTLR-26 Change param name
* MODTLR-34 Update DCB transactions upon request update event

* MODTLR-34 Remove RequestValidationException

* MODTLR-34 Fix RequestEventHandlerTest

* MODTLR-34 Fix code smells

* MODTLR-34 Handle missing transaction

* MODTLR-34 Do not update transaction when its status would not change

* MODTLR-34 Add test case

* MODTLR-34 Add test case

* MODTLR-34 Remove TODOs

* MODTLR-34 Refactoring

* MODTLR-34 Refactoring
alexanderkurash and others added 21 commits November 1, 2024 12:47
# Conflicts:
#	pom.xml
#	src/main/resources/application.yml
MODTLR-69 Merge ecs-tlr-feature branch into master
* MODTLR-69 Handle exceptions in Kafka listener

* MODTLR-69 permissions interface 5.7

* MODTLR-69 Optional mod-dcb interface dependency

* MODTLR-69 Fix interfaces

* MODTLR-69 Add a test

* MODTLR-69 Address Sonar issues
* MODTLR-58 Declare new interface in ModuleDescriptor-template.json

* MODTLR-59 Create YAML for new API

* MODTLR-59 Add servicePointId parameter to YAML

* MODTLR-58 Implementation and tests

* MODTLR-58 Remove MockMvc

* MODTLR-58 Refactoring

* MODTLR-58 Extend API test

* MODTLR-58 Remove Stream#peek

* MODTLR-58 Tests for CqlQuery

* MODTLR-58 Tests for CqlQuery

* MODTLR-58 Make BulkFetcher a utility class

* MODTLR-58 Make BulkFetcher a utility class

* MODTLR-58 Fix URL in ModuleDescriptor-template.json

* MODTLR-58 Move permissions from module descriptor to system user

* MODTLR-58 Fix permission names

* MODTLR-58 Add comment for copy number fallback

* MODTLR-58 Improve logging

* MODTLR-58 Improve logging

* MODTLR-58 Remove staff-slips-response.json

---------

Co-authored-by: Alexander Kurash <[email protected]>
… rules (#75)

MODTLR-68: Allowed service points - only use lending side circulation rules
* MODTLR-82 create create-ecs-request-external endpoint

* MODTLR-82 revert redundant changes

* MODTLR-82 rename interface

* MODTLR-82 add test

* MODTLR-82 add test

* MODTLR-82 update logic

* MODTLR-82 update logic

* MODTLR-82 refactoring

* MODTLR-82 add test

* MODTLR-82 incorporating review comment

* MODTLR-82 Create another mapper

* MODTLR-82 Move try-catch to controller

* MODTLR-82 Revert service impl

* MODTLR-82 Remove dependency

* MODTLR-82 update tests

* MODTLR-82 move variable to constant

---------

Co-authored-by: alexanderkurash <[email protected]>
* MODTLR-79 Departments and address types

* MODTLR-79 Implementation

* MODTLR-79 Lower limit for search by query

* MODTLR-79 Search instances with expandAll=true

* MODTLR-79 Search instances with expandAll=true

* MODTLR-79 Convert UUID to string

* MODTLR-79 Fresh schemas, tests

* MODTLR-79 Allow additional properties in imported schemas

* MODTLR-79 Verify all calls in test

* MODTLR-79 Tests for PickSlipsServiceImpl

* MODTLR-79 Fix code smells

* MODTLR-79 Remove unused class
* MODTLR-64 consume and handle user update events

* MODTLR-64 update user schema

* MODTLR-64 fix typo

* MODTLR-64 fix schema

* MODTLR-64 add logging

* MODTLR-64 add test, refactoring

* MODTLR-64 fix broken tests

* MODTLR-64 rename handler

* MODTLR-64 conflicts resolving in user.json
* MODTLR-104 Remove okapi token parsing

* MODTLR-104 Fix tests

* MODTLR-104 Increase coverage

* MODTLR-104 Remove unused import
MODTLR-102: Allowed SP - accept patronGroupId parameter
@OleksandrVidinieiev OleksandrVidinieiev merged commit 9126528 into b1.0 Nov 30, 2024
6 checks passed
@OleksandrVidinieiev OleksandrVidinieiev deleted the bugfix-release-1.0.1 branch November 30, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants