Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard ChapmanReporter
Gavin HallidayGavin HallidayPriority
MajorCompatibility
MinorFix versions
Details
Details
Components
Assignee
Richard Chapman
Richard ChapmanReporter
Gavin Halliday
Gavin HallidayPriority
Compatibility
Minor
Fix versions
Created April 1, 2016 at 8:43 AM
Updated April 28, 2016 at 3:42 PM
Resolved April 28, 2016 at 3:42 PM
Currently if you compile a query from a git repository, and that compile fails for some reason, then the work unit does not appear to contain any details of the git repositories that were used, or which branches.
I suspect it will also not contain an archive of the query either - which will make debugging tricky.
At a minimum we need to
tag the workunit with all githooks and branches used for those
ensure archives are registered if they are generated, but the compile fails.
ensure that errors are preserved. There was an instance I looked at where the only error was "Attempting to execute a workunit that hasn't been compiled" I'm not sure how that could have occurred.