Add createdBy, updatedBy, createdAt, updatedAt in DTOs #4415#4443
Merged
burgerni10 merged 9 commits intorelease/3.8from Mar 25, 2026
Merged
Conversation
42d9b42 to
fc6d3e7
Compare
burgerni10
requested changes
Mar 13, 2026
Collaborator
There was a problem hiding this comment.
Instead of showing the user ID, let's display the user login (or 'OIAnalytics' if the id is OIAnalytics). To do so, let's directly add a userFriendlyName in the DTOs. The friendlyName is firstName lastName (login) (see comment)
Show the hours and minutes in the createdAt, updatedAt display. You can use |datetime:ff pipe option (I think) to display it.
burgerni10
reviewed
Mar 13, 2026
2f35805 to
2982fdb
Compare
burgerni10
reviewed
Mar 19, 2026
burgerni10
reviewed
Mar 19, 2026
burgerni10
reviewed
Mar 19, 2026
burgerni10
reviewed
Mar 19, 2026
burgerni10
reviewed
Mar 19, 2026
burgerni10
reviewed
Mar 19, 2026
burgerni10
requested changes
Mar 19, 2026
Collaborator
burgerni10
left a comment
There was a problem hiding this comment.
Several changes, some are in separate issues but you can fix them in the same PR if you want.
Overall, avoid the use of unknown outside tests, and make sure every entity has a createdBy, updatedBy, createdAt, updatedAt.
I've rebased your branch and merge the migration in 3.8
7a94210 to
6e4816e
Compare
6e4816e to
d48bfc0
Compare
…s in certificate, IP filter, scan mode, and transformer components
…ructure for audit fields
0098538 to
174607e
Compare
burgerni10
approved these changes
Mar 25, 2026
174607e to
ffb20a2
Compare
This file contains hidden or 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
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.
UI before the changes:




UI after the changes:





Closes #4415