Continua CI v1.9.2.1309

Released: Apr 18, 2024

v1.9.2.1309 での更新項目

機能

  • Significantly improved performance when loading the initial list of branch head changesets for Git repositories with a large number of branches and pull requests. Note, however, that these improvements are applied to repositories which have been fully cloned. E.g. with the git blobless clone setting set to false.
  • The server property Server.Git.UseBloblessClone now defaults to false. This will affect new and reset Git repositories. With blobless clone enabled, initial cloning of the git repository is faster. However, improvements to the initial listing of branch head changesets require blobless cloning to be disabled and the initialization improvement can far surpass the cloning improvement if the repository contains many branches and pull requests.
  • Git repositories now have a "Blobless clone" option which can be used to individually override the default set by the server property Server.Git.UseBloblessClone.
  • Improved changeset topographical ordering performance for fully cloned Git repositories.
  • The current repository operation is now shown as a tooltip over the Status value on all repository tables.
  • Projects with no configurations are now omitted from the projects menu. Projects with only disabled configurations are also omitted if Show Disabled is not set on the main dashboard page.
  • Improved sizing of the Queue Option dialog when a configuration is associated with many repositories.
  • NPM actions no longer show color codes in log output.
  • Added client IP address, referring page and list of server variables when writing an unexpected web error to the event log.
  • Added copy to clipboard link to version field on build details page.
  • Added new property collectors for Microsoft .NET runtime v6.0.28, v6.0.29, v7.0.17, v7.0.18, v8.0.3, v8.0.4 and v9.0.0-preview.2; sdk v6.0.420, v6.0.421, v7.0.407, v7.0.408, v8.0.203, v8.0.204 and v9.0.100-preview.2.
  • Updates to some third party packages.

Note: You will need to update your agents after upgrading the server to this build.

不具合の修正

  • Added code to correct variable namespace parentage in the database. This was causing errors during cleanup of archived configurations for some users.
  • Disabled repository were shown with an Error status on repository tables.
  • Added a check for Windows mode cookie expiry. This is to prevent failure to accept logged-in Windows user when using mixed authentication mode with new database.