-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support for flere dokumenter i bestillinger og maler #3733
Open
krharum
wants to merge
15
commits into
master
Choose a base branch
from
feature/flere-dokumenter-i-bestillingen
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…eploy-test-dolly-backend - Implemented methods to migrate bestillinger, malbestillinger, and transaksjon mappings. - Added JSON processing for converting bestillinger and transaksjon mappings. - Updated `Bestilling` entity with
krharum
changed the title
feat: Add migration logic for dokumenter in MigrateDokumentService #d…
Support for flere dokumenter i bestillinger og maler
Jan 29, 2025
…mprove file management #deploy-test-dolly-backend
…nt #deploy-test-dolly-backend
…y-test-dolly-backend
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes changes to the
DokarkivClient
andHistarkClient
classes to improve error handling, update progress tracking, and refactor the handling of multiple responses. Additionally, there are changes to theHistarkConsumer
andHistarkPostCommand
classes to modify the request handling.Improvements to
DokarkivClient
:updateProgress
method to update the progress status forDokarkiv
operations.getStatus
andsaveTransaksjonId
methods to handle lists ofDokarkivResponse
objects instead of single responses. [1] [2]Improvements to
HistarkClient
:updateProgress
method to update the progress status forHistark
operations.getStatus
andsaveTransaksjonId
methods to handle lists ofHistarkResponse
objects instead of single responses.Changes to
HistarkConsumer
andHistarkPostCommand
:postHistark
method inHistarkConsumer
to return aMono
instead of aFlux
.HistarkPostCommand
to usefromMultipartData
for request body creation and to return aMono
instead of aFlux
. [1] [2]These changes enhance the robustness and efficiency of the
Dokarkiv
andHistark
clients by improving error handling, progress tracking, and response management.This pull request includes significant updates to theDokarkivClient
andHistarkClient
classes, along with various other changes to improve functionality and code consistency. The most important changes include the introduction of new methods for updating progress, handling multiple responses, and renaming classes for better clarity.Improvements to
DokarkivClient
andHistarkClient
:DokarkivClient.java
:updateProgress
method to handle progress updates for multiple environments.gjenopprett
method to handle lists ofDokarkiv
requests and responses, improving error handling and status updates.getStatus
andsaveTransaksjonId
methods to work with lists ofDokarkivResponse
objects. [1] [2]HistarkClient.java
:updateProgress
method for progress updates.gjenopprett
method to handle lists ofHistark
requests and responses, improving error handling and status updates.getStatus
andsaveTransaksjonId
methods to work with lists ofHistarkResponse
objects. [1] [2]Codebase consistency and clarity:
JoarkHistarkTransaksjon
toHistarkTransaksjon
for better clarity.BestilteKriterier
andRsDollyBestilling
classes to use lists fordokarkiv
andhistark
fields. [1] [2]DollyRequest2MalBestillingMappingStrategy
.Additional changes:
MigrationConfig
class to handle document migration on application startup.Bestilling.java
for better readability.…eploy-test-dolly-backendBestilling
entity with