Move snd module to snprcEhrModules#920
Open
labkey-tchad wants to merge 781 commits intodevelopfrom
Open
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/snd#5 * SND test timing issue * Security Updates Update packages with known security vulnerabilities * Rollback webpack-dev-middleware halfway Roll this back to compatible version
Original PR: LabKey/snd#6 * SND test timing issue * Security Updates Update packages with known security vulnerabilities * Rollback webpack-dev-middleware halfway Roll this back to compatible version * Test fix Scroll to Save button before clicking. * Module bumps to 19.1 (all except CDS) * Update .gitignore style.js is generated
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
Original PR: LabKey/ehrModules#1120
This was referenced May 2, 2026
labkey-martyp
approved these changes
May 4, 2026
Contributor
labkey-martyp
left a comment
There was a problem hiding this comment.
Can you check out the build.gradle files for snprc_ehr and snprc_scheduler. Looks like they both have paths to :server:modules:ehrModules:snd.
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