Port changes from ISC internal source control hooks#950
Open
isc-pbarton wants to merge 5 commits intomainfrom
Open
Port changes from ISC internal source control hooks#950isc-pbarton wants to merge 5 commits intomainfrom
isc-pbarton wants to merge 5 commits intomainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #950 +/- ##
==========================================
- Coverage 50.98% 49.18% -1.80%
==========================================
Files 23 23
Lines 3138 3269 +131
==========================================
+ Hits 1600 1608 +8
- Misses 1538 1661 +123 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
isc-egabhart
approved these changes
Mar 18, 2026
isc-dchui
approved these changes
Mar 18, 2026
cls/SourceControl/Git/Production.cls
Outdated
|
|
||
| /// Imports a PTD into a production given an external name and produciton name | ||
| ClassMethod ImportPTD(externalName As %String, productionName As %String) As %Status | ||
| /// Imports a PTD into a produciton given an external name and production name |
Collaborator
There was a problem hiding this comment.
Typo: "produciton" (I like how you fixed one typo and then reintroduced it elsewhere)
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.
Resolves #949
Two functional changes are the ones noted in the changelog. Also includes utilities to update production hosts after a deploy, but these are not yet used in Embedded Git.