Tom Mitchell

Results 12 comments of Tom Mitchell

It appears to be broken in the 8.5.0 CLI. I can't look up a task by its UUID at all on this version. ``` Request: GET /v2/tasks/25550307-ad4a-4b55-bedd-b9886683a40b HTTP/1.1 Host: THERE...

Having talked with James out of band, its likely that this was caused by not providing the `--tenant` flag on the command line to look at the task. The task...

Tried this again today with the `--tenant` flag properly given, and it still gives No Such Task. trace shows ``` DELETE /v2/tenants/ACTUAL-TENANT-ID/tasks/ACTUAL-TASK-ID b HTTP/1.1 ```

It seems like this is possible, but not for global storage systems.

This code is done. Just pending getting the js tests up and running.

Is there any way that a task can become successful if the SSH session is terminated before task completion?

I would imagine this would require path specification by a list of path( regex)?s to include and exclude, such that you could say "these branches notify here, but this branch...

@7hunderbird This is a thing I've wanted for awhile - basically the ability to specify a regex to match paths to group on that can be used for collation. Right...

it's worth considering the case in which the operator has base_path and base_paths specified. You _could_ just append and de-dup the value in base_path to base_paths, but its probably safer...