Commit Graph

  • 71ef7cdec1 Use AWX_TASK_ENV when connecting to Red Hat services Bill Nottingham 2020-02-07 11:38:35 -05:00
  • 5decde3f70 Merge pull request #5845 from shanemcd/missing-base-image-deps softwarefactory-project-zuul[bot] 2020-02-07 18:54:46 +00:00
  • 3f57061509 Add packages missing from base images Shane McDonald 2020-02-07 13:06:42 -05:00
  • 6395d64681 Merge pull request #5843 from wenottingham/intentionally-adding-database-queries softwarefactory-project-zuul[bot] 2020-02-07 13:57:54 +00:00
  • f3e2caeaa7 Bypass memcached to get last gather time to avoid reading cached values. Bill Nottingham 2020-02-06 21:41:41 -05:00
  • ce5c4359ee Merge pull request #5787 from fosterseth/tm_processed_field softwarefactory-project-zuul[bot] 2020-02-06 21:30:48 +00:00
  • c4ddf50cad Merge pull request #5832 from marshmalien/output-status-bar softwarefactory-project-zuul[bot] 2020-02-06 21:22:23 +00:00
  • d250dd0cd6 Adjust ansi colors to complement the host status bar Marliana Lara 2020-02-06 13:34:58 -05:00
  • 96bbbdd5c9 Merge pull request #5836 from ryanpetrello/migrate-error softwarefactory-project-zuul[bot] 2020-02-06 17:31:40 +00:00
  • 9b4b2167b3 TaskManager process dependencies only once Seth Foster 2020-02-06 11:47:33 -05:00
  • 028a0a9279 Adjust host status colors Marliana Lara 2020-02-06 11:21:14 -05:00
  • 30354dbcd0 Merge pull request #5621 from rebeccahhh/workflow-convergence softwarefactory-project-zuul[bot] 2020-02-06 15:30:40 +00:00
  • 543a87ac88 fix error message on initial awx-manage migrate Ryan Petrello 2020-02-06 06:37:05 -05:00
  • 4be7cf66ec Add host status bar Marliana Lara 2020-02-05 19:57:55 -05:00
  • fd027f87a9 Merge pull request #5810 from keithjgrant/use-endpoint softwarefactory-project-zuul[bot] 2020-02-05 23:26:42 +00:00
  • dac6e115c1 Merge pull request #5829 from marshmalien/job-output-navigation softwarefactory-project-zuul[bot] 2020-02-05 23:17:16 +00:00
  • eca516f8ce removed 'self' from positional arguemnt of workflow attribute 'all_parents_must_converge' per Alans suggestion, since django takes it to be verbose_name, which is not needed Rebeccah 2020-02-05 16:21:20 -05:00
  • b06645e125 Show any/all convergence option on root node Jake McDermott 2020-02-05 15:49:31 -05:00
  • fd60cd1a35 fixed copy functionality to include convergence as is instead of reseting ALL nodes to be default ANY nodes Rebeccah 2020-02-05 15:34:54 -05:00
  • ad8bcd0de2 moved migration dependency from 0106 to 0107 Rebeccah 2020-02-05 14:26:17 -05:00
  • fdc29eebb7 expanded unit test to include 3 root nodes meeting on a convergence node and successfully marking that to node. Rebeccah 2020-02-05 14:11:37 -05:00
  • 63ae2cac38 Jake McDermott found some behavior that revealed a logical bug that would have caused issues later with ALL convergence nodes in sequential order via the API, although not the UI, and was causing existing issues with Root Nodes spawning repeatedly. To fix this I refactored the code from marking DNR nodes into it's own function that checks parents convergence criteria and leveraged that in bfs_nodes_to_run so that root nodes and convergence nodes can be differentiated but both can be correctly processed, also so that children of convergence nodes can be properly traversed by the function Rebeccah 2020-02-04 17:02:30 -05:00
  • 4e787cc079 made marking nodes as DNR more 'eager', added more unit tests, and added convergence check to bfs_nodes_to_run with new changes to the eagerness of DNR marking since it needs it to prevent convergence nodes from running too quickly Rebeccah 2020-01-29 15:05:57 -05:00
  • 2de37ce5df add convergence attribute to awxkit Apurva Bakshi 2020-01-28 16:05:48 -05:00
  • a419547731 redid some formatting and syntax per personal preferences, comments on PR, and suggestions from @jrb Rebeccah 2020-01-27 14:44:36 -05:00
  • 04844aa44f Add 'ALL' indicator to 'ALL' nodes Jake McDermott 2020-01-24 15:18:05 -05:00
  • 1b3fbee38d workflow convergence toggle migration Rebeccah 2020-01-23 15:44:23 -05:00
  • 6d2a2ab714 drastically improved performance by removing unnecessary iteration over children of parent nodes, additionally added an extra check that the node didn't already have a job so that it wasn't cycling over nodes that had already run when running through all_nodes Rebeccah 2020-01-22 17:47:38 -05:00
  • 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