Commit Graph

  • 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
  • 31aa9eea5d fix typo in grafana alert rule more-alert-rules Elijah DeLee 2022-09-16 19:10:05 -04: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
  • f0c125efb3 Merge pull request #12762 from akira6592/fix-doc-link Seth Foster 2022-09-09 09:52:00 -04:00
  • 2d39b81e12 don't add ws events twice to job output Keith J. Grant 2022-09-08 16:07:41 -07:00
  • 1044d34d98 fix link on doc Akira Yokochi 2022-08-28 03:47:53 +00:00
  • 63567fcc52 [sig validation] better error for job template run (#12735) Rick Elrod 2022-09-08 02:13:41 -05:00
  • 492ef6cf64 fix import order akira6592 2022-08-27 11:01:40 +09:00
  • 9041dc9dcd use NotificationBadge instead of Badge on header akira6592 2022-08-27 10:33:39 +09:00
  • 78973f845b made it easier to notice unapproved akira6592 2022-08-24 22:59:29 +09:00
  • cea8c16064 Merge pull request #12724 from mtward/issue-11605 Matthew Jones 2022-09-07 20:23:58 -04:00
  • e7c97923a3 Merge pull request #12785 from jangel97/devel John Westcott IV 2022-09-07 14:48:38 -04:00
  • 078c3ae6d8 add schedule form validation to ensure at least one occurrence Keith J. Grant 2022-09-07 10:19:25 -07:00
  • 1ab3dba476 Add "cryptography" kind to CredentialType (#12842) Rick Elrod 2022-09-07 12:22:47 -05:00
  • 15964dc395 Merge pull request #11745 from AlanCoding/cancel_rework_no_close Alan Rominger 2022-09-06 15:45:29 -04:00
  • b83b65da16 clear output follow mode flag on search (#12791) Keith Grant 2022-09-06 12:15:06 -07:00
  • 430f1986c7 Merge pull request #12830 from AlanCoding/dev_stuff Alan Rominger 2022-09-06 11:51:51 -04:00
  • c589f8776c Fixes possible missed translation Alex Corey 2022-08-30 14:41:55 -04:00
  • 82679ce9a3 replace modified by last_seen in heartbeat Jose Angel Morena 2022-09-06 17:14:19 +02:00
  • 6d2e28bfb0 [collection] Add GPG key information to inputs and credential types in documentation. (#12817) Lila Yasin 2022-09-02 16:23:20 -04:00
  • 7a4da5a8fa Add GPG credential support to awxkit Luiz Costa 2022-09-02 16:06:36 -03:00
  • c475a7b6c0 [ui] make signature cred. field be project-global (#12695) Rick Elrod 2022-08-24 11:30:54 -05:00
  • 32bb603554 Update action plugin to use ansible-sign library Rick Elrod 2022-08-16 03:59:38 -05:00
  • 8d71292d1a Integrity checking on project sync Rick Elrod 2022-07-29 21:27:57 -05:00
  • e896dc1aa7 Add Content Signature Validation Credential field to Projects Form page and Projects Detail page Veda Periwal 2022-07-19 22:47:48 -07:00
  • f5a2246817 add new managed credential type for gpg pub key Hao Liu 2022-07-18 16:47:58 -04:00
  • c467b6ea13 add signature_validation_credential to Project Hao Liu 2022-07-14 15:22:30 -04:00
  • 1636f6b196 Merge pull request #12835 from ansible/dependabot/npm_and_yarn/awx/ui/devel/patternfly/patternfly-4.210.2 Alex Corey 2022-09-06 10:33:00 -04:00
  • 5da528ffbb Merge pull request #12834 from ansible/dependabot/npm_and_yarn/awx/ui/devel/ace-builds-1.10.1 Alex Corey 2022-09-06 10:30:46 -04:00
  • 2e65ae49a5 Merge pull request #12806 from ansible/dependabot/npm_and_yarn/awx/ui/devel/luxon-3.0.3 Alex Corey 2022-09-06 10:15:08 -04:00
  • d06bc815f8 Merge pull request #12807 from ansible/dependabot/npm_and_yarn/awx/ui/devel/dompurify-2.4.0 Alex Corey 2022-09-06 10:14:28 -04:00
  • 0290784f9b Bump @patternfly/patternfly from 4.202.1 to 4.210.2 in /awx/ui dependabot[bot] 2022-09-06 14:13:52 +00:00
  • 1cc52afc42 Bump ace-builds from 1.8.1 to 1.10.1 in /awx/ui dependabot[bot] 2022-09-06 14:13:17 +00:00
  • 88f7f987cd Merge pull request #12810 from ansible/dependabot/npm_and_yarn/awx/ui/devel/patternfly/react-table-4.100.8 Alex Corey 2022-09-06 10:12:01 -04:00