CDash icon indicating copy to clipboard operation
CDash copied to clipboard

An open source, web-based software testing server

Results 213 CDash issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the following to log in with ldap: ```env CDASH_AUTHENTICATION_PROVIDER=ldap LDAP_USE_TLS=true LDAP_HOSTS=ldap.example.com LDAP_BASE_DN="cn=users,dc=example,dc=com" LDAP_USERNAME="cn=john,cn=users,dc=example,dc=com" LDAP_PASSWORD=${PASS} LDAP_BIND_USERS_BY=userPrincipalName LDAP_PROVIDER=activedirectory LDAP_LOGGING=true ``` which fails on our server with and error `Can't...

bug report

The health check built into our Docker image has caused significant problems across a variety of different system configurations. The health check is rather rudimentary and its effectiveness is limited,...

# Bug report ### Expected Behavior After startup, the cdash container should be marked as healthy ### Actual Behavior After startup, the cdash container is always marked as unhealthy. ###...

bug report

This PR adds the first field which allows for cyclic GraphQL queries, by adding a project field to the build type.

release notes: features

A Collection class which predates Laravel's introduction in the codebase is currently used in much of the notification handling code. Our custom Collection should ultimately be replaced by a Laravel...

Copied from @zackgalbreath's comment [here](https://github.com/Kitware/CDash/pull/2286#issuecomment-2195458662) so it doesn't get lost: > I think this is a good opportunity to add an end-to-end test of CTest with deferred submissions. I started...

refactor / internal change

# Bug report ### Expected Behavior No submission error. ### Actual Behavior Submission error. ### CDash Version 3.4 ### Additional Information I've got a submission that has failed with: ```...

bug report

This PR adds a basic "contains" filter to the GraphQL API. Users should note that indexing is not helpful for queries using this filter, potentially leading to slowness for some...

release notes: features

# Feature Request When there are cross-cutting concerns across many projects on a CDash instance, it would be nice to be able to have "group" permissions so that anyone doing...

feature request

CDash historically attempted to associate files with specific users by collecting version control information as part of the "daily update" feature. This feature is no longer functional, and no longer...

release notes: deprecated / removed