[bot] Merge 26.3 to 26.6#648
Merged
github-actions[bot] merged 2 commits intoJun 21, 2026
Merged
Conversation
- Child tables (`testpasses`, `testfails`, `handleleaks`, `memoryleaks`, `hangs`, `trainruns`) filter to the current folder by joining back to `testruns`. - `user` table shows only computers with a run in the folder. Also fixes the User dropdown and Training Data tab. - `getUsers()` reads the filtered `user` query table. - Run ingestion (`ParseAndStoreXML`) resolves a computer by name with a deliberately **unscoped** `findUserIdByName()`. The `user` row is global (no container column), `PostAction` is `@RequiresNoPermission`, and a computer's first post to a folder has no run there yet, so any container filter would miss it and create a duplicate. The method returns only an id (no row data). - `testContainerFiltering` covers the child tables, the `user` query table, and the User-page dropdown. Co-authored-by: Claude <noreply@anthropic.com>
labkey-tchad
approved these changes
Jun 21, 2026
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.
Generated automatically.
Merging changes from: f7e75ca
Approve all matching PRs simultaneously.
Approval will trigger automatic merge.
Verify all PRs before approving: https://internal.labkey.com/Scrumtime/Backlog/harvest-gitOpenPullRequests.view?branch=26.6_fb_bot_merge_26.3