Commit Graph

  • ed8133be2d add Service Account annotation Donovan Murphy 2020-02-19 20:29:42 -06:00
  • 7c8c6b5333 Merge pull request #6003 from ryanpetrello/more-firehoseyness softwarefactory-project-zuul[bot] 2020-02-19 21:58:35 +00:00
  • 46fceb03a5 scope counter/start/end line updates to the current job for firehose.py Ryan Petrello 2020-02-19 16:15:09 -05:00
  • 4dee5eddeb Merge pull request #5989 from egmar/support-for-imagePullSecrets softwarefactory-project-zuul[bot] 2020-02-19 19:45:12 +00:00
  • 709482bdac Merge pull request #5980 from shanemcd/downstream_oc_changes softwarefactory-project-zuul[bot] 2020-02-19 19:35:12 +00:00
  • 62ef1baace Merge pull request #5927 from AlanCoding/null_inventory softwarefactory-project-zuul[bot] 2020-02-19 19:30:07 +00:00
  • 1fc3d2e914 Merge pull request #5986 from donomur/fix-indent-5949 softwarefactory-project-zuul[bot] 2020-02-19 19:12:26 +00:00
  • d271a8c9fa Merge pull request #5978 from ryanpetrello/firehose-start-end-fix softwarefactory-project-zuul[bot] 2020-02-19 18:54:41 +00:00
  • 3bd7b3b0f8 Merge pull request #5999 from wenottingham/reinventing-the-whl Shane McDonald 2020-02-19 12:11:31 -05:00
  • 8075cda34c Merge pull request #5932 from nixocio/add_test_awxkit softwarefactory-project-zuul[bot] 2020-02-19 16:22:56 +00:00
  • 09d6da117a Merge pull request #5979 from AlexSCorey/5814-WFJTDetailsView softwarefactory-project-zuul[bot] 2020-02-19 16:22:51 +00:00
  • 8f6b679c85 Fixes navigation issue and address ps issues. Alex Corey 2020-02-19 09:36:07 -05:00
  • 32e017bd03 Adds WFJT Details view Alex Corey 2020-02-17 14:47:35 -05:00
  • 74a31224e0 Moved imagePullSecrets into ServiceAccount definition Egor Margineanu 2020-02-19 10:45:07 +02:00
  • 667b27fe78 Added support for K8S imagePullSecrets Egor Margineanu 2020-02-19 10:11:34 +02:00
  • 4c8a4013cc Remove requirements_setup_requires and related handling. Bill Nottingham 2020-02-18 11:08:54 -05:00
  • 5e4d73b6a3 fix indent Donovan Murphy 2020-02-18 20:27:57 -06:00
  • da486d7788 Add test method to Credential and CredentialType - awxkit nixocio 2020-02-13 13:40:09 -05:00
  • 30d97e2fa8 delete commented code Keith Grant 2020-02-18 10:10:18 -08:00
  • 3a95114c3a properly configure AWX loggers for openshift installs Ryan Petrello 2020-02-04 08:35:13 -05:00
  • 1f3ad85403 de-lint Keith Grant 2020-02-18 09:25:15 -08:00
  • 90cb02e0bf fix start/end line incrementing behavior Ryan Petrello 2020-02-18 11:31:05 -05:00
  • 6e2bd828a1 Merge pull request #5973 from ryanpetrello/job-firehose softwarefactory-project-zuul[bot] 2020-02-18 16:30:12 +00:00
  • fbbf5046ac Merge pull request #5949 from jdorel/patch-2 softwarefactory-project-zuul[bot] 2020-02-18 16:22:09 +00:00
  • 47abb6f85f Merge pull request #5975 from shanemcd/sans-virtualenv softwarefactory-project-zuul[bot] 2020-02-18 16:03:52 +00:00
  • 717698b659 properly inherit JT fields when creating many jobs with firehose.py Ryan Petrello 2020-02-18 10:34:51 -05:00
  • 6a29a0898a Pin shellingham Shane McDonald 2020-02-18 09:32:24 -05:00
  • 1833872be9 Drop virtualenv from requirements_setup_requires.txt Shane McDonald 2020-02-18 09:17:53 -05:00
  • 4d06c812e6 add the ability to load lots of jobs with firehose.py Ryan Petrello 2020-02-18 08:55:06 -05:00
  • 3b71d2a37b convert JobList to function comp w/ hooks Keith Grant 2020-02-17 16:11:48 -08:00
  • 0c0cacb0d6 Works around bad error message when authentication fails Ben Thomasson 2020-02-17 15:57:31 -05:00
  • f57fff732e Merge pull request #5712 from mabashian/ui-next-workflows-4 softwarefactory-project-zuul[bot] 2020-02-17 19:03:21 +00:00
  • 54ddeaf046 Flush out useDeleteItems hook Keith Grant 2020-02-14 16:01:18 -08:00
  • 69a1a02c70 build useDeleteItems hook Keith Grant 2020-02-14 09:14:33 -08:00
  • c824f0d590 create updateUrlAfterDelete util Keith Grant 2020-02-13 15:13:58 -08:00
  • c336c989e7 convert CredentialList to useRequest Keith Grant 2020-02-12 09:43:25 -08:00
  • f6523ab5a0 Adds id's to the node name and the node type letter mabashian 2020-02-13 14:30:02 -05:00
  • 47c783da37 Remove Workflow Visualizer text from visualizer toolbar mabashian 2020-02-12 14:24:02 -05:00
  • 74afc7b424 Run prettier to fix failures mabashian 2020-02-12 10:14:00 -05:00
  • 4ac5a1e15a Add IDs for nodes badge and template name John Hill 2020-02-11 17:43:12 -05:00
  • 48eeeea7f3 Disable tools/legend buttons when the workflow has no nodes and is displaying the start screen. mabashian 2020-02-11 13:00:47 -05:00
  • aa6857fd38 Hide message stating that the resource has been deleted if the output node is an approval node mabashian 2020-02-06 17:04:20 -05:00
  • 25fe2a2ce6 Adds tests for the node type step components in the node modal mabashian 2020-02-06 15:40:38 -05:00
  • 3d1e3741cd Run prettier mabashian 2020-02-06 11:12:55 -05:00
  • 2ef57e0221 Adds id to workflow visualizer start screen button mabashian 2020-02-06 10:43:33 -05:00
  • bc08c02b89 Adds ID's to toolbar(s) and action buttons within visualizer/output toolbars. mabashian 2020-02-06 10:40:24 -05:00
  • 50c74a2ec8 Adds test coverage for node modal components mabashian 2020-02-06 10:29:23 -05:00
  • 887469d73e Adds test for link add/edit/delete modals mabashian 2020-02-04 11:14:28 -05:00
  • f9debb8f94 Adds tests for delete all nodes and unsaved changes modals mabashian 2020-02-04 10:43:39 -05:00
  • b3929d1177 Remove HorizontalSeparator component. Patternfly now has a Divider component that we can use if we need something like this. mabashian 2020-02-03 17:57:34 -05:00
  • e3cfdb74ba Adds basic unit test coverage to visualizer components (not including modals). mabashian 2020-02-03 17:42:39 -05:00
  • 1d0e752989 Adds unit test coverage for workflow reducer mabashian 2020-02-03 10:21:53 -05:00
  • 05a3bb0622 Removes unnecessary 'type' field on nodes and links mabashian 2020-01-31 11:53:27 -05:00
  • bc7fd26af6 Fixes bug where navigating from one output route to another was breaking mabashian 2020-01-30 17:31:50 -05:00
  • 048d4dbd95 Fixes bug where viewing the workflow output, clicking a node to view the details of that job and then hitting the back button would result in an error and no output graph. mabashian 2020-01-30 13:55:52 -05:00
  • c70e5357d3 Mark min/sec labels for translation mabashian 2020-01-30 13:17:24 -05:00
  • 7576ba2ade Swap history.push for history.replace to alleviate console warning dealing with pushing to the same path. mabashian 2020-01-30 12:37:17 -05:00
  • 877e630a90 Replace withRouter with useHistory hook mabashian 2020-01-30 12:34:39 -05:00
  • ef854aabb7 Adds test coverage to the workflow output and workflow output graph components mabashian 2020-01-30 11:22:37 -05:00
  • fc3f19bd2b Fix some styling discrepancies between Chrome and Firefox in the workflow viz/output graphs. mabashian 2020-01-28 16:01:46 -05:00
  • 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. mabashian 2020-01-28 12:14:13 -05:00
  • 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. mabashian 2020-01-24 17:07:15 -05:00
  • 65429e581a Properly bookend @constants alias so that it doesn't inadvertently match something we don't want it to match mabashian 2020-01-24 17:00:40 -05:00
  • eb6f4dca55 Run prettier mabashian 2020-01-24 15:06:56 -05:00
  • ce09c4b3cd Changes "Key" references to "Legend" mabashian 2020-01-24 15:01:08 -05:00
  • c971e9d61c Turns all the workflow tool buttons in to pf button components. mabashian 2020-01-24 14:52:03 -05:00
  • e34bf90ca7 Vertically center the pause icon in the node type letter component mabashian 2020-01-24 14:36:19 -05:00
  • 700296a558 Change Exit button text to Exit Without Saving in the unsaved changes modal. mabashian 2020-01-24 14:22:55 -05:00
  • 492ea0616e Moves util/workflow.jsx to components/Workflow/WorkflowUtils.jsx and updates imports mabashian 2020-01-24 11:54:08 -05:00
  • eddb6e1faf Combines the two start node components into one. Removes use of document.getElementById in workflow components in favor of refs. mabashian 2020-01-24 11:24:46 -05:00
  • f98b274177 Adds default search and sort columns to the four lists in the workflow node wizard mabashian 2020-01-24 09:56:08 -05:00
  • 662ff41fe9 Moves inline css to styled component in WorkflowOutputToolbar mabashian 2020-01-24 09:27:26 -05:00
  • 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). mabashian 2020-01-22 16:46:34 -05:00
  • e394d0a6f6 Add close button to workflow tools/key mabashian 2020-01-22 12:05:32 -05:00
  • 5a1a47b7aa Default '---' not needed due to changes to how the prop is passed to CodeMirrorInput mabashian 2020-01-22 11:24:50 -05:00
  • 3d5c32c354 Update function/callback props passed into workflow components to start with "on" mabashian 2020-01-22 11:16:42 -05:00
  • 01cc0ac8f1 Adds unit test coverage for shared workflow components mabashian 2020-01-22 10:52:17 -05:00
  • 5a9248e619 Prettier mabashian 2020-01-20 16:58:24 -05:00
  • 1d84d03566 Stabilized workflow visualizer and output point. Workflow jobs can be viewed and workflows can be built (without jt prompting). mabashian 2020-01-20 15:25:07 -05:00
  • 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. mabashian 2020-01-16 15:37:35 -05:00
  • de55af6ae6 Fully functioning workflow editor without read-only view modal and without prompting. mabashian 2020-01-13 11:13:40 -05:00
  • ca478ac880 Render workflow results. Extensive refactors of workflow components in general. mabashian 2019-12-16 09:57:55 -05:00
  • 78ea643460 Merge pull request #5956 from chrismeyersfsu/fix-new_postgres softwarefactory-project-zuul[bot] 2020-02-17 15:56:25 +00:00
  • 0db0f81e53 allow external pg connections chris meyers 2020-02-17 10:16:20 -05:00
  • c94680eaba Add openshift label app Jonas DOREL 2020-02-15 14:49:05 +01:00
  • 5b4ed6dd59 Merge pull request #5923 from mabashian/4967-prompt-on-launch-checkboxes softwarefactory-project-zuul[bot] 2020-02-14 18:51:07 +00:00
  • 4e811c744a Use FieldTooltip instead of Tooltip component. Remove promptValidate prop from FieldWithPrompt. This checkbox shouldn't ever need a custom validator function. mabashian 2020-02-14 10:56:11 -05:00
  • cd6d2299a9 Merge pull request #5914 from marshmalien/5866-remove-custom-list-btns softwarefactory-project-zuul[bot] 2020-02-13 21:14:31 +00:00
  • 590199baff Remove ListActionButton component Marliana Lara 2020-02-11 16:11:47 -05:00
  • 3b9dd3ba8c Remove ActionButtonCell component Marliana Lara 2020-02-11 15:44:10 -05:00
  • 446021cf22 Remove Switch component Marliana Lara 2020-02-11 13:55:35 -05:00
  • ef3ab29649 Merge pull request #5897 from marshmalien/remove-card-style-overrides softwarefactory-project-zuul[bot] 2020-02-13 20:03:36 +00:00
  • f4e09eee80 Merge pull request #5918 from ryanpetrello/real-event-firehose-values softwarefactory-project-zuul[bot] 2020-02-13 19:47:42 +00:00
  • af4e4b4064 Merge pull request #5922 from jakemcdermott/fix-4095 softwarefactory-project-zuul[bot] 2020-02-13 16:11:35 +00:00
  • 10c6297706 Adds basic unit test coverage for the FieldWithPrompt component mabashian 2020-02-13 09:42:09 -05:00
  • 73a9541e39 Merge pull request #5928 from anxstj/cleanup_docs softwarefactory-project-zuul[bot] 2020-02-13 14:15:18 +00:00
  • 3a2a61af82 Adds tooltip to run type that was previously removed. Fixes unit test failures by adding ask_job_type_on_launch to mock data. mabashian 2020-02-13 09:06:35 -05:00
  • 774e7fb248 Remove docker_remove_local_images from documentation Stefan Jakobs 2020-02-13 14:34:45 +01:00
  • a5e3d9558f Handle case of deleted inventory AlanCoding 2020-02-13 08:29:52 -05:00
  • 1ae86ae752 Merge pull request #5912 from keithjgrant/4239-pagination-on-delete softwarefactory-project-zuul[bot] 2020-02-12 21:48:16 +00:00