Skip to content

Releases: Kitware/CDash

v3.3.0-rc3

20 Feb 17:43
a975ec2

Choose a tag to compare

v3.3.0-rc3 Pre-release
Pre-release

What's Changed

Bug Fixes

Full Changelog: v3.3.0-rc2...v3.3.0-rc3

v3.2.3

14 Feb 19:57
4361f69

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v3.2.2...v3.2.3

v3.3.0-rc2

08 Feb 17:16
1d276bb

Choose a tag to compare

v3.3.0-rc2 Pre-release
Pre-release

What's Changed

Bug Fixes

Full Changelog: v3.3.0-rc1...v3.3.0-rc2

v3.2.2

26 Jan 20:43
4aeeb61

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v3.2.1...v3.2.2

v3.3.0-rc1

22 Jan 20:34
ed10e56

Choose a tag to compare

v3.3.0-rc1 Pre-release
Pre-release

What's Changed

New Features

Administration

Performance

User Experience

Documentation

Deprecations & Removals

Bug Fixes

Internals

Read more

v3.2.1

11 Jan 21:56
a150470

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v3.2.0...v3.2.1

v3.2.0

02 Jan 15:11
d171b88

Choose a tag to compare

What's Changed

This release brings lots of new features, performance improvements, and security fixes. CDash has been thoroughly cleaned from the inside out, reducing technical debt and making future improvements easier. The user interface has also been cleaned up, and the logo was given a light refresh.

New Features

Administration

Performance

User Experience

Documentation

Deprecations & Removals

Bug Fixes

Read more

CDash v3.1.0

31 Mar 14:27
4b1e749

Choose a tag to compare

Acknowledgement

Special thanks to our users, feature requesters, bug reporters, and especially to the developers that made this release of CDash possible.

  • Sean McBride
  • Christian Oyarzun
  • Elvis Stansvik
  • Zack Galbreath

Release Notes

Starting with this version of CDash, the vast majority of site-specific configuration settings are now stored in .env rather than the previous location app/cdash/config/config.local.php. Run the following command to automatically migrate settings from the old location to the new location:

php artisan config:migrate

See .env.example for documentation, examples, and default values for the various configuration settings that CDash recognizes.

Noteworthy changes since v3.0.3:

  • Add support for appending to previous configure results (#1132)
  • Add support for preformatted test measurements (#1136)
  • Add documentation for how CDash handles test measurements (#1138, #1141, #1148)
  • Update our installation documentation (#1139, #1142, #1225)
  • Update config:migrate to set APP_ENV=production when serving over https (#1153)
  • Update viewProjects.php to show all projects that a user has access to (#1154, #1222)
  • Automatically pass SubProject filters from index.php to viewTest.php (#1157, #1179)
  • Bump the size of the dynamicanalysisdefect::type column from 50 to 255 characters (#1162)
  • New migration to add user::email_verified_at database column (#1164)
  • Add a new --all-builds option to the build:remove Artisan command (#1165)
  • Show extra test measurements on queryTests.php (#1174)
  • Improved formatting for monitor.php (#1175)
  • Use environment variables to enable/disable OAuth2 providers (#1177)
  • Selectively prefer XML element in Notes.xml (#1182)
  • Allow project admins to define test measurement order (#1186)
  • Fix bug where the Labels filter on queryTests.php would sometimes return builds that do not match (#1192)
  • Fix parsing of XML files with lots of subprojects (#1193)
  • Add Revision filter to queryTests.php (#1194)
  • Improve support for redundant tests (#1197, #1200)
  • Better navigation controls for intermittent tests (#1207)
  • Show links to SubProject notes (#1212)
  • Avoid exception in CoverageFileLog->AddLine() (#1214)
  • Add a config option to disable communication with https://api.github.com (#1215)
  • Tolerate missing data in Bazel JSON submissions (#1216)
  • Migrate the vast majority of config settings from config.local.php to .env (#1221, #1224)
  • Add support for protected projects that can only be seen by authenticated users (#1222)
  • Lots of updates for our 3rd party dependencies (#1143, #1146, #1152, #1155, #1158, #1160, #1170, #1173, #1180, #1181, #1183, #1184, #1190, #1195, #1201, #1202, #1208, #1210, #1211, #1213, #1218, #1231, #1233, #1234)

CDash v3.0.3

19 Feb 16:55
12b7373

Choose a tag to compare

Fixes since v3.0.2:

  • Security updates (#1101, #1110, #1111)
  • Fix bug where auth tokens were not always honored (#1102)
  • Improve install documentation (#1103)
  • Fix installation of CDash from source tarball (#1104)
  • Fix bug where only the last kilobyte of dynamic analysis output was being stored/displayed (#1109)
  • Fix bug where test measurements sometimes didn't get updated properly (#1112)
  • Fix/improve URL handling for test graphs (#1114)
  • Avoid fopen() errors during submission for long build names (#1115)
  • Fix LDAP authentication for non-email userid fields (#1117)

CDash v3.0.2

16 Dec 15:22
0c5e3ab

Choose a tag to compare

Bug fixes since v3.0.1:

  • #1082: Fix undefined Index on viewTest.php
  • #1087: Explicitly install composer v1 in our Docker image
  • #1088: Update dependency to resolve security warning
  • #1089: Only return one configure row for shared subproject results
  • #1093: Avoid and more gracefully handle errors when sending emails
  • #1094: Fix minor issues discovered when upgrading Drake CDash
  • #1096: Better error handling when swift_mailer send function fails