-
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 EU endpoints for seen log #607
Merged
Merged
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
Collaborator
oskogstad
commented
Apr 7, 2024
•
edited
Loading
edited
- DB Migration, changed our minds on the record name
- EU endpoint for SeenLog (SO in next PR)
- Rename string hasher class
- Refactoring username/pid, fethcing both name and pid in one function
oskogstad
force-pushed
the
feat/add-seen-log-endpoints
branch
from
April 9, 2024 12:33
b88cf96
to
119b85b
Compare
oskogstad
force-pushed
the
feat/add-seen-log-endpoints
branch
from
April 9, 2024 12:42
119b85b
to
23f852f
Compare
oskogstad
changed the title
feat: Add endpoints for seen log
feat: Add EU endpoints for seen log
Apr 9, 2024
arealmaas
previously approved these changes
Apr 9, 2024
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.
LGTM! 👏
src/Digdir.Domain.Dialogporten.Application/Common/IStringHasher.cs
Outdated
Show resolved
Hide resolved
...alogporten.Application/Features/V1/EndUser/DialogSeenLogs/Queries/Get/GetDialogSeenLogDto.cs
Outdated
Show resolved
Hide resolved
Quality Gate failedFailed conditions |
arealmaas
approved these changes
Apr 9, 2024
oskogstad
added a commit
that referenced
this pull request
Apr 9, 2024
🤖 I have created a release *beep* *boop* --- ## [1.4.0](v1.3.0...v1.4.0) (2024-04-09) ### Features * Split SeenLog from activities ([#598](#598)) ([71b77d2](71b77d2)) * *This is a breaking change*, the `Seen` activity type has been removed, and all activities of this type is removed from the staging environment. * Add EU endpoints for seen log ([#607](#607)) ([1aa7eeb](1aa7eeb)) * `/api/v1/enduser/dialogs/{dialogId}/seenlog` * `/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}` * `/api/v1/serviceowner/dialogs/{dialogId}/seenlog` * `/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}` * Add ExtendedStatus content type ([#589](#589)) ([a9f10b0](a9f10b0)) * add fusion cache ([#579](#579)) ([973fa5c](973fa5c)) * **azure:** copy from keyvault to app config ([#593](#593)) ([d216c90](d216c90)) * **service:** use in-memory transport instead of rabbitmq ([#602](#602)) ([dc339e7](dc339e7)) ### Bug Fixes * Add PartyIdentifier.Separator to party validation error ([#595](#595)) ([14ee4a1](14ee4a1)) * **azure:** ensure key vault url is correct and add keyvault readerrole for migration job ([#597](#597)) ([2f11a16](2f11a16)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Ole Jørgen Skogstad <[email protected]>
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.