Commit Graph

  • ccdbd0510f Add support for grafana, rocketchat in awxkit Jim Ladd 2019-08-14 10:26:38 -07:00
  • 616db6bc51 Add support for messages field in awxkit Jim Ladd 2019-08-14 10:26:02 -07:00
  • cb411cc3be Add messages field Jim Ladd 2019-08-14 10:25:25 -07:00
  • efbaf46179 Docs update for notification templates Jim Ladd 2019-08-14 10:16:01 -07:00
  • 5468624df5 fix ui lint errors Keith Grant 2019-08-13 11:12:12 -07:00
  • 15e6117472 fix webhook method default value Keith Grant 2019-08-13 10:05:37 -07:00
  • 62f31d6b3f fix console error on hidden syntax-highlight directive Keith Grant 2019-08-13 09:35:28 -07:00
  • 965dc79a0a update notifications UI for new default messages structure Keith Grant 2019-08-13 09:13:03 -07:00
  • 150de6a70b update notification messages for webhook/pagerduty Keith Grant 2019-08-08 15:43:51 -07:00
  • 56f04e0153 change custom notification message from checkbox to toggle Keith Grant 2019-08-01 14:58:14 -07:00
  • 1470fa61d5 open docs link in new tab Keith Grant 2019-08-01 12:42:41 -07:00
  • 1c79d21416 add custom notification message help text Keith Grant 2019-08-01 12:31:01 -07:00
  • 3c4862acfe preserve default notification messages for users with read-only access Keith Grant 2019-07-15 09:18:55 -07:00
  • 37b44fe77d fix template view for auditor/limited permissions Keith Grant 2019-07-11 10:41:00 -07:00
  • 191d18cec0 fix ui lint errors Keith Grant 2019-07-10 09:24:03 -07:00
  • 885c5050a0 re-init message templates on notification type change Keith Grant 2019-07-01 15:01:57 -07:00
  • 03ebe44802 In UI, rename start to started Jim Ladd 2019-07-17 12:54:42 -07:00
  • 0398ce0530 get default template messages from OPTIONS Keith Grant 2019-07-01 14:38:51 -07:00
  • a56a6d7158 wire in custom template messages on edit form Keith Grant 2019-06-21 11:50:29 -07:00
  • b80ca62072 add messages to Add Notification form payload Keith Grant 2019-06-20 15:59:34 -07:00
  • fc4c9af86f fix empty template message after expanding Keith Grant 2019-06-07 15:59:10 -07:00
  • 0f19d98d84 set heights on syntax highlight inputs Keith Grant 2019-06-06 15:30:09 -07:00
  • 7b828d73be fix ids to support multiple syntax-highlights at once Keith Grant 2019-06-06 14:22:42 -07:00
  • 8a04cf0cb4 add syntax-highlight directive Keith Grant 2019-06-06 10:10:58 -07:00
  • adf25c61a2 add custom notification message input fields Keith Grant 2019-06-03 09:56:27 -07:00
  • 2eaf62a62d Merge pull request #4558 from mabashian/4228-jobs-delete softwarefactory-project-zuul[bot] 2019-08-23 21:14:55 +00:00
  • 4516e6400e Merge pull request #4525 from mabashian/4293-vars softwarefactory-project-zuul[bot] 2019-08-23 21:09:21 +00:00
  • 72df2ca3a3 Merge pull request #4572 from mabashian/4474-datalist-width softwarefactory-project-zuul[bot] 2019-08-23 20:08:20 +00:00
  • a949cc33f1 prevent POST on /api/v2/system_jobs/ Ryan Petrello 2019-08-23 15:10:14 -04:00
  • 6e6676adb3 Merge pull request #4578 from ryanpetrello/awx-cli-install softwarefactory-project-zuul[bot] 2019-08-23 17:02:09 +00:00
  • 49b840a996 Merge pull request #4577 from ansible/remove_job_status softwarefactory-project-zuul[bot] 2019-08-23 16:35:34 +00:00
  • 150b3e6f6d fix install instructions for the AWX CLI Ryan Petrello 2019-08-23 11:18:09 -04:00
  • 90af9a9e33 Merge pull request #4576 from ryanpetrello/ssl-insecure-cli softwarefactory-project-zuul[bot] 2019-08-23 15:22:22 +00:00
  • be0c36540e Removing job_status from the docs because it doesn't exist. Rebeccah Hunter 2019-08-23 10:53:23 -04:00
  • 70ce074f5a suppress urllib3 insecure warnings in the CLI Ryan Petrello 2019-08-23 10:11:59 -04:00
  • 39a96a620e Merge pull request #4562 from ryanpetrello/fix-required-cli-args softwarefactory-project-zuul[bot] 2019-08-22 22:03:44 +00:00
  • e13274c73f Merge pull request #4571 from ryanpetrello/v2-test-cleanup softwarefactory-project-zuul[bot] 2019-08-22 21:57:44 +00:00
  • 2e8be41111 fix a formatting bug re: required arguments in the CLI Ryan Petrello 2019-08-22 16:01:00 -04:00
  • 3079b54d31 Reverts data list toolbar back to 50/50 width on normal lists but maintains full width on lookups. mabashian 2019-08-22 15:34:30 -04:00
  • 4e6b0e1580 clean up old v2 versioning in API tests Ryan Petrello 2019-08-22 15:09:36 -04:00
  • 94d6fcbe39 set default credentials when cred file not provided Jake McDermott 2019-08-21 10:01:43 -04:00
  • 36229d92ee remove inadverdent debugger John Mitchell 2019-08-22 12:55:54 -04:00
  • 5549dac17d Hook up delete on jobs list. Add more comprehensive error handling on delete in organization and template lists. mabashian 2019-08-22 11:22:37 -04:00
  • 605c5784c8 fix regression where clicking inside popover closed it John Mitchell 2019-08-22 11:16:07 -04:00
  • 92bc608af3 Merge pull request #4535 from AlanCoding/null_ip softwarefactory-project-zuul[bot] 2019-08-22 15:07:12 +00:00
  • 8566c30557 Merge pull request #4537 from jbradberry/fix-project-test softwarefactory-project-zuul[bot] 2019-08-22 14:52:35 +00:00
  • 045578ce22 Merge pull request #4551 from rebeccahhh/devel softwarefactory-project-zuul[bot] 2019-08-22 14:18:30 +00:00
  • fb71b2699f removed tabbing Rebeccah Hunter 2019-08-22 09:41:32 -04:00
  • af6e035c3b removed tabbing Rebeccah Hunter 2019-08-22 09:39:59 -04:00
  • 4a45a7e9c3 Merge pull request #4548 from ryanpetrello/more-cli-tweaks softwarefactory-project-zuul[bot] 2019-08-21 21:56:00 +00:00
  • 017274e2aa Removed extraneous warning when using garbage credentials for ssh_key_data Rebeccah Hunter 2019-08-21 16:41:30 -04:00
  • 44ff141c23 replace the (optional) tabulate dependency w/ a simple table printer Ryan Petrello 2019-08-21 15:22:27 -04:00
  • ec5d471640 add an ad_hoc resource alias to the new CLI Ryan Petrello 2019-08-21 15:22:08 -04:00
  • 531a7b2c05 Add support for processing extra vars that come in string or object form. Small bug fixes for extra var corner cases in workflow nodes. mabashian 2019-08-21 13:32:28 -04:00
  • 1d05c21af4 Merge pull request #4544 from AlanCoding/rm_credential softwarefactory-project-zuul[bot] 2019-08-21 16:45:07 +00:00
  • a4f04cd534 remove deprecated credential logic from create factory AlanCoding 2019-08-21 10:40:38 -04:00
  • 444f024bb0 Fix display of indirect access permissions. Bill Nottingham 2019-08-20 20:04:38 -04:00
  • bccb54aec8 Merge pull request #4516 from ryanpetrello/py2 softwarefactory-project-zuul[bot] 2019-08-20 21:33:39 +00:00
  • ed1c667418 Fix asserts in test_project.py to use the id directly off of the job template Jeff Bradberry 2019-08-20 14:12:10 -04:00
  • 4bdbb88934 Merge pull request #4534 from ryanpetrello/nginx-server-version softwarefactory-project-zuul[bot] 2019-08-20 19:20:37 +00:00
  • 85b351a0c8 Allow gce host and public IP hostvars to be null AlanCoding 2019-08-20 14:44:56 -04:00
  • 192fecad72 Merge pull request #4526 from jakemcdermott/update-gitignore softwarefactory-project-zuul[bot] 2019-08-20 18:44:34 +00:00
  • b82030b025 hide nginx server version headers Ryan Petrello 2019-08-20 14:33:02 -04:00
  • 8454adf8d4 Merge pull request #4490 from AlanCoding/wf_node_credential softwarefactory-project-zuul[bot] 2019-08-20 18:23:49 +00:00
  • e9df4ed800 Merge pull request #4435 from keithjgrant/4244-not-found-route softwarefactory-project-zuul[bot] 2019-08-20 16:33:26 +00:00
  • e1636b3ad4 add link back to dashboard from ContentError Keith Grant 2019-08-12 12:18:35 -07:00
  • eeb86b3105 remove NotFoundError and use ContentError instead Keith Grant 2019-08-09 15:19:47 -07:00
  • db1dddb95e fix redirect to login with expired session on org list & template list Keith Grant 2019-08-08 11:26:38 -07:00
  • 47357aea28 fix lint errors Keith Grant 2019-08-08 08:45:05 -07:00
  • fe8df27811 add more meaningful 404 error screens Keith Grant 2019-08-07 16:04:39 -07:00
  • 256fc74676 add NotFound screen/route handling Keith Grant 2019-08-05 16:11:30 -07:00
  • 2bda1db43e add akit config to gitignore Jake McDermott 2019-08-20 11:10:08 -04:00
  • 4e99ad3e27 minor doc update AlanCoding 2019-08-15 22:41:06 -04:00
  • f230da5437 update tests for credential removal AlanCoding 2019-08-15 09:45:05 -04:00
  • b660800c5d remove deprecated WFJT node credential field AlanCoding 2019-08-14 14:06:01 -04:00
  • 4747be7014 Fixes bug in wf prompt modal by checking extra vars type before processing mabashian 2019-08-20 09:36:36 -04:00
  • 2de87dcef0 Fix prompt modal tab spacing when job launched from within jt form. mabashian 2019-08-20 09:35:19 -04:00
  • 80b4102aa9 support the new CLI in py2 *and* py3 Ryan Petrello 2019-08-19 17:59:49 -04:00
  • 411667773a Merge pull request #4488 from jladdjr/docker_login_password_stdin softwarefactory-project-zuul[bot] 2019-08-19 23:22:05 +00:00
  • ced5319ac9 Merge pull request #4512 from jlmitch5/projBranchFix softwarefactory-project-zuul[bot] 2019-08-19 20:52:59 +00:00
  • ef26f6a4c2 clear out branch/prompt on jt form when project changes John Mitchell 2019-08-19 14:16:01 -04:00
  • b28655181d Merge pull request #4440 from mabashian/toggle-dynamics softwarefactory-project-zuul[bot] 2019-08-19 16:42:17 +00:00
  • 2cdd007ed0 Merge pull request #4509 from saito-hideki/issue/tower/3679 softwarefactory-project-zuul[bot] 2019-08-19 14:31:59 +00:00
  • c963236a36 Merge pull request #4453 from ansible/e2e-cleanup softwarefactory-project-zuul[bot] 2019-08-19 14:09:31 +00:00
  • 2e762276bf Merge pull request #4507 from vrevelas/typo softwarefactory-project-zuul[bot] 2019-08-19 13:07:26 +00:00
  • 0f4de69e57 Fixed form validation to JT survey minimum & maximum values Hideki Saito 2019-08-19 09:15:29 +00:00
  • 1d1706665f Fix typo vrevelas 2019-08-19 11:34:45 +03:00
  • 858f43fd2a Merge pull request #4489 from keithjgrant/4427-job-template-console-error softwarefactory-project-zuul[bot] 2019-08-16 23:45:56 +00:00
  • 491287b1de fix default props for jt form Keith Grant 2019-08-14 11:34:29 -07:00
  • de78d5d63b Merge pull request #4505 from marshmalien/awx-pf-jt-project-field softwarefactory-project-zuul[bot] 2019-08-16 21:57:24 +00:00
  • ab45938d41 Merge pull request #4506 from rooftopcellist/fix_migrations softwarefactory-project-zuul[bot] 2019-08-16 18:24:41 +00:00
  • a58a191071 fix typo in migration name Christian Adams 2019-08-16 13:46:41 -04:00
  • 2d7dc9aec7 Merge pull request #4493 from ryanpetrello/safeload softwarefactory-project-zuul[bot] 2019-08-16 17:45:07 +00:00
  • 45a69551f1 Change JT form project field into a single select input Marliana Lara 2019-08-16 13:05:12 -04:00
  • f7ea14107e Merge pull request #4503 from shanemcd/nit softwarefactory-project-zuul[bot] 2019-08-16 16:59:24 +00:00
  • 4dc97ac8d1 Merge pull request #3812 from skinlayers/devel softwarefactory-project-zuul[bot] 2019-08-16 16:36:56 +00:00
  • 165600b876 Merge pull request #4502 from rooftopcellist/token_description softwarefactory-project-zuul[bot] 2019-08-16 16:27:41 +00:00
  • 18a316646b Fix typo in migration filename Shane McDonald 2019-08-16 10:29:34 -04:00
  • 39d0eb62e4 replace usage of FullLoader w/ safe_load Ryan Petrello 2019-08-15 11:25:47 -04:00
  • d302f134ac Kill off all can_read access methods AlanCoding 2019-07-18 11:14:57 -04:00