Commit Graph

  • 82dd4a3884 remove node_object comparison and use the full dict to eliminate issues comparing obj and compare instead the whole node object with the node objects in the list Rebeccah 2020-01-21 16:15:01 -05:00
  • 4fe9e5da14 Use select for any/all convergence choice Jake McDermott 2020-01-21 13:31:05 -05:00
  • bbb4701fa9 Don't show any/all convergence option on root node Jake McDermott 2020-01-21 12:30:33 -05:00
  • 86a39938fe fixed issue where successful convergence wasn't being met due to the not quite correct leveraging of get_children Rebeccah 2020-01-17 01:35:26 -05:00
  • 987fc26537 Add any/all option for workflow node convergence Jake McDermott 2020-01-13 14:52:58 -05:00
  • 70cf4cf5d4 added in handling for a parent being DNR so status is only checked if the parent isn't a DNR parent (in which case the parent has no status, which was breaking the logic) also edited a comment and added in a DNR check that @alancoding suggested to cut out duplicates in the DAG list Rebeccah 2020-01-13 13:53:07 -05:00
  • 2d3172f648 added in support for existing workflow unit tests Rebeccah 2020-01-09 19:05:37 -05:00
  • b2c33e3204 redid migration dependency Rebeccah 2020-01-08 17:29:20 -05:00
  • f7f648b956 included all_parents_must_converge in the get_workflow_job_fieldnames so that the true/false is copied into the job node and not just in the template node. Also added in the migration for the DB, also relocated logic from bfs_nodes_to_run down into mark_dnr_nodes to prevent nodes not being marked as DNR but not being marked to run, causing them to run anyways Rebeccah 2020-01-08 16:17:32 -05:00
  • 780f104ab2 shifted from dependants/dependencies to children/parents for clarity in function names, also added in toggle logic Rebeccah 2020-01-06 16:39:38 -05:00
  • 4c35adad6c added logic to include workflow convergence nodes to nodes to run or not run based on their parents successful statuses Rebeccah 2020-01-06 16:36:39 -05:00
  • cf24c81b3e updated syntax from python2 to 3 Rebeccah 2019-12-10 15:17:34 -05:00
  • 6d792a8234 Style job output navigation control bar Marliana Lara 2020-02-05 12:04:16 -05:00
  • 1558c6f942 Bump openstacksdk version AlanCoding 2020-02-05 11:31:24 -05:00
  • 2f75b48c63 Merge pull request #5423 from AlanCoding/pycurl softwarefactory-project-zuul[bot] 2020-02-05 16:21:25 +00:00
  • 979418620c Merge pull request #5823 from chrismeyersfsu/fix-instance_migration2 softwarefactory-project-zuul[bot] 2020-02-05 14:52:18 +00:00
  • 482e0ac311 Merge pull request #5768 from AlanCoding/fewer_computed_fields softwarefactory-project-zuul[bot] 2020-02-05 14:25:10 +00:00
  • a36bf4af64 fix instance migration is_isolated() issue chris meyers 2020-02-05 09:16:31 -05:00
  • 3bbce18173 Remove computed fields artifacts no longer used AlanCoding 2020-01-27 07:47:58 -05:00
  • e54fd19bca Merge pull request #5817 from chrismeyersfsu/fix-instance_migration softwarefactory-project-zuul[bot] 2020-02-05 00:00:06 +00:00
  • d2289fe9c6 add pycurl to container images AlanCoding 2019-12-02 09:13:56 -05:00
  • 1c50b8427a Put postgresql values in a tempfile, to be loaded by helm cli Bryan Hundven 2020-01-27 16:04:13 -08:00
  • 34d01f02cc Upgrade stable/postgresql to helm chart to 8.1.5 Bryan Hundven 2020-01-27 15:08:56 -08:00
  • d182c96c2e Make AWX compatible with Helm 3.x Bryan Hundven 2020-01-27 10:18:44 -08:00
  • e59f3982ae Merge pull request #5796 from rascasoft/devel softwarefactory-project-zuul[bot] 2020-02-04 13:18:30 +00:00
  • 5435c6ec73 Merge pull request #5806 from AlexSCorey/5777-JTTabOnProjectsAndTemplateListRefactor softwarefactory-project-zuul[bot] 2020-02-04 03:11:42 +00:00
  • 5f96aee871 Fixes spelling error Alex Corey 2020-02-03 20:09:49 -05:00
  • eceeeea22d remove unneeded default value Keith Grant 2020-02-03 12:55:53 -08:00
  • a1a864b27b Merge pull request #5804 from ryanpetrello/iso-healthcheck-failure-capacity softwarefactory-project-zuul[bot] 2020-02-03 20:37:18 +00:00
  • 0291c476d4 use existing version of Instance chris meyers 2020-02-03 14:25:06 -05:00
  • 638e8c7add delete dead code/comments & add useRequest docstring Keith Grant 2020-02-03 09:43:06 -08:00
  • 6389ec50a1 Merge pull request #5812 from ryanpetrello/busted-project-update-events softwarefactory-project-zuul[bot] 2020-02-03 17:37:01 +00:00
  • ad53f4f5f6 Merge pull request #5815 from ryanpetrello/fix-cli-settings-py2 softwarefactory-project-zuul[bot] 2020-02-03 17:24:33 +00:00
  • 9718aa711f Merge pull request #5808 from marshmalien/pf-upgrade-react-core-130 softwarefactory-project-zuul[bot] 2020-02-03 17:24:29 +00:00
  • cacd2c3392 Merge pull request #5805 from fantashley/support-proxy-venv softwarefactory-project-zuul[bot] 2020-02-03 16:40:41 +00:00
  • 1800b49822 fix a py2/py3 compat bug in the settings CLI Ryan Petrello 2020-02-03 11:36:26 -05:00
  • 1e97bb71db Make possible to not start containers on compose Raoul Scarazzini 2020-01-30 15:59:04 +01:00
  • 7055460c4c fix broken project update secret filtering for external logging Ryan Petrello 2020-02-03 10:27:31 -05:00
  • 864767d74a Merge pull request #5809 from AlexSCorey/5799-TeamEditUpdate softwarefactory-project-zuul[bot] 2020-02-03 14:43:49 +00:00
  • 5170948241 Fix error naming issue Alex Corey 2020-01-31 15:03:13 -05:00
  • 370a7f9b25 move useRequest to util folder, add tests Keith Grant 2020-01-31 11:39:23 -08:00
  • 1368835a29 Fixes update failure on TeamEdit Alex Corey 2020-01-31 14:07:24 -05:00
  • 48fa5bb2cd Upgrade PatternFly dependencies Marliana Lara 2020-01-31 11:45:19 -05:00
  • 25105d813d Refactors TemplateLiost into a functional component Alex Corey 2020-01-31 12:09:38 -05:00
  • bbea43b1fe Addresses needed styling changes to Card and Page Section Alex Corey 2020-01-29 12:31:22 -05:00
  • 5790aa9780 Adds TemplateList of Project Alex Corey 2020-01-29 11:01:57 -05:00
  • bc97d11270 Add support for no_proxy Ashley Nelson 2020-01-31 10:05:32 -06:00
  • 326ed22efe properly handle import errors in the isolated capacity healthcheck Ryan Petrello 2020-01-31 10:17:20 -05:00
  • b942411dcc Merge pull request #5598 from jainnikhil30/sat6_want_ssh_host softwarefactory-project-zuul[bot] 2020-01-31 13:51:20 +00:00
  • 374c17751f add ansible_want_ssh_host, rich_params and want_facts to be read from source vars Nikhil Jain 2020-01-06 20:00:30 +05:30
  • ef2fa26126 rename useFetch to useRequest Keith Grant 2020-01-30 16:13:19 -08:00
  • b611164422 Merge pull request #5801 from ryanpetrello/tower-url-base-ctint softwarefactory-project-zuul[bot] 2020-01-30 21:55:19 +00:00
  • c7c899375b when a license is installed, only set TOWER_URL_BASE if necessary Ryan Petrello 2020-01-30 16:14:36 -05:00
  • ab3a728032 Add custom venv support for proxies Ashley Nelson 2020-01-24 13:58:08 -06:00
  • aaf371ee23 add useFetch demo Keith Grant 2020-01-29 09:14:32 -08:00
  • d6c70e8d3a Merge pull request #5793 from squidboylan/fix_py3_k_v_config softwarefactory-project-zuul[bot] 2020-01-29 19:33:09 +00:00
  • 79e65e3e84 Open collection config 'r' for py3 compatibility Caleb Boylan 2020-01-29 08:17:07 -08:00
  • 42c45367a0 Merge pull request #5585 from AlanCoding/blank_galaxy softwarefactory-project-zuul[bot] 2020-01-28 21:53:12 +00:00
  • d759aff4e9 Do not allow state where no Galaxy servers are enabled AlanCoding 2020-01-02 15:20:38 -05:00
  • 6b63f0ac9e Merge pull request #5788 from marshmalien/5693-inv-host-sparkline softwarefactory-project-zuul[bot] 2020-01-28 20:53:26 +00:00
  • 2df6eab472 Merge pull request #5786 from marshmalien/4951-org-team-links softwarefactory-project-zuul[bot] 2020-01-28 20:26:04 +00:00
  • 1c7afb66f7 Fix host job sparkline links Marliana Lara 2020-01-28 13:58:58 -05:00
  • 1fbb714cbc Merge pull request #5784 from ryanpetrello/issue/5528 softwarefactory-project-zuul[bot] 2020-01-28 17:35:40 +00:00
  • de75592f2a Refactor Teams and Team components Marliana Lara 2020-01-28 12:26:40 -05:00
  • 9cb7b0902a Fix org team link url Marliana Lara 2020-01-28 12:26:21 -05:00
  • 437d9843d1 Fix to handle Str and JSON mix-in data correctly with settings API Hideki Saito 2019-12-19 02:15:25 +00:00
  • 490492e505 Merge pull request #5782 from Spredzy/top_limit_wheel softwarefactory-project-zuul[bot] 2020-01-28 15:18:05 +00:00
  • 3dd8e490c6 Merge pull request #5781 from AlanCoding/settings_stack softwarefactory-project-zuul[bot] 2020-01-28 13:18:06 +00:00
  • 75c9702caa requirements_setup_requires: Top limit wheel to less than 42.0.0 Yanis Guenane 2020-01-28 13:24:25 +01:00
  • accf000bdf Merge pull request #5779 from ryanpetrello/callback-fine-tuning softwarefactory-project-zuul[bot] 2020-01-28 03:57:06 +00:00
  • a94b30be9f Reduce logging complexity with setting DB errors AlanCoding 2020-01-27 18:08:09 -05:00
  • 3c31e0ed16 some more minor callback cleanup and development tweaks Ryan Petrello 2020-01-27 17:18:09 -05:00
  • 7d74999851 Merge pull request #5772 from AlexSCorey/4515-MultiSelectGenerateLabels softwarefactory-project-zuul[bot] 2020-01-27 21:19:09 +00:00
  • b7ca369356 Merge pull request #5742 from marshmalien/babel-upgrade softwarefactory-project-zuul[bot] 2020-01-27 19:56:18 +00:00
  • d15f7b76fa add useEndpoint hook Keith Grant 2020-01-27 10:20:47 -08:00
  • 4e4a535178 Merge pull request #5773 from ryanpetrello/callback-profiling softwarefactory-project-zuul[bot] 2020-01-27 17:44:14 +00:00
  • 78b00652bd add the ability to enable profiling for the callback receiver workers Ryan Petrello 2020-01-27 10:41:54 -05:00
  • 473ab7c01c Merge pull request #5754 from marshmalien/delete-btn-user-team-details softwarefactory-project-zuul[bot] 2020-01-27 15:15:44 +00:00
  • ae82ba53e7 Merge pull request #5752 from marshmalien/details-delete-job-template softwarefactory-project-zuul[bot] 2020-01-27 15:08:54 +00:00
  • d69174b1a6 Removes unnecessary and dead code. Alex Corey 2020-01-27 09:50:49 -05:00
  • 570f549cf4 Allows user to generate a label on the JTForm Alex Corey 2020-01-27 09:27:27 -05:00
  • 55e720e25d Merge pull request #5762 from ryanpetrello/even-more-callback-optimization softwarefactory-project-zuul[bot] 2020-01-24 22:27:08 +00:00
  • 8f33f1a6c2 remove another expensive logging lookup in the parent callback process Ryan Petrello 2020-01-24 13:42:13 -05:00
  • 7be924d155 Merge pull request #5751 from keithjgrant/5502-inventory-group-refresh softwarefactory-project-zuul[bot] 2020-01-24 19:24:25 +00:00
  • 65f226960f Merge pull request #5750 from gamuniz/license_errors_begone softwarefactory-project-zuul[bot] 2020-01-24 14:49:55 +00:00
  • 84f056294d Fix unit test error in HostAdd Marliana Lara 2020-01-23 17:54:06 -05:00
  • b906f8d757 Add delete button to user details Marliana Lara 2020-01-23 17:53:34 -05:00
  • 2fae523fd4 Add delete button to team details Marliana Lara 2020-01-23 17:53:08 -05:00
  • 4d519155bc Merge pull request #5753 from wenottingham/a-good-help-message-is-hard-to-find softwarefactory-project-zuul[bot] 2020-01-23 22:20:56 +00:00
  • ea8a91893a Fix help for new analytics gather interval Bill Nottingham 2020-01-23 16:26:15 -05:00
  • 145476c7d9 Merge pull request #5748 from marshmalien/delete-org-proj-details softwarefactory-project-zuul[bot] 2020-01-23 20:40:36 +00:00
  • c6595786f5 Merge pull request #5734 from marshmalien/5264-inv-host-edit-form softwarefactory-project-zuul[bot] 2020-01-23 20:10:36 +00:00
  • c6159a7c3e add more VariablesDetail tests Keith Grant 2020-01-23 11:15:33 -08:00
  • 52638c709a Merge pull request #5749 from ryanpetrello/search-distinct softwarefactory-project-zuul[bot] 2020-01-23 19:09:52 +00:00
  • a264b1db1f made licensing a warning and not trigger on periodic scheduler Gabe Muniz 2020-01-23 14:08:23 -05:00
  • 49907e337a prevent inventory updates after unmount Keith Grant 2020-01-23 11:02:29 -08:00
  • afc1f85668 Update job template detail unit tests Marliana Lara 2020-01-23 13:59:20 -05:00
  • 6efa751157 Add DeleteButton component to job template details Marliana Lara 2020-01-23 13:58:49 -05:00
  • 10131432b5 Refactor job template detail into functional component Marliana Lara 2020-01-23 13:52:29 -05:00
  • 0d365068ff Merge pull request #5740 from AlexSCorey/5257-WFJTMissingResource softwarefactory-project-zuul[bot] 2020-01-23 18:43:44 +00:00