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.4.1
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.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 2 contributors

Commits on Oct 31, 2024

  1. feat: allow for providing an alternative domain for the proxy

    Have the service report back the proxyURL for each project, rather than
    being embedded inside the frontend bundle.
    Concequence is duplicating some data but very minor and allows for us to serve
    different projects from different proxies in the future.
    Removed unused vite env var, added method to pull service's current path and substitute
    in the http proxy port. Works for local dev, should maintain current behaviour.
    Custom domain can be applied via optional config.
    New config value added to the config schema.
    Config schema documentation has been regenerated (including some other absent items).
    06kellyjac committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f02b569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26a0e07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34b08a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f23f04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c3dfe3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0174814 View commit details
    Browse the repository at this point in the history
  7. chore: bump minor to 1.5.0

    JamieSlome committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e7e23a0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #749 from 06kellyjac/allow_custom_proxy_domain

    feat: allow for providing an alternative domain for the proxy
    JamieSlome authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a91570e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #778 from finos/release-1.5.0

    chore: bump minor to 1.5.0
    JamieSlome authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    39dd45c View commit details
    Browse the repository at this point in the history
Loading