Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: finos/git-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: finos/git-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.1
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 6, 2024

  1. Update pullRemote.js to set appropriate directory permissions

    This commit modifies the directory creation permissions in the pullRemote function of pullRemote.js. 
    
    Previously, the function was setting directory permissions to 0777 (full read, write, and execute permissions for user, group, and others). This approach is not aligned with best practices for security, particularly in secure environments such as OpenShift, where overly permissive settings can lead to vulnerabilities.
    
    The updated code now sets the permissions to 0755 (read, write, and execute for the user; read and execute for group and others). This change enhances security by restricting write access to the owner only while still allowing necessary read and execute permissions.
    yadnyeshkolte authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dac735e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge pull request #782 from yadnyeshkolte/update-pullRemote.js

    fix: Update pullRemote.js to set appropriate directory permissions
    JamieSlome authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fac98ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b7d43 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix: adjust auth processor to use custom service url

    Now we can override the domains used by the service and proxy
    the auth processor needs to use those values
    06kellyjac committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0a162b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #786 from 06kellyjac/custom_service_domain

    fix: adjust auth processor to use custom service url
    JamieSlome authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c87d2a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0ff239 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #784 from laukik-target/local-setup-fix

    fix: update server start script for cross-platform compatibility
    JamieSlome authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3dff666 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0c041b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #787 from finos/release-1.5.1

    chore: version bump patch to 1.5.1
    JamieSlome authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1e35b93 View commit details
    Browse the repository at this point in the history
Loading