sourcegraph v2.5.15 Release Notes

  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed issue where a Sourcegraph cluster would incorrectly show "An update is available".
    • ๐Ÿ›  Fixed Phabricator links to repositories
    • Searches over a single repository are now less likely to immediately time out the first time they are searched.
    • ๐Ÿ›  Fixed a bug where auth.provider == "http-header" would incorrectly require builtin authentication / block site access when auth.public == "false".

    Phabricator Integration Changes

    ๐Ÿ’ป We now display a "View on Phabricator" link rather than a "View on other code host" link if you are using Phabricator and hosting on GitHub or another code host with a UI. Commit links also will point to Phabricator.

    ๐Ÿ‘Œ Improvements to SAML authentication

    ๐Ÿ“‡ You may now optionally provide the SAML Identity Provider metadata XML file contents directly, with the auth.saml identityProviderMetadata site configuration property. (Previously, you needed to specify the URL where that XML file was available; that is still possible and is more common.) The new option is useful for organizations whose SAML metadata is not web-accessible or while testing SAML metadata configuration changes.