Tags: AlanCoding/awx
Tags
Release 9.0.1 commit 09d883f Author: Shane McDonald <me@shanemcd.com> Date: Mon Nov 4 11:20:42 2019 -0500 Bump version to 9.0.1 commit 089bafa Author: Shane McDonald <me@shanemcd.com> Date: Mon Nov 4 11:01:08 2019 -0500 Set setuid bit on bwrap Related: ansible#5224 commit fa278f8 Author: Shane McDonald <me@shanemcd.com> Date: Mon Nov 4 09:35:11 2019 -0500 Fix k8s installs using external db commit 0d68ca8 Author: Shane McDonald <me@shanemcd.com> Date: Mon Nov 4 09:34:46 2019 -0500 Allow for overriding container groups image from k8s installer commit d3b137f Author: Shane McDonald <me@shanemcd.com> Date: Sun Nov 3 11:35:27 2019 -0500 Fix broken k8s installs Related: ansible#5205 The following commit introduced this bug: ansible@712b07c#diff-a2ef2d6347894a92a6b882e3793fb06c commit c4b4a4c Author: AlanCoding <arominge@redhat.com> Date: Thu Oct 31 14:15:59 2019 -0400 Remove venv symlink hack no longer needed commit bd81fda Author: Ryan Petrello <rpetrell@redhat.com> Date: Thu Oct 31 14:13:39 2019 -0400 get rid of a loud celery error in the dev environment commit 83550ee Author: Ryan Petrello <rpetrell@redhat.com> Date: Thu Oct 31 14:44:28 2019 -0400 make the callback receiver more robust to duplicate UUIDs from ansible commit 69597c5 Author: Shane McDonald <me@shanemcd.com> Date: Fri Nov 1 08:38:37 2019 -0400 Sync Dockerfiles commit fa61aef Author: Shane McDonald <me@shanemcd.com> Date: Fri Nov 1 08:29:11 2019 -0400 Install missing locales in dev container image. commit a8140e8 Author: Marliana Lara <mlara@redhat.com> Date: Wed Oct 30 07:55:43 2019 -0400 Encapsulate each scm type subform in its own component commit 4d4ae84 Author: Shane McDonald <me@shanemcd.com> Date: Thu Oct 31 16:57:17 2019 -0400 Fix docker cache This was causing the cache to miss on some docker versions, in addition to throwing a warning that says it will break soon. commit ae349ad Author: Marliana Lara <mlara@redhat.com> Date: Tue Oct 29 14:56:03 2019 -0400 Resolve credential type id and retrieve scm_type choices from OPTIONS commit 31fdd5e Author: Marliana Lara <mlara@redhat.com> Date: Mon Oct 28 10:25:10 2019 -0400 Add scm refspec to project detail and remove org id from top level shared component commit e4bde24 Author: Marliana Lara <mlara@redhat.com> Date: Mon Oct 28 10:24:22 2019 -0400 Add project add form and tests commit 9c019e1 Author: Marliana Lara <mlara@redhat.com> Date: Mon Oct 28 10:23:08 2019 -0400 Add organization and credential lookups commit 21f7ca2 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu Oct 31 11:34:37 2019 -0700 refactor dupe code to new TemplateAddButton component commit 6057921 Author: Bill Nottingham <notting@splat.cc> Date: Thu Oct 31 13:53:13 2019 -0400 chmod the nginx cert/key/etc EL8 OpenSSL defaults to 0600 for the key, which will not work in the dev environment. commit 5095816 Author: AlanCoding <arominge@redhat.com> Date: Thu Oct 31 12:12:43 2019 -0400 In tower_job_wait intentionally fail module for failure commit c1da74c Author: Keith Grant <keithjgrant@redhat.com> Date: Wed Oct 30 15:06:42 2019 -0700 fix PF switch styling
Release 9.0.0 commit 4575cae Author: Shane McDonald <me@shanemcd.com> Date: Thu Oct 31 13:39:42 2019 -0400 Bump VERSION to 9.0.0 commit db33c0e Author: AlanCoding <arominge@redhat.com> Date: Wed Oct 30 15:24:55 2019 -0400 Add test coverage for launch with multiple prompted creds commit e9728f2 Author: mabashian <mabashia@redhat.com> Date: Wed Oct 30 20:11:11 2019 -0400 Update snapshot after rebase commit 5cdf2f8 Author: Bill Nottingham <notting@splat.cc> Date: Wed Oct 30 16:45:32 2019 -0400 Remove admin alerts, there are better mechanisms for this commit 93e940a Author: Bill Nottingham <notting@splat.cc> Date: Wed Oct 30 19:21:02 2019 -0400 Remove extraneous leftover conditional import commit 64776f9 Author: mabashian <mabashia@redhat.com> Date: Tue Oct 29 11:03:20 2019 -0400 Prettier formatting commit fc08073 Author: mabashian <mabashia@redhat.com> Date: Mon Oct 28 15:02:18 2019 -0400 Add breadcrumb for template access tab commit d02364a Author: mabashian <mabashia@redhat.com> Date: Mon Oct 28 14:50:48 2019 -0400 Configures access tabs for job template, project, inventory and smart inventory details views. commit 5e6ee4a Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Oct 30 17:52:30 2019 -0400 Improve WFJT webhook credential wording commit 288fea8 Author: Shane McDonald <me@shanemcd.com> Date: Wed Oct 30 17:35:19 2019 -0400 Deleting unused unit-tests directory Same as ansible#5179 except I wont accidentally close it. commit c019d87 Author: Shane McDonald <me@shanemcd.com> Date: Wed Oct 30 14:57:56 2019 -0400 Update AWX images to CentOS 8 commit e4a21b6 Author: Rebeccah <rhunter@redhat.com> Date: Wed Oct 30 09:46:51 2019 -0400 remove u markers in assertion statements, they are unnecessary in python3 commit 2e6c484 Author: Rebeccah <rhunter@redhat.com> Date: Tue Oct 29 18:23:03 2019 -0400 added in testing for updating(or not allowing updates of) policy_instance variables in instance and container groups commit f8b64f2 Author: AlanCoding <arominge@redhat.com> Date: Wed Oct 30 15:40:49 2019 -0400 Fix and test for warning when creating project commit 452c1b5 Author: Bill Nottingham <notting@splat.cc> Date: Wed Oct 30 14:23:33 2019 -0400 Re-add psycopg2 for bootstrap_development.sh commit c882cda Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Oct 29 16:30:03 2019 -0400 properly parse CLI arguments for launch endpoints see: ansible#5093 commit 3699658 Author: Bill Nottingham <notting@splat.cc> Date: Wed Oct 30 13:06:48 2019 -0400 Re-add dependencies needed by UI tests to the dev env commit 0160dbe Author: AlanCoding <arominge@redhat.com> Date: Wed Oct 30 12:56:36 2019 -0400 Remove sanity exceptions no longer needed commit 28994d4 Author: Shane McDonald <me@shanemcd.com> Date: Wed Oct 30 12:12:56 2019 -0400 Install oc and kubectl in upstream task image commit 84ba383 Author: Bill Nottingham <notting@splat.cc> Date: Tue Oct 29 23:19:00 2019 -0400 Trim the list of things installed during build Swap git & vim for more minimal installs. commit 6c877a1 Author: Shane McDonald <me@shanemcd.com> Date: Tue Oct 29 16:10:51 2019 -0400 Update dev env to centos:8 commit 59e1c6d Author: AlanCoding <arominge@redhat.com> Date: Tue Oct 29 15:34:32 2019 -0400 Add collection test coverage for creating vault credential commit 35c27c8 Author: mabashian <mabashia@redhat.com> Date: Tue Oct 29 14:45:05 2019 -0400 Tweak ActionButtonCell definition and export commit 91edac0 Author: Keith Grant <keithjgrant@redhat.com> Date: Tue Oct 29 11:41:14 2019 -0700 remove prop type warnings commit ae1bd9d Author: Mathieu Mallet <mathieu.mallet1_ext@michelin.com> Date: Mon Aug 26 17:12:41 2019 +0200 tower_credential: Missing 'kind' attribute (#61324) In the 'tower_credential' module, when the credential 'kind' is set to 'vault', the code expects the other parameter 'vault_id' to be set. Unfortunately, in the module 'credential_type_for_v1_kind' method, the 'kind' parameter is popped, i.e. remove from the module dict of parameters leading to the following error: > Parameter 'vault_id' is only valid if parameter 'kind' is specified as 'vault' Fixes: #45644, #61324 Testing Done: Manually create a playbook with a task as follow - name: Create vault with ID 'bar' exists tower_credential: name: Foobar vault organization: Foobar kind: vault vault_id: bar vault_password: foobar commit cf168b2 Author: AlanCoding <arominge@redhat.com> Date: Tue Oct 29 12:30:17 2019 -0400 apply username ordering to more views commit aff31ac Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Mon Oct 28 12:51:14 2019 -0400 Add the no_truncate parameter to the job and adhoc event sublist views which are the ones that the CLI actually uses. commit a237548 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Oct 28 11:28:57 2019 -0400 Improve accuracy of code comment commit 3094b67 Author: Ryan Petrello <rpetrell@redhat.com> Date: Fri Oct 25 21:16:11 2019 -0400 work around a bug in the k8s client that leaves trash in /tmp commit 98d3f3d Author: Alan Rominger <arominge@redhat.com> Date: Mon Oct 28 09:58:00 2019 -0400 Add tests for AWX collection credential fixes (ansible#3893) commit 6f2a07a Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Oct 25 16:11:07 2019 -0400 Scrape tag input state from dom and put it in vm The tag input state lives somewhere in the associated select2 widgetry and isn't directly tied to the vm like it is for the other inputs. commit 54ac190 Author: Rebeccah <rhunter@redhat.com> Date: Fri Oct 25 14:14:14 2019 -0400 pinning pytest-mock to version 1.11.1 commit 1bdae2d Author: AlanCoding <arominge@redhat.com> Date: Thu Oct 24 15:10:38 2019 -0400 Fully rely on error ignoring for sanity rel imports commit 2bc2e26 Author: AlanCoding <arominge@redhat.com> Date: Thu Oct 24 14:58:55 2019 -0400 Ignore import errors due to bugs in Ansible core commit 5010602 Author: AlanCoding <arominge@redhat.com> Date: Tue Oct 22 14:26:56 2019 -0400 add release note commit c103a81 Author: AlanCoding <arominge@redhat.com> Date: Mon Sep 30 16:01:44 2019 -0400 declare types in Ansible Tower module options commit e097bc6 Author: AlanCoding <arominge@redhat.com> Date: Thu Oct 3 12:04:59 2019 -0400 New target for sanity testing of the collection Do not run in Zuul commit 2ea63ee Author: Ryan Petrello <rpetrell@redhat.com> Date: Fri Oct 25 12:23:10 2019 -0400 pin to runner==1.4.4 commit 52336c0 Author: Ryan Petrello <rpetrell@redhat.com> Date: Fri Oct 25 10:20:18 2019 -0400 fix a syntax error whoopsie commit 2203542 Author: Rebeccah <rhunter@redhat.com> Date: Fri Oct 25 09:01:34 2019 -0400 added in check to see if the the current check has an instance or not to prevent nonetype errors commit 1ae8fdc Author: Rebeccah <rhunter@redhat.com> Date: Wed Oct 23 17:15:40 2019 -0400 moved filterint out policy instance values in the api browser input box into the instanceGroupDetail class where I overrode the update_raw_data function to parse out the unneeded data. Additionally added the fix for checking the value in the serializer. commit 4bbdce3 Author: Rebeccah <rhunter@redhat.com> Date: Tue Oct 22 15:57:06 2019 -0400 removed policy_instance variables from container groups default values in the API put/patch view commit d25e624 Author: Rebeccah <rhunter@redhat.com> Date: Tue Oct 15 17:36:55 2019 -0400 Added in validation for each of the 3 fields that should not be changed if the instance is a container group, defaults in the textarea persist with these 3 options commit 71d7bac Author: Jim Ladd <jladd@redhat.com> Date: Wed Oct 23 12:41:17 2019 -0700 Rename job_summary_dict to job_metadata * Clarifies purpose of notification template variable commit acba530 Author: Alan Rominger <arominge@redhat.com> Date: Wed Oct 23 19:26:10 2019 -0400 Fix bug where SCM inventory did not have a collections destination (ansible#3795) * update inventory path to be in tmp project clone * copy project folder for inventory scm launch type * Optionally accept inventory collection paths from ansible.cfg commit fca9245 Author: Jim Ladd <jladd@redhat.com> Date: Tue Oct 22 17:45:46 2019 -0700 Update unit tests commit 47031da Author: Jim Ladd <jladd@redhat.com> Date: Mon Oct 21 16:44:03 2019 -0700 Return full webhook dict when serializing notif. commit b024d91 Author: Jim Ladd <jladd@redhat.com> Date: Mon Oct 21 16:16:10 2019 -0700 Use correct notif. bodies when sending test notifs * Notification backends now handle body of notifications differently * .. depending on their type (webhook, email, and pagerduty) are currently the only three notification types that use body * email and pagerduty expect a string * webhooks expects a dict in string format commit da7002c Author: Jim Ladd <jladd@redhat.com> Date: Mon Oct 21 13:52:36 2019 -0700 Don't use i18n for NT body string commit f4f1762 Author: Keith Grant <keithjgrant@redhat.com> Date: Mon Oct 21 15:01:24 2019 -0700 fix lint errors commit ad5857e Author: Keith Grant <keithjgrant@redhat.com> Date: Mon Oct 21 10:41:39 2019 -0700 Add notification custom message fields for workflow pause/approval commit 12d735e Author: Jim Ladd <jladd@redhat.com> Date: Thu Oct 17 23:51:55 2019 -0700 NotificationSerializer should gracefully handle webhook/pagerduty bodies commit 1e9173e Author: Jim Ladd <jladd@redhat.com> Date: Wed Oct 16 21:26:02 2019 -0700 In awxkit, add support for wf approval notification templates commit 4809c40 Author: Jim Ladd <jladd@redhat.com> Date: Tue Oct 15 23:19:12 2019 -0700 Render WF approval notifications w/ custom templates commit 4e9ec27 Author: Jim Ladd <jladd@redhat.com> Date: Tue Oct 15 17:30:56 2019 -0700 Refactor notification backends to use CustomNotificationBase commit 6cd6a42 Author: Jim Ladd <jladd@redhat.com> Date: Mon Oct 7 16:57:57 2019 -0700 Render default notifications using Jinja templates commit f234c0f Author: Jim Ladd <jladd@redhat.com> Date: Mon Oct 7 16:55:34 2019 -0700 Remove unused build_notification_message method commit 3f49d2c Author: Alan Rominger <arominge@redhat.com> Date: Wed Oct 23 10:59:35 2019 -0400 RBAC relaunch 403 updates (ansible#3835) * RBAC relaunch 403 updates Addresses 2 things 1. If WFJ relaunch is attempted, and relaunch is denied because the WFJ had encrypted survey answers, a generic message was shown, this changes it to show a specific error message 2. Org admins are banned from relaunching a job if the job has encrypted survey answers * update tests to raises access pattern * catch PermissionDenied for user_capabilities commit a0fb9be Author: Alan Rominger <arominge@redhat.com> Date: Wed Oct 23 08:25:00 2019 -0400 Disable activity stream and speed up host group bulk deletion (ansible#3817) commit ccaaee6 Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Oct 22 16:40:54 2019 -0400 improve cleanup of anonymous kubeconfig files commit 70269d9 Author: Alan Rominger <arominge@redhat.com> Date: Tue Oct 22 14:39:27 2019 -0400 Add support for credential_type in tower_credential module (ansible#3820) * Add support for credential_type * Finish up credential_type parameter with tests * make inputs mutually exclusive with other params * Test credential type with dict input commit ab6322a Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Oct 22 08:44:16 2019 -0400 fix a bug that breaks webhook launches when a survey is in use see: ansible#5062 commit 8bc6367 Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Oct 22 12:12:22 2019 -0400 fix a bug introduced upstream with settings.LOG_AGGREGATOR_AUDIT commit b74bf9f Author: Alex Corey <acorey@redhat.com> Date: Tue Oct 22 13:31:53 2019 -0400 Instance Groups Instances List styling fixes (ansible#3846) * Instance Groups Instances slider renders properly, and that list wraps properly. * Instance Groups responds properly * assorted container groups ui fixes updated responsiveness of instance groups and instances list fix layout of container group form update help text for container group form elements update text for tech preview top bar * update container group doclink * list styling updates based on feedback commit 321aa3b Author: Martin Juhl <m@rtinjuhl.dk> Date: Tue Oct 22 01:02:31 2019 +0200 Update handlers.py The setFormatter tries to create the external.log file.. So we should check if LOG_AGGREGATOR_AUDIT is active here as well commit 7f1096f Author: Ryan Petrello <rpetrell@redhat.com> Date: Mon Oct 21 11:18:44 2019 -0400 reap k8s-based jobs when the dispatcher restarts commit 2b6cfd7 Author: Marliana Lara <mlara@redhat.com> Date: Mon Oct 21 16:13:52 2019 -0400 Handle undefined schedule value in job detail component commit b2b3360 Author: Graham Mainwaring <gmainwaring@ansible.com> Date: Mon Oct 21 16:10:25 2019 -0400 Add UI toggle to disable public Galaxy (ansible#3867) commit d06b0de Author: mabashian <mabashia@redhat.com> Date: Mon Oct 21 11:55:12 2019 -0400 Revert 6282b5b commit 6dfc714 Author: Ryan Petrello <rpetrell@redhat.com> Date: Mon Oct 21 11:01:35 2019 -0400 when isolated or container jobs fail to launch, set job status to error a status of error makes more sense, because failed generally points to an issue with the playbook itself, while error is more generally used for reporting issues internal to Tower see: ansible#4909 commit cf5d3d5 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Oct 18 18:44:06 2019 -0400 Set omitted runner event line lengths to 0 runner_on_start events have zero-length strings for their stdout fields. We don't want to display these in the ui so we omit them. Although the stdout field is an empty string, it still has a recorded line length of 1 that we must account for. Since we're not rendering the blank line, we must also go back and set the event record's line length to 0 in order to avoid deleting too many lines when we pop or shift events off of the view while scrolling. commit e91d383 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Oct 18 18:28:59 2019 -0400 Fix off-by-one errors commit 72d19b9 Author: mabashian <mabashia@redhat.com> Date: Tue Oct 29 11:01:04 2019 -0400 Prettier formatting commit da7bace Author: Keith Grant <keithjgrant@redhat.com> Date: Mon Oct 28 15:59:47 2019 -0700 upgrade patternfly to latest, update tests commit 0178826 Author: mabashian <mabashia@redhat.com> Date: Mon Oct 28 17:50:32 2019 -0400 Hide delete button on job details from users without proper permissions commit 8daceab Author: mabashian <mabashia@redhat.com> Date: Mon Oct 28 17:38:14 2019 -0400 Removes close button from footer of host details modal commit 712b07c Author: Raphaël COMBEAU <raphael.combeau@gmail.com> Date: Fri Oct 18 20:20:35 2019 +0200 Improve usage of ssl_certificate in local_docker Remove nginx.conf from container Move nginx outside ssl_certificate block commit 8fbfed5 Author: mabashian <mabashia@redhat.com> Date: Mon Oct 28 17:21:14 2019 -0400 Fix org teams empty list text commit 7b1158e Author: mabashian <mabashia@redhat.com> Date: Mon Oct 28 15:31:03 2019 -0400 Fix failing unit tests due to missing scm_revision key commit d8814b7 Author: mabashian <mabashia@redhat.com> Date: Mon Oct 28 15:11:29 2019 -0400 Add displayName so that ActionButtonCell can be referenced in tests commit 9af3fa5 Author: mabashian <mabashia@redhat.com> Date: Mon Oct 28 15:08:27 2019 -0400 Fix merge conflict fallout. Remove stale edit click handler. commit e0d8d35 Author: mabashian <mabashia@redhat.com> Date: Thu Oct 24 15:31:07 2019 -0400 Adds edit buttons to Templates, Inventories, Organizations, and Projects list items when the user has edit capabilities. commit 7e83ddc Author: Seth Foster <fosterbseth@gmail.com> Date: Mon Oct 28 13:47:01 2019 -0400 Fix URLField to allow numbers in top level domain Add a custom regex to URLField that allows numbers to be present in the top level domain, e.g. https://towerhost.org42 Set by variable allow_numbers_in_top_level_domain in URLField __init__, and is set to True by default. If set to False, it will use the regex specified in the built-in django URLValidator class. This solution was originally implemented in LDAPServerURIField, but is now implemented in URLField to support this behavior more generally. The changes in LDAPServerURIField are longer needed and have been removed in this commit. Adds unit testing to make sure URLField changes handle regex input and settings correctly. commit 15111dd Author: Ryan Petrello <rpetrell@redhat.com> Date: Fri Oct 25 12:23:10 2019 -0400 pin to runner==1.4.4 commit 31a96d2 Author: Guillaume Marsay <gmarsay@gmail.com> Date: Sat Oct 26 22:07:31 2019 +0200 Update slack_backend.py commit 2ec5dda Author: Ahmed RAHAL <arahal@syntax.com> Date: Fri Oct 25 16:39:34 2019 -0400 Add quotes to shell variables with user input The last update of this file added default values for passwords but removed the 'quote' filter. This is extremely problematic for database passwords that should always be complex and contain special characters that the shell may interpret wrongly. As a sanity measure, adding the quote filter to all fields. commit dab80fb Author: Alex Corey <alex.swansboro@gmail.com> Date: Fri Oct 25 16:14:42 2019 -0400 Adds Proptypes commit a6404bd Author: AlanCoding <arominge@redhat.com> Date: Fri Oct 25 15:48:07 2019 -0400 Move development PROJECTS_ROOT commit 7f409c6 Author: Alex Corey <alex.swansboro@gmail.com> Date: Fri Oct 25 10:20:22 2019 -0400 Moves JT CredentialsList Manipulation Back to CredentialsLookup Rename CredentialsLookup to MultiCredentialLookup Removes unnecessary functions in Lookup. Puts CredentialsList manipulation on CredsLookup and removes that work from JTForm. Upates tests for CredentialsLookup and JTForm to reflect changes above. commit a517b15 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Oct 25 11:59:40 2019 -0400 Remove close button from job details commit 609528e Author: AlanCoding <arominge@redhat.com> Date: Fri Oct 25 11:41:58 2019 -0400 Fix bug: WFJT-type node YAML vars broke task manager commit e17ee4b Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Oct 25 11:40:06 2019 -0400 Hide revision copy button when there's no revision commit 07a5e17 Author: mabashian <mabashia@redhat.com> Date: Thu Oct 24 16:36:19 2019 -0400 Link to project and inventory from job template details commit 583d139 Author: mabashian <mabashia@redhat.com> Date: Thu Oct 24 16:17:37 2019 -0400 Remove close button from Project and Job Template details views commit 638f8ea Author: mabashian <mabashia@redhat.com> Date: Thu Oct 24 15:48:12 2019 -0400 Hook up notifications tab on projects commit 1d7bd83 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu Oct 24 09:01:50 2019 -0700 remove unused imports commit 4f90406 Author: Keith Grant <keithjgrant@redhat.com> Date: Wed Oct 23 16:05:56 2019 -0700 fix border/padding while loading jt edit form commit 53b4dd5 Author: Alex Corey <alex.swansboro@gmail.com> Date: Thu Oct 24 12:35:30 2019 -0400 Fixes linting errors commit 491f482 Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Oct 23 09:59:23 2019 -0400 Addresses PR Issues Improves credential ID variable in JT model. Removes unused prop from Lookup ComponentDidMount. Removed unused function call from Credentials ComponentDidMount. Streamlines toggleCredential function and moves it to JobTemplateForm. This was done because the JobTemplateForm should handle the credential values passed to the CredentialsLookup. Adds tests for JobTemplateForm to ensure toggleCredentialSelection function is putting proper values in state. Removed withRouter wrapper on CredentialsLookup export. Improved CredentialsLookup test to ensure that onChange is called when user removes a credential from the input. commit 91721e0 Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Oct 22 16:21:20 2019 -0400 Adds tests commit 2828d31 Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Oct 22 16:20:59 2019 -0400 Adds CredentialLookUp to JT Form commit d10e727 Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Oct 22 16:00:02 2019 -0400 Adds CredentialLookUp to JT Form commit b319f47 Author: mabashian <mabashia@redhat.com> Date: Wed Oct 23 17:41:37 2019 -0400 Adds revision to project list row items. Adds ClipboardCopyButton component to allow the user to copy the full revision to the clipboard. commit 432daa6 Author: lopf <24865808+lopf@users.noreply.github.com> Date: Thu Oct 24 14:44:36 2019 +0200 fix 5089 commit 835c26f Author: Kim Ausloos <kim.ausloos@cegeka.be> Date: Wed Oct 23 09:18:23 2019 +0200 [docs] Update OpenShift doc section to clarify ansible#3116 Signed-off-by: Kim Ausloos <kim.ausloos@cegeka.be> commit 58e84a4 Author: Seth Foster <fosterbseth@gmail.com> Date: Wed Oct 23 14:22:07 2019 -0400 Fix 500 error when creating a job schedule - 500 error occurs when a non-admin user attempts to add an invalid credential during schedule creation - This change checks that the user can add the object to serializer.validated_data, instead of serializer.initial_data - The invalid credential field is purged in .validated_data, so the request passes through cleanly - Fix for awx issue ansible#4147 commit 9c04e08 Author: Seth Foster <fosterbseth@gmail.com> Date: Tue Oct 22 15:27:06 2019 -0400 Fix secret lookup links when credentials are copied - When a credential that contains secret lookups (e.g. HashiCorp Vault Secret Lookup) is copied, the lookup fields are not properly copied - This change adds the necessary fields to FIELDS_TO_PRESERVE_AT_COPY for both Credential and CredentialInputSource classes to ensure a proper copy commit 8356327 Author: Shane McDonald <me@shanemcd.com> Date: Tue Oct 22 15:48:46 2019 -0400 Downstream k8s installer changes commit e5dfc62 Author: Alice Hunter <alice@jaeproductionservices.com.au> Date: Tue Oct 22 23:06:06 2019 +1100 Fixed bug with python check commit 27d0111 Author: Martin Juhl <m@rtinjuhl.dk> Date: Tue Oct 22 01:25:27 2019 +0200 Update handlers.py commit 5836781 Author: Martin Juhl <m@rtinjuhl.dk> Date: Tue Oct 22 01:02:31 2019 +0200 Update handlers.py The setFormatter tries to create the external.log file.. So we should check if LOG_AGGREGATOR_AUDIT is active here as well commit 0c0e172 Author: Evan Stork <estork@live.com> Date: Sat Oct 19 20:45:02 2019 -0400 Added custom_venv_dir to local docker install, Signed-off-by: Evan Stork <estork@live.com>