Continua CI - v1.0.0.2941 Released

Hi All

An update for Continua CI has been uploaded and is available from the Continua CI Downloads page. The latest version of Continua is now 1.0.0.2941. 

Changes

  • Update: Files are now listed for Git merge changesets
  • Update: Nested Git submodules are now updated recursively
  • Update: Agent messages are now batched to improve performance.
  • Update: Increased response of main project views when build start button is clicked.
  • Update: Added various options to PowerShell action (Threading Apartment, Execution Policy, Version)
  • Update: Fixed run order for builds waiting for conditions
  • Update: NUnit report parser updated so that it still registers totals if there are no test cases in XML file
  • Update: Additional debug logging for build process.
  •  
  • Change: Git repositories now ignore .git folder in submodules when updating cache
  • Change: Removed GZip and BZip archive types from 7Zip action as file lists are not supported for these archive types
  • Change: Changed $Configuration.QueuedCount$ to include only builds which have passed configuration conditions. This means you can now reliably ensure only one build runs at a time by setting the queue conditions to $Configuration.QueuedCount$ Less Than 1 And $Configuration.RunningCount$ Less Than 1
  • Change: Increased maximum database size for build log to 4GB
  • Change: Agent and server services now write to different log files
  •  
  • Fix: Memory leak with email notifications
  • Fix: Issue where NUnit action would fail when "Fail action if any tests fail" was not ticked
  • Fix: NUnit artefact viewer was hiding test names when sorting
  • Fix: Possible build hang if stage completes before initialisation complete message is received
  • Fix: Handled exception when deleting Access Control List entry
  • Fix: Handled build logger exceptions when registering unit tests
  • Fix: Git repositories using SSH URL were not picking up changesets
  • Fix: Corrected validation for condition expressions
  • Fix: Ensure that associated configurations are not lost when recreating a repository after changing identity properties
  • Fix: Memory issues with large private messages.
  • Fix: Removed and prevented user allocation to duplicate groups.
  • Fix: Prevented propagation of clicks from modal dialogs.
  • Fix: Ensure that password fields for actions are encrypted correctly and not overwritten when editing
  • Fix: Handle Unicode errors when reading changesets from Vault repositories
  • Fix: Various error handling and UI fixes.

Note : You will need to update your agents after installing this build.