Move snd module to snprcEhrModules in 26.3#921
Open
labkey-tchad wants to merge 779 commits intorelease26.3-SNAPSHOTfrom
Open
Move snd module to snprcEhrModules in 26.3#921labkey-tchad wants to merge 779 commits intorelease26.3-SNAPSHOTfrom
labkey-tchad wants to merge 779 commits intorelease26.3-SNAPSHOTfrom
Conversation
Fb marty
First round, including most roll-up scripts and manual module bumps. CodeOnlyModules are not bumped yet (blocked on Docker module conversion) plus a few other specific stragglers.
added getActiveProjects to api
refactored activeProjects code
-- Add license file to non-module repos -- Add license file to all Apache repos (since it shows in the GitHub UI) -- Change two licenses to LabKey license -- Remove two license files that are no longer correct -- Add licenses to many module.properties files
-- Update for November 2018 -- Now scanning .tf and .tfvars files (Terraform) -- Deliberately leaving out SNPRC module (moving to Git very soon)
…n. Remove doAction() override for true redirect actions. Remove no-op validateCommand() overrides. Related to #36532.
Pipeline temp files and logs
Fb snprc scheduler dev server
Original PR: LabKey/ehrModules#964 * Minor auto-refactor code cleanup on a massive scale * Avoid calling isEmpty() on JS arrays
Original PR: LabKey/ehrModules#974 * Issue 52277: SNDTest.testSuperPackageApis fails with Transaction DeadLock * Restore original error checking
…es API json response. Original PR: LabKey/ehrModules#980
Original PR: LabKey/ehrModules#1006
Original PR: LabKey/ehrModules#1081
Original PR: LabKey/ehrModules#1104
Original PR: LabKey/ehrModules#1112
This was referenced May 2, 2026
labkey-martyp
approved these changes
May 4, 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.
Rationale
https://github.com/LabKey/kanban/issues/1797
Related Pull Requests
Changes