Zack Galbreath

Results 86 comments of Zack Galbreath
trafficstars

I'm having trouble reproducing this issue. What are you inputting for "Bug Tracker Type" and "New Issue URL"?

You have `APP_URL` defined in your .env file, and then you have this line later on in that same file, right? ``` MIX_APP_URL="${APP_URL}" ``` > I get a text document...

This might be a good candidate for asychronous submission processing. Try setting `$CDASH_ASYNCHRONOUS_SUBMISSION = true;` in `app/cdash/config/config.local.php` to see if that improves your CDash's installation to parse large files.

Thanks for reporting this. It does sound like a bug. Just making sure, the user you're creating a CDash account for does have an LDAP account, right?

This would be nice. We have to proceed carefully though. There's a number of places in CDash were we implicitly assume one revision per build. Off the top of my...

Still on the backlog, unfortunately. Thanks for the bump, though.

This is intentional. CDash now supports sub-blocks of filters. See here for an example. http://slicer.cdash.org/index.php?project=SlicerPreview&date=2019-04-29&filtercount=2&showfilters=1&filtercombine=and&field1=site&compare1=63&value1=factory-south&field2=block&field2count=2&field2field1=groupname&field2compare1=61&field2value1=Nightly-Packages&field2field2=groupname&field2compare2=61&field2value2=Extensions-Nightly

It looks to me that the frontend hasn't been generated correctly. What happens if you run `npm run dev` from the root of your CDash clone?

Thanks for sharing this error report. We'll take a closer look & let you know what we find.

It sounds like you're having trouble installing/upgrading CDash. Just making sure, you've seen our installation documentation, right? https://github.com/Kitware/CDash/blob/master/docs/install.md Assuming so, please let us know what steps aren't working for you,...