Ronnie Dutta
Ronnie Dutta
The log output for our `start` command is extremely long. This makes it difficult to scroll to the actual test failures in the logging. It would be super useful if...
**Describe the improvement that you'd like** Once in a while I need to recover the stash I just popped or dropped. This would be easy if the log output printed...
**Describe the improvement that you'd like** It would be useful if git worktree branches were easily identifiable as such, perhaps with a different color or outline, or maybe a "w"...
## Desired change * **Rule(s)**: SIM908 * **Adjustment**: The rule only detects dictionary access via `[x]`, not `.get(x)`. It should detect both. ## Explanation I noticed that if you misread...
## Desired change * **Rule(s)**: SIM102 * **Adjustment**: If a comment is placed between `if` conditions, don't flag this rule ## Explanation Sometimes it is clearer to split up logic...
Fix bug where any preparing local jobs would get orphaned during the shutdown before an auto restart. You could reproduce this bug by changing ```diff diff --git a/tests/functional/restart/42-auto-restart-ping-pong.t b/tests/functional/restart/42-auto-restart-ping-pong.t index...
These changes close #4611 Might suggest a commit-by-commit review **Requirements check-list** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped...
Needed for https://github.com/cylc/cylc-uiserver/pull/379 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy your branch by...
These changes partially address https://github.com/cylc/cylc-uiserver/issues/271 Sibling: https://github.com/cylc/cylc-uiserver/pull/290 - Refactored the message format sent from server to client. Instead of just the raw result of the GraphQL mutation (or whatever request...
**Describe the bug** ``` initial cycle point = 2000 final cycle point = +PT6H+PT1S ``` ``` ERROR - could not convert string to float: '6H+PT1' Traceback (most recent call last):...