-
-
Notifications
You must be signed in to change notification settings - Fork 206
fix(assetUsage): migrate asset usage table DEV-1013 #6269
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
Draft
duvld
wants to merge
9
commits into
dev-987-asset-usage-limit-offset-pagination
Choose a base branch
from
anji/dev-1013-mirgrate-to-universal-table
base: dev-987-asset-usage-limit-offset-pagination
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.
Draft
fix(assetUsage): migrate asset usage table DEV-1013 #6269
duvld
wants to merge
9
commits into
dev-987-asset-usage-limit-offset-pagination
from
anji/dev-1013-mirgrate-to-universal-table
Conversation
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
Member
|
@duvld you forgot to add task id in PR title :) |
Contributor
jamesrkiger
reviewed
Oct 1, 2025
jamesrkiger
requested changes
Oct 1, 2025
Contributor
jamesrkiger
left a comment
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.
Left a couple comments, but it's looking good so far.
Akuukis
requested changes
Oct 1, 2025
82c907d to
2de2fa1
Compare
commit 82c907d Merge: 307c0cc 8c71fd2 Author: Anji <[email protected]> Date: Tue Oct 14 10:59:11 2025 -0400 Merge branch 'dev-987-asset-usage-limit-offset-pagination' into anji/dev-1013-mirgrate-to-universal-table commit 307c0cc Merge: d1bbb52 6e62f77 Author: Anji <[email protected]> Date: Tue Oct 14 10:58:28 2025 -0400 Merge branch 'dev-987-asset-usage-limit-offset-pagination' into anji/dev-1013-mirgrate-to-universal-table Conflicts: jsapp/js/account/usage/usageProjectBreakdown.tsx commit d1bbb52 Author: Kalvis Kalniņš <[email protected]> Date: Thu Oct 9 18:45:26 2025 +0300 fixup! WIP, BROKEN: query error typing mismatch commit 1314ccc Author: Kalvis Kalniņš <[email protected]> Date: Thu Oct 9 18:40:33 2025 +0300 refactor(UniversalTable): parameterize error type commit 133d677 Author: Anji <[email protected]> Date: Thu Oct 9 11:33:00 2025 -0400 WIP, BROKEN: query error typing mismatch commit bda0843 Author: Leszek <[email protected]> Date: Tue Sep 30 21:04:47 2025 +0200 remove duplicated column commit f175294 Author: Anji <[email protected]> Date: Tue Sep 30 13:44:05 2025 -0400 Add count commit a13fdf4 Author: Anji <[email protected]> Date: Tue Sep 30 13:26:51 2025 -0400 add proper link to project label commit d58cc9f Author: Anji <[email protected]> Date: Thu Sep 25 15:06:54 2025 -0400 WIP title link commit 94f54d6 Merge: 9d98814 4e7c317 Author: Anji Tong <[email protected]> Date: Thu Sep 25 17:23:27 2025 +0000 Merge branch 'dev-987-asset-usage-limit-offset-pagination' into anji/dev-1013-mirgrate-to-universal-table commit 9d98814 Author: Anji <[email protected]> Date: Thu Sep 18 19:22:31 2025 -0400 biome commit 0772fad Author: Anji <[email protected]> Date: Thu Sep 18 19:21:22 2025 -0400 fix(assetUsage): migrate asset usage table commit 3fc4877 Author: Anji <[email protected]> Date: Thu Sep 18 18:58:35 2025 -0400 WIP: table migrated, TODO: remove old code
2de2fa1 to
09b5623
Compare
…dev-1013-mirgrate-to-universal-table
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.

🗒️ Checklist
<type>(<scope>)<!>: <title> DEV-1234Front endand/orBack endorworkflow📣 Summary
Use the new table component to display asset usage data. Fixes old pagination issues
💭 Notes
Modeled after how access logs uses the universal table. Removes
uidfrom theAssetWithUsagetype as it is not actually expected as a response from backend--updated logic accordingly👀 Preview steps