Skip to content

Conversation

davidhodgson-servicenow
Copy link
Collaborator

No description provided.

mcolemanNOW and others added 30 commits November 18, 2020 13:41
…ntly loaded application files and new changes applied while Import from SC (#4)

[Delta-Loading]Find the delta of changes between currently loaded application files and new changes applied while Import from SC

This is a customization in the JGIT to filter out the noise and reduce the source control app install on the service now instance.

The customization ONLY includes changes to DiffCommand and DiffFormatter and we exposed a new method and the purpose is to not break existing JGIT in any way.
fixed compilation issues for delat loading
Support SSH for Basic authentication (without MID server)

+ On the instance we do not want to grant access to GIT_SSH environment variable. Adding a try/catch to not make it fail.
1. commit c81ea59
Author: Matt Coleman <matt.coleman@servicenow.com>
Date:   Mon Nov 30 14:03:10 2015 -0800

    java.policy modifications to JGit

        - GIT_CONFIG_NOSYSTEM no longer needed
        - permission to create symlinks no longer needed
        - permission to read user's home directory no longer needed
2. commit 56837c8
Author: anjanakr <anjana.krishnamurthi@servicenow.com>
Date:   Thu Feb 13 08:52:49 2020 -0800

    DEF0087691: Set FS to POSIX if OS is not Windows
    Update FS to FS_POSIX only if the detected OS is not Windows
3. fixed compilation and test case issues
…#17)

Co-authored-by: junna.cui <junna.cui@servicenow.com>
…lib.ConfigTest.testReadUserConfigWithInvalidCharactersStripped(ConfigTest.java:280))
…l GitSystemConfig. No need to customize jGit to support null GitSystemConfig. FS.DETECTED's gitSystemConfig.value is set to null by calling setFs() api in initRepo() or cloneGitFromRemoteRepo() in AGitRepository.
…ough createExecChannel api to avoid reading TERM from env
…TE differences

STRY51783300: Modify hidden file removal to avoid formatting ADD/DELETE differences
STRY51637620: merge our 5.9 changes into 6.1
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.

6 participants