-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit runtime (deconflicted) #1160
Edit runtime (deconflicted) #1160
Commits on Nov 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dcc1508 - Browse repository at this point
Copy the full SHA dcc1508View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6999b2 - Browse repository at this point
Copy the full SHA f6999b2View commit details -
Add "edit runtime" mutation support
- Allow a mutation argument type to be associated with a cylc object type (cycle, task etc.) without auto filling that object into the form input - Add icon for Edit Runtime
Configuration menu - View commit details
-
Copy full SHA for 2b09f17 - Browse repository at this point
Copy the full SHA 2b09f17View commit details -
Implement ability to issue GraphQL query
Uses introspection to expand fields of the query if none specified
Configuration menu - View commit details
-
Copy full SHA for 44d8713 - Browse repository at this point
Copy the full SHA 44d8713View commit details -
Add
taskProxy{ runtime }
query to mock serviceUpdate introspection query response in mock service
Configuration menu - View commit details
-
Copy full SHA for e2a1899 - Browse repository at this point
Copy the full SHA e2a1899View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5ec1af - Browse repository at this point
Copy the full SHA f5ec1afView commit details -
Re-render mutation dialog each time it's opened
Avoids need to manually reset state of form
Configuration menu - View commit details
-
Copy full SHA for 53140b7 - Browse repository at this point
Copy the full SHA 53140b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c86494 - Browse repository at this point
Copy the full SHA 7c86494View commit details -
Configuration menu - View commit details
-
Copy full SHA for e27caff - Browse repository at this point
Copy the full SHA e27caffView commit details -
Edit-Runtime form: add new key-val pairs to top of list
Because that's the order they appear in the broadcast
Configuration menu - View commit details
-
Copy full SHA for 64ae80b - Browse repository at this point
Copy the full SHA 64ae80bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0000ec - Browse repository at this point
Copy the full SHA a0000ecView commit details -
Convert FormInput template to render-function
Simplify help icon logic - it now shows help on hover instead of click
Configuration menu - View commit details
-
Copy full SHA for 3355462 - Browse repository at this point
Copy the full SHA 3355462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6334bff - Browse repository at this point
Copy the full SHA 6334bffView commit details -
Switch to custom schema type for RuntimeSetting
Adapt AOTF's handling of 'INPUT_OBJECT' for 'OBJECT' seeing as the former is not used?
Configuration menu - View commit details
-
Copy full SHA for 267e892 - Browse repository at this point
Copy the full SHA 267e892View commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8c6d822 - Browse repository at this point
Copy the full SHA 8c6d822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 118c678 - Browse repository at this point
Copy the full SHA 118c678View commit details -
Configuration menu - View commit details
-
Copy full SHA for 089fdc4 - Browse repository at this point
Copy the full SHA 089fdc4View commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5ca2e0d - Browse repository at this point
Copy the full SHA 5ca2e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7506c79 - Browse repository at this point
Copy the full SHA 7506c79View commit details -
Close mutation form on successful submission
- Remain open with loading spinner in the submit button while awaiting the mutation response - Show error snackbar and stay open on failed submission - Show warning snackbar and stay open if the Edit-Runtime form does not have any changes on submission
Configuration menu - View commit details
-
Copy full SHA for 12e02ad - Browse repository at this point
Copy the full SHA 12e02adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0c730 - Browse repository at this point
Copy the full SHA 5c0c730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753f376 - Browse repository at this point
Copy the full SHA 753f376View commit details
Commits on Dec 9, 2022
-
aoft: use UID type for mutation listing
* Each node in the store is now associated with its UID type (user, workflow, cycle, task, job, $edge, $namespace). * Use this type for mutation listing rather than trying to infer whether a task is a family or not by looking at its node contents. * Simplify some internals.
Configuration menu - View commit details
-
Copy full SHA for c8bedc3 - Browse repository at this point
Copy the full SHA c8bedc3View commit details
Commits on Dec 12, 2022
-
tests/e2e: remove arbitrary wait
* Test passes reliably without the wait.
Configuration menu - View commit details
-
Copy full SHA for 0c12f29 - Browse repository at this point
Copy the full SHA 0c12f29View commit details