mabashian
|
ef854aabb7
|
Adds test coverage to the workflow output and workflow output graph components
|
2020-02-17 12:41:23 -05:00 |
|
mabashian
|
fc3f19bd2b
|
Fix some styling discrepancies between Chrome and Firefox in the workflow viz/output graphs.
Cleans up deleted job/job template use cases. Show message indicating that the ujt associated with a node has been deleted.
|
2020-02-17 12:41:23 -05:00 |
|
mabashian
|
2bbcd2d663
|
Move visualizer/workflow output state logic out to reducer and refactor some of the larger functions. Introduces contexts for state/dispatch that can be used by descendent components of both the visualizer and the workflow output components.
|
2020-02-17 12:41:23 -05:00 |
|
mabashian
|
a786118415
|
Removes reference to the node unified job template name in the view modal for now. This component is really just a placeholder and this change fixes an error that is thrown when the node's unified job template is deleted.
|
2020-02-17 12:41:23 -05:00 |
|
mabashian
|
65429e581a
|
Properly bookend @constants alias so that it doesn't inadvertently match something we don't want it to match
|
2020-02-17 12:41:23 -05:00 |
|
mabashian
|
eb6f4dca55
|
Run prettier
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
ce09c4b3cd
|
Changes "Key" references to "Legend"
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
c971e9d61c
|
Turns all the workflow tool buttons in to pf button components.
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
e34bf90ca7
|
Vertically center the pause icon in the node type letter component
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
700296a558
|
Change Exit button text to Exit Without Saving in the unsaved changes modal.
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
492ea0616e
|
Moves util/workflow.jsx to components/Workflow/WorkflowUtils.jsx and updates imports
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
eddb6e1faf
|
Combines the two start node components into one. Removes use of document.getElementById in workflow components in favor of refs.
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
f98b274177
|
Adds default search and sort columns to the four lists in the workflow node wizard
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
662ff41fe9
|
Moves inline css to styled component in WorkflowOutputToolbar
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
fd146dde30
|
Adds unit test coverage to some of the workflow output components. Also adds support for hovering on workflow results links to see the edge type (success/fail/always).
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
e394d0a6f6
|
Add close button to workflow tools/key
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
5a1a47b7aa
|
Default '---' not needed due to changes to how the prop is passed to CodeMirrorInput
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
3d5c32c354
|
Update function/callback props passed into workflow components to start with "on"
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
01cc0ac8f1
|
Adds unit test coverage for shared workflow components
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
5a9248e619
|
Prettier
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
1d84d03566
|
Stabilized workflow visualizer and output point. Workflow jobs can be viewed and workflows can be built (without jt prompting).
|
2020-02-17 12:41:22 -05:00 |
|
mabashian
|
50ba4f9759
|
Halfway implemented node details. Still need to handle cases where the user has edited the node and cases where the node is brand new.
|
2020-02-17 12:41:21 -05:00 |
|
mabashian
|
de55af6ae6
|
Fully functioning workflow editor without read-only view modal and without prompting.
|
2020-02-17 12:41:21 -05:00 |
|
mabashian
|
ca478ac880
|
Render workflow results. Extensive refactors of workflow components in general.
|
2020-02-17 12:41:21 -05:00 |
|
softwarefactory-project-zuul[bot]
|
78ea643460
|
Merge pull request #5956 from chrismeyersfsu/fix-new_postgres
allow external pg connections
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-02-17 15:56:25 +00:00 |
|
chris meyers
|
0db0f81e53
|
allow external pg connections
* Postgres containers now, by default, do not allow passwordless users
to connect remotely. This change explicitly allows that case.
|
2020-02-17 10:16:20 -05:00 |
|
Jonas DOREL
|
c94680eaba
|
Add openshift label app
|
2020-02-15 14:49:05 +01:00 |
|
softwarefactory-project-zuul[bot]
|
5b4ed6dd59
|
Merge pull request #5923 from mabashian/4967-prompt-on-launch-checkboxes
[POC] Adds FieldWithPrompt component to handle fields that are also promptable
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-02-14 18:51:07 +00:00 |
|
mabashian
|
4e811c744a
|
Use FieldTooltip instead of Tooltip component. Remove promptValidate prop from FieldWithPrompt. This checkbox shouldn't ever need a custom validator function.
|
2020-02-14 10:56:11 -05:00 |
|
softwarefactory-project-zuul[bot]
|
cd6d2299a9
|
Merge pull request #5914 from marshmalien/5866-remove-custom-list-btns
Remove Switch, ListActionButton, and ActionButtonCell components
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-02-13 21:14:31 +00:00 |
|
Marliana Lara
|
590199baff
|
Remove ListActionButton component
|
2020-02-13 15:36:17 -05:00 |
|
Marliana Lara
|
3b9dd3ba8c
|
Remove ActionButtonCell component
|
2020-02-13 15:25:25 -05:00 |
|
Marliana Lara
|
446021cf22
|
Remove Switch component
|
2020-02-13 15:25:22 -05:00 |
|
softwarefactory-project-zuul[bot]
|
ef3ab29649
|
Merge pull request #5897 from marshmalien/remove-card-style-overrides
Remove PF style overrides Pt. 1
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-02-13 20:03:36 +00:00 |
|
softwarefactory-project-zuul[bot]
|
f4e09eee80
|
Merge pull request #5918 from ryanpetrello/real-event-firehose-values
set actual counter/start/end values in the event generation script
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-02-13 19:47:42 +00:00 |
|
softwarefactory-project-zuul[bot]
|
af4e4b4064
|
Merge pull request #5922 from jakemcdermott/fix-4095
Use pod uid as instance uuid
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-02-13 16:11:35 +00:00 |
|
mabashian
|
10c6297706
|
Adds basic unit test coverage for the FieldWithPrompt component
|
2020-02-13 09:42:09 -05:00 |
|
softwarefactory-project-zuul[bot]
|
73a9541e39
|
Merge pull request #5928 from anxstj/cleanup_docs
Remove docker_remove_local_images from documentation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-02-13 14:15:18 +00:00 |
|
mabashian
|
3a2a61af82
|
Adds tooltip to run type that was previously removed. Fixes unit test failures by adding ask_job_type_on_launch to mock data.
|
2020-02-13 09:06:35 -05:00 |
|
Stefan Jakobs
|
774e7fb248
|
Remove docker_remove_local_images from documentation
docker_remove_local_images was removed with commit 28994d4b0b (diff-c12c21a2e99296acf472dc226bc19da8)
(version 9.0.0). This PR removes it from INSTALL and inventory documentation.
Signed-off-by: Stefan Jakobs <sjakobs@anexia-it.com>
|
2020-02-13 14:34:45 +01:00 |
|
AlanCoding
|
a5e3d9558f
|
Handle case of deleted inventory
|
2020-02-13 08:29:52 -05:00 |
|
softwarefactory-project-zuul[bot]
|
1ae86ae752
|
Merge pull request #5912 from keithjgrant/4239-pagination-on-delete
Adjust pagination when deleting final page of items
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-02-12 21:48:16 +00:00 |
|
softwarefactory-project-zuul[bot]
|
1a30a0e397
|
Merge pull request #5921 from beeankha/fix_flake8_errors
Fix Misc. flake8 Errors
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
|
2020-02-12 21:36:28 +00:00 |
|
Keith Grant
|
490b76b141
|
fix TemplateList name in tests
|
2020-02-12 13:10:14 -08:00 |
|
Jake McDermott
|
3831efb3be
|
Use pod uid as instance uuid
Inject the pod uid as an environment variable and use it for the
SYSTEM_UUID in the settings file defined by the configmap.
|
2020-02-12 13:52:09 -05:00 |
|
mabashian
|
a8fa816165
|
Adds FieldWithPrompt component to handle fields that are also promptable
|
2020-02-12 13:50:54 -05:00 |
|
beeankha
|
11ccfd8449
|
Fix misc. linting errors
|
2020-02-12 12:34:15 -05:00 |
|
Keith Grant
|
c33cc82d53
|
go back one page when deleting all items off last page (orgs/creds)
|
2020-02-12 08:53:34 -08:00 |
|
softwarefactory-project-zuul[bot]
|
c7516ec50e
|
Merge pull request #5917 from ansible/jakemcdermott-order-by-start-line
Order job_event requests by `start_line`
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
|
2020-02-12 16:07:06 +00:00 |
|
Ryan Petrello
|
92cc597e84
|
set actual counter/start/end values in the event generation script
|
2020-02-12 10:22:31 -05:00 |
|