The GitHub Actions job "Backport Checks" on texera.git/fix/admin-quota-created-datasets has succeeded. Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).
Head commit for run: 28f3d18093ea699e30795a8e35b1be750aa65353 / Xinyuan Lin <[email protected]> fix(amber, frontend): serve created datasets to the admin quota modal The admin user-quota modal requested /admin/user/created_datasets, but AdminUserResource never exposed that route, so the created-datasets panel 404'd. The only created_datasets endpoint lives on UserQuotaResource under /quota and derives the uid from the session, so it cannot serve the datasets of the user an admin is inspecting. Add the ADMIN-only endpoint alongside the sibling created_workflows route, and send the uid that AdminUserService.getCreatedDatasets already accepted but dropped. Closes #7317 Report URL: https://github.com/apache/texera/actions/runs/30963549707 With regards, GitHub Actions via GitBox
