-
Notifications
You must be signed in to change notification settings - Fork 25
feat: add error resolution ui #53
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
Merged
larskemper
merged 102 commits into
feature/migration-logging-refactor
from
feat/add-error-resolution-ui
Nov 28, 2025
Merged
Changes from all commits
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
d2efce6
feat: add error resolution ui draft
larskemper bc33763
fix: smells
larskemper c405900
Merge remote-tracking branch 'origin/feature/migration-logging-refact…
larskemper 7b6c830
chore: resolve conflicts
larskemper da80c24
fix: resolution modal scss
larskemper ef8ff1c
feat: add error table logic
larskemper 8e93bc2
feat: add loading state to download button
larskemper 342ce06
feat: add missing snippets
larskemper c0486dd
fix: abort of migration
larskemper 1fc6070
chore: sync package lock
larskemper 43a805f
refactor: simplify param validation
larskemper 33329c4
fix: ci
larskemper be142ef
fix: tab title in error step
larskemper eab2b67
feat: fetch total unfixable errors
larskemper 815c514
fix: flicker loading
larskemper 72caee7
feat: add resolution modal data loading
larskemper 2af978d
fix: resolution modal pagination
larskemper 4caf140
feat: display converted and source data in error resolution details m…
larskemper 7d70832
feat: add functionality to select all logs in error resolution modal
larskemper 6dd011b
chore: sync package-lock.json with package.json
larskemper e87eb03
fix: deselect all
larskemper 8dc0f38
feat: add de snippets
larskemper 8dc4184
feat: add non visible fields optional to grids
larskemper a160fba
chore: revert package changes
larskemper 5e49dad
fix: details modal height & scroll behavior
larskemper 1a96f21
fix: use correct number type
larskemper 6d8fb9b
fix: fetch the right run
larskemper bcef2f9
refactor: optimize column selection
larskemper 5e717a4
feat: emit scalar field value change
larskemper 9e262a0
feat: correct displaying of relation fields
larskemper 0f08e11
feat: emit relation field value
larskemper de64d73
feat: add fallback recognition for version relation fields
larskemper c8b170c
docs: add comments to logic
larskemper 39a0649
refactor: cleanup
larskemper 6702f4e
feat: add unhandled field
larskemper 9ba6dc3
fix: display correct error count and fix z-index issue in modal.
larskemper a4b998a
feat: add no options warning
larskemper 2df60c9
feat: add link to not found entity
larskemper f177345
fix: disable relation field if no options are found
larskemper f98b4cb
feat: prepare creation of fixes
larskemper 277341c
fix: error notification
larskemper e4a4d08
feat: add sorting for step table
larskemper 925604a
Merge remote-tracking branch 'origin/feature/migration-logging-refact…
larskemper b6aa491
fix: adopt new migration fix data structure
larskemper 3585393
fix: extract entity collection ids & validate invalid log data
larskemper 9a89ff4
feat: add first poc of fetching fixed errors
larskemper f9fda19
Merge branch 'feature/migration-logging-refactor' into feat/add-error…
larskemper 548ad92
fix: parse value of unhandeled fields correctly
larskemper 0e12990
fix: status controller test
larskemper 62f7da9
fix: use code where usefull
larskemper 31f27e3
feat: add log filter component
larskemper 6091d88
feat: add fix value to modal grid if available
larskemper 29c6410
fix: resolved marking
larskemper 189b980
refactor: reduce mutations
larskemper 7ca89fd
feat: add search to log filter
larskemper 5a8ca2b
refactor: extract log code in own service
larskemper 872dbe2
fix: unwrap not needed json
larskemper b6a2fe7
refactor: cleanup
larskemper 6f321e8
refactor: adjust filter popover to updated screen design
larskemper 6f96ec5
fix: service config
larskemper b3168d7
refactor: display more options for filtering
larskemper 9a91028
feat: add block for extension
larskemper af78a7f
feat: hide source data in details modal if empty
larskemper d2ddee2
fix: select all unresolved ids
larskemper 52c06fa
fix: gateway registry arguments
larskemper 0396106
feat: remove support call to action
larskemper 58980c3
feat: add log table empty state
larskemper fbba675
feat: add filter count badge
larskemper 2dd0e73
fix: truncate long text values
larskemper 9395d7d
fix: add divider to small viewport stepper
larskemper 3802a16
fix: count query & continue modal
larskemper c9eedcc
fix: preselection of detail table
larskemper 25be402
feat: use human readable error names
larskemper f0ab5d0
refactor: apply fixes from test branch
larskemper fe6a479
fix: minor adjustments
larskemper 93087b9
fix: further adjustments
larskemper f1afd79
refactor: details modal
larskemper 0a23e3d
refactor: apply adjustments from test branch
larskemper 6920a9c
fix: re-apply table identifer
larskemper cb54c2f
refactor: controller param default values & clearer validation
larskemper 35cacf4
refactor: extract log group types
larskemper baf24a0
fix: flag log grouping service as internal
larskemper b7d3fea
refactor: use plain sql to fetch connection
larskemper 078f3a2
fix: delete unused order by
larskemper 5da6b1e
refactor: simplify & document log grouping service
larskemper 4c0b20d
fix: return types & optional chains
larskemper 3008b30
fix: consistent modal close event naming
larskemper 7666996
Merge remote-tracking branch 'origin/feature/migration-logging-refact…
larskemper 37565dd
refactor: simplify log options fetching
larskemper 4afe377
feat: give user feedback on json input
larskemper 7646beb
fix: correctly check snippet existenz
larskemper 6f47e7b
fix: duplicate border in premapping grid
larskemper f5cccec
refactor: translation suffix length calculation
larskemper 246062a
refactor: get rid of helper func
larskemper ad8674f
refactor: type case constants instead of dynamic values
larskemper 4c89f08
refactor: use entity definition is many to many association check
larskemper d3ee211
refactor: fallback to alphabetic ordering for priority fields
larskemper 131ad6f
fix: snippets
larskemper ef78152
refactor: more efficent association field find
larskemper 77253c2
fix: bug
larskemper 4a4b5e6
refactor: simplify log filter
larskemper 9ed7481
fix: revert package-lock
larskemper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.