Skip to content

[bot] Fast-forward for 26.6.0#650

Merged
github-actions[bot] merged 4 commits into
release26.6from
26.6_ff_bot_26.6.0
Jun 22, 2026
Merged

[bot] Fast-forward for 26.6.0#650
github-actions[bot] merged 4 commits into
release26.6from
26.6_ff_bot_26.6.0

Conversation

@github-actions

Copy link
Copy Markdown

Generated automatically.
Approve all matching PRs simultaneously.
Approval will trigger automatic merge.
View all PRs: https://internal.labkey.com/Scrumtime/Backlog/harvest-gitOpenPullRequests.view?branch=26.6_ff_bot_26.6.0

vagisha and others added 4 commits May 27, 2026 15:23
- Added server-side kaptcha verification to SignUpApiAction and BeginAction
- Extracted shared helpers so both action paths follow the same verification sequence in the same order
- Added emailConfirm field requiring users to enter their email address twice
- Fixed two API path bugs: EmailValidator.isValid was not called, and a sendEmail failure was falling through to status=USER_ADDED
- Wrapped TempUser insert + confirmation email in a transaction so the row is rolled back if email delivery fails
- Rewrote signupPage.jsp to use <labkey:form> and <labkey:input> taglibs
 Conflicts:
	signup/src/org/labkey/signup/signupPage.jsp
- 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>
@github-actions github-actions Bot merged commit 7fb4a2f into release26.6 Jun 22, 2026
16 checks passed
@github-actions github-actions Bot deleted the 26.6_ff_bot_26.6.0 branch June 22, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants