-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Add process and precedingProcess to dialog as optional fields #1092
Conversation
# Conflicts: # src/Digdir.Domain.Dialogporten.Infrastructure/Persistence/Migrations/DialogDbContextModelSnapshot.cs # src/Digdir.Tool.Dialogporten.GenerateFakeData/DialogGenerator.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tittel må følge Conventional Commits
Så for denne vil det bli f.eks. (trimma ned lengden litt og 😇 )
feat: Add process and precedingProcess to dialog as optional fields
Ser det mangler beskrivelse i README.md
for dette 🙈
Skal legge til #1093
src/Digdir.Domain.Dialogporten.WebApi/appsettings.Development.json
Outdated
Show resolved
Hide resolved
...en.Application/Features/V1/ServiceOwner/Dialogs/Queries/Search/SearchDialogQueryValidator.cs
Outdated
Show resolved
Hide resolved
...ogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogCommand.cs
Outdated
Show resolved
Hide resolved
...Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogCommandValidator.cs
Outdated
Show resolved
Hide resolved
...Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommandValidator.cs
Outdated
Show resolved
Hide resolved
...gporten.Application/Features/V1/EndUser/Dialogs/Queries/Search/SearchDialogQueryValidator.cs
Outdated
Show resolved
Hide resolved
...ain.Dialogporten.Application/Features/V1/EndUser/Dialogs/Queries/Search/SearchDialogQuery.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
…Owner/Dialogs/Queries/Search/SearchDialogQueryValidator.cs Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
…nto feature/Correlation-mechanism
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Veldig bra utgangspunkt! 🎉 Jeg approver PRen, men se over kommentarene mine. Kan være at alle kommentarene mine alt er vurdert. Men dersom de ikke er det og du trenger en ny Approval, si i fra 🙂
...ain.Dialogporten.Application/Features/V1/EndUser/Dialogs/Queries/Search/SearchDialogQuery.cs
Outdated
Show resolved
Hide resolved
...Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommandValidator.cs
Outdated
Show resolved
Hide resolved
...Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogCommandValidator.cs
Show resolved
Hide resolved
...Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogCommandValidator.cs
Outdated
Show resolved
Hide resolved
...ialogporten.Application/Features/V1/ServiceOwner/Dialogs/Queries/Search/SearchDialogQuery.cs
Outdated
Show resolved
Hide resolved
...Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogDto.cs
Outdated
Show resolved
Hide resolved
src/Digdir.Domain.Dialogporten.Domain/Dialogs/Entities/Activities/DialogActivity.cs
Show resolved
Hide resolved
src/Digdir.Domain.Dialogporten.Domain/Dialogs/Events/DialogDomainEventBase.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Magnus Sandgren <5285192+MagnusSandgren@users.noreply.github.com>
moved process and precedingProcess fields into interface for events
…nto feature/Correlation-mechanism
...ain.Dialogporten.Application/Features/V1/EndUser/Dialogs/Queries/Search/SearchDialogQuery.cs
Outdated
Show resolved
Hide resolved
...ialogporten.Application/Features/V1/ServiceOwner/Dialogs/Queries/Search/SearchDialogQuery.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Magnus Sandgren <5285192+MagnusSandgren@users.noreply.github.com>
...Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogCommandValidator.cs
Outdated
Show resolved
Hide resolved
...Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogDto.cs
Outdated
Show resolved
Hide resolved
...ogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Update/UpdateDialogCommand.cs
Outdated
Show resolved
Hide resolved
src/Digdir.Domain.Dialogporten.Domain/Dialogs/Entities/DialogEntity.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Godt jobba! 🥳
Quality Gate failedFailed conditions |
🤖 I have created a release *beep* *boop* --- ## [1.18.0](v1.17.0...v1.18.0) (2024-09-16) ### Features * add dialogOpened activitytype ([#1110](#1110)) ([711fa6d](711fa6d)) * Add process and precedingProcess to dialog as optional fields ([#1092](#1092)) ([2bf0d30](2bf0d30)) ### Bug Fixes * Allow setting UpdatedAt when creating Dialog ([#1105](#1105)) ([481e907](481e907)) * Authorize access to dialog details for any mainresource action ([#1122](#1122)) ([a7e769a](a7e769a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Description
Added process and precedingProcess to dialog with validation to make sure its a valid URI
Related Issue(s)
#565
Verification
Documentation
docs
-directory, Altinnpedia or a separate linked PR in altinn-studio-docs., if applicable)