Commit Graph

  • eaa4f2483f Run instance health check in task container Seth Foster 2022-09-02 20:38:01 -04:00
  • 68a44529b6 Register pages for the Instance peers and install bundle endpoints Jeff Bradberry 2022-09-06 16:26:46 -04:00
  • 25afb8477e Adds functionality to deprovision an instance from list and details view Alex Corey 2022-08-30 11:09:15 -04:00
  • f3a9d4db07 Assign a default queue to wait_for_jobs() Jeff Bradberry 2022-08-31 17:19:44 -04:00
  • cb49eec2b5 Allow k8s to create Instance Groups. Kia Lam 2022-08-29 14:14:34 -07:00
  • 3333080616 Remove 'hop' node type from Add Instance form. Kia Lam 2022-08-29 21:22:28 -07:00
  • e2b9352dad Replace Chip with Label component for IG labels. Kia Lam 2022-08-29 13:49:11 -07:00
  • da945eed93 Fix node state. Kia Lam 2022-08-31 14:48:49 -07:00
  • ebd200380a Resolve a deadlock in write_receptor_config() Jeff Bradberry 2022-08-31 15:49:40 -04:00
  • 1b650d6927 When deprovisioning a node, kick off a task that waits on running jobs Jeff Bradberry 2022-08-29 16:40:08 -04:00
  • b6946c7e35 Update API to support setting instances to Deprovisioning Jeff Bradberry 2022-08-26 14:27:36 -04:00
  • 0b1891d82a generate complete install bundle Hao Liu 2022-08-29 16:06:13 -04:00
  • 3bc86ca8cb Follow up on new execution node creation Jeff Bradberry 2022-08-30 12:12:03 -04:00
  • dba03616f4 Fix unit tests. Kia Lam 2022-08-29 21:17:26 -07:00
  • a59aa44249 Update status label to reflect instance node states. Kia Lam 2022-08-29 12:38:44 -07:00
  • 3b024a057f Allow work signing for execution node (#12771) Seth Foster 2022-08-29 16:19:53 -04:00
  • e1c33935fb Properly show Peers tab in UI. Kia Lam 2022-08-26 12:54:00 -07:00
  • 8ebeeaf148 Add correct permissions for memory capacity slider. Kia Lam 2022-08-24 15:42:43 -07:00
  • 28f24c8811 Represent enabled field in Topology View: Kia Lam 2022-08-24 15:37:44 -07:00
  • 89a6162dcd Add new node details; update legend. Kia Lam 2022-08-21 20:10:40 -07:00
  • 7e627e1d1e Adds Instance Peers Tab and update Instance Details view with more data (#12655) Alex Corey 2022-08-26 09:46:40 -04:00
  • 0465a10df5 Deal with exceptions when running execution_node_health_check (#12733) Jeff Bradberry 2022-08-24 15:36:35 -04:00
  • 5051224781 conditionally show install_bundle link for instances (#12679) Hao Liu 2022-08-17 14:41:18 -04:00
  • 7956fc3c31 add instance install bundle endpoint TheRealHaoLiu 2022-07-18 11:10:59 -04:00
  • 9b034ad574 generate control node receptor.conf Shane McDonald 2022-08-01 14:13:59 -04:00
  • 4bf9925cf7 Topology changes: Kia Lam 2022-08-09 07:42:26 -07:00
  • d2c63a9b36 Adds tests Alex Corey 2022-08-04 14:03:42 -04:00
  • 5d3a19e542 Adds Instance Add form Alex Corey 2022-08-03 16:09:30 -04:00
  • e4518f7b13 Changes in posting constraints due to rescoping to OCP/K8S-only Jeff Bradberry 2022-07-28 14:29:31 -04:00
  • 350efc12f5 machinery to allow POSTing payloads to instances/ endpoint Sarabraj Singh 2022-07-20 16:22:25 -04:00
  • 604fac2295 Update task management to only do things with ready instances Jeff Bradberry 2022-07-29 16:11:34 -04:00
  • 24bfacb654 Check state when processing receptorctl advertisements Jeff Bradberry 2022-07-29 10:54:30 -04:00
  • 3bcd539b3d Make sure that the health checks handle the state transitions properly Jeff Bradberry 2022-07-27 17:17:13 -04:00
  • 81e68cb9bf Update node and link registration to put them in the right state Jeff Bradberry 2022-07-25 15:50:11 -04:00
  • a575f17db5 Add the state fields and the peer relationships to the serializers Jeff Bradberry 2022-07-18 13:38:05 -04:00
  • 2fba3db48f Add state fields to Instance and InstanceLink Jeff Bradberry 2022-07-18 11:10:59 -04:00
  • ff6fb32297 Merge pull request #12875 from ansible/feature-prompt-on-launch-on-templates Alan Rominger 2022-09-23 09:16:02 -04:00
  • 4c64fb3323 Ensure schedule collection test has enough hosts for slices Oleksii Baranov 2022-09-22 14:59:01 +02:00
  • 1cfbc02d98 Collection test fixes from prompting changes John Westcott IV 2022-09-22 09:07:28 -04:00
  • e231e08869 Fix bug with missing parent field and diff with parent Alan Rominger 2022-09-20 20:37:38 -04:00
  • e069150fbf Removes fetching of default instance groups in the UI on launch and schedule/node creation mabashian 2022-09-20 16:31:49 -04:00
  • 61093b2532 Treat instance_groups prompt as template-less Alan Rominger 2022-09-20 11:04:37 -04:00
  • 23f4f7bb00 Remove duplicate Limit detail on schedule mabashian 2022-09-20 10:50:50 -04:00
  • 816e491d17 Fix another bug applying extra_vars to incompatible job types Alan Rominger 2022-09-19 16:03:31 -04:00
  • dca27b59c9 Fixing is_detached methods' filters John Westcott IV 2022-09-19 16:33:52 -04:00
  • 7de5f77262 adding test coverage to ensure that FIELDS_TO_PRESERVE_AT_COPY is behaving as expected for WFJTs Sarabraj Singh 2022-09-19 13:12:43 -04:00
  • 86e7151508 Get more specific as to which timeout caused the issue John Westcott IV 2022-09-16 14:17:55 -04:00
  • 75597cf29c Altering --timeout from awxkit to --action-timeout to remove conflict with new launch timeout John Westcott IV 2022-09-16 14:10:16 -04:00
  • d07177be9c Add additional schedule fields for new prompts Oleksii Baranov 2022-09-19 18:38:55 +02:00
  • b38e08174a Write logic to combing workflow labels, IGs with nodes Alan Rominger 2022-09-16 09:14:16 -04:00
  • b501b30db4 Changing label functions to account for new relationships John Westcott IV 2022-09-15 14:09:01 -04:00
  • 64dad61b29 Add support for instance_groups and labels on schedule create Alan Rominger 2022-09-15 14:12:45 -04:00
  • 2369dc9621 adding fix for labels pushdown on workflow job nodes Sarabraj Singh 2022-09-15 09:10:24 -04:00
  • ef90adb67e Complete consolidation of the label views Alan Rominger 2022-09-15 11:00:20 -04:00
  • a528a78e0e Fixing serializers per review John Westcott IV 2022-09-15 10:00:58 -04:00
  • ffe970aee5 Added instance_groups method to the awxkit models Oleksii Baranov 2022-09-15 13:36:58 +02:00
  • 4579ab0d60 Add new add_label method to the wfjt node and schedules awxkit models Oleksii Baranov 2022-09-15 12:28:07 +02:00
  • efeeeefd4c Removing labels and instance_groups from the job serializer page as top level items (still in summary fields) John Westcott IV 2022-09-15 07:54:46 -04:00
  • c1b20a8ba7 Removing non-functional lines John Westcott IV 2022-09-15 07:48:09 -04:00
  • 2a30a9b10f Add more ui unit test coverage for prompt changes mabashian 2022-09-13 21:33:16 -04:00
  • 34e8087aee DRY edits to access classes for new prompts Alan Rominger 2022-09-12 22:06:10 -04:00
  • ead56bfa1b Adds elements and identifiers for cypress tests mabashian 2022-09-13 14:42:58 -04:00
  • d63c940e2f Changing migration sfrom 0167 to 0168 John Westcott IV 2022-09-13 10:06:20 -04:00
  • e05eaeccab Fixes for various prompt related ui issues mabashian 2022-09-06 14:34:40 -04:00
  • e076f1ee2a Making labels additive and not adding a many item to config if already in parent John Westcott IV 2022-09-09 12:11:14 -04:00
  • 68e11d2b81 Add WorkflowJob.instance_groups and distinguish from char_prompts Alan Rominger 2022-09-08 11:49:35 -04:00
  • 697193d3d6 Extends LabelSelect to have a custom chip render. This allows us to disable labels that cannot be removed on job launch mabashian 2022-09-07 16:17:11 -04:00
  • 4f5596eb0c Adding unit/functional tests, fixing tests John Westcott IV 2022-09-06 11:26:55 -04:00
  • 42a7866da9 Cleanup UI linting, tests, and import mabashian 2022-09-02 13:23:56 -04:00
  • 809df74050 Adding EE/IG/labels/forks/timeout/job_slice_count to schedules John Westcott IV 2022-08-24 14:31:05 -04:00
  • 2e217ed466 Add awxkit optional fields for new prompts Oleksii Baranov 2022-09-05 15:39:30 +02:00
  • d5d24e421b Leverage the IG mixin on the schedules model mabashian 2022-08-31 10:39:53 -04:00
  • 663ef2cc64 adding prompt-to-launch field on Labels field in Workflow Templates; with necessary UI and testing changes Sarabraj Singh 2022-08-03 14:27:35 -04:00
  • 4e665ca77f Change ask_job_slicing_on_launch to ask_job_slice_count_on_launch to match api mabashian 2022-08-17 10:57:30 -04:00
  • 33c0fb79d6 JT param everything (#12646) John Westcott IV 2022-08-16 12:24:02 -04:00
  • 04d0e3915c Refactors EE Lookup to support prompting. Adds prompting for EE to JT form mabashian 2022-08-04 11:32:17 -04:00
  • 8e2003a36b chore:add comment in test Alexandre Bortoluzzi 2022-09-22 16:23:23 +02:00
  • a27680f7e9 Merge pull request #12727 from akira6592/improve-badge Alex Corey 2022-09-22 10:13:13 -04:00
  • 4f52343cd9 fix: host modal stdout when stdout is an array Alexandre Bortoluzzi 2022-09-22 16:02:57 +02:00
  • 4072b2786a Merge pull request #12935 from AlexSCorey/fixDependabotWorflow Alex Corey 2022-09-22 09:35:31 -04:00
  • d0b95c063b Adding ppc64le support parameters Sunidhi-Gaonkar1 2022-08-25 12:47:14 +05:30
  • 948d300f43 Fixes workflow that update dependabot prs Alex Corey 2022-09-21 12:47:35 -04:00
  • 1b9326888e [proj signing] Fix error message, rename action (#12926) Rick Elrod 2022-09-20 14:25:40 -05:00
  • d67aef9d8e Merge pull request #12885 from john-westcott-iv/remove_extra_plugin_routing Jessica Steurer 2022-09-19 16:58:12 -03:00
  • 358024d029 Merge pull request #12849 from AlexSCorey/12413-trackSCMInventory Jessica Steurer 2022-09-19 14:19:41 -03:00
  • 9df447fe75 Merge pull request #12778 from keithjgrant/12542-schedule-exceptions 21.6.0 Sarah Akus 2022-09-15 16:28:56 -04:00
  • 7e7991bb63 adjust DetailList spacing when two appear in succession Keith J. Grant 2022-09-15 09:37:03 -07:00
  • 35e9d00beb improve frequency validation performance Keith J. Grant 2022-09-14 15:33:00 -07:00
  • 461b5221f3 Add graphs for job event processing to dashboard Elijah DeLee 2022-09-14 16:03:35 -04:00
  • 10d06f219d add alerting rule to grafana Elijah DeLee 2022-09-07 13:01:10 -04:00
  • ecc4f46334 Remove extra collection redirects from the runtime.yml. The keys in plugin_routing should not be fully qualified plugin names. s-hertel 2022-07-15 22:23:51 +00:00
  • a227fea5ef Merge pull request #12868 from keithjgrant/12853-ws-event-duplication Jessica Steurer 2022-09-14 16:02:07 -03:00
  • 3f4d0bc15d Merge pull request #12788 from AlexSCorey/5941-Translations Jessica Steurer 2022-09-14 12:02:51 -03:00
  • 0812425671 [ui] Minor tweak to capitalize GPG properly (#12734) Rick Elrod 2022-09-13 20:37:09 -05:00
  • 94344c0214 Merge pull request #12859 from AlexSCorey/updateCanIUse-lite Alex Corey 2022-09-13 13:48:20 -04:00
  • 16da9b784a add schedule integration test locators Keith J. Grant 2022-09-12 13:54:00 -07:00
  • 1e952bab95 fix error message on new schedules with no instances Keith J. Grant 2022-09-12 12:58:25 -07:00
  • 484db004db Update Kind Docs (#12865) Jake Jackson 2022-09-12 13:04:04 -04:00
  • 7465d7685f updates CanIUseLite Alex Corey 2022-09-09 11:17:54 -04:00
  • 15fd5559a7 Adds scm track to inventory updates, refactors job detail view in UI Alex Corey 2022-09-08 15:12:44 -04:00