Tags: tonyhogsten/awx
Tags
Release 11.2.0 commit 9aed49e Author: Ryan Petrello <rpetrell@redhat.com> Date: Wed Apr 29 14:49:09 2020 -0400 update the 11.2.0 changelog commit 5c91f66 Author: Elyézer Rezende <elyezermr@gmail.com> Date: Wed Apr 29 13:55:35 2020 -0400 Keep awxkit's requirements on the setup.py awxkit's setup.py was making use of pip internal structures to parse the requirements.txt file. This is not a good thing as they may change, actually that just happened. To avoid this in the future, move the list of requirements to setup.py and make requirements.txt list `.` as the only item. This way we keep a single place to update requirements in the future and avoid accessing pip's internals. commit 67e2f19 Author: Ryan Petrello <rpetrell@redhat.com> Date: Wed Apr 29 14:03:01 2020 -0400 cleanup and clarify some installation instructions commit 3a6a7c1 Author: John Westcott IV <john.westcott.iv@redhat.com> Date: Tue Apr 28 16:47:08 2020 -0400 Going for a more generic 'just pass' option commit cd07305 Author: John Westcott IV <john.westcott.iv@redhat.com> Date: Tue Apr 28 16:37:35 2020 -0400 Set SDB_NOTIFY_HOST on non-docker OS X commit c39423d Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Apr 28 16:26:46 2020 -0400 Fixes failing test commit 3f00329 Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Apr 28 13:55:59 2020 -0400 bump version 11.2.0 commit d5cb6ad Author: Vyacheslav Andreykiv <email@andreykiv.com> Date: Tue Apr 28 08:56:29 2020 -0700 Update main.yml Reverted formating changes commit 0bad717 Author: ggiinnoo <ginojansen1402@msn.com> Date: Tue Apr 28 17:51:41 2020 +0200 Wrong syntax commit 5d24acf Author: Bill Nottingham <notting@splat.cc> Date: Tue Apr 28 10:56:23 2020 -0400 Allow unsigned certs in logging if cert verification is disabled. commit 6652464 Author: Seth Foster <fosterbseth@gmail.com> Date: Tue Apr 28 10:52:15 2020 -0400 Unset old instance IP when conflicting new instance IP With AWX_AUTO_DEPROVISION_INSTANCES on, instances are registered with an ip address. However, new instances might try to register before old instances are deprivisioned. In this case old IPs can conflict with the new ones. This will check for an ip conflict and unset the IP of conflicting instance (set to None) ansible/awx issue 6750 commit f9d5860 Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:30:07 2020 +0100 Fix pylint errors commit d8ac2f5 Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:28:03 2020 +0100 Avoid to repeat default value commit fdae3cd Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:25:39 2020 +0100 Explicitly references AppRole commit 139384a Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:22:43 2020 +0100 Simplify test branches commit 9d85e86 Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:21:46 2020 +0100 Both methods return a token: rename variable commit 9fdd906 Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> Date: Wed Mar 11 17:20:18 2020 +0100 Remove extraneous call to bool built-in function commit d3d4ce3 Author: kawsark <kawsar@hashicorp.com> Date: Fri Mar 6 17:37:37 2020 -0500 Modified hashivault.py to support approle commit 960aa9d Author: chris meyers <chris.meyers.fsu@gmail.com> Date: Tue Apr 28 09:12:42 2020 -0400 add redis logs to sosreport * rhel8 /var/log/redis/redis.log * rhel7 scl location commit 41a8d32 Author: ggiinnoo <ginojansen1402@msn.com> Date: Tue Apr 28 11:13:47 2020 +0200 Added variable to inventory to add a separate key file commit 7659ffc Author: Vyacheslav Andreykiv (Intel) <vandreyk@nkuruppu-mobl.amr.corp.intel.com> Date: Mon Apr 27 14:33:42 2020 -0700 fixed ingress template commit 41014e6 Author: Alan Rominger <arominge@redhat.com> Date: Mon Apr 27 16:15:11 2020 -0400 Avoid applying galaxy settings if no user settings exist (ansible#4262) commit d038479 Author: Francois Herbert <francois_herbert@bnz.co.nz> Date: Wed Apr 22 15:21:51 2020 +1200 Add ability to monitor jobs and workflow_jobs via awx cli, fixes ansible#6165 Signed-off-by: Francois Herbert <francois@herbert.org.nz> Fixup linting Remove timeout option, not really required and it's making the api test fail commit c07b628 Author: Christian Adams <chadams@redhat.com> Date: Mon Apr 27 14:33:46 2020 -0400 Increase stopwait time for rsyslogd service commit f17ced8 Author: John Westcott IV <john.westcott.iv@redhat.com> Date: Mon Apr 27 14:25:23 2020 -0400 Fixing integration tests for deprecation warnings commit 7f66f08 Author: John Westcott IV <john.westcott.iv@redhat.com> Date: Mon Apr 27 14:11:23 2020 -0400 Restructuring modules so that lookup don't happen if deleting commit 616e708 Author: Jim Ladd <jladd@redhat.com> Date: Mon Apr 27 00:17:46 2020 -0700 Add support for satellite6_want_ansible_ssh_host * defaults to IPv6, falls back to IP commit fb567da Author: Donovan Murphy <dono@dono.email> Date: Wed Feb 19 19:56:43 2020 -0600 add CA trust volume to management pod Signed-off-by: Donovan Murphy <dono@dono.email> commit fd2d096 Author: Dennis Vestergaard Værum <dvv@netic.dk> Date: Sun Apr 12 01:36:26 2020 +0200 If pg_hostname is defined don't try to upgrade PostgreSQL commit ac46013 Author: chris meyers <chris.meyers.fsu@gmail.com> Date: Fri Apr 24 14:22:46 2020 -0400 fix sliding window per/minute calc * Add tests to ensure correctness commit f6a2d41 Author: Christian Adams <chadams@redhat.com> Date: Fri Apr 24 15:06:32 2020 -0400 Remove unnecessary or translation commit 3b84ff7 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Fri Apr 24 15:11:33 2020 -0400 remove unnecessary nesting translate directive from license partial commit b1b6af4 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Fri Apr 24 15:31:20 2020 -0400 make sure right endpoint is getting called for notification pagination commit d55b223 Author: Graham Mainwaring <graham@mhn.org> Date: Fri Apr 24 14:08:24 2020 -0400 Use sysconfig file to get the list of services commit e51d0b6 Author: Ryan Petrello <rpetrell@redhat.com> Date: Thu Apr 23 12:04:19 2020 -0400 add a setting for enabling high rsyslogd verbosity commit e36ffa5 Author: Graham Mainwaring <graham@mhn.org> Date: Fri Apr 24 11:37:16 2020 -0400 Return more status information from ansible-tower-service status and error check commands better commit c866927 Author: Dave Lewis <davlewis@redhat.com> Date: Fri Apr 24 15:11:49 2020 +0100 Updated data/inventory/scripts/openstack/files/file_reference Update file_references due to the inclution of project_domain_name in the openstack credentails. commit 952c91d Author: Dave Lewis <davlewis@redhat.com> Date: Fri Apr 24 14:06:13 2020 +0100 Updated injector.py and added new test into test_tasks.py commit 8bbd2c7 Author: AlanCoding <arominge@redhat.com> Date: Thu Apr 23 10:52:17 2020 -0400 bump collection requirements, vmware patches New VMWare and azure were released, pick those up Enable using of VMWare inventory plugin for Ansible 2.9 Few fixes from manual testing with VMWare Remove invalid properties which resulted in no hosts imported Add some defaults to be more consistent with script commit 75b54d2 Author: Marliana Lara <mlara@redhat.com> Date: Thu Apr 23 15:34:23 2020 -0400 Add unit tests to check for deleted details commit 1bcd71e Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Apr 22 15:22:35 2020 -0400 Adds webhook fields to job template details commit 31c6b33 Author: Ryan Petrello <rpetrell@redhat.com> Date: Thu Apr 23 15:15:37 2020 -0400 allow users to test log aggregration if `awx` isn't in the loggers list commit a2c3027 Author: Marliana Lara <mlara@redhat.com> Date: Thu Apr 23 13:08:16 2020 -0400 Display a "Deleted" label for prompt view node details commit 92b7426 Author: Dave Lewis <davlewis@redhat.com> Date: Thu Apr 23 11:33:24 2020 +0100 Correct missing "default=''" On previous commit missed "default=''" so changing: project_domain_name=cred.get_input('project_domain_name')) to project_domain_name=cred.get_input('project_domain_name', default='')) commit 08323a1 Author: Dave Lewis <davlewis@redhat.com> Date: Thu Apr 23 11:24:51 2020 +0100 Addition of project domain name to OpenStack Credential Keystone v3 requires user_domain_id and project_domain_name to authenticate, but AWX openstack credential only requests the user_domain_id. Added in project_domain_name into the credential templating. Not added as a required field as this is only needed when using Keystone v3. commit 6390794 Author: surfer190 <stephenh@startmail.com> Date: Thu Apr 23 11:43:01 2020 +0200 Change the custom venv vars install line Add the inventory commit ab703e2 Author: AlanCoding <arominge@redhat.com> Date: Wed Apr 22 21:39:02 2020 -0400 Add feature docs and document development tooling commit 8c657e2 Author: AlanCoding <arominge@redhat.com> Date: Tue Apr 21 23:00:15 2020 -0400 VMWare collection ready but waiting for release turn off use of VMWare inventory plugin for now Attempt to roll back general migration to Ansible 2.8 failed, kept at 2.9 because of compatibility commit 3f5820a Author: Bill Nottingham <notting@splat.cc> Date: Wed Apr 22 20:36:48 2020 -0400 Don't override ANSIBLE_SSH_ARGS for ad-hoc commands. This reverts 8beed7f, which says: Disable ControlPersist for ad hoc commands, should avoid any issues with proot or needing to clean up sockets afterwards. Given we've switched to the much less finicky bwrap for process isolation, along with runner-based process killing, this probably isn't needed any more. commit 47fef1d Author: Bill Nottingham <notting@splat.cc> Date: Wed Apr 22 17:16:44 2020 -0400 Don't use SCLs for openshift. This may be a mis-merge? commit 2a86a3e Author: nixocio <nixocio@gmail.com> Date: Sun Apr 19 11:35:27 2020 -0400 Fix searching for a blank string creates a blank search filter Fix searching for a blank string creates a blank search filter. Also, add unit-test to the related changes. closes: ansible#6511 commit 01c56a4 Author: chris meyers <chris.meyers.fsu@gmail.com> Date: Wed Apr 22 14:10:45 2020 -0400 lie about last time analytics were collected * Ensure that everything that we put into the database is returned via analytics. commit 68f5482 Author: AlanCoding <arominge@redhat.com> Date: Tue Apr 21 22:49:20 2020 -0400 Update vmware implementation to new agreements commit e428aeb Author: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Tue Apr 21 12:43:19 2020 +0100 pre-req's updated added Python 3.6+ to bring inline with the inventory change commit e42915d Author: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Tue Apr 21 12:40:56 2020 +0100 updated to include py3 amended to be "/usr/bin/env python3" as suggested commit 1afd8b4 Author: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Mon Apr 20 19:20:14 2020 +0100 Update inventory commit 50197c6 Author: AlanCoding <arominge@redhat.com> Date: Sat Apr 18 23:17:59 2020 -0400 Handle custom script options of hostnames and destination variable commit de0122d Author: AlanCoding <arominge@redhat.com> Date: Sat Apr 18 19:32:18 2020 -0400 Respect the ec2 script nested groups option commit fff34f7 Author: AlanCoding <arominge@redhat.com> Date: Fri Apr 17 15:43:03 2020 -0400 Make inventory non-strict for production and remove comments commit e2f5aa9 Author: AlanCoding <arominge@redhat.com> Date: Fri Apr 17 14:52:38 2020 -0400 Implement vmware plugin host filtering commit 84d863f Author: AlanCoding <arominge@redhat.com> Date: Thu Apr 9 14:23:08 2020 -0400 Shorten list of VMWare inventory plugin properties Do not include summaries decision on vmware keyed groups Handle first set of custom user vmware options commit 47bdf86 Author: AlanCoding <arominge@redhat.com> Date: Tue Mar 31 20:07:22 2020 -0400 Pick up collections paths in openstack inventory update prep Update amazon.aws version Update vmware to new release Pin some more tests due to transitioning to inventory plugins Remove more temporary hacks commit 6b015c9 Author: Jim Ladd <jladd@redhat.com> Date: Tue Mar 31 12:51:33 2020 -0700 Call parent get_plugin_env for foreman commit c3f2b3e Author: AlanCoding <arominge@redhat.com> Date: Thu Mar 26 08:14:53 2020 -0400 bump versions of Galaxy collection requirements Implement 2.9 version policy Update ec2 collection name Enable ovirt, refresh test files Put in upstream forks to get it running for now pick up openstack.cloud fix commit 6807878 Author: Jim Ladd <jladd@redhat.com> Date: Tue Feb 25 11:51:41 2020 -0800 I think this is the right place for iam_role_arn in the tests? commit 96c6cf9 Author: Jim Ladd <jladd@redhat.com> Date: Mon Feb 24 16:03:49 2020 -0800 pass iam_role_arn through to aws inv. plugin commit 8a20b52 Author: Jim Ladd <jladd@redhat.com> Date: Mon Jan 13 12:39:43 2020 -0800 enable aws_ec2 plugin commit 0e2786d Author: Jim Ladd <jladd@redhat.com> Date: Mon Feb 17 21:39:29 2020 -0800 compat layer for foreman commit f38437b Author: Jim Ladd <jladd@redhat.com> Date: Mon Jan 13 12:40:59 2020 -0800 foreman plugin updates commit 99ae614 Author: AlanCoding <arominge@redhat.com> Date: Tue Mar 17 12:51:29 2020 -0400 Vmware was published implement vmware inventory plugin Enable the previously broken properties commit fcf75af Author: AlanCoding <arominge@redhat.com> Date: Mon Mar 9 13:07:41 2020 -0400 Get current cloud sources working from collection update test data files Adopt official vendor location openstack not published yet Add collections to show paths Add collections loc to installer settings Add vendored collections to show path again commit 541b960 Author: Yanis Guenane <yanis@guenane.org> Date: Wed Mar 11 15:08:57 2020 +0100 Collections: Adding a requirements.yml file
Release 11.0.0
commit 8ed59648717744a7d2e79bc1c34084ac9c19fc7d
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Apr 14 13:23:50 2020 -0400
bump version for 11.0.0
commit 7f01de26a15387040b080ec0bedcd648ef93bd3d
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Apr 15 17:17:27 2020 -0400
reconnect when a vanilla server disconnect happens
commit 8e3931de37ca56521f83c126926d063b4ae671b6
Author: Bill Nottingham <notting@splat.cc>
Date: Wed Apr 15 14:47:36 2020 -0400
Remove 'rampart' from a user-facing string.
commit be0a7a2aa91f8a0475aa2cf271fa238362a75bce
Author: mabashian <mabashia@redhat.com>
Date: Tue Apr 7 09:39:49 2020 -0400
Pass route contents as child instead of using render prop
commit d0d8d1c66c449460f0327a867f723b4fe64a1f15
Author: mabashian <mabashia@redhat.com>
Date: Tue Apr 7 09:35:19 2020 -0400
Fix schedule edit prop types error thrown on schedule prop
commit 8a8a48a4ff67a3db4773f2bc09542e68c31b2ea3
Author: mabashian <mabashia@redhat.com>
Date: Fri Apr 3 12:56:33 2020 -0400
Fix prop types on schedule edit
commit b0aa795b10f598955b3b62666f05d06cf8861153
Author: mabashian <mabashia@redhat.com>
Date: Fri Apr 3 10:49:35 2020 -0400
Remove rogue console.logs
commit 017064aecfee5d074d482ef9598924bbe63aac6f
Author: mabashian <mabashia@redhat.com>
Date: Fri Apr 3 10:41:19 2020 -0400
Adds support for editing proj/jt/wfjt schedule
commit 69835e989595214ebcc2c5f01fb4be05ce680a5f
Author: Christian Adams <chadams@redhat.com>
Date: Wed Apr 15 14:02:56 2020 -0400
Write logs to /dev/null if logging is not enabled
commit 85960d903590d80d58d25a4e11f51b3bd4db4c17
Author: Christian Adams <chadams@redhat.com>
Date: Wed Apr 15 12:19:40 2020 -0400
Volume mount supervisor dir to both containers
commit c8ceb622697e6f04ee89f5083e646cccc64b2e88
Author: Christian Adams <chadams@redhat.com>
Date: Tue Apr 14 16:50:06 2020 -0400
Rename awx rsyslog socket and PID dir
commit 1acca459efc261dd4288c16a621cfc9d3b6316f6
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Apr 15 13:28:13 2020 -0400
nice error message when redis is down
* awx_manage run_wsbroadcast --status nice error message if someone
failed to start awx services (i.e. redis)
commit ee6fda9f8aca8954128ef8290be8dd88fa2f0155
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Apr 13 15:30:35 2020 -0400
moves validator function
commit a95632c349a78c54becd7d98fa56683aac648bb3
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Apr 8 17:16:24 2020 -0400
Adds error handling and validation.
Also adresses small PR issues
commit ed3b6385f156ed079a0b6b3f647f68801cb21333
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Mar 27 10:25:32 2020 -0400
Fixes several things about Survey List
Aligns Select All with other select buttons
Add required asterisk to those items that are required
Adds label for the Default and Question Type column
Adds chips for multiselect items.
Adds RBAC to add and edit survey.
Also fixes a bug where the survey was not reloading properly after edit
commit 8464ec5c49a9f2376b862b8b352956abca89ee3f
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 15 09:58:40 2020 -0400
update custom credential plugin docs to point at an example project
commit 3bc5975b9067e6cb97fd59db06d36da1d28ff560
Author: beeankha <beeankha@gmail.com>
Date: Wed Apr 15 09:37:54 2020 -0400
Remove 'supports_check_mode' text from converted Collection modules
commit f99a43ffa6abeed61e06c8e8fee0cd191d62640a
Author: Bill Nottingham <notting@splat.cc>
Date: Wed Apr 8 18:07:01 2020 -0400
Collect information on inventory sources
Also remove one minor query from smart inventory collection that will
never return anything.
commit 262d99fde67a8f4ae1920b75b41a3ae9b2a01838
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Apr 14 17:02:23 2020 -0400
properly implement TCP timeouts for external log aggregation
see: https://github.com/ansible/awx/issues/6683
commit 63f56d33aa1910903151c79cd231ee3fdae2107d
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Apr 14 16:59:34 2020 -0400
show user unsafe name
* We log stats using a safe hostname because of prometheus requirements.
However, when we display users the hostname we should use the Instance
hostname. This change outputs the Instance.hostname instead of the safe
prometheus name.
commit 9cabf3ef4df50514ee78ddb4c24d358a390e98bf
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Apr 14 16:54:00 2020 -0400
do not include iso nodes in wsbroadcast status
commit daa312d7eefa0347560d48514c1c82cd4878d318
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Apr 14 13:41:36 2020 -0400
log file for wsbroadcast
commit e95938715afef6ee41a12723dcf54d2beee76d93
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Apr 14 14:18:30 2020 -0400
make rsyslog service restarts a bit less noisy
commit 47a007caeecdf8f0150160ac1b84d6bf3968ce78
Author: nixocio <nixocio@gmail.com>
Date: Mon Apr 13 13:54:09 2020 -0400
Add note about code sytle for ui_next
Add note about code style for `ui_next`.
commit cd6d2ed53af9a88b6bd90459e27f18753c438982
Author: Bill Nottingham <notting@splat.cc>
Date: Tue Apr 14 13:12:03 2020 -0400
Move the comma so unit test can filter things properly.
commit 6b21f2042b6b47edb10c694282a0345818ca2f25
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Mon Apr 13 16:30:05 2020 -0400
Make the module util respect oauth token over username/password
commit a79f2ff07a119ac68a8271ece6c76c9afa7264dc
Author: AlanCoding <arominge@redhat.com>
Date: Tue Apr 14 10:58:40 2020 -0400
Update AWX collection docs for release 11.0.0
commit 75bb7cce224a271ae626a9d90c87e0d96a972955
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Apr 14 10:27:10 2020 -0400
don't wait on memcached TCP
commit 52a253ad18f20e983e80f766b375fd470b8dcadf
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Apr 13 15:45:32 2020 -0400
add a few minor logging changes to accomodate Splunk's API
see: https://docs.splunk.com/Documentation/Splunk/8.0.3/Data/UsetheHTTPEventCollector
commit 0f74a05fea6d318786071ea13bf2d2de5e23acc6
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Apr 14 11:34:58 2020 -0400
rsyslogd: ignore /dev/log when we load imuxsock
commit 440691387b8e2036e07db88ee67aada73fcd9608
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Apr 13 14:39:52 2020 -0400
Puts webhook key on the template object in WFJTEdit
Also adds aria-label to Label Select Options to improve test matchers
Improves the name of the template payload in WFJTAdd and WFJTEdit
Updates tests including a failing snapshot DeleteConfirmationModal
test that was failing in devel
commit 27e6c2d47d118ad834d707db8003026e763a5e8c
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Apr 2 15:38:28 2020 -0400
Adds tests
commit 8b69b089915f136f53da57af10e9357efda66293
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Apr 2 15:37:40 2020 -0400
Adds formik hook functionality to wfjt form
commit 8714bde1b44a0d4e8f5a8807174cc8ddec324c0e
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Apr 14 10:42:10 2020 -0400
Wrap entire date/time string in <Trans> tag
commit 28b84d0d71321011c80b14b1736dea2f61a6a936
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Apr 13 15:28:49 2020 -0400
Use delete operator instead of destructuring
commit c6111fface9ca05bef5f213ec877bf1ec99a2950
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Apr 13 11:33:39 2020 -0400
Partition base resource into defaults and overrides
commit 98e8a09ad3efac76bd4b1d349e97cbf493a24094
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Apr 8 15:45:50 2020 -0400
Add JT details to wf node modal
commit 3f9af8fe69907646e04f8569009f6721721df01a
Author: nixocio <nixocio@gmail.com>
Date: Mon Apr 13 15:18:29 2020 -0400
Remove console.log
Remove console.log
commit a296f64696e3149d6ffbb6d67032ccc65e8dd9f9
Author: Bill Nottingham <notting@splat.cc>
Date: Tue Apr 14 10:53:57 2020 -0400
Cast the start/end times with timezone.
commit ee18400a33ac38d88379482374ed18d1ff4130f0
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Apr 14 10:44:02 2020 -0400
ensure last comma removed in select
* We strip out the json select fields in our tests since it is an sql
lite database underneath. Ideally, we would do something fancier, but we
aren't. In doing this stipping, we could strip the last element in the
projection list. This would result in an extra dangling comma. This
commit removes the danging comma in the projection list after the
removal of JSON projections.
commit f7f1bdf9c90d02f8f1aeb354c3a54128c357c25b
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Apr 13 20:55:05 2020 -0400
properly configure supervisorctl to point at the web volume mount
commit 69cf915a20ab183e1eeaf0a7231fa4d41e7bcc23
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Apr 13 20:25:53 2020 -0400
add rsyslogd block to the k8s supervisord config file
commit 9440785bdd92f7005b2be2a210919b423257d95e
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Apr 13 19:45:58 2020 -0400
properly set the group on the rsyslog config
commit ca7c840d8c80d87763f860d08b0585fcfbce7943
Author: Christian Adams <chadams@redhat.com>
Date: Mon Apr 13 19:33:23 2020 -0400
Fix permissions on rsyslog.conf for k8s
commit a0e31b9c01c974d255dd523cfc39d6382a354e2d
Author: Christian Adams <chadams@redhat.com>
Date: Mon Apr 13 12:19:10 2020 -0400
Map logging timeout value to healthchecktimeout for http in rsyslog config
commit 8587461ac9e6c71aafeedc07c39334e55b9a93ce
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Apr 13 14:19:16 2020 -0400
Fix loading bug in User view
commit e54e5280f265e07a4f0198fe3b8e9ff3f90db8c0
Author: nixocio <nixocio@gmail.com>
Date: Thu Apr 9 14:13:55 2020 -0400
Modify Users component to be function based
Modify Users component to be function based.
commit e52cebc28e436a6c46ddd4a1a65a8046efed998d
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Apr 9 00:42:43 2020 -0400
rsyslogd: use %rawmsg-after-pri% instead of %msg%
after some prolonged RFC reading and tinkering w/ rsyslogd...
cpython's SysLogHandler doesn't emit RFC3164 formatted messages
in the format you'd expect; it's missing the ISO date, hostname, etc...
along with other header values; the handler implementation relies on you
to specify a syslog-like formatter (we've replaced all of this with our
own *custom* logstash-esque formatter that effectively outputs valid JSON
- without dates and other syslog header values prepended)
because of this unanticipated format, rsyslogd chokes when trying to
parse the message's parts; AWX is emitting:
<priority>RAWJSON
...so the usage of `%msg%` isn't going to work for us, because rsyslog
tries to parse *all* of the possible headers (and yells, because it
can't find a date to parse):
see: https://www.rsyslog.com/files/temp/doc-indent/configuration/properties.html#message-properties
this is fine, because we don't *need* any of that message parsing
anyways; in the end, we're *just* interested in forwarding the raw
JSON/text content to the third party log handler
commit bb5136cdae289c352bafd9fb1e8775d313cb5e79
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Apr 9 15:21:02 2020 -0400
properly escape URL paths and querystrings for paths in logging settings
commit b0db2b7bec074eb72aa94e2bfe52678b9f443f33
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Apr 9 13:58:48 2020 -0400
add some exception handling for dealing with logging connection resets
when rsyslogd restarts due to config changes, there's a brief moment
where the socket will refuse connections on teardown; exception handling
is needed here to deal with that
commit 1000dc10fbd92c8f965f6313ee77e0ab683fda4b
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Apr 9 13:57:44 2020 -0400
an an rsyslogd config check to the logging test endpoint
commit 2a4b009f04ae7d29e111ce27de21201b37076ae4
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Apr 9 00:42:43 2020 -0400
rsyslogd: use %rawmsg-after-pri% instead of %msg%
after some prolonged RFC reading and tinkering w/ rsyslogd...
cpython's SysLogHandler doesn't emit RFC3164 formatted messages
in the format you'd expect; it's missing the ISO date, hostname, etc...
along with other header values; the handler implementation relies on you
to specify a syslog-like formatter (we've replaced all of this with our
own *custom* logstash-esque formatter that effectively outputs valid JSON
- without dates and other syslog header values prepended)
because of this unanticipated format, rsyslogd chokes when trying to
parse the message's parts; AWX is emitting:
<priority>RAWJSON
...so the usage of `%msg%` isn't going to work for us, because rsyslog
tries to parse *all* of the possible headers (and yells, because it
can't find a date to parse):
see: https://www.rsyslog.com/files/temp/doc-indent/configuration/properties.html#message-properties
this is fine, because we don't *need* any of that message parsing
anyways; in the end, we're *just* interested in forwarding the raw
JSON/text content to the third party log handler
commit 8cdd42307cf520ee6a29a3bd3c16e03f77f3bd1a
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 8 20:11:30 2020 -0400
clarify that logging username/password is only valid for HTTP/s
commit 269558876ea5dd75918348f60c955e0a31d7a557
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 8 20:11:07 2020 -0400
only use a basic auth password for external logging if username is set
commit bba680671bdb261cf58afec65e228038a7c1416e
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 8 20:03:33 2020 -0400
when writing the rsyslog config, do it post-commit
there's a race condition if we do this pre-commit where the correct
value isn't actually *persisted* to the database yet, and we end up
saving the *prior* setting values
commit f70a76109c29ba1155fbec462b62f095449f89d8
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 8 17:55:51 2020 -0400
make rsyslog fall back to no-op if logging is disabled
commit 5d54877183bb5dd2eb58d55e0409ea9d7e612137
Author: Christian Adams <chadams@redhat.com>
Date: Wed Apr 8 16:25:01 2020 -0400
Add action to default rsyslog.conf so supervisor starts correctly the first time
commit f7dac8e68d9196423c3500762f62f54ccb9361e2
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 8 14:43:03 2020 -0400
more external logging unit test fixups
commit 39648b4f0b3cac19616eda30c8f13170ae8f769a
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 8 14:40:26 2020 -0400
fix up a few test and lint errors related to external logging
commit b942fde59a5536089d046abfe66d655d549f8c08
Author: Christian Adams <chadams@redhat.com>
Date: Wed Apr 8 14:37:21 2020 -0400
Ensure log messages have valid json
- Fix messages getting contatenated at 8k
- Fix rsyslog cutting off the opening brace of log messages
- Make valid default conf and emit logs based on prescence of .sock and
settings
commit ce82b87d9f622f4e13b3de788afc1b8d6780b35a
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 8 13:38:35 2020 -0400
rsyslog hardening (fixing a few weird things we noticed)
commit 70391f96ae1eeaf7b1eb10cf130c4add6a33fa60
Author: Christian Adams <chadams@redhat.com>
Date: Wed Apr 8 11:41:57 2020 -0400
Revert rsyslog valid config to one that fails intentionally
commit 2329c1b7977227854428e726e478d6977aee7341
Author: Christian Adams <chadams@redhat.com>
Date: Wed Apr 8 00:50:20 2020 -0400
Add rsyslog config to container from file for consistency
commit 470159b4d7c50fb67c7416e94fcb01a98c8e0465
Author: Christian Adams <chadams@redhat.com>
Date: Tue Apr 7 18:39:36 2020 -0400
Enable innocuous but valid config for rsyslog if disabled
commit e7403407937b566488842a3239c09dcf8bac2b1b
Author: Christian Adams <chadams@redhat.com>
Date: Mon Apr 6 16:32:02 2020 -0400
ConfigMap rsyslog conf files for k8
commit 4d5507d344f0010db1937da109f2c25876f8b6c1
Author: Christian Adams <chadams@redhat.com>
Date: Wed Apr 1 02:02:04 2020 -0400
Add default rsyslog.conf without including /etc/rsyslog.conf
commit d3505515478b4a940d03d73bb08741483c813790
Author: Christian Adams <chadams@redhat.com>
Date: Mon Mar 16 12:42:08 2020 -0400
Tweaks to Test Button logic and cleans up flake8 and test failures
commit 7fd79b8e546acef08f152ba278dd601f4af6dbd4
Author: Christian Adams <chadams@redhat.com>
Date: Fri Mar 13 17:31:04 2020 -0400
Remove unneeded logging sock variable
commit eb12f45e8e58c0506f140f238f4053b4f60b2ed8
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Fri Mar 13 15:47:58 2020 -0400
add ngToast disable on timeout for log agg notifications, and disable test button until active test completes.
commit fb047b1267e63d8788e44fd7f3de80559c4c1f47
Author: Christian Adams <chadams@redhat.com>
Date: Thu Mar 12 17:45:52 2020 -0400
Add unit tests for reconfiguring rsyslog & for test endpoint
commit d31c5282570e686fc6c9cd3dae9dd13f49e60216
Author: Christian Adams <chadams@redhat.com>
Date: Wed Mar 11 14:37:22 2020 -0400
Fix Logging settings "Test" button functionality
commit 996d7ce054905efe1e47f5e693616e1ec0724508
Author: Christian Adams <chadams@redhat.com>
Date: Thu Mar 12 13:43:43 2020 -0400
Move supervisor and rsyslog sock files to their own dirs under /var/run
commit 7040fcfd888c7e0f3e5e600e5d762c290a48e94d
Author: Christian Adams <chadams@redhat.com>
Date: Thu Mar 12 13:39:20 2020 -0400
Fix container rsyslog dir permissions
commit 88ca4b63e657b563d937add14dbe25fb71b07ed9
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Mon Mar 9 13:39:01 2020 -0400
update configure tower in tower test ui for log aggregator form
commit c0af3c537be66c19b87e4617ee170c302c0d7f17
Author: Shane McDonald <me@shanemcd.com>
Date: Tue Feb 25 19:55:14 2020 -0500
Configure rsyslog to listen over a unix domain socket instead of a port
- Add a placeholder rsyslog.conf so it doesn't fail on start
- Create access restricted directory for unix socket to be created in
- Create RSyslogHandler to exit early when logging socket doesn't exist
- Write updated logging settings when dispatcher comes up and restart rsyslog so they take effect
- Move rsyslogd to the web container and create rpc supervisor.sock
- Add env var for supervisor.conf path
commit f8afae308a96c0bc38d80c27be8f29ff25fb26d4
Author: Christian Adams <chadams@redhat.com>
Date: Tue Jan 28 10:42:09 2020 -0500
Add rsyslog to supervisor for the task container
- Add proper paths for rsyslog's supervisor logs
- Do not enable debug mode for rsyslogd
- Include system rsyslog.conf, and specify tower logging conf when
starting rsyslog.
commit 4cd0d60711c90b1b5b0e3cff7aeffc9fec1301c7
Author: Christian Adams <chadams@redhat.com>
Date: Fri Jan 24 13:56:01 2020 -0500
Properly handle logger paths and https/http configuration
- log aggregator url paths were not being passed to rsyslog
- http log services like loggly will now truly use http and port 80
- add rsyslog.pid to .gitignore
commit 955d57bce626a394217e66210d866c70d352f4c5
Author: Christian Adams <chadams@redhat.com>
Date: Tue Jan 14 10:15:50 2020 -0500
Upstream rsyslog packaging changes
- add rsyslog repo to Dockerfile for AWX installation
- Update Library Notes for requests-futures removal
commit 589d27c88c4d514026c1425f4f7fa8cda188156e
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Oct 23 23:54:47 2019 -0400
POC: replace our external log aggregation feature with rsyslog
- this change adds rsyslog (https://github.com/rsyslog/rsyslog) as
a new service that runs on every AWX node (managed by supervisord)
in particular, this feature requires a recent version (v8.38+) of
rsyslog that supports the omhttp module
(https://github.com/rsyslog/rsyslog-doc/pull/750)
- the "external_logger" handler in AWX is now a SysLogHandler that ships
logs to the local UDP port where rsyslog is configured to listen (by
default, 51414)
- every time a LOG_AGGREGATOR_* setting is changed, every AWX node
reconfigures and restarts its local instance of rsyslog so that its
fowarding settings match what has been configured in AWX
- unlike the prior implementation, if the external logging aggregator
(splunk/logstash) goes temporarily offline, rsyslog will retain the
messages and ship them when the log aggregator is back online
- 4xx or 5xx level errors are recorded at /var/log/tower/external.err
commit 9843e216323341350b6d8b2934399312aa9f64de
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Apr 13 10:14:10 2020 -0400
skip non-files when consuming events synced from isolated hosts
see: https://github.com/ansible/awx/issues/6675
commit 9c6e42fd1b9bf283963e08f7e475747356cfea29
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Apr 13 09:37:32 2020 -0400
fix spelling mistake in wsbroadcast status output
commit 7827a2aedddd72ee9fde682e11a64ec6ed7e86f0
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Apr 9 16:07:06 2020 -0700
fix double-fetch of cred types in launch prompts
commit d651786206dc447f88b7072d57298835efb1bb34
Author: Bill Nottingham <notting@splat.cc>
Date: Thu Apr 9 17:27:19 2020 -0400
Collect task timing, warnings, and deprecations from job events
Timing information requires ansible-runner >= 1.4.6.
commit 80147acc1ce8a2292c1c4278335dcb1508ea8b73
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Apr 9 15:38:03 2020 -0400
work around redis connection failures in the callback receiver
if redis stops/starts, sometimes the callback receiver doesn't recover
without a restart; this fixes that
commit 4acdf8584bfb33fcb47281547deb5a33f755556f
Author: beeankha <beeankha@gmail.com>
Date: Thu Apr 9 15:12:49 2020 -0400
Update workflow_launch module and test playbook
commit cf607691ac516f1e1449c7f01da9b201dfce8926
Author: beeankha <beeankha@gmail.com>
Date: Thu Apr 9 12:40:13 2020 -0400
Pass data and errors more clearly, change extra_vars to be a dict, update test playbook to have a task utilizing extra_vars
commit d7adcfb119426b65e017bd97f1a13eeebbb2fba0
Author: beeankha <beeankha@gmail.com>
Date: Wed Apr 8 09:59:38 2020 -0400
Revert unnecessary changes made to test playbook during rebase
commit 97d26728e431afb992da0e684a29c3a09322e94b
Author: beeankha <beeankha@gmail.com>
Date: Wed Apr 8 09:46:11 2020 -0400
Fix one more linter issue
commit 6403895eae1c378d4eff774bb903254afbe99ee4
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Apr 8 09:29:23 2020 -0400
Puting tasks back to natural order
commit 8b26ff1fe630e394700eb8c5d8958e30150399dc
Author: beeankha <beeankha@gmail.com>
Date: Tue Apr 7 20:23:51 2020 -0400
Fix linter errors
commit 9ddd020348d425739c91ba18d5138ef1bd8b4d7c
Author: beeankha <beeankha@gmail.com>
Date: Tue Apr 7 17:22:50 2020 -0400
Fix sanity tests and edit test playbook
commit a2d1c32da3e6fcdcf5b4544d666ea9607efe0efa
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Apr 1 13:15:04 2020 -0400
Initial commit of tests for tower_workflow_launch
commit af18aa8456e5b64a8540735ac5b2c27a3093481b
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Apr 9 08:58:12 2020 -0700
restructure 'if's in LaunchPrompt
commit 188b23e88f31c8044f5c042a6484a224254379db
Author: mabashian <mabashia@redhat.com>
Date: Wed Apr 8 11:12:31 2020 -0400
No need to pass undefined explicitly. view will be undefined if it's not passed
commit 63bed7a30ddd71f5835d6dd95382c89436a26ae8
Author: mabashian <mabashia@redhat.com>
Date: Wed Apr 8 11:08:30 2020 -0400
Fixes issue where job type redirects weren't firing correctly
commit fd93964953e65eaf4e5996aa9aa0435540c6e374
Author: AlanCoding <arominge@redhat.com>
Date: Fri Apr 3 14:05:35 2020 -0400
Changed status tweaks for API validation and encryption
API validation topic:
- do not set changed=True if the object did not actually change
- deals with cases where API manipulates data before saving
Warn if encrypted data prevent accurate changed status
Handle false changed case of tower_user password
password field not present in data
Test changed=True warning with JT/WFJT survey spec defaults
case for list data in JSON
commit 1f9f86974a1095e6064baaba9a92d1885912803c
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Apr 8 16:27:53 2020 -0400
test analytics table output
* unified_jobs output should include derived jobs i.e. project update,
inventory update, job
* This PR adds a test to ensure that.
commit 6a86af5b43336f6524060cc49bcc2b86728ce797
Author: Ladislav Smola <lsmola@redhat.com>
Date: Wed Mar 18 10:16:07 2020 +0100
Use indexed timestamps
Use created and finished, which are indexed, to try to fetch all
states of jobs. If job is not finished, we might not get the
right terminal status, but that should be ok for now.
commit 6a503e152a217073e56003b7809907dbed2cf828
Author: Ladislav Smola <lsmola@redhat.com>
Date: Thu Mar 5 14:49:49 2020 +0100
Send also workflows as part of unified jobs
Workflows do not have a record in main_job, therefore the JOIN
was ignoring those. We need to do LEFT JOIN to include also
workflows.
It also seems like we are not able to get a link to organizations
from workflows? When looking at:
<tower_url>#/organizations?organization_search=page_size:20;order_by:name
We don't seem to list a relation to workflows. Is it possible to get it from
somewhere?
commit b7227113bef986d35dbf6735c583f25916aa94b1
Author: Ladislav Smola <lsmola@redhat.com>
Date: Thu Mar 5 14:52:46 2020 +0100
Use modified to check if job should be sent to analytics
It can take several hours for a job to go from pending to
successful/failed state and we need to also send the job with
a changed state, otherwise the analytics will be incorrect.
commit 6f76b15d9283ca246f7857bee18865748414d919
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Apr 8 15:36:45 2020 -0700
fix LaunchButton tests
commit 9d6fbd6c78e43fe4f65928e906d1ac798546e487
Author: mabashian <mabashia@redhat.com>
Date: Wed Apr 8 16:08:59 2020 -0400
Updates launch button tests to reflect passing empty object rather than null for launch payload without prompts
commit edb4dac6529bbec3dbdfb52a2b51f1a2defcaae8
Author: mabashian <mabashia@redhat.com>
Date: Wed Apr 8 11:43:39 2020 -0400
Pass empty params to launch endpoint rather than null to alleviate 400 error when launching a JT with default creds.
commit 42898b94e2dea098dfcb10fcfd08e5fd56c26635
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Apr 8 11:48:11 2020 -0700
add more prompt tests
commit 9cab5a50467f5cd5a0976e457599e964942a1531
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Apr 8 08:58:14 2020 -0700
add 'other prompt' fields to launch API call
commit 677a8dae7b82d8533d72c877ced82fba401887b4
Author: Shane McDonald <me@shanemcd.com>
Date: Wed Apr 8 11:43:30 2020 -0400
Enable tty in dev container
Pretty colors and real-time migration logs
commit 6eeb32a447d3e4b5209cc02ce141098fb3590d74
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Wed Apr 8 10:59:09 2020 -0400
excise withRouter from function components
commit 869fcbf4837f9893fefb5a7a7cc513bac1a8e884
Author: nixocio <nixocio@gmail.com>
Date: Tue Apr 7 12:43:44 2020 -0400
Rename SCM to Source Control
Rename `SCM` references to `Source Control`.
Also update tests to reflect this change.
closes: https://github.com/ansible/awx/issues/5820
commit 6abeaf2c55b042e7cdc4a9ecb40b23fe748d84d3
Author: Matthew Jones <matburt@redhat.com>
Date: Wed Apr 8 10:02:05 2020 -0400
Update some contributing docs
* Update the tools called in the dev environment
* More RMQ purges from architecture docs
* Remove the old clusterdev target
commit f734918d3e56b9e3dafa0ebea2770a736dcd647f
Author: mabashian <mabashia@redhat.com>
Date: Wed Apr 8 09:47:23 2020 -0400
Removes withRouter from breadcrumbs in favor of hooks
commit 7feac5ecd605de58778cbdb7d6850a4d63bd44df
Author: mabashian <mabashia@redhat.com>
Date: Tue Apr 7 16:39:14 2020 -0400
Updates routes in breadcrumbs so they no longer use the render prop
commit 193ec21149578b6fc6cc98a08402178025938bfd
Author: mabashian <mabashia@redhat.com>
Date: Tue Apr 7 15:22:35 2020 -0400
Converts most of our route render prop usage to children
commit 14e62057daf471ef623c7da5438e5ff1c83f0a4a
Author: mabashian <mabashia@redhat.com>
Date: Wed Apr 8 09:12:32 2020 -0400
Fix linting error by not using index in key
commit 6b4219badbb5d5a4b9027063f5cc5c25e0753e66
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Apr 7 19:00:15 2020 -0400
more ansible runner isolated cleanup
follow-up to https://github.com/ansible/awx/pull/6296
commit 1f598e1b12f009772b553e1e7e54ada43e72bc00
Author: beeankha <beeankha@gmail.com>
Date: Tue Apr 7 20:34:54 2020 -0400
Activate no_log for values in input parameter
commit d736adbedc88b60dc43e4254e1b9a0e9c6f68618
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Apr 7 18:12:48 2020 -0400
Only clear playbook when different project is selected
commit c881762c9789c46097bed47d675dee2a009c9ed5
Author: mabashian <mabashia@redhat.com>
Date: Tue Apr 7 18:07:35 2020 -0400
Upgrades pf deps to latest
commit be5d06714809c63e26bfc94671c3430c82cb1c2f
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Apr 7 17:30:03 2020 -0400
Add note to docs about async form behavior
commit 189a10e35a110de335ce8dcf8ea0981630c9b9c1
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Apr 6 17:53:54 2020 -0400
Fix playbook error message and JT save bug
commit 0e8f2307fc33a94bfd53664c073a1771c84b0dc1
Author: AlanCoding <arominge@redhat.com>
Date: Tue Apr 7 13:31:06 2020 -0400
Remove tower-cli from Zuul CI for AWX collection
commit bcfd2d6aa4441ec4f414da7e2215afd71341b39d
Author: AlanCoding <arominge@redhat.com>
Date: Tue Apr 7 13:24:34 2020 -0400
Silence deprecation warnings from tower_credential
commit 7e52f4682cbb882968a9769de94aeeee4931da6a
Author: Shane McDonald <me@shanemcd.com>
Date: Mon Apr 6 13:06:18 2020 -0400
Use a docker volume for the dev env db
commit 9c218fa5f5bb9fcd1dbeaef5458817769d59465e
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Apr 6 17:31:52 2020 -0700
flush out prompt misc fields
commit 0bf1116ef8ccf1cc96af5e073d7527ac47dd1f1a
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Apr 7 10:58:40 2020 -0400
properly respect REFRESH_TOKEN_EXPIRE_SECONDS when generating new tokens
see: https://github.com/ansible/awx/issues/6630
see: https://github.com/jazzband/django-oauth-toolkit/issues/746
commit 45df5ba9c419169a9682f81e3baf569f3fc8946c
Author: AlanCoding <arominge@redhat.com>
Date: Tue Apr 7 10:18:55 2020 -0400
Manually document tower host default
commit b90a296d4196ccccf99a1ba9bfb00ee9de796edb
Author: AlanCoding <arominge@redhat.com>
Date: Tue Apr 7 10:00:02 2020 -0400
Document and align the env var for OAuth token
commit da661e45aeb49571931cd3eec1ea08b4eab80a91
Author: AlanCoding <arominge@redhat.com>
Date: Sat Mar 28 22:53:34 2020 -0400
Remove unnecessary module parameters
remove cases of required=False, the default
remove str type specifier which, the default
remove supports check mode, not changeable
commit c2ba4958246c001312338ebc5b448f31680abd1f
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Apr 6 16:50:10 2020 -0400
Prevent project lookup from firing requests on every render
commit 85a1c886531f1e895c8d9b58d859d37881e1b604
Author: nixocio <nixocio@gmail.com>
Date: Mon Apr 6 16:41:19 2020 -0400
Update "Enable Webhooks" option in WFJT
closes: https://github.com/ansible/awx/issues/6163
commit c4d704bee1c96073b6e14bb89d9db9e4e413016b
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Apr 6 16:12:05 2020 -0400
fix memcached in dev env
* create memcached dir via git so that the current user owns it.
Otherwise, docker will create the dir as root at runtime
commit 771ca2400a2f6367e2934e3b2befdd0061ccc7c7
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Apr 6 14:11:52 2020 -0400
don't send tags to the Grafana annotations API if none are specified
see: https://github.com/ansible/awx/issues/6580
commit e34649392101025a5bfb03a5183f8ddf43fb1af1
Author: beeankha <beeankha@gmail.com>
Date: Mon Apr 6 15:21:57 2020 -0400
Add inventory param to the wfjt module test playbook
commit bd39fab17a716f3c288ca0ab5b16df8697812727
Author: beeankha <beeankha@gmail.com>
Date: Mon Apr 6 15:08:01 2020 -0400
Resolve name to ID correctly in workflow jt module
commit ce30594b30094be74ba8746f28a5980c400ad0e8
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Mon Apr 6 15:05:11 2020 -0400
update inventory and host routes to being child-based instead of render prop based
commit 2021c2a596ac43ab795d01c8bd68059a9801a7b1
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Mon Apr 6 13:54:53 2020 -0400
remove unnecessary eslint ignore comics, replace react router use with hooks where possible in inventories
commit ecd1d09c9a198ff3a1f51704db46a0914272e9c3
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Mon Apr 6 13:24:35 2020 -0400
add breadcrumb config for inv host facts and groups
commit 7dbde8d82c091f1c3f6088603260cc6d5ffa78fc
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Mon Apr 6 10:14:59 2020 -0400
fix linting errors and add note to host groups disassocation modal
commit 4e64b17712db27aba21cc7848120a4b4ee167527
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Apr 2 13:27:51 2020 -0400
update hosts groups api GET to all_groups
commit cc4c514103d0b9de18a9a787a31d02740bcad3bd
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Apr 2 12:12:43 2020 -0400
add association and disassociation of groups on invhostgroups/hostgroups lists
commit ab8726dafa8f137843594ead7f2a5c027ceec807
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Wed Apr 1 12:34:58 2020 -0400
move associate modal and disassociate button up to components for use across screens
commit 2cefba6f9613bd9142b1075add0835023f76d031
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Apr 3 14:43:05 2020 -0400
properly serialize external logs that contain decimal.Decimal objects
commit 59477aa22165f0c54d624f91bf7e742a7b41477d
Author: Mat Wilson <mawilson@redhat.com>
Date: Mon Apr 6 10:54:08 2020 -0700
update firehose script for bigint migration
commit 279fe53837b65aeccb084862e4f38d0fd1a9f06c
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Mon Apr 6 12:10:44 2020 -0400
Remove state checks from user list test
Don't check for loading in UserList test
commit b0f68d97dafeeddfa7532582fef11c5a1a575817
Author: beeankha <beeankha@gmail.com>
Date: Mon Apr 6 12:38:46 2020 -0400
Update comment in test playbook:
commit 64c846cfc1e7755074763ffd73ce82eff5d36d41
Author: nixocio <nixocio@gmail.com>
Date: Mon Apr 6 11:22:54 2020 -0400
Minor update UI docs
Fix typos
Highlight code sessions
commit 8e072697382f77d77d05158895b7055d95d98260
Author: Elijah DeLee <kdelee@redhat.com>
Date: Mon Apr 6 11:16:55 2020 -0400
make awxkit pass through identifier for wfjtn
We need this to be able to create workflow job template nodes with identifier
commit 6fc815937b553516e8be8da335305e73ec983fbc
Author: Shane McDonald <me@shanemcd.com>
Date: Sat Apr 4 15:08:09 2020 -0400
Tidy up the dev environment a bit
commit 014c995a8fde669851c3f1a1149b22d4ace063a0
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Apr 6 10:45:33 2020 -0400
fix a typo in the credentials UI
this is causing 400 level errors for some users
commit c1bb62cc3691131005b9847d2252e7717a85eddd
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Fri Apr 3 12:47:28 2020 -0400
Removing recursive check, allowwing old pattern to commence
commit f5cf7c204fce324153c93193803af5e0b861941f
Author: beeankha <beeankha@gmail.com>
Date: Wed Apr 1 16:08:05 2020 -0400
Update unit test, edit credential module to pass sanity tests
commit 6d08e2151111f3c7adee6871e115a196d87117f6
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Apr 1 11:10:45 2020 -0400
Resolving comment and updating tests
commit 8b881d195d93ac416a5796066f8823713472dc0b
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Mar 31 12:50:34 2020 -0400
Change lookup to include organization
commit 5c9ff512485a833ea110c855697613ef2e922ec6
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Mar 31 12:49:13 2020 -0400
Change compare_fields to static method
commit 3f64768ba8aa3a5b114f6999e9c8bd907c170788
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 31 11:24:15 2020 -0400
loosen some credential test assertions
commit fd24918ba86f68c74a43c4c984de99814f9a187d
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Mar 31 00:07:46 2020 -0400
Initial conversion of tower_credential
commit c06188da56caa11327ada6dbe1c874219bb34c8b
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Sun Apr 5 20:07:15 2020 -0400
align with openshift
commit 7433aab258fd093d4c2de855ef3196b02e68f6d3
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Apr 1 16:09:57 2020 -0400
switch memcached from tcp to unix domain socket
commit 37a715c680c118eab21b4a2613cd18acab31fbf0
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Mar 31 15:57:50 2020 -0400
use memcached unix domain socket rather than tcp
commit 3d9eb3b6009477693c279f61a3db007cd1d07bf2
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Sun Apr 5 20:07:15 2020 -0400
align with openshift
commit dbe3863b04cb5191ea6b981c82c116e8dcf863a5
Author: AlanCoding <arominge@redhat.com>
Date: Fri Apr 3 15:33:57 2020 -0400
Allow setting identifier for approval nodes
commit ae021c37e3910b46ef3753b9a3cd9cce8faa295f
Author: Marliana Lara <mlara@redhat.com>
Date: Fri Apr 3 14:56:20 2020 -0400
Add inventory source prompt details
commit 8baa9d8458ca7242d1157d8bbc93644f0d3bc34a
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Apr 3 11:47:06 2020 -0700
clean up launch prompt credentials, display errors
commit 3c888475a57a7f1c8d921fb5dc2ca41c6ec5414d
Author: Daniel Sami <dsami@redhat.com>
Date: Fri Apr 3 11:30:37 2020 -0400
Changed displayed type name of plain jobs
updated and added i18n
removed import
prettier
commit 4f3213715e35704b4919f8a0c9d82ebaf0473f5c
Author: Bill Nottingham <notting@splat.cc>
Date: Thu Apr 2 14:59:42 2020 -0400
Allow disassociating any user from a credential role.
This is preventing removing roles from users no longer in the organization.
commit 0389e72197cb55b42e5d9e80d6c04bc6cf84ce8e
Author: mabashian <mabashia@redhat.com>
Date: Fri Apr 3 13:39:06 2020 -0400
Adds workflow job id to approval header link to match up with what's displayed on the jobs list
commit 0732795eccacea8fb041ce74bcd04d3612314ee0
Author: mabashian <mabashia@redhat.com>
Date: Fri Apr 3 13:27:28 2020 -0400
Rows in the wfjt node form templates list should only be disabled if the user cannot start the job.
commit a26df3135b73290951c45a2a3903849517a44c72
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Apr 3 13:12:49 2020 -0400
static identifier in docs
* OPTIONS response descritpion for workflow job template node identifier
value was an ever changing uuid4(). This is telling the user the wrong
thing. We can not know what uuid4() is going to be in the docs. Instead,
for the OPTIONS response description, tell the user the form that the
uuid4() takes, ie. xxx-xxxx...
* Note that the API browser still populates a uuid4 for the user when it
generates the sample POST data. This is nice.
commit 6bd5053ae8f77183fd96dfbea05cc1985e257ecf
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Apr 2 16:00:21 2020 -0400
remove the limitation on (very) old DTSTART values for schedules
commit 8b00b8c9c2966fe98f2d2a612457160f39865f79
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Apr 2 20:13:53 2020 -0400
remove deprecated legacy manual inventory source support
see: https://github.com/ansible/awx/issues/6309
commit d7f0642f481f3ee491f2b8cb605e5d73e30bcf47
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Apr 1 13:11:53 2020 -0400
add ws broadcast status to sos report
commit 8bbae0cc3a69bb0ec413afe10b253fae453a01a2
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Apr 1 12:53:12 2020 -0400
color output of ws broadcast connection status
commit c00f1505d729ea5e1a55c152303323cd358e1640
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Apr 1 10:51:25 2020 -0400
add broadcast websocket status command
commit 6d0c42a91a71b7ccab09a103e1d1e87a9e1e1a6f
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Apr 2 13:56:18 2020 -0400
align with configmap changes
commit 79c5a6227958e4dddc2e43bd7bccb0063b32f3c8
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Apr 2 16:42:53 2020 -0400
simplify nonce creation and extraction
* time() library supports leap seconds also
commit 0b9c5c410a4a0b81d24c4eff5e75b8ec4190fc2a
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Apr 2 16:29:40 2020 -0700
add credential select list to launch CredentialsStep
commit 0a00a3104af546294e87cde18ae6a47b19497397
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Apr 2 13:55:30 2020 -0700
add CredentialTypesAPI.loadAllTypes helper function
commit ab36129395e50cc2bfdf6e520c7990627a145c35
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Apr 2 15:02:41 2020 -0400
add inventory host groups list and host groups lists
commit e99500cf16a519476de3708206328940686a5d00
Author: AlanCoding <arominge@redhat.com>
Date: Thu Apr 2 14:48:33 2020 -0400
Mark test as xfail, move to unit testing
commit 843c22c6b192616291ada604b275e1319e2dad93
Author: Seth Foster <fosterbseth@gmail.com>
Date: Thu Apr 2 14:22:10 2020 -0400
Allow orphaned user to be added to org
Fixed bug where an org admin was not able to add
an orphaned user to the org, in the case where the
orphan had an ancestor role that matched one of the
roles for of the org admin.
scenario to fix -- sue is member of cred1, where cred1 is
part of org1. org1 admin cannot add sue to org1, because
the cred1 role for sue has an ancestor to org1 role. The org1
admin cannot change or attach sue to org1.
tower issue #4198 and #4197
commit 86b49b6fe2b1e72ab01ecb357b5c2c19ef2aa4a8
Author: Marliana Lara <mlara@redhat.com>
Date: Thu Apr 2 14:19:13 2020 -0400
Mark login button for translation
commit 9489f00ca4e600a2dc0baee3af4bba06326bc7af
Author: Christian Adams <chadams@redhat.com>
Date: Thu Apr 2 11:42:53 2020 -0400
Align k8 and ocp supervisor scripts
- Handle scl enable calls for python processes that use postgresql
- Handle ocp specific vars better
commit 6d60e7dadc1efd0e1e5f263a8cfc1377f57cdaa4
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Apr 2 09:49:35 2020 -0400
align with openshift
commit 346b9b9e3ee482210782ee7b486e04ee59aa7eca
Author: Christian Adams <chadams@redhat.com>
Date: Wed Mar 11 16:42:51 2020 -0400
ConfigMap supervisor configs and launch scripts for k8s
commit d1b5a60bb97d43321ead06ff39181c18e8fb81e0
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Apr 1 16:11:09 2020 -0400
Add project node details
commit d57258878d2d99707a0f6bd68226586c15fb1c20
Author: Shane McDonald <me@shanemcd.com>
Date: Thu Apr 2 12:44:26 2020 -0400
Update more references to statefulset
commit ff0186f72b2d1ed7459d0bf0c356567ede33eb2d
Author: Shane McDonald <me@shanemcd.com>
Date: Thu Apr 2 12:21:35 2020 -0400
Delete k8s StatefulSet if it exists (for upgrades)
commit 929f4bfb815dade62977a0a0949b52c07ea668d2
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Apr 2 10:55:17 2020 -0400
start redis container with conf file
commit ac474e21089c61d9de5128c124604fa5317e0cf7
Author: AlanCoding <arominge@redhat.com>
Date: Thu Apr 2 10:17:04 2020 -0400
Fix RBAC loose items from reversed decision on JT org permissions
commit d6722c21064b7d08bd5467b03aa67cd81b441565
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Apr 1 10:10:33 2020 -0400
Adds tests for Survey Preview functionality
commit 6eef0b82bd2246d254726021653067bd94628f1d
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Mar 25 13:52:06 2020 -0400
Adds Survey Preview Functionality
commit fb4343d75e4c2d907efd1cd2bf3ead818cf5865d
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Mar 26 13:09:05 2020 -0400
Removes uncessary formikContext items in favor of useField.
Removed OrgId value from formik and get that value from project field
Updates tests and type.js to reflect those changes.
commit a867a32b4e6e4dd2c8d5a0633ac772a74ce88413
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Mar 23 15:18:50 2020 -0400
Uses formik hooks for JT Form
commit 30605051108bf21b758d7e444834e100bfe05445
Author: Shane McDonald <me@shanemcd.com>
Date: Tue Mar 31 12:59:32 2020 -0400
Switch from StatefulSet to Deployment
We can do this now that we dropped RabbitMQ.
commit 5d68f796aa8946bed3d50c4d30cc241e8141bdef
Author: beeankha <beeankha@gmail.com>
Date: Thu Apr 2 09:21:33 2020 -0400
Rebase + fix typos
commit 15036ff97026f89d1c43ad479c000f1e00f6585c
Author: AlanCoding <arominge@redhat.com>
Date: Wed Apr 1 10:19:35 2020 -0400
Add unit tests for notification module
commit 32783f7aaf7c6958921f35ab593749c1364a5789
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Apr 1 10:17:20 2020 -0400
Fixing linting errors
commit 8699a8fbc232698cbd1b73b9d58cc2990d792f3c
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Apr 1 09:39:50 2020 -0400
Resolving comments on PR
Made notification type optional
Fixed examples to use notification_configuration
Fixed defaults for headers to prevent deprication warning
Removed default on messages
commit b4cde80fa976fac5a8c103a25d80ee4b964bff64
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Mar 31 11:50:07 2020 -0400
Updating example to match test
commit eb4db4ed435f9b428265cf9692ec48f0fd76c1c1
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Mar 31 11:46:28 2020 -0400
Adding field change to readme and example and test of custom messages
commit 649aafb45401c05383fd82cc468f2522e3609863
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Mon Mar 30 12:16:54 2020 -0400
Initial conversion of tower_notification
commit 9fe2211f82786ba2934a632087b170f8b2b15a26
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 1 15:15:23 2020 -0400
get rid of the activity stream middleware
it has bugs and is very confusing
see: https://github.com/ansible/tower/issues/4037
commit 4704e24c246f89a5b85602d3c57d015a76174f67
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Apr 1 15:21:42 2020 -0400
Fetch full resource object and replace the matching node
commit bb184f8ffb1c1b48803637f0bc14f579f967ddf8
Author: beeankha <beeankha@gmail.com>
Date: Wed Apr 1 08:58:28 2020 -0400
Update booleans to pass linter
commit f9b8a69f7b496aaddefa2fced503cd6cefa60ed8
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Apr 1 08:03:59 2020 -0400
remove some unused code from the redis rewrite
commit bc228b8d779f9f073602938c9eee0d30b4d739cd
Author: Sebastian Thörn <elefantungen@gmail.com>
Date: Wed Apr 1 11:54:07 2020 +0200
Adds comment about needing to be a pem-file
This needs to be a .pem-file
commit 7710ad2e57f67863117980fa3115897bde78d1d1
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Mar 31 13:59:14 2020 -0700
move OptionsList to components; add launch prompt tests
commit 9f2c9b13d72fba90a5e623a7009d84be6854446a
Author: beeankha <beeankha@gmail.com>
Date: Tue Mar 31 16:16:11 2020 -0400
Update unit test, extra_vars handling, and edit README
commit 4423e6edae71a8de087559404f42d661b511db56
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 31 13:47:56 2020 -0400
update to the latest twisted to address two open CVEs
commit 42336355bb66a8ee6afb6dd0fa4aea5b8583b43f
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 31 13:39:13 2020 -0400
bump django-extensions version to address a bug in shell_plus
see: https://github.com/ansible/awx/pull/6441
see: https://github.com/django-extensions/django-extensions/commit/e8d5daa06e5b6419e54d6c925f86a0adbe58ce8b
commit c18aa90534e9c57ca0f58d778fac834dfc228939
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Mar 31 13:13:57 2020 -0400
Add timeout detail to node view modal
commit 4f51c1d2c9104a1038ec1260f8650f7a21626d7e
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Mar 31 10:09:33 2020 -0700
fix LaunchButton tests
commit 04ccff0e3fe6b10d0da474b114d5f5d5d9d060e7
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Tue Mar 31 09:11:53 2020 -0700
Collection: add tower_group child group tests
commit 5cba34c34dc57d361f72d6f3df17468ddbc497dc
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Mar 31 12:05:13 2020 -0400
Use styles to add prompt header spacing
commit 33a699b8ae4d89ad32b886e6023921aabe2b843e
Author: mabashian <mabashia@redhat.com>
Date: Tue Mar 31 10:57:30 2020 -0400
Display form errors on new lines if there are multiple
commit d19a9db52373fd180a50e7fedcb4eb7d82ce55f2
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 31 00:05:30 2020 -0400
detect event migration tables in a less noisy way
see: https://github.com/ansible/awx/issues/6493
commit 4b76332dafad91e1fa7a6f41a3b7fd6ee239bf41
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Mon Mar 30 23:27:07 2020 -0400
Added notification of removal of extra_vars_path
commit db383391797b7ea10477f9c419f1da1d8a7df08d
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Mon Mar 30 19:01:52 2020 -0400
Second attempt at converting tower_job_template
commit e60e6c7d080f8f1556c00da1ed0c7b9181050b09
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Mar 30 13:20:49 2020 -0700
pass prompted params through to launch API request
commit 55356ebb517844f28a3a1e9a75f12c65549fddca
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Mar 27 16:34:16 2020 -0700
set default values on prompts
commit 7f4bbbe5c50ea6c40a7d09dcd8b3da06ad5ecfd0
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Mar 26 15:50:40 2020 -0700
add launch prompt inventory step
commit 49b1ce6e8c165e9cc82d363768ce74ab94d7e487
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Mar 25 15:09:02 2020 -0700
add skeleton of launch prompt wizard
commit caaefef9004a798bb5d6b1f2f3244860c629b278
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Mar 30 17:23:22 2020 -0400
Add modal to show a preview of node prompt values
commit 96576b0e3d93de41c228cfef491fc442150a7860
Author: Bill Nottingham <notting@splat.cc>
Date: Mon Mar 30 17:15:13 2020 -0400
Don't return different fields for smart vs non-smart inventories
commit 288ce123ca67def63b887fd4719f54b54545ca5e
Author: mabashian <mabashia@redhat.com>
Date: Mon Mar 30 17:04:17 2020 -0400
Adds resources_needed_to_start to the list of keys for error message handling
commit 140dbbaa7db5882d0a66f7f871c1f48ce2415767
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Mar 30 17:00:22 2020 -0400
disable host key checking when installing galaxy roles/collections
see: https://github.com/ansible/awx/issues/5947
commit 65e38aa37dc55059de5967cd99c8ff9c159ae651
Author: lj020326 <lj020326@users.noreply.github.com>
Date: Mon Mar 30 16:27:40 2020 -0400
Update settings.py
This is needed for LB (e.g., traefik) for proxying into nginx
otherwise, get CSRF error
ref: https://stackoverflow.com/questions/27533011/django-csrf-error-casused-by-nginx-x-forwarded-host
resolved by adding USE_X_FORWARDED_HOST using the following similar issue as a reference:
https://github.com/catmaid/CATMAID/issues/1781
commit c7b23aac9b7bf0e2e6b44eba32bbaa9c9b62e82f
Author: mabashian <mabashia@redhat.com>
Date: Mon Mar 30 15:36:48 2020 -0400
Removes static run on string options and opts for the more dynamic ux pattern already adopted in the old UI
commit b4ea60eb796a6838030a5cbc553c49cdb18e0080
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 27 09:56:32 2020 -0400
Fixes issue where repeat frequency was not displaying correctly for schedules that only run once
commit 24c738c6d8bf165795203418ee2e6e04995fedae
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 27 09:37:32 2020 -0400
Moves generation of today and tomorrow strings out of the return of the ScheduleForm
commit 0c26734d7d353d503c168e775298dfc057981b65
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 27 09:25:33 2020 -0400
Move the construction of the rule object out to it's own function
commit d9b613ccb3617835257a168100f4bd0f10731099
Author: mabashian <mabashia@redhat.com>
Date: Wed Mar 25 11:59:57 2020 -0400
Implement schedule add form on JT/WFJT/Proj
commit 831bf9124f6b3a8cb0707d4651141bb5db13caab
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Mar 30 15:34:00 2020 -0400
prevent manual updates at POST /api/v2/inventory_sources/N/update/
see: https://github.com/ansible/awx/issues/6309
commit 0b31cad2db9b83eac6ff780d6d5cad8c9eebda4c
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Mar 30 13:22:12 2020 -0400
Adds Survey Functionality to WFJT
commit 059e7447745b11be146b8042c7cec118f19821eb
Author: AlanCoding <arominge@redhat.com>
Date: Thu Mar 26 20:24:37 2020 -0400
Address errors with login and logout in python2
Addresses scenarios when username and password
were used and collection obtained token
Fix error sendall() arg 1 must be string or buffer
Improve error handling related to authentication
clear the query after request and before logout
put response data in error in both cases
commit 2b3c57755c3e47f6810f982d59c1d50b0e571e92
Author: Armin Kunaschik <megabreit@users.noreply.github.com>
Date: Sat Mar 28 02:59:40 2020 +0100
support for older jinja2 in installer
commit 0eb526919f6925c5d20beb9782ee7113b724c18a
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Mar 26 15:23:31 2020 -0400
Fixes HostAdd Form layout issue
commit a8f56f78e9729d6e4aeea04fc37792dbd26d8b9e
Author: mabashian <mabashia@redhat.com>
Date: Thu Mar 26 14:11:22 2020 -0400
Remove unused touched and error props
commit f7ad3d78ebdcc21f5277396a8f2d7f00d245f101
Author: mabashian <mabashia@redhat.com>
Date: Wed Feb 26 18:21:04 2020 -0500
Fixes issues with organization when saving the project form.
Changes helperTextInvalid prop type to node which matches more closely with what the upstream PF component supports.
commit 5bfe89be6e6bb35c0f479b968dd8f58bcbd01951
Author: Rebeccah <rhunter@redhat.com>
Date: Mon Mar 23 14:56:38 2020 -0400
removed the to_representation and replaced with get_summary_fields per suggestion in PR comments
commit 47661fad5163dbc5eb38d1a4bea6f2fb6b8ac32a
Author: Rebeccah <rhunter@redhat.com>
Date: Wed Mar 18 16:03:21 2020 -0400
added in summary fields into logging which will solve several issues related to needing more data in logging outputs
commit 9a38971d47d346fcb76f6211e66453da86d4c684
Author: Christian Adams <chadams@redhat.com>
Date: Wed Mar 18 18:27:04 2020 -0400
Update ELK Stack container files
commit c4e697879dc09d5f4fc3ad9dbf3fab903d17ad91
Author: Christian Adams <chadams@redhat.com>
Date: Wed Mar 18 16:33:40 2020 -0400
Improve docs for using the logstash container
Release 10.0.0
commit 32627ce51a5f7e35aedae557d04fee730c1cd226
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Mar 30 11:44:33 2020 -0400
promote AWX CLI installation instructions to the global INSTALL.md
a few users have had trouble finding these instructions, so let's move
them into the top level installation docs
commit 04dd1352c98be863c33f331a10d3a8dd35e189ef
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Mar 27 14:40:49 2020 -0400
prevent ws group subscription if not specified in the valid format
commit ea54815e6b2cf5a762236875e193f80fd375507e
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Mar 27 17:07:48 2020 -0400
fix a bug that broke `awx config`
see: https://github.com/ansible/tower/issues/4206
commit 3326979806e9eb20ebe3f04462e71a7c5c884a8c
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Mar 27 10:25:23 2020 -0400
fix register_queue race conditionn
* Avoid race condition with `apply_cluster_membership_policies`
commit 230949c43c2aeef07d7cedcef6914d53cb1749aa
Author: beeankha <beeankha@gmail.com>
Date: Fri Mar 27 15:44:23 2020 -0400
Fix timeout error
commit a862a00d248f4b1dc24767453863f5fb40191519
Author: Daniel Sami <dsami@redhat.com>
Date: Fri Mar 27 15:27:08 2020 -0400
added id to survey list items
commit 2e8f9185abecc0142039ed6b1f88f43516c80224
Author: beeankha <beeankha@gmail.com>
Date: Fri Mar 27 13:26:27 2020 -0400
Fix default value errors for cases of None for min/max_interval
commit 6d6322ae4d7ce389df4d20fd4fdbb1fab76cf6df
Author: beeankha <beeankha@gmail.com>
Date: Thu Mar 26 16:25:01 2020 -0400
Update integration tests, update tower_wait module
commit 914ea54925074dcacad770c1f10ab55c5e49da3b
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Thu Mar 26 10:57:32 2020 -0400
Make module prefer interval (if set) over min/max
Fix linting issues for True vs true
Fix up unit test related errors
commit b9b62e3771a1bd7f729c3fe05ae62ee174daa4ad
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Thu Mar 26 10:18:38 2020 -0400
Removing assert that job is pending on job launch
commit e03911d378fbc918447a100527f2098e0825d360
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Thu Mar 26 09:17:18 2020 -0400
Depricate min and max interval in favor of interval
commit 61287f6b364326d188cc4f254b5220b352643889
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Mar 25 14:48:09 2020 -0400
Removing old unneeded output and fixing comments
commit f6bfdef34d9a06dcd410e18a44b2541f6f138188
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Mar 25 14:09:30 2020 -0400
Removed old secho comment from Tower-CLI
Fixed job name for tests
commit 7494ba7b9ce7e03c816f1db0c9521053a3a8d917
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Mar 25 14:06:32 2020 -0400
Initial cut at tower_job_wait conversion
commit 6914213aa0b1352fe4d965b0d369886f51846491
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Mar 27 12:48:36 2020 -0400
bump version 10.0.0
commit 6f582b5688ca866c2ded256de0ef18cbcfc5c61f
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Fri Mar 27 11:18:15 2020 -0400
Don't show user-only roles for teams
commit 579648a017f598deea3d2ff8d8cbf6de25d420ba
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Thu Mar 26 11:56:01 2020 -0400
Identify user-only organization roles
Organization participation roles (admin, member) can't be assigned to a
team. Add a field to the object roles so the ui can know not to display
them for team role selection.
commit f2e9a8d1b2d59c155c23be30a204888be17c019d
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Fri Mar 27 09:41:53 2020 -0400
Limit disable-on-load to single notifications
commit 301d6ff616c1728aa40c0a5357e781eb59903c5b
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Mar 27 09:28:10 2020 -0400
make the job event bigint migration chunk size configurable
commit a50b03da173425a1aededbf0b803f67c750855ee
Author: beeankha <beeankha@gmail.com>
Date: Thu Mar 26 20:04:11 2020 -0400
Remove unnecessary fields in associations file
commit 27b5b534a1af6de222205b1e38d93973b1cdcb0f
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Thu Mar 26 19:43:03 2020 -0400
Add advice for creating bug reports
commit 6b3befcb942acfb21b17e2b7dfb0af103f49e522
Author: Jeff Bradberry <jeff.bradberry@gmail.com>
Date: Thu Mar 26 15:25:51 2020 -0400
Optionally add the webhook_credential link to related
on JTs and WFJTs.
commit c8044b4755ec0c8fd0cdde30e12fff5678f8aa4a
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Feb 21 13:03:24 2020 -0500
migrate event table primary keys from integer to bigint
see: https://github.com/ansible/awx/issues/6010
commit 90d35f07f37d05902b48e9122a4c0e81fdf6105b
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Mar 26 13:44:15 2020 -0400
clarify some documentation on summary_fields
commit 464db28be5e711091faba44278ed17a23630f055
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Mar 26 14:49:45 2020 -0400
update to the latest version of ansible-runner
commit 61a0d1f77b7fd8eb341a7a84a40e3f42e2a9d874
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Mar 26 13:17:03 2020 -0400
fix busted shell_plus in the development environment
for some reason (unsure why), django-extensions has begun noticing
ipython importability and treating "shell_plus" as "start an IPython
notebook by default
it could be that this is a bug in django-extensions that will be fixed
soon, but for now, this fixes the issue
commit 77e99ad3555a5e78b74df74f069598db9c510353
Author: mabashian <mabashia@redhat.com>
Date: Thu Mar 26 12:57:31 2020 -0400
Adds aria-label to some buttons without text
commit 9f4afe697297e4df9f3222b4715ff164df003cc3
Author: beeankha <beeankha@gmail.com>
Date: Wed Mar 18 14:10:11 2020 -0400
Fix misc. linter errors
commit b99a04dd8d725592e72dbd9986afe0eba31eb531
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Mar 17 15:50:22 2020 -0400
Adding associations to generator
commit 357e22eb5120673efada94f1a3983a1d9ced71ac
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Mar 17 15:48:24 2020 -0400
Compensating for default of '' for a JSON typed field
commit eab74cac07511c0cff4ae351d59189b4e435a447
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Mar 25 07:39:29 2020 -0400
autogenerate websocket secret
commit 979f549d9099e214a8582d4fa3d0ea8837bfacd4
Author: Marliana Lara <mlara@redhat.com>
Date: Thu Mar 26 10:16:33 2020 -0400
Disable launch button when there are zero nodes
commit 5a45a62cb31189b27cd5f827e33cafe958dda5d2
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Mar 25 17:44:34 2020 -0400
Hookup WF documentation button to visualizer toolbar
commit e17c93ecd71933bb8e180fc6a68a6137fba4473c
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Mar 25 12:15:10 2020 -0400
Don't allow blank adhoc command module names
commit b755fa677773e5e49ac652ca2d5da9e929538595
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Mar 25 12:17:36 2020 -0400
update social-auth-core to address a GitHub API deprecation
commit 703345e9d8ac791be1473dddfebeececc64ce306
Author: AlanCoding <arominge@redhat.com>
Date: Wed Mar 25 10:34:17 2020 -0400
Add alias for group children of groups
commit d102b064743746a687a02d885b269c757157eb46
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 24 19:45:23 2020 -0400
Rename group-to-group field to align with API
commit 55c18fa76cc9ed30c2d05c176aee57d2ce06a590
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Mar 25 11:26:30 2020 -0400
Remove unnecessary project template add option
commit 6335004c94f6d1ba65931b22bc85fd4f7de35e56
Author: Christian Adams <chadams@redhat.com>
Date: Wed Mar 18 15:03:08 2020 -0400
Add common debugging tools to the dev container
- nmap-ncat
- sdb
- tcpdump
- strace
- vim
commit 8f1db173c13892b8e3826ca2ef8d23cdd5218f81
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 24 18:34:20 2020 -0400
remove a bunch of RabbitMQ references
commit abfeb735f05d57a720d98db9b78daa692e940135
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Mar 24 17:34:10 2020 -0400
Add launch button to workflow visualizer
commit 68b0b40e919bcba28737cca1bed36bc27b305171
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 24 16:41:01 2020 -0400
update Django to address CVE-2020-9402
we don't use Oracle GIS, so this isn't really applicable, but it'll make
security scanners happy <shrug>
see: https://docs.djangoproject.com/en/3.0/releases/2.2.11/
commit 910d926ac370d396a6d80b5fdc7659b2a5f88264
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Mar 12 13:23:02 2020 -0400
Fixes file structure, adds tests
commit c84ab9f1dc3fa6474c91fb4e881d8fbbb2aea906
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Mar 12 11:12:07 2020 -0400
Adds User Organization List
commit 65cafa37c7bb4f3468c6a63d05880b56d984c2e9
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 24 15:59:31 2020 -0400
pin a minimum pyyaml version to address (CVE-2017-18342)
see: https://github.com/ansible/awx/issues/6393
commit 551fd088f5ee314eb336001a08310fea13b0d581
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 24 15:42:35 2020 -0400
Remove test workarounds
commit a72e8852744612ee3e67fc62db4e7288dd3c03c9
Author: AlanCoding <arominge@redhat.com>
Date: Fri Mar 20 17:49:31 2020 -0400
Fix bug with association on creation
commit 91135f638fe8e204e7cc42831e6930a7b4f5cb12
Author: Jeff Bradberry <jeff.bradberry@gmail.com>
Date: Tue Mar 24 15:27:51 2020 -0400
Add a connection kwarg to Page.from_json
if you don't reuse the connection when doing this, you lose your
authentication.
commit b56812018a8048b257ab79f2ec3f2cf2d0120abd
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Mar 24 12:21:07 2020 -0400
Don't delete confirmed password from formik object
If the save fails, the form will attempt to reload the
deleted value.
commit ab755134b3ceb8cf29db36a05ee8c68e05b13b6a
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Mar 19 15:04:49 2020 -0400
Adds new DataListCell components to all necessary lists
commit ebb0f31b0b446db47a91d610d9d0d4eb4087d57c
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Mar 19 12:53:02 2020 -0400
Fixes word wrap issue
commit 51ef57188c1fa3439ed5e470f1326b561f6b989d
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 24 08:28:22 2020 -0400
update to the latest version of ansible-runner
commit 653850fa6d9d6dafdb961ec3fbf08ce9aa64c5da
Author: AlanCoding <arominge@redhat.com>
Date: Mon Mar 23 22:54:04 2020 -0400
Remove duplicated index
commit 8ba43880149c30d55414aa026b08cc2ff06000d7
Author: AlanCoding <arominge@redhat.com>
Date: Mon Mar 23 22:47:30 2020 -0400
Rewrite tests to use the new modules
commit f3e8623a217643ab2d9d0570ccf2cc2a149098be
Author: AlanCoding <arominge@redhat.com>
Date: Mon Mar 23 22:34:11 2020 -0400
Move workflow test target
commit 077461a3ef99390dbfcec2d1f2e5490caf35e232
Author: AlanCoding <arominge@redhat.com>
Date: Mon Mar 23 20:33:20 2020 -0400
Docs touchups
commit 795c989a498c5e3ae403588154d85acf6e9b0851
Author: AlanCoding <arominge@redhat.com>
Date: Mon Mar 23 16:52:33 2020 -0400
fix bug processing survey spec
commit 5e595caf5eeb393e5e887ac4b42133b9b761d170
Author: AlanCoding <arominge@redhat.com>
Date: Fri Mar 13 23:05:01 2020 -0400
Add workflow node identifier
Generate new modules WFJT and WFJT node
Touch up generated syntax, test new modules
Add utility method in awxkit
Fix some issues with non-name identifier in
AWX collection module_utils
Update workflow docs for workflow node identifier
Test and fix WFJT modules survey_spec
Plug in survey spec for the new module
Handle survey spec idempotency and test
add associations for node connections
Handle node credential prompts as well
Add indexes for new identifier field
Test with unicode dragon in name
commit 6f3527ed1520f4467be810dd3edef4376d500225
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Thu Jan 2 13:49:33 2020 -0500
Don't refresh settings on websocket event
commit fe2ebeb8727e5a76e5845c84a27aafe8a2938be1
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Mon Mar 23 11:44:03 2020 -0400
Fix host event type and reference errors
commit ad7498c3fcd44300fe9b1607869a593c12e235d6
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Mar 23 17:06:38 2020 -0400
Fix bugs related to Job Template labels and tags
* Use default PF select toggle behavior
* Fix label submit when no inventory provided
commit cb7257f9e661930fcc1e808cb2c07d3e54eaaa74
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Mon Mar 23 17:04:07 2020 -0400
update email option notification to select
- delete radio_group option from form generator
commit e3ea4e2398af35a4d162ee6690e4092ec8153442
Author: Jeff Bradberry <jeff.bradberry@gmail.com>
Date: Mon Mar 23 15:19:48 2020 -0400
Register the resource copy endpoints as awxkit page types
commit e4e2d48f53c1ed34926221984647bdd97a77b5eb
Author: Jeff Bradberry <jeff.bradberry@gmail.com>
Date: Mon Mar 23 14:34:41 2020 -0400
Register some missing related endpoints in awxkit
- the newer varieties of notification templates
- organization workflow job templates
- credential owner users and owner teams
this allows the endpoints to get wrapped in appropriate Page types,
not just the Base page type.
commit 1e48d773aed5fa20dce2798c6fb41ff1f95bf244
Author: Jeff Bradberry <jeff.bradberry@gmail.com>
Date: Mon Mar 23 14:33:40 2020 -0400
Add job_templates to the set of related endpoints for organizations
commit 5ba90b629e94c1ff5dac8fd01048b988f684740a
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Mar 23 07:33:35 2020 -0400
fixup dev cluster bringup
* change from bootstrap script to launch_awx.sh script
commit e9021bd17393a80850c13e8a6368e9642c884d0e
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Mar 23 07:15:13 2020 -0400
serialize register_queue
* also remove uneeded query
commit 49356236acd901728d8a85c7e073f76e5c782cb0
Author: AlanCoding <arominge@redhat.com>
Date: Sun Mar 22 13:43:39 2020 -0400
Add coverage from issue resolved with tower_role conversion
commit 4ea110147705c3fa1179fec04dac8c5bf818e0e3
Author: AlanCoding <arominge@redhat.com>
Date: Fri Mar 20 23:49:15 2020 -0400
update test assertion
commit 27948aa4e179349c94a1ef5cf23e568476262d41
Author: AlanCoding <arominge@redhat.com>
Date: Fri Mar 20 21:16:09 2020 -0400
Convert tower_role to no longer use tower-cli
commit abdcdbca7678cc1a86009c9d5512b23d88854828
Author: AlanCoding <arominge@redhat.com>
Date: Fri Mar 20 20:03:59 2020 -0400
Add label tests and flake8 fixes
commit 362016c91b3350958dc116433e7699ee15eb19c6
Author: AlanCoding <arominge@redhat.com>
Date: Wed Mar 18 16:13:34 2020 -0400
Fix test errors running locally with Ansible devel
commit f1634f092d66cfd6d64afab1d04adaee2dde4583
Author: AlanCoding <arominge@redhat.com>
Date: Wed Mar 18 08:49:00 2020 -0400
Copy edit of backward incompatible changes
commit 8cd4e9b48889c573c8b3485ec882387c5075905a
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Fri Mar 20 19:14:00 2020 -0400
Adding state back in
commit 53c8c80f7f76c1a8efbb31a7895377589432385c
Author: Marliana Lara <mlara@redhat.com>
Date: Fri Mar 20 15:20:46 2020 -0400
Fix JT form edit save bug when inventory has no value
commit 1daeec356f31e181ba83d6b12dc0c7b355e63cf1
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Fri Mar 20 10:18:27 2020 -0400
Initial converstion of tower_label
commit 56d31fec77e3ea9cdcddfe5a36caecfcdf5ecaf0
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Mar 20 10:53:59 2020 -0700
handle any errors thrown in survey handleSubmit
commit 564012b2c824258f5869cc4681dc8497732ffcb6
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Mar 20 09:41:28 2020 -0700
fix errors when adding first question to new survey
commit cfe0607b6a351366699fbcb69f8168e1181a8428
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Mar 19 16:22:12 2020 -0700
add survey form tests
commit 7f24d0c0c271fcc287ac011257647b75453a355e
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Mar 17 15:29:27 2020 -0700
add SurveyQuestionForm tests
commit 3f4e7465a7595dccf4a214515b6b0cf8b0f6781a
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Mar 17 10:19:48 2020 -0700
move template survey files to Survey subdirectory
commit 9c32cb30d40bb54e25de30efe9cc3f057bb06145
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Mar 16 16:02:28 2020 -0700
add survey question editing, breadcrumbs
commit 782d465c78dedea21ef98a2a93055b5518ba72e2
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Mar 16 10:50:40 2020 -0700
wire in SurveyQuestionAdd form to post to API
commit 1412bf6232787b4b1c0dfc5517f0440ca784bfa3
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Mar 6 15:53:37 2020 -0800
add survey form
commit e92acce4eb6a452c8b1f7a6705ed0ecd08ec1860
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Mar 6 13:44:44 2020 -0500
Adds toolbar
commit ac68e8c4feb9a57d86478c8d9189bec58e4a5872
Author: Bill Nottingham <notting@splat.cc>
Date: Fri Mar 20 13:38:54 2020 -0400
Preserve symlinks when copying a tree.
This avoids creating a recursive symlink tree.
commit 97a4bb39b6f99a08bbadc6a1b43948b1c229b029
Author: Daniel Sami <dsami@redhat.com>
Date: Fri Mar 20 13:24:28 2020 -0400
fix typo in japanese string
commit 9e00337bc141698b3ea1cec9ea9c27720f5207a5
Author: Marliana Lara <mlara@redhat.com>
Date: Fri Mar 20 10:10:29 2020 -0400
Rename useSelected hook and update error modal condition
commit 72672d6bbece3dca3c6fc67eb985f81864f2b220
Author: Marliana Lara <mlara@redhat.com>
Date: Thu Mar 19 15:49:49 2020 -0400
Move useSelect to shared util directory
commit 51f52f6332ee45ba8bec0eb972fc993d0ec7b6c0
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Mar 18 16:49:22 2020 -0400
Translate aria labels
commit 11b2b17d08f999428d333bad68c2002f49b4eb0e
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Mar 18 11:09:00 2020 -0400
Add associate modal to nested inventory host list
commit a02b332b10930888d005f3868c792fd5105db81b
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Mar 19 16:46:21 2020 -0400
fixes linting and spelling errors
commit 56919c5d321d9df74f51fee9b3d2f8f88af976d0
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Mar 18 14:12:51 2020 -0400
Moves template.jsx over to a functional component.
commit 47f5c17b56a266ae94d7fa838a99ccada80a6a7c
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Mar 20 08:27:22 2020 -0400
log when notifications fail to send
* If a job does not finish in the 5 second timeout. Let the user know
that we failed to even try to send the notification.
commit d6e94f9c6fc2583c710897afef03536d699cf07b
Author: AlanCoding <arominge@redhat.com>
Date: Thu Mar 19 22:43:17 2020 -0400
Fix regression in tower_settings module
commit 06f065766f791be754ddf397d64fd81d1c8154f3
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 19 15:10:30 2020 -0400
remove BROKER_URL special password handling
* BROKER_URL now describes how to connect to redis. We use a unix socket
to connect to redis. Therefore, no longer need to support fancy uri's
that contain fancy characters in the password.
commit 16e672dd38cf8a6bc7afefc45e0faac759ac06df
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Mar 19 13:12:58 2020 -0400
correct form submission errors for credential form
commit 4bec46a910f01dc5dea15f54cab9c6681d6dd284
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Mar 19 13:50:30 2020 -0400
add facts views to host and inv host detail views and update enable fact storage checkbox option and detail language
commit 0e70543d547beed67f32899b05605fc9342c7215
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 19 14:06:51 2020 -0400
licenses for new python deps
commit 88fb30e0da7a2f1340447e4cc3ae98042ddf9ea9
Author: Seth Foster <fosterbseth@gmail.com>
Date: Thu Mar 19 13:03:09 2020 -0400
Delete jobs without loading objects first
The commit is intended to speed up the cleanup_jobs command in awx. Old
methods takes 7+ hours to delete 1 million old jobs. New method takes
around 6 minutes.
Leverages a sub-classed Collector, called AWXCollector, that does not
load in objects before deleting them. Instead querysets, which are
lazily evaluated, are used in places where Collector normally keeps a
list of objects.
Finally, a couple of tests to ensure parity between old Collector and
AWXCollector. That is, any object that is updated/removed from the
database using Collector should be have identical operations using
AWXCollector.
tower issue 1103
commit 558814ef3bd17855afcfb5fc69fbb1ab7b7de18c
Author: AlanCoding <arominge@redhat.com>
Date: Mon Mar 16 22:48:04 2020 -0400
tower_group relationships
rollback some module_utils changes
add runtime error for 404 type things
commit ace5a0a2b32a30b788035c7f70ce0f4d3bb39265
Author: beeankha <beeankha@gmail.com>
Date: Mon Mar 16 11:36:40 2020 -0400
Update module utils, part of collections conversion work
commit 1bd74a96d63b1a801ef6225be8c894eee0d53035
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Thu Mar 19 09:40:48 2020 -0700
Collection: Fix some tests that broke during the random name update
commit fd56b7c5902138f06ef500dfc361675c4083e15b
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 19 10:30:09 2020 -0400
pin pexpect to 4.7.0
commit 7f02e64a0d15fa0f5f8cbc4b94b37cce7c99c24c
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 19 10:19:07 2020 -0400
fix redis requirements mess
* Add the end of the redis PR we rebased devel a bunch. requirements
snuck into requirements.txt this way. This PR removes those requirements
(i.e. kombu) and bumps other requirements.
commit d40a5dec8f821f9f34bd52248a083f4d25d32a92
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Mar 13 17:36:20 2020 -0400
change when we send job notifications to avoid a race condition
success/failure notifications for *playbooks* include summary data about
the hosts in based on the contents of the playbook_on_stats event
the current implementation suffers from a number of race conditions that
sometimes can cause that data to be missing or incomplete; this change
makes it so that for *playbooks* we build (and send) the notification in
response to the playbook_on_stats event, not the EOF event
commit 5e481341bc8407354beba1b031abc263767c6bce
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 19 09:59:57 2020 -0400
flake8
commit 0a1070834dda93f43b65efb26f495daced4f7f66
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 19 09:04:47 2020 -0400
only update the ip address field on the instance
* The heartbeat of an instance is determined to be the last modified
time of the Instance object. Therefore, we want to be careful to only
update very specific fields of the Instance object.
commit c7de3b05285d9a43d4a02e557a5dc679aa40a460
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 19 09:01:03 2020 -0400
fix spelling
commit 06b3e54fb1feb04a7bba870b313d0f36af66a18f
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Mar 18 09:06:20 2020 -0400
remove python2 support from awxkit
commit 7f2e1d46bcbc5f10d85c07571292783ff0378ac5
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 19 08:59:15 2020 -0400
replace janky unique channel name w/ uuid
* postgres notify/listen channel names have size limitations as well as
character limitations. Respect those limitations while at the same time
generate a unique channel name.
commit 12158bdcbaa2c14267bb61e2b011398308d72a7d
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 19 08:57:05 2020 -0400
remove dead code
commit f858eda6b163335110ead75228838d77ddeac06f
Author: Egor Margineanu <egor.margineanu@gmail.com>
Date: Thu Mar 19 13:43:06 2020 +0100
Made OPTIONS optional
commit c5297b0b86918829c7c69d5c4a5e9d9dd15c4e6a
Author: AlanCoding <arominge@redhat.com>
Date: Thu Mar 19 08:42:07 2020 -0400
Fix sanity error
commit 3a208a0be27b842c6533836f09efec7084182628
Author: Egor Margineanu <egor.margineanu@gmail.com>
Date: Thu Mar 19 13:26:59 2020 +0100
Added support for PG port and options. related #6340
commit cfdfd967937b7592a438547e466fb9ca6f0b1042
Author: Egor Margineanu <egor.margineanu@gmail.com>
Date: Thu Mar 19 13:26:59 2020 +0100
Added support for PG port and options
commit f1ee963bd08f361e6db14b44c768dd1b30c3a9fe
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Mar 18 16:19:04 2020 -0400
fix up rebased migrations
commit 7c3cbe6e58057e65f005d5c08e8bb2ca8ca28ac0
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Mar 18 12:28:57 2020 -0400
add a license for redis-cli
commit 87de0cf0b3bb8a29371e847a2e85d3864b12f8b6
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Mar 18 10:55:24 2020 -0400
flake8, pytest, license fixes
commit 18f5dd6e047c65e3117730ebd5cc1066d32ab6ce
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Mar 18 09:02:20 2020 -0400
add websocket backplane documentation
commit 89163f2915dc16a082bb8a60969b2e489f67184e
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Mar 17 10:08:00 2020 -0400
remove redis broker url test
* We use sockets everywhere. Thus, password special characters no longer
are an issue.
commit 59c9de276172b6cede0a04fe87e3079c2ecd78ee
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Mar 17 09:25:21 2020 -0400
awxkit python2.7 compatible print
* awxkit still supports python2.7 so do not use fancy f"" yet; instead,
use .format()
commit b58c71bb74bd5f5c836f88daa3d7806ff68cea47
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Mar 16 13:34:49 2020 -0400
remove broadcast websockets view
commit 1caa2e028759a3103a73f5985b9a286f09f2fbfc
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Mar 2 16:35:06 2020 -0500
work around a limitation in postgres notify to properly support copying
postgres has a limitation on its notify message size (8k), and the
messages we generate for deep copying functionality easily go over this
limit; instead of passing a giant nested data structure across the
message bus, this change makes it so that we temporarily store the JSON
structure in memcached, and look it up from *within* the task
see: https://github.com/ansible/tower/issues/4162
commit 770b457430a013278ea902ee3ab003172d29d624
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Mar 5 14:19:46 2020 -0500
redis socket support
commit d58df0f34a0e4b9dcc9c5a9cae9038e7e0bf6e92
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 28 09:50:27 2020 -0500
fix sliding window calculation
commit 3f5e2a3cd3e80416d90b9133c6b27e1d1fec7109
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Feb 27 15:17:01 2020 -0500
try to make openshift build happy
commit 2b59af3808d8b110c2c430349aad9fe825bb3904
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Feb 26 11:50:22 2020 -0500
safely operate in async or sync context
commit 9e5fe7f5c68f0a7f375fb8c5ea683d402198a85f
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Sun Feb 23 11:13:19 2020 -0500
translate Instance hostname to safe analytics name
* More robust translation of Instance hostname to analytics safe name by
replacing all non-alpha numeric characters with _
commit 093d204d198e18af28db89a841bd60237f801cfe
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 21 15:36:27 2020 -0500
fix flake8
commit e25bd931a111ea85826d000709735fd0c7a66853
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 21 15:02:53 2020 -0500
change dispatcher test to make required queue
* No fallback-default queue anymore. Queue must be explicitly provided.
commit 8350bb3371b9eb62a49e5370feb138f1603c9653
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 21 13:51:47 2020 -0500
robust broadcast websocket error hanndling
commit d6594ab60240e058d630d1353bb0e46ab76d3c0c
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 21 10:21:41 2020 -0500
add broadcast websocket metrics
* Gather brroadcast websocket metrics and push them into redis every
configurable seconds.
* Pop metrics from redis in web view layer to display via the api on
demand
commit b6b9802f9eebdf2c082ab9447a5e17815c77dcda
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 21 10:05:31 2020 -0500
increase per-channel capacity
* 100 is the default capacity for a channel. If the client doesn't read
the socket fast enough, websocket messages can and will be lost. This
increases the default to 10,000
commit 0da94ada2b2be0b85b41b78041049729b4704b7e
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 21 10:02:47 2020 -0500
add missing service name to dev env
* Dev env was bringing the wsbroadcast service up but not under the
tower-process dependency. This is cleaner.
commit 3b9e67ed1ba41f8d1ba3fe52d19eee65f7e1e944
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Feb 17 10:40:45 2020 -0500
remove channel group model
* Websocket user session <-> group subscription membership now resides
in Redis rather than the database.
commit 14320bc8e6c6c97baf29ba6faffca1e5ed6f0e04
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Feb 17 09:04:16 2020 -0500
handle websocket unsubscribe
* Do not return from blocking unsubscribe until _after_ putting the
gotten unsubscribe message on the queue so that it can be read by the
thread of execution that was unblocked.
commit 3c5c9c6fde893327fb52614994b0d14d775b4ac1
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 14 16:12:04 2020 -0500
move broadcast websocket out into its own process
commit f5193e5ea5e906cf217bc9e33069702983673216
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 14 14:36:19 2020 -0500
resolve rebase errors
commit 03b73027e8781a62aec99f8c260b13f19e81c7da
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 14 11:28:46 2020 -0500
websockets aware of Instance changes
* New tower nodes that are (de)registered in the Instance table are seen
by the websocket layer and connected to or disconnected from by the
websocket broadcast backplane using a polling mechanism.
* This is especially useful for openshift and kubernetes. This will be
useful for standalone Tower in the future when the restarting of Tower
services is not required.
commit c06b6306abe295ae9e176e64c6ce35e1314438aa
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Feb 14 08:59:52 2020 -0500
remove health info
* Sending health about websockets over websockets is not a great idea.
* I tried sending health data via prometheus and encountered problems
that will need PR's to prometheus_client library to solve. Circle back
to this later.
commit 45ce6d794eb6a5f9896edfda09573a7d47861be2
Author: Shane McDonald <me@shanemcd.com>
Date: Thu Feb 13 13:16:25 2020 -0500
Initial migration of rabbitmq -> redis for k8s installs
commit e94bb44082411b17fd9fb40b54182db37323c1f2
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Feb 11 09:10:34 2020 -0500
replace rabbitmq with redis
* local awx docker-compose and image build only.
commit be58906aed1d50eb246d5fd89c7439b8388d446f
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Feb 10 15:12:11 2020 -0500
remove kombu
commit 403e9bbfb5cadfec1d92a400798d001611068906
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Feb 5 09:03:04 2020 -0500
add websocket health information
commit ea29f4b91ff65b1a28a9484a00e5a3306aa6bfaa
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Jan 27 15:10:55 2020 -0500
account for isolated job status
* We can not query the dispatcher running on isolated nodes to see if
the playbook is still running because that is the nature of isolated
nodes, they don't run the dispatcher nor do they run the message broker.
Therefore, we should query the control node that is arbitrating the
isolated work. If the control node process in the dispatcher is dead,
consider the iso job dead.
commit 3f2d757f4ec5a1e881b73da15cfa0d487be04106
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Jan 24 15:19:50 2020 -0500
update awxkit to use new unsubscribe event
* Instead of waiting an arbitrary number of seconds. We can now wait the
exact amount of time needed to KNOW that we are unsubscribed. This
changeset takes advantage of the new subscribe reply semantic.
commit feac93fd24c0ebef8fa32370f3a82699db60896b
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Jan 24 10:53:41 2020 -0500
add websocket group unsubscribe reply
* This change adds more than just an unsubscribe reply.
* Websockets canrequest to join/leave groups. They do so using a single
idempotent request. This change replies to group requests over the
websockets with the diff of the group subscription. i.e. what groups the
user currenntly is in, what groups were left, and what groups were
joined.
commit 088373963bb7c2561533e05aafd8bf4e47d28457
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Jan 23 16:10:23 2020 -0500
satisfy generic Role code
* User in channels session is a lazy user class. This does not conform
to what the generic Role ancestry code expects. The Role ancestry code
expects a User objects. This change converts the lazy object into a
proper User object before calling the permission code path.
commit 5818dcc980be31bd521c2670790956491e076154
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Jan 22 16:24:08 2020 -0500
prefer simple async -> sync
* asgiref async_to_sync was causing a Redis connection _for each_ call
to emit_channel_notification i.e. every event that the callback receiver
processes. This is a "known" issue
https://github.com/django/channels_redis/pull/130#issuecomment-424274470
and the advise is to slow downn the rate at which you call
async_to_sync. That is not an option for us. Instead, we put the async
group_send call onto the event loop for the current thread and wait for
it to be processed immediately.
The known issue has to do with event loop + socket relationship. Each
connection to redis is achieved via a socket. That conection can only be
waiting on by the event loop that corresponds to the calling thread.
async_to_sync creates a _new thread_ for each invocation. Thus, a new
connection to redis is required. Thus, the excess redis connections that
can be observed via netstat | grep redis | wc -l.
commit dc6c353ecd78146ca2965edb24431f56baccdb6a
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Thu Jan 16 14:26:16 2020 -0500
remove support for multi-reader dispatch queue
* Under the new postgres backed notify/listen message queue, this never
actually worked. Without using the database to store state, we can not
provide a at-most-once delivery mechanism w/ multi-readers.
* With this change, work is done ONLY on the node that requested for the
work to be done. Under rabbitmq, the node that was first to get the
message off the queue would do the work; presumably the least busy node.
commit 50b56aa8cb0c03bfc41139e5cbe7cc8836f14f11
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Jan 14 11:23:03 2020 -0500
autobahn 20.1.2 released an hour ago
* 20.1.1 no longer available on pypi
commit 3fec69799cb37854da8e6138041bb1ec4949ae95
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Jan 13 15:01:29 2020 -0500
fix websocket job subscription access control
commit 2a2c34f56779e7ccd8337141efc3bef8f6695c3e
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Wed Jan 8 15:44:04 2020 -0500
combine all the broker replacement pieces
* local redis for event processing
* postgres for message broker
* redis for websockets
commit 558e92806b0e692939faf113029ad322960c7369
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Dec 20 10:21:53 2019 -0500
POC postgres broker
commit 355fb125cb447701ffb4316e4cddbc363264dc80
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Jan 7 15:18:16 2020 -0500
redis events
commit c8eeacacca6ae252954faedc997ec4fd1262edda
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Fri Nov 8 10:36:39 2019 -0500
POC channels 2
commit 4a0c371014c53602caad2c3d7fdb1f05b6c2ba69
Author: Christian Adams <chadams@redhat.com>
Date: Wed Mar 18 12:48:40 2020 -0400
Fix flaky workflow test & set junit family
commit eb288000827922ee288b297eca323300a953d311
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Mar 18 13:17:42 2020 -0400
Fix nested project schedule breadcrumb
commit a03d74d828200400da2316ec461eff900e2224a8
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Tue Mar 17 11:49:09 2020 -0700
Collection: Use random names when we create objects in our tests
commit 2274b4b4e44e00ee515bbf9cf4c152a8e778ce28
Author: mabashian <mabashia@redhat.com>
Date: Wed Mar 18 09:44:08 2020 -0400
Upgrade jest and babel-jest to latest (v25)
commit c054d7c3d7a229d09a1452fbf1ce9dbbb7a09e24
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 17 23:46:24 2020 -0400
Automatically hack sys.path to make running tests easier
commit ca3cf244fd570a93e14f54278a1750f8140c8a07
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 17 19:54:43 2020 -0400
Replace verify_ssl test that did not work right
commit ecdb353f6fe9df8a2445952087d89c1c6b77e4d9
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 17 19:49:27 2020 -0400
Mark user password as no_log to silence warning
commit d9932eaf6aac397be7c646991d8d8875b8894993
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 17 19:37:30 2020 -0400
Add integration test
commit b875c03f4ad71ec93a403b1b4f2a10dd024da310
Author: Bill Nottingham <notting@splat.cc>
Date: Tue Mar 17 17:19:33 2020 -0400
Clean up a few more cases where we checked the license for features.
commit e87f804c92ae7b36087eb640e4b2404a9a047250
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Mar 17 16:21:06 2020 -0400
Moves JT Form to using react hooks and custom hooks
commit 6db6fe90fd85be6d0334051dca2ea624a9eaec5b
Author: mabashian <mabashia@redhat.com>
Date: Tue Mar 17 15:27:16 2020 -0400
Adds error div to toggle fields built using form generator so that errors can be shown underneath the toggle
commit c850148ee3193bf80a7e466c5c2fddadd5cead14
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Mar 17 14:08:13 2020 -0400
change duplicate IDs where possible
commit a0937a8b7cc7fccf175dd74cdefd6a65a210d6d2
Author: mabashian <mabashia@redhat.com>
Date: Tue Mar 17 13:44:13 2020 -0400
Bumps eslint from 5.6 to 6.8
commit c4c0cace881895dc3732abc8795cf4fad9f9f40e
Author: beeankha <beeankha@gmail.com>
Date: Tue Mar 17 12:55:32 2020 -0400
Fix ansible shebang error
commit d0c510563f94975dacdf185b1cc539918cc4a948
Author: Bill Nottingham <notting@splat.cc>
Date: Tue Mar 17 10:37:51 2020 -0400
Allow scm_branch in notifications.
commit d23fb17cd996773f015144a28e6bccb4201a1bd5
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Mar 17 11:33:55 2020 -0400
Auto-update dependencies in lock file
commit 8668f2ad4692161f62a47f3517f165de10cb9d8b
Author: AlanCoding <arominge@redhat.com>
Date: Mon Mar 16 22:36:27 2020 -0400
Add workflow to tower_role
commit 80234c56007d796d061015eb13727332e793a085
Author: Gabe Muniz <gmuniz@redhat.com>
Date: Mon Mar 16 19:54:15 2020 +0000
rework the tar to always delete the leftover directories
commit ef223b0afb7458783d83b60f3acb8ee1e0be1c49
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Mon Mar 16 11:12:57 2020 -0700
Collection: Add test for workflow_template extra_vars
commit e9e8283f16576b3c8bbc6eef6b2391ba27b959d3
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Mon Mar 16 11:08:01 2020 -0700
Collection: Add integration test for smart inventory
commit b73e8d8a567cbb7206fcb08a8db9919de23b7eb2
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Mar 16 13:15:10 2020 -0400
fix a bug in isolated event handling
see: https://github.com/ansible/awx/issues/6280
commit 6db6c6c5baa0a8b49acf702c4a2065e1962ddbc5
Author: beeankha <beeankha@gmail.com>
Date: Mon Mar 16 11:18:08 2020 -0400
Revert module util changes, reorder params in group module
commit 2b5ff9a6f992a3c8b3e494735e6e38665c7e9a9b
Author: AlanCoding <arominge@redhat.com>
Date: Wed Mar 11 11:39:27 2020 -0400
Patches to generator to better align with modules
commit 97c169780d4915d5e3dd3f3594158a364a1d3835
Author: beeankha <beeankha@gmail.com>
Date: Fri Mar 13 13:40:42 2020 -0400
Delete config file
commit 88c46b4573c1156d1e46a532627a5510139b1730
Author: beeankha <beeankha@gmail.com>
Date: Thu Mar 12 13:51:13 2020 -0400
Add updated tower_api module util file, update generator and template
commit 53d27c933ee69365e3537fa96ec2bdc3ac9c6659
Author: beeankha <beeankha@gmail.com>
Date: Wed Mar 11 11:36:58 2020 -0400
Fix linter issues
commit c340fff64386b220805b391d496f1ae21d4a0402
Author: beeankha <beeankha@gmail.com>
Date: Wed Mar 11 10:17:43 2020 -0400
Add generator playbook for the AWX Collection modules, along with other module generation tools
commit 61600a8252dd8cff5646f904790220e5da465de1
Author: mabashian <mabashia@redhat.com>
Date: Mon Mar 16 10:37:44 2020 -0400
Adds aria-labels to links without descernible inner text
commit 521cda878e9d31265dc1b119312a7ab30cffc825
Author: AlanCoding <arominge@redhat.com>
Date: Mon Mar 16 10:04:18 2020 -0400
Add named URL docs for uniqueness functionality
commit 16d5456d2bc887a0caa81f9c4d03882bbc7cd477
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Fri Mar 13 12:09:45 2020 -0700
Collection: add a test for multiple credentials on a jt
commit abe81533585a271cac56df3663bb1e5ee822d4a0
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 13 16:38:46 2020 -0400
Remove rogue console
commit 86aabb297e366d7b4c6ad25b63c47117c3844baf
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Mar 13 13:14:03 2020 -0700
add documentation for useDismissableError, useDeleteItems
commit a2eeb6e7b5c52b18c2ec324b9841e48498abf768
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Mar 13 11:38:49 2020 -0700
delete unused file
commit f8f6fff21e1c770328815c94d10faa7dcb7a3fdf
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Mar 11 07:12:47 2020 -0400
Show playbook field on JT when read-only
commit 3e616f2770f67a5fd197f2cefdd911363c406347
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Mar 13 10:17:39 2020 -0700
update SurveyList tests, add TemplateSurvey tests
commit 27b48fe55bd6122890def871ea6749269a1611cd
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Mar 13 12:53:40 2020 -0400
make User.last_login read_only=True in its serializer
commit 43abeec3d7b5eebced3351b9ceba6ccf9bb1c9f7
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 13 11:25:40 2020 -0400
Mark img aria-labels for translation
commit bd8886a867a8eb549e0ed4e4a6d40d965609588e
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 13 11:21:25 2020 -0400
Adds lang attr to html tag in ui next app
commit bd68317cfd22d223414e058fed80a8b0d0fa3134
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 13 11:11:37 2020 -0400
Adds aria-label attrs to buttons without inner text
commit f8818730d414ae837f4b01d197131c1875d22e1c
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Mar 12 12:34:55 2020 -0400
consolidate isolated event handling code into one function
make the non-isolated *and* isolated event handling share the same
function so we don't regress on behavior between the two
commit b41c9e5ba340b1fdf7d294d8927ca31f91d53000
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Mar 11 07:34:58 2020 -0400
Normalize initial value of select2 fields
commit 401be0c265d3d0a99c098ef7c8316646d9dedcd9
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Mar 11 11:16:14 2020 -0400
Add parser error handling for settings json
commit 35be571eedc08d0a7507f0a1527a2769b67f93ee
Author: humzam96 <humzam96@icloud.com>
Date: Mon Dec 2 17:16:40 2019 -0500
Don't block the blockquotes
commit 8e7faa853ed580b3acae23e38717b8c54ba44809
Author: Hideki Saito <saito@fgrep.org>
Date: Wed Mar 11 13:47:10 2020 -0400
Mark tech preview message for translation
commit 1ee46ab98aefdb30787b5ef2fbf5930f3f43b6c3
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Mar 11 13:01:44 2020 -0400
Mark access removal prompts for translation
commit ac9f526cf0089f79d704fac5d39dc4821197bfb4
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Mar 12 17:08:21 2020 -0700
fix useRequest error bug
commit 7e6def8acc5ecda89f31d42026fc2518663ea877
Author: AlanCoding <arominge@redhat.com>
Date: Wed Mar 11 15:50:00 2020 -0400
Grant org JT admin role in migration as well
commit aa4842aea5ba019cd81b858aa29ca2406d284b53
Author: AlanCoding <arominge@redhat.com>
Date: Thu Feb 6 11:37:45 2020 -0500
Various JT.organization cleanup items
cleanup from PR review suggestions
bump migration number
fix test
revert change to old-app JT form no longer needed
commit 75477937927826c23ce6c9615041dc47abc6b4d6
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Wed Feb 5 15:51:55 2020 -0500
add organization to template views in old and new ui
commit 7d0b20757181dde280fd3b4eac15b03d01898219
Author: AlanCoding <arominge@redhat.com>
Date: Tue Jan 21 11:12:08 2020 -0500
Organization on JT as read-only field
Set JT.organization with value from its project
Remove validation requiring JT.organization
Undo some of the additional org definitions in tests
Revert some tests no longer needed for feature
exclude workflow approvals from unified organization field
revert awxkit changes for providing organization
Roll back additional JT creation permission requirement
Fix up more issues by persisting organization field when project is removed
Restrict project org editing, logging, and testing
Grant removed inventory org admin permissions in migration
Add special validate_unique for job templates
this deals with enforcing name-organization uniqueness
Add back in special message where config is unknown
when receiving 403 on job relaunch
Fix logical and performance bugs with data migration
within JT.inventory.organization make-permission-explicit migration
remove nested loops so we do .iterator() on JT queryset
in reverse migration, carefully remove execute role on JT
held by org admins of inventory organization,
as well as the execute_role holders
Use current state of Role model in logic, with 1 notable exception
that is used to filter on ancestors
the ancestor and descentent relationship in the migration model
is not reliable
output of this is saved as an integer list to avoid future
compatibility errors
make the parents rebuilding logic skip over irrelevant models
this is the largest performance gain for small resource numbers
commit daa9282790ca9c3f4fedfdd9fdf0251bba663824
Author: AlanCoding <arominge@redhat.com>
Date: Thu Jan 16 14:59:43 2020 -0500
Initial (editable) pass of adding JT.organization
This is the old version of this feature from 2019
this allows setting the organization in the data sent
to the API when creating a JT, and exposes the field
in the UI as well
Subsequent commit changes the field from editable
to read-only, but as of this commit, the machinery
is not hooked up to infer it from project
commit bdd0b9e4d92903f3a69636c92f39124803ec78ed
Author: AlanCoding <arominge@redhat.com>
Date: Thu Mar 12 15:44:35 2020 -0400
Add more tests for recent WFJT module issues
commit 88571f6dcbe483807cbd31328bf304bd30993d22
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Mar 12 14:14:56 2020 -0400
save approval node start time *before* sending "started" notifications
see: https://github.com/ansible/awx/issues/6267
commit a1cdc07944fb80565487b9c6257a4fe40e2db696
Author: AlanCoding <arominge@redhat.com>
Date: Thu Mar 12 12:26:54 2020 -0400
Print module standard out in test failure scenarios
commit eea80c45d126deb471c9ba2899bb083f9b9cadaa
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Mar 11 15:44:02 2020 -0700
fix keys, clean up surveylist
commit 07565b5efcc4d5d51bbb562b3c4b268a62e9c91b
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Mar 11 12:16:00 2020 -0700
add error handling to TemplateSurvey
commit 3755151cc52ed9ba4714a47b8f22dbfa2bf572fe
Author: Christian Adams <chadams@redhat.com>
Date: Wed Mar 11 14:12:56 2020 -0400
Update dev container to be consistent with other installation methods
- rename start_development.sh script to `launch_awx.sh`, like it is in k8 installations
commit 2584f7359ebdf201628f65ffd727ec0e3e57ce66
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Mar 11 09:32:36 2020 -0700
restructure TemplateSurvey & list components
commit 286cec8bc34ba682752c7c610e7d6ef719c4c13c
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Mar 9 16:04:01 2020 -0400
WIP
commit 64b1aa43b1586bc3d5d646f68860334747a77139
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Mar 9 12:13:00 2020 -0400
Adds SurveyList tool bar
commit 6c7ab97159c9e8c5176f79920507aa231fee98a0
Author: mabashian <mabashia@redhat.com>
Date: Tue Mar 10 16:12:29 2020 -0400
Adds aria-label attrs to img elements
commit 8077c910b09876cec487f29682c702d07818dd54
Author: mabashian <mabashia@redhat.com>
Date: Tue Mar 10 16:10:51 2020 -0400
Adds lang attr to installing template
commit feef39c5cc79d0bc359aaf93a88dccfc9e0840b3
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 10 16:06:28 2020 -0400
Change test to use native list for schemas
commit e80843846ea57a3e637f7d857e8cb8c73241585b
Author: AlanCoding <arominge@redhat.com>
Date: Thu Mar 5 11:05:46 2020 -0500
Modernize types of WFJT module
commit ecc68c10033b465c41935a204192759053f938e5
Author: mabashian <mabashia@redhat.com>
Date: Tue Mar 10 15:33:31 2020 -0400
Adds lang attr to html tag to specify default language for the application
Release 9.3.0
commit 36078651d34e483c2297994e2580ed14913036ce
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Mar 11 14:24:32 2020 -0400
bump version to 9.3.0
commit c95624e27f3c3516abe337809c90b3d05dc8177f
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 10 23:36:13 2020 -0400
optimize the SCM URL sanitizer regex
\w+ is too greedy for large strings that don't contain URLs
commit 5c331934e22835f2fa44ea6a2cf5b2cbf96082c1
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 10 22:00:31 2020 -0400
Fix server error creating smart inventories
commit b9829e2bde65da6c3c8f3c7144c87341d199527e
Author: Gabe Muniz <gmuniz@redhat.com>
Date: Tue Mar 10 23:08:38 2020 +0000
removed extra quotes in example
commit 676b29346cc035588caa68be793494bebafe92bc
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Mar 10 16:40:34 2020 -0400
Switch side nav to dark theme
commit 2cb5046ec6c3d34503a63c6f772a61d18d4e18d0
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Mar 10 15:33:39 2020 -0400
Throw an error when host inventory doesn't match parent inventory
commit 185c581007ae85766685fe52cb08f56be7979ccf
Author: beeankha <beeankha@gmail.com>
Date: Tue Mar 10 13:50:20 2020 -0400
Remove len() check
Remove comment
Remove quote marks from default values
commit e816f73ecfaa244d14c5c14cdcf60405df56da2d
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Mar 10 12:19:36 2020 -0400
Show content error when the top-level inventory and host inventory do not match
commit ad1a7fc9c95ca229b47447c7cd74664059337d06
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 10 13:38:09 2020 -0400
add RBAC tests for schedules on inventory and project updates
commit dd5f25186b26ac3ae9b3861be3cfb18d71699afa
Author: mabashian <mabashia@redhat.com>
Date: Tue Mar 10 13:31:55 2020 -0400
Fixes bug where user with edit permissions on a credential but no permissions on the credentials org would be denied access to the form in the UI.
commit 87396f968c915955a8bd2ba8e3fcf32ca0b6694b
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Mar 10 13:02:14 2020 -0400
Use variables for inventory breadcrumb path segments
commit 65e988b44c3398b91e1fe6578303e2c4bacb41db
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Mar 10 11:39:37 2020 -0400
Impoves test and removes uncessary condition
commit 4381a7d75ca12569c0a1a6b70e49bbd574035a10
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Mar 10 11:31:29 2020 -0400
Remove some rogue awaits
commit 3a6528dc0d6d0ef814685af0ca93de4aff999395
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Mar 10 10:08:23 2020 -0400
Adds toolbar
commit c113c2db524533ca3a67339cb9a20c0e23140224
Author: beeankha <beeankha@gmail.com>
Date: Tue Mar 10 10:06:38 2020 -0400
Fix username/name issue in tower_user module, update test playbook
commit b7d2d6ad89a6a309c18de5c88c57486044fb0a6a
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Mar 9 19:28:47 2020 -0400
Add Inventory Group Host Add form
commit 871695ea5e3af8dec56001b48fe78f4d073b23d1
Author: Bill Nottingham <notting@splat.cc>
Date: Mon Mar 9 15:51:56 2020 -0400
Remove SCL python from awx-python
This really should be created at build time.
commit 0f5b6945147b924a5629c77ac2a09918ba3ae835
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Mar 9 14:56:39 2020 -0400
Fix form action button layout
commit 24d35e95935c892dcc1a97e4dcce1ba7d40a8d1b
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Mon Mar 9 12:40:29 2020 -0400
Remove duplicate schedule tab
commit beb10feb0ca27d9e894dae141913be59521e1181
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Mon Mar 9 11:20:34 2020 -0400
Refactor top-level host and inv routing components
* Remove route render props
* Remove unneeded load checks
* Make PageSection component placement consistent with other screens
* Fix issues causing complete panel reload on tab change
commit 6ec9c45341e1ed82f1e829e6f627d0e423dba1ef
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Mon Mar 9 11:35:26 2020 -0400
Fix screen reload on host tab change
commit 25f4aa19b7393d051d1e886a779aa211861263d6
Author: Marliana Lara <mlara@redhat.com>
Date: Fri Mar 6 17:48:12 2020 -0500
Add disassociate inventory group host modal
commit c1ab118481da5004b9ed0caaf1223c94b0b9decc
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Fri Mar 6 11:03:36 2020 -0500
remove unnecessary org rest calls for notifcation tabs on proj wfjt
commit 3952be942977f10cfec8b0e73cfdfdb0cffa74c1
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Mar 5 10:58:16 2020 -0500
add notification and access tabs to wfjt
commit 35f414ccf20e4881287848fcb9b562f3c975a793
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Mar 6 16:00:41 2020 -0500
clarify how AWX stores cerdentials
commit 64018a71bb24cfd49179d149df64f089617c4bd5
Author: Daniel Sami <dsami@redhat.com>
Date: Fri Mar 6 15:41:10 2020 -0500
used lint
commit 6dd4d04bf5da9b0db50fc1d5e23f8968f3ab4962
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 6 14:56:17 2020 -0500
Move label out to styled component. Removes dependency on internal pf classes.
commit 21b4455ee68aae77e84b74d90639ed864730c0d5
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 6 14:20:46 2020 -0500
Change nestedResource to schedule in setBreadcrumbConfig. As it currently stands the only nested resource that could be passed here is a schedule.
commit 314e3458253bda609b528f305cb14f78a870c8ea
Author: mabashian <mabashia@redhat.com>
Date: Fri Mar 6 09:37:51 2020 -0500
Tweak Schedules props to include the options request callback needed to load the list after rebasing.
commit 90e047821d52c8e321bc206e9b93b12f85e0ab1a
Author: mabashian <mabashia@redhat.com>
Date: Thu Mar 5 17:46:23 2020 -0500
Makes entire hierarchy of schedule components generic
commit 01fe89e43c57f78134b2a940e140b04c28f0600f
Author: mabashian <mabashia@redhat.com>
Date: Wed Mar 4 17:09:30 2020 -0500
Moves request to generate preview down into the ScheduleDetail component
commit 1f2edd81abbdcc7f316e6d46d26308c15564169a
Author: mabashian <mabashia@redhat.com>
Date: Wed Mar 4 16:41:21 2020 -0500
Adds generic schedule detail component and applies it to JT schedules
commit 862de0b6f3e55b2ce9a4ae044f352b6bdba897f4
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Mar 6 14:04:30 2020 -0500
record a start time for WorkflowApproval jobs
see: https://github.com/ansible/awx/issues/6202
commit d75c2d9b44062009823328db1a68563f9316f819
Author: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr>
Date: Fri Mar 6 18:18:20 2020 +0100
Explain how to extract credentials/settings
commit 4c6191041cd279bfa1d7fcc8b3955a66326acb05
Author: Marliana Lara <mlara@redhat.com>
Date: Fri Mar 6 11:12:09 2020 -0500
Fix credential form action button layout
commit edb3f6df556fb33f56572d3b104b86c22bf98822
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Mar 3 22:33:28 2020 -0500
Adds the list of the survey questions.
TODO: Add delete functionality. Add sort functionality.
Add preview functionality.
Toolbar will be built out with the other functionalities.
commit acc34c13933c36ccd2f5b45ffd3b5c6d7e892d70
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Mar 6 08:21:20 2020 -0500
fix global schedule creation for project and inventory updates too
related: https://github.com/ansible/awx/pull/6193
commit 3d5a002676b8c355c57f60275c717b2f3b0e00ee
Author: Marliana Lara <mlara@redhat.com>
Date: Fri Mar 6 01:36:38 2020 -0500
Remove all inventory route logic from Host screens
commit bb6d9af90b1e9893f5698b46d6d66aab58260764
Author: Marliana Lara <mlara@redhat.com>
Date: Fri Mar 6 01:35:58 2020 -0500
Create nested inventory host route files and components
commit da94b2dc9ec505bf18afbc1e8090c8786021471d
Author: Marliana Lara <mlara@redhat.com>
Date: Fri Mar 6 00:51:55 2020 -0500
Add InventoryHostAdd route file
commit d849e8189156e6580b28bbf3b0ef2d590fa8f5ab
Author: Jeff Bradberry <jeff.bradberry@gmail.com>
Date: Thu Mar 5 16:45:38 2020 -0500
Show API choice field metadata more correctly for null vs ''
commit a5afac62caa0b9bf8b57e749aa83400494ba0edd
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Thu Mar 5 15:21:01 2020 -0500
Fix panel reloading and clean up unneeded code
commit cd1ff6b16a0d4583e0a05a4e136efa81b26d0ac2
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Mar 5 14:43:54 2020 -0500
fix a bug in OPTIONS /api/v2/schedules/
a side effect of this bug is that `awx schedules create` doesn't work
properly for non-admin users (i.e., users who have execute access for
a JT)
see: https://github.com/ansible/awx/issues/5717
commit 63fa367e9d1fae0ff3250a1c40806303296a00c5
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Thu Mar 5 10:23:39 2020 -0800
Fix a typo in the collection README
commit d33daeee91a503f7e71da8033b055b16d1f5fbeb
Author: mabashian <mabashia@redhat.com>
Date: Thu Mar 5 12:33:59 2020 -0500
Adds Add button to schedules list along with rbac restrictions
commit 9d449c419b9246c69f0e43f5a69da48f2cd66d12
Author: Marliana Lara <mlara@redhat.com>
Date: Thu Mar 5 10:58:06 2020 -0500
Fix bug where Inv Host Add form doesn't save due to form error
commit c073e39c696e39b9f53391a26d0bd46f3585f969
Author: AlanCoding <arominge@redhat.com>
Date: Wed Mar 4 13:53:06 2020 -0500
Simplify build loop, make demo data in tests
commit 457dc956f12ce1575b365f841bb15f5e7af7cbfc
Author: Rebeccah <rhunter@redhat.com>
Date: Wed Mar 4 15:35:04 2020 -0500
added a check for the field of finished making sure it's not none, and then breaking the DateTime function
commit 8227054d116dd58d715447ac8cd64daed1503308
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Feb 4 16:30:06 2020 -0500
Adds WorkflowJobTemplate Add and Edit form and functionality.
Fields work and forms save
Adds Webhook form fields and tooltip to VariablesField component
Alpha order
Fixes contentLoading issue in PR and enables Launch on JT List
Adds page section to fix render issue
Adds subform restore functionality and addresses PR issues
Adds pageSection to jt add form and fixes other PR issues
-Fixes spelling error on WFJTDetail
-Adds page section to JT Add Form to fix styling issue
-Adds spacing between functions
-Fixes form submission error by allowing state to handle the lookups while formik
only handles their ids.
Fixes styling issues, navigation, props, and adds useRequest hook
-Add functionality to remove chips from look up fields
-Removes uncessary custome styling from
-Removes uncessary Form Group wrappers
-Adds internationalization to webhook key string.
-Adds field level error handling
-updates tests
-Adds initial null value to form submit error
Adds error handling to submit labels, prevents uncessary api call
The unecessary api call is for the webhook credential id. If there is no
webhook service we do not want the api to make a call for get the webhook credential
type id.
Adds error handling test to add and edit form. Updates Form component
Updates tests to a real error.
Fixes extra vars bug
commit deaf2028ad6575e162d1ca8d64e068b4c2a8f358
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Mar 4 09:08:46 2020 -0500
Request all types for multicred lookup
commit d812972d3c7a722beb1e20442c5f8f44d69a3175
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Mar 4 08:24:20 2020 -0500
Wrap credential help text at 110 chars
commit 54b553b78c7f6efbdcaf746c5858ac0b8d91528c
Author: AlanCoding <arominge@redhat.com>
Date: Wed Mar 4 08:07:10 2020 -0500
Simplify syntax for loop labels
commit 3e08bbeb9392c6d9ad2e07592347e7eac0e16c7e
Author: AlanCoding <arominge@redhat.com>
Date: Wed Mar 4 07:42:52 2020 -0500
Make wording on running less perscriptive and more general
commit 22524589e3b1ebd3731d657b7065083a57ca4901
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 3 22:19:38 2020 -0500
Employ the collection_package var in a few missing places
commit 85ec73bf4beb5ee66ba2d876d9147816a945c0a2
Author: AlanCoding <arominge@redhat.com>
Date: Tue Mar 3 20:19:41 2020 -0500
Unify collection targets for install and ansible-test
commit be56a1d3dffd6529ab4e7ceba39110a8eccb8892
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Mar 3 18:42:49 2020 -0500
Fix job->inventory links
commit f1120d39dba6d6b934428e7c9cedb0eb7f138653
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Mar 3 10:37:16 2020 -0800
fix column widths when action buttons hidden due to permissions
commit b5e5fea1170434ce777a88980f5fc315d6cd3025
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 3 16:47:38 2020 -0500
respect home directory symlinks for BASE_VENV_PATH
commit e232cd392c9b2252a6a2ddecb1d6d44a5a5a3771
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 3 14:46:00 2020 -0500
make fact saving code more robust to unexpected fact data
see: https://github.com/ansible/awx/issues/5935
commit 8301254f57359e413951496cb644809bc465975e
Author: Daniel Sami <dsami@redhat.com>
Date: Tue Mar 3 16:03:16 2020 -0500
further tags
commit c50705a2dc41a1730ca3976287dd2e5509748cc7
Author: Daniel Sami <dsami@redhat.com>
Date: Thu Feb 27 15:50:04 2020 -0500
initial labels for host tests
commit e7f36eb2ead58a0e75f2e682463e5e09d0f8ccf0
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 3 14:58:36 2020 -0500
remove a few custom notification fields that don't work
these aren't top-level serializer fields; they're summary fields
if we want to support these properly, we should treat them as
enhancements, and write support, tests, and documentation
commit c261d6acf030cc37f0270b758cfed3836974278a
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Mar 3 15:16:57 2020 -0500
update multi select credential logic vault credential logic, add notice, and update multicred tests
commit 32ef805e23b4ee0b561c41091d3e619fae5656b5
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 3 14:28:46 2020 -0500
properly support job host summary data in custom notification templates
see: https://github.com/ansible/tower/issues/4148
commit d14bf00f6c69bdc8102c8dca5dd16964ec79863c
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Fri Feb 28 19:48:18 2020 -0800
Add collection integration test instructions to the README
commit afbeacf49983898263bc6fd4cef5da392dfb3b65
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Fri Feb 28 13:49:55 2020 -0800
Fix up the collection integration tests
commit fc80cf5241af122cda85eaaf1d09bb5407990efd
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Sun Jan 19 19:15:14 2020 -0800
Replace randstr with password plugin in collection tests
commit 4a6db13daaa5b4814d97a0197532420279cdb753
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Fri Feb 28 12:36:32 2020 -0800
Copy collection integration tests in
commit d5372dae36c89d436211c4027a9ffbc84dea0d58
Author: mabashian <mabashia@redhat.com>
Date: Tue Mar 3 13:07:03 2020 -0500
Upgrade react and react-dom to latest
commit 3c7f5962881473736dc6c848c172da483dcdacf9
Author: mabashian <mabashia@redhat.com>
Date: Tue Mar 3 12:57:12 2020 -0500
Change currentValue prop to simply value. Adds basic unit test coverage to MultiButtonToggle component.
commit 6207dad226aff87e67df477d98df6f5040904b7d
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Mar 3 12:14:22 2020 -0500
fix broken grafana notifications
since the custom notification template refactor, grafana notification
support has been broken; this is largely because grafana functions more
like the webhooks, and needs to send JSON in its notification body
see: https://github.com/ansible/awx/issues/6137
commit 2b48e439466a34bb223e8487bf62130be5fbf906
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Mar 2 23:29:49 2020 -0500
Add Inventory Group Host list
commit 4709f57f4610dcef506dca18282636e0b3f3118f
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Mar 3 11:56:52 2020 -0500
Updates tests to a real error.
commit b055aad64197af5ffbf778c13d6c2c54499a77f3
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Mar 2 14:48:44 2020 -0500
Adds error handling test to add and edit form. Updates Form component
commit acfa6d056f1d45d446bd25c41c22daf11631ffbf
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Feb 28 09:43:02 2020 -0500
Adds error handling to submit labels, prevents uncessary api call
The unecessary api call is for the webhook credential id. If there is no
webhook service we do not want the api to make a call for get the webhook credential
type id.
commit 51a069fcc49f0020f44655a3c283c6608a7e3449
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Feb 26 15:50:54 2020 -0500
Fixes styling issues, navigation, props, and adds useRequest hook
-Add functionality to remove chips from look up fields
-Removes uncessary custome styling from
-Removes uncessary Form Group wrappers
-Adds internationalization to webhook key string.
-Adds field level error handling
-updates tests
-Adds initial null value to form submit error
commit fc89b627d7f86622fc2d59cbaf87dfd475b8e38b
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Feb 25 17:23:22 2020 -0500
Adds pageSection to jt add form and fixes other PR issues
-Fixes spelling error on WFJTDetail
-Adds page section to JT Add Form to fix styling issue
-Adds spacing between functions
-Fixes form submission error by allowing state to handle the lookups while formik
only handles their ids.
commit e90ee5113d3f4ac2ffccb3cfa743532f231a8e33
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Sat Feb 22 17:20:23 2020 -0500
Adds subform restore functionality and addresses PR issues
commit 4ccca08cda1f5997e780d65dd47b514e52e1a4ba
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Feb 20 13:56:56 2020 -0500
Adds page section to fix render issue
commit b757fdebf850664dd4c20fe4b22597b87a70022a
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Feb 19 09:47:06 2020 -0500
Fixes contentLoading issue in PR and enables Launch on JT List
commit 3ee6f1f3c79b71262cd0a1b5c7d831c5ca95c3d3
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Feb 19 09:07:51 2020 -0500
Alpha order
commit d4ba32d0c5198c2a885c0665d7efd987fbbc99ed
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Feb 14 16:01:58 2020 -0500
Adds Webhook form fields and tooltip to VariablesField component
commit d97f516c3a2e4ecc8a6c7dab8d52524691c923cc
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Feb 12 12:11:13 2020 -0500
Fields work and forms save
commit 52a8935b20b7226555552bea3a83256303d133a0
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Feb 4 16:30:06 2020 -0500
Adds WorkflowJobTemplate Add and Edit form and functionality.
commit 07752f48f6d477d19a6454cd3558d7f8389d2189
Author: Rebeccah <rhunter@redhat.com>
Date: Mon Mar 2 16:41:50 2020 -0500
formatted finished time to match microsecond expected output as is in the API.
commit 10b5a107289b014e488aee0279af411c462f49bb
Author: mabashian <mabashia@redhat.com>
Date: Mon Mar 2 14:22:51 2020 -0500
Jobs that error should trigger us to to update the Recent Jobs list along with successful/failed/canceled
commit e11ff69f3e03e0b9b1d7aa205d577a500eb1e336
Author: Rebeccah <rhunter@redhat.com>
Date: Fri Feb 28 15:40:51 2020 -0500
Added in check for the unified_job_template_id attribute to be present and populated in the object.
For anyone reading this later, know that AdHocCommands still have unified_job_template and unified_job_template_id fields, they are just nonetypes because they don't get used by the AdHocCommand objects. Which means you have to actually get the object, not just check that it's there, to use it the way I am in this change.
commit d3fa34c665518cc6a3310d98f7f3c95a1f55c46a
Author: mabashian <mabashia@redhat.com>
Date: Wed Feb 26 11:30:49 2020 -0500
Remove tooltip update when job finishes. This will be handled later down the line by buildTooltips().
commit 48a615231bdd5df540b2c111f1dbfca51b11c39d
Author: mabashian <mabashia@redhat.com>
Date: Wed Feb 26 10:15:24 2020 -0500
Fix jshint errors
commit b09ac716476c29739faf7b6e240f0409bfac7572
Author: mabashian <mabashia@redhat.com>
Date: Tue Feb 25 18:14:31 2020 -0500
Trims down GET requests made on the dashboard in response to websocket messages
commit d5dd3c521fde85c55254cc15bb879653ebd16f51
Author: mabashian <mabashia@redhat.com>
Date: Mon Feb 24 16:49:27 2020 -0500
Consume finished timestamp on org templates list when available via websocket message
commit db43341f96387d7e06874254fdfe4d8bfcf1399c
Author: mabashian <mabashia@redhat.com>
Date: Mon Feb 24 16:41:35 2020 -0500
Consume finished timestamp from websocket message and update the relevant job row. Also adds logic to attempt to re-order the list when the sort order is -finished since we have enough information client-side to do that.
commit 3234f246db186d52722cde6990705efa5a8f17de
Author: mabashian <mabashia@redhat.com>
Date: Mon Feb 24 12:28:46 2020 -0500
Consume finished timestamp from websocket message when it's available to update the relevant row in the templates list.
commit 6d6d99bcf86aa102cb09e19a0879c57570bd18e3
Author: Rebeccah <rhunter@redhat.com>
Date: Mon Feb 24 14:23:38 2020 -0500
fixed the spelling of cancelled to be canceled, note to us later -> we need to stick with a single spelling of the word
commit a6cd32522f10cad406cf45311a5d01d7ed8e92b9
Author: mabashian <mabashia@redhat.com>
Date: Mon Feb 24 11:32:11 2020 -0500
Removes GET requests in response to websocket messages on the org job templates list. List is solely updated based on data from the websocket messages.
commit 1fe28463da27b128d54f788ec55bb71e8d6c167b
Author: Rebeccah <rhunter@redhat.com>
Date: Mon Feb 24 11:53:49 2020 -0500
added finished job timestamp to websocket emit
commit 51a6194b8dc1e696204c9988d444606d19e3d22c
Author: mabashian <mabashia@redhat.com>
Date: Mon Feb 24 11:08:39 2020 -0500
Removes logic performing GET requests on `api/v2/templates` whenever a job status update message comes across the websocket. We now use data exclusively from the websocket to update the UI.
commit e75f7b0beb48a34ea949c3adb00d90c0dbf4f250
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 20 17:29:34 2020 -0500
Stop making rest calls for inventory source sync updates on inventory sources list
commit 179c62e2f3079a84b026902accd3d353a7ceda7b
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 20 16:54:51 2020 -0500
Stop making rest calls for project sync updates on projects list
commit 98f5525d289e9d94f046c8953d67d72ac63e1798
Author: Rebeccah <rhunter@redhat.com>
Date: Fri Feb 21 14:02:32 2020 -0500
added unified job template ID to websocket emits
commit 60a137225aba1e09dd193fe17120ca227ef96aca
Author: mabashian <mabashia@redhat.com>
Date: Mon Feb 17 16:52:08 2020 -0500
Changes how the jobs list reacts to socket messages. We now only make targeted GET requests for new rows. We use the available information in the socket message to update the relevant row (if visible in the list).
commit 322b4ee1e4a63fd4eb89475103e8dc0fd5c4cfc1
Author: mabashian <mabashia@redhat.com>
Date: Mon Mar 2 13:43:15 2020 -0500
Updates our four patternfly deps to latest
commit 07807c2decd82e01dc0a2047d21aba92114555b0
Author: AlanCoding <arominge@redhat.com>
Date: Thu Feb 27 14:37:29 2020 -0500
Fail on launch for scenario where job cannot run
commit 1f0acef844203eac826d6db391a907b9277d986e
Author: mabashian <mabashia@redhat.com>
Date: Mon Mar 2 11:22:18 2020 -0500
Changes Toggle to MultiButtonToggle in an attempt to differentiate it from an upstream PF component. Altered props to be a bit more concise as well as support more than two buttons.
commit b57405b696e1efdaf6158fce95a3c78c14000059
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Mon Mar 2 10:00:27 2020 -0500
assorted schedule list fixes:
- remove pagesection and card from component...move to where called for root list
- remove unnecessary placeholder schedule tab on job template detail
commit 5fdf6cf60faa99bf09016dea354eb4ea2773b10a
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Mon Mar 2 09:35:34 2020 -0500
simplify conditional checking if schedules tab should be shown on proj detail
commit c1c382a941003571c10dda77095a1cfd3bb1ba56
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Mon Mar 2 09:22:32 2020 -0500
update ScheduleList api read to single prop
commit a997b40852649f67622fa2bfb6527ac9345dee3f
Author: mabashian <mabashia@redhat.com>
Date: Fri Feb 28 17:25:31 2020 -0500
Refactors YamlJsonToggle component into something a little more generic so that it can be used to toggle between local and utc times in the schedule details view.
commit fc402aff29c8817eec56d16a86c3addd20043b71
Author: Ben Thomasson <bthomass@redhat.com>
Date: Fri Feb 28 15:28:31 2020 -0500
Bumps the version of config.json to 1.1
commit 3e0e4b6c8fc5d63c417643e283c3ff52c2ca0312
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Feb 28 11:12:26 2020 -0500
cli: add the ability to specify a token description w/ `awx login`
see: https://github.com/ansible/awx/issues/6122
commit 9eecb24c32e26ec5513491b17d752d58ebafb4c5
Author: Nikhil Jain <jainnikhil30@gmail.com>
Date: Tue Feb 18 19:05:46 2020 +0530
fix smart inventory duplicate hosts
commit a60e7a78554eaaf9ac2929b042f59baeac97a7e4
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Feb 27 13:33:34 2020 -0800
fix redirect url after host delete
commit 989ef3538ea5e80f75a8df42aaddc0b538c5e924
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Feb 27 15:20:50 2020 -0500
add test for conditional show/hide of schedules tab for project detail view
commit 4db3e823bfcebb4fb0b4ef75073a1becfa6be430
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Feb 27 15:05:46 2020 -0500
add schedule list to proj, jt and wfjt
commit c374316648a350ef7e92daf273fab57545d48fa2
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Thu Feb 27 11:38:54 2020 -0800
Collection: Fix job_list all_pages next value
commit 5dba49a7bcde68002e18bc4354b0d68d373f075f
Author: AlanCoding <arominge@redhat.com>
Date: Thu Feb 27 14:20:36 2020 -0500
Lower level of log about skipped project update
commit 7b880c65520889eeac4f4ffc66aa6984bc6d880d
Author: AlanCoding <arominge@redhat.com>
Date: Thu Feb 27 14:12:47 2020 -0500
Cancel jobs if they were deleted in the database
commit 5574cf059542d65765bb10a5c44a43686e7905f2
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Feb 27 11:01:36 2020 -0800
remove Manual option from project, inventory filters
commit e706e0a2e2ce6168ba371a1de8c64bc7abcf49d5
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Feb 27 12:37:37 2020 -0500
update directory structure of schedule list files
commit 5364e7839724026ad4ae49120c4b38dd8ab24326
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Feb 26 16:06:49 2020 -0500
switch the periodic scheduler to a child process (instead of a thread)
I have a hunch that our usage of a daemon thread is causing import lock
contention related to https://github.com/ansible/awx/issues/5617
We've encountered similar issues before with threads across dispatcher
processes at fork time, and cpython has had bugs like this in recent
history:
https://bugs.python.org/issue38884
My gut tells me this might be related.
The prior implementation - based on celerybeat - ran its code in
a process (not a thread), and the timing of that merge matches the
period of time we started noticing issues.
Currently testing it to see if it resolves some of the issues we're
seeing.
commit f93ca814ac496b06aaafec0dabbec2929447644d
Author: Christian Adams <chadams@redhat.com>
Date: Thu Feb 27 09:38:17 2020 -0500
Add total licensed instances to analytics
commit 3bf1ad3028cd59a8e08e3350456a3031e0ddba5e
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Feb 26 23:00:12 2020 -0500
Move HostToggle into shared components directory
commit 7e8fb29658e7092303e5d33177bc1f8ddd9c962c
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Feb 26 16:38:52 2020 -0800
update qs utils to allow empty string params
commit e80e3f7410409adee64957442eae9e8b2bf4874d
Author: mabashian <mabashia@redhat.com>
Date: Wed Feb 26 16:59:45 2020 -0500
Reapply prompt on launch for job template fields after rebasing.
commit deced917cf6cd628c6f62a84d30b4696f112b050
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Feb 26 15:27:19 2020 -0500
Refactor HostListItem into functional component and add test for host toggle
commit 033848a605598ca524074d21063ded929870ee91
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Feb 26 15:10:17 2020 -0500
Refactor Hosts into functional component
commit 0e663921d686772d7d613f543b779f3cc3227ec4
Author: mabashian <mabashia@redhat.com>
Date: Wed Feb 19 15:50:12 2020 -0500
Removes rogue comment and marks JT inventory validation string for translation.
commit 05820796063de6f2522b4ce35b0b526c01e6db3c
Author: mabashian <mabashia@redhat.com>
Date: Wed Feb 19 15:23:11 2020 -0500
Adds prompt on launch support to the rest of the relevant fields in the Job template form. Adds extra variables field to the job template form. Removes the advanced section in favor of a straight form.
commit 6536f5a453c20e0ecbecf2d544e27e0c162ecc20
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Feb 26 13:40:26 2020 -0500
Delete falsey project creds before POST|PATCH
Depending on the permissions of the user submitting the form, the API
might throw an unexpected error if our creation request has a
zero-length string as its credential field. As a work-around,
normalize falsey credential fields by deleting them.
commit c5079607aafcca38eadaeced62f067c04ce5e3e0
Author: AlanCoding <arominge@redhat.com>
Date: Wed Feb 12 10:32:48 2020 -0500
Fail early processing project factory
commit bd30951a4f7bc436924c6e0f9be426b371c51cfe
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Feb 26 13:19:21 2020 -0500
Pass empty array instead of null to rbac list
The DataListToolbar component expects an array for additional controls
in all cases. When there's no controls to pass into the toolbar,
provide an empty array to avoid type-related errors.
commit 43cce83ba111a1bde37374c87cb63b72d0ec61fc
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Feb 26 12:44:20 2020 -0500
Handle api error 'detail' key as generic form error
commit 946d643795b0df2989e0dbacfb04e82ded755523
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Feb 26 08:45:08 2020 -0500
cli: make launch with --monitor return code respect the final job status
see: https://github.com/ansible/awx/issues/5920
see: https://github.com/ansible/awx/issues/6079
commit 1a6ea99d374310c8644e994b0176f96d5a6f9c26
Author: Daniel Sami <dsami@redhat.com>
Date: Wed Feb 26 11:30:21 2020 -0500
fixed workflow viz title id
prettier fix
commit 350046d495c9e2d815993b04205af64d01df37f3
Author: gamuniz <root@ip-172-31-10-22.us-west-2.compute.internal>
Date: Wed Feb 26 14:28:22 2020 +0000
changed syntax as insert isn't required
commit b532012748bf9d13bbe14bf4def8ad104a243ef5
Author: beeankha <beeankha@gmail.com>
Date: Tue Feb 25 23:51:26 2020 -0500
Make non-required params actually optional, fix idempotency issues
commit 1c4042340ca4b563cb9e81cbb74693199d376161
Author: beeankha <beeankha@gmail.com>
Date: Mon Feb 24 15:23:49 2020 -0500
Update documentation for modules, add deprecation warning for role, send and receive modules
Update variables in tower_inventory to be in dict format
commit 787c4af222d1f06f6c7a77c938cc83fb818f3e94
Author: beeankha <beeankha@gmail.com>
Date: Thu Feb 20 12:43:22 2020 -0500
Change default values for dict parameter
Removing default of empty dict from variables param on group and host modules
Make modules comply with updated sanity tests
commit 768280c9baa7ae804daeb739f98caf0a70316baf
Author: Alan Rominger <arominge@redhat.com>
Date: Tue Feb 18 16:02:05 2020 -0500
[last PR stuff] + Add warning if configs specified in 2 params (#5)
* Lean on API validation for tower_inventory_source arg errors
used for
- validating needed credential is given
- missing source_project for scm sources
* Add warning when config is specified in 2 places
Fix up unit tests, address multiple comments re: backwards compatibility, redundant methods, etc.
Update new_name and variables parameters, update unit tests
commit 2e4e687d694c9b559189224e785ae7c104145bb4
Author: Alan Rominger <arominge@redhat.com>
Date: Mon Feb 17 09:20:54 2020 -0500
Optional tower cli (#3)
* Allow running tests without tower_cli
* patch up test mutability
* Fix test import error, warning mock
* flake8 error
Update documentation for non-converted modules
commit d8513a4e868c4e9b4115e75d0ec806f7420d4350
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Thu Feb 13 16:56:47 2020 -0500
Making variables work for hosts
Clear up sanity test and remove redundant import statement
commit badd667efa05a894204ea3c54402f91ed015430c
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Thu Feb 13 14:14:29 2020 -0500
Removing manual and file source types and correcting default for custom_virtualenv
commit 7908f257477548e718debfb5fb3370ae9b8d24d1
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Thu Feb 13 14:13:16 2020 -0500
Remove reference to default check mode
commit 0eef67713f0ef71f0ffb6bc2833ffc5fd1286e9f
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Feb 12 21:09:06 2020 -0500
Only try an ID lookup if we can convert the field name_or_id to an integer
Fix linting issues, update tower_project unit test
commit 6591efc160cbed71feaf28b5110e80c8bbc98a54
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Feb 12 21:08:29 2020 -0500
Fixed issue that caused warning message to always display
Because scm_update_cache_timeout has a default and thus will always be != None
commit fcc679489ea1e421cc22502fd8feb2ede2fcc33c
Author: beeankha <beeankha@gmail.com>
Date: Tue Feb 11 16:32:41 2020 -0500
Update inventory_source module source_script parameter to be optional
Unitied comment
Fix up inventory_source example, misc comment edits
commit 94df58a55b5f59fa308f5a7f662c5f787eb6879c
Author: Caleb Boylan <calebboylan@gmail.com>
Date: Mon Feb 10 09:40:47 2020 -0800
Fix strtobool casting
commit 0685b2fa356924ca2b8c5dea8d94269e703881e4
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Sat Feb 8 07:24:40 2020 -0500
Updates to config file loading
Now supports json or yaml
Depricated multiple k=v on a single line
Remove assert statement and unused import from module_util
commit 232ea1e50c34d488c493608a4fb51c7514522272
Author: beeankha <beeankha@gmail.com>
Date: Fri Feb 7 15:35:23 2020 -0500
Properly cast verify_ssl type to a bool
commit 3423db6ed08f8310fd4d16cd7b1de4e3251f5904
Author: beeankha <beeankha@gmail.com>
Date: Fri Feb 7 12:38:28 2020 -0500
Attempt to make validate_certs work in Python2
commit c32452d6b6efaf1beb2643ff154336a6c5ef79ba
Author: beeankha <beeankha@gmail.com>
Date: Fri Feb 7 10:31:43 2020 -0500
Fix Python2 config incompatibility issue
commit 018dd4c1c333845669d5860fd2199aeb05ee2d78
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Thu Feb 6 11:07:19 2020 -0500
Fixing config loading issues when the config has no [general] section
Fixed typo in help documentation
Fix up sanity errors and update converted modules
Remove unnecessary test playbook file
commit 4fc2c58ae7ee6bec3376f5adadde81ff1001c6da
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Feb 5 21:17:09 2020 -0500
Converted tower_job_cancel
commit b4014ebabf50efa2582d2e7e304b24c3f2a93bdf
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Feb 5 20:48:39 2020 -0500
Converted tower_job_launch.py
commit 9955ee6548d0335d44cf18d446d032031fc955e5
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Feb 5 13:24:46 2020 -0500
Converting tower_inventory_source
Fix up inventory_source module changes, fix import yaml sanity error, change inventory_source unit tests to comply with new structure.
commit c08d402e6641823f0e2f0983caf7643e8b2f1ce1
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Feb 5 12:46:30 2020 -0500
Adding mutually exclusive if functionality to support tower_inventory_source
commit 1c505beba63ca77c341383054ee6071b98344eb8
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Feb 4 13:00:01 2020 -0500
Converted tower_group
Splitting out tower_inventory_source from tower_group
Copy/Paste typo fix and README update for breaking backwards compatability
Update credential_type module and unit tests
commit 8a0432efb77d341fb77a6aa0011a3a41ff3d0db9
Author: beeankha <beeankha@gmail.com>
Date: Tue Feb 4 11:50:20 2020 -0500
Change config file loading function, add py2 and py3 compatibility
commit 320276f8ca07fee849505609727aee7a81176f27
Author: beeankha <beeankha@gmail.com>
Date: Mon Feb 3 10:47:04 2020 -0500
Remove JSONDecodeError exception, fix tower_host variable issue
commit f89061da41751bd7754dfd96260da3e4738ca687
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Jan 29 13:33:04 2020 -0500
Updating tower_org to use the new tower_api format
Pass sanity and unit tests, update tests
Remove placeholder test function, convert tower_host module, fix misc typos
commit c23d605a7a67389fbc3c8f77fc81c17199fa6b80
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Jan 29 11:52:09 2020 -0500
Modified modules to use new tower_api format
Fixed variable name typo
commit 6d90cac3f9b9237e48c5f7fb9f55a40eea6d38f4
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Jan 29 11:50:56 2020 -0500
Bug fixes for username and delete data
commit 89e92bd337eb4ed4d7260b8380680680bc1d2f8a
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Wed Jan 29 09:54:35 2020 -0500
Updating call to create_or_update_if_needed
commit 9271127c53d8c2418dc9ba32bdb3fc12ccb33fb1
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Jan 28 16:56:37 2020 -0500
Standardizing CRUD methods
Fixing linting and conversion issues
commit 9fa59427917146883302114e3ac9d86d86193ce2
Author: beeankha <beeankha@gmail.com>
Date: Tue Jan 28 15:39:53 2020 -0500
Fix superclass syntax for < Python3
commit e028ed878e4892112a184e5dacca10a187b98f57
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Mon Jan 27 21:14:55 2020 -0500
More tower-cli-ish parsing of config files
Clear up test failures/linting errors, update unit test
Update module_utils for linter, add wait time to project module
commit 838b2b7d1ee0dc8b7690abb5add454518a3abb80
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Sun Jan 26 05:43:15 2020 -0500
Converted tower_project
commit 7c0ad461a515f2ebec181fa56a07bd27143216a6
Author: beeankha <beeankha@gmail.com>
Date: Fri Jan 24 11:30:16 2020 -0500
Further module conversion changes, unit test changes
Multiple module changes
Added on_change callback
Added head_endpoint
Added additional error returns
Respond with a try an ID message if multiple assets found by name via return_none_on_404 kwarg
Diferentiated between login and logout token errors
Added is_job_done method
commit 68926dad27982fbd390b3fe03f5210e4d98a3a3f
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Tue Jan 21 14:44:19 2020 -0500
Adding team_fields
Convert job_list and inventory modules, other changes to make sanity tests pass
commit ceb6f6c47d8a2b9e4f58ab686b902a40a06e379f
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Sat Jan 18 16:13:33 2020 -0500
Converted tower_settings
Changed comments
commit 167e99fce91e49d377918a1a122f6af96e8298e4
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Sat Jan 18 16:04:00 2020 -0500
Converted tower_user
commit c930011616d64d24975d60728b5ee7698576f49e
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Sat Jan 18 16:03:43 2020 -0500
Removing default_check_mode
commit aaaca63f831b22140c9b898725b1b2b6e1975b5b
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Sat Jan 18 16:02:01 2020 -0500
Converted tower_organization
commit d8a9f663b146267f25485cc996ebcf29300fb699
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Sat Jan 18 16:01:51 2020 -0500
Converted tower_credential_type.py
commit b0d0ccf44fc9ce90cff6ad0aa1ed3d6071a5d640
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Sat Jan 18 16:01:25 2020 -0500
Fix fail_json and remove redundant handle check mode
commit c57754a29bc0fea65ceb8293e2b897c2ad1b3153
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Fri Jan 17 15:44:25 2020 -0500
Logout is now handled by exit_json
commit 65057c1fb73ef552cd05f23c0157979b9003ac2b
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Fri Jan 17 15:44:07 2020 -0500
Auto-handle check_mode on post, patch, delete and update_if_needed methods
commit d8be6490c28a72293532c07bd3b01d37d58ed04e
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Fri Jan 17 11:07:39 2020 -0500
Only warn if we can't release a tower token
commit b34208d1b635232c7445581f674f55cf5793ae03
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Fri Jan 17 10:45:44 2020 -0500
Attempting to fix logout loop
commit 0d5a9e9c8ccda17e47234d8494ba77ed70d6460e
Author: John Westcott IV <john.westcott.iv@redhat.com>
Date: Fri Jan 17 10:21:42 2020 -0500
Initial implementation of Pull #5337
commit eaa766df77a80ca2bab2dc8ed8ed046919c02352
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Feb 26 08:18:14 2020 -0500
update Django to address a few open CVEs
https://github.com/advisories/GHSA-hmr4-m2h5-33qx
https://github.com/advisories/GHSA-vfq6-hq5r-27r6
commit 8b1806d4ca321735ed0b0a7518cf8e690092cbfa
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Feb 25 17:05:14 2020 -0500
add code for detecting (and killing) a hung task manager task
commit 07232f36944ad748d62a97b3806c662a6c79182c
Author: Yanis Guenane <yanis@guenane.org>
Date: Wed Feb 26 11:07:41 2020 +0100
awx-api-lint: Fix setup.cfg syntax for linter test
Signed-off-by: Yanis Guenane <yguenane@redhat.com>
commit 37a33f931a295938c01b1dcff19930e73438bfa9
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Feb 25 14:19:42 2020 -0500
Add completed jobs subtab to all resources
* Resources include: Host, InventoryHost, Inventory, SmartInventory, Template, and
WFTemplate
* Move JobList into top-level shared component directory
commit 7ae1c7c3d2ad6c18cb48b384b3a32bf969f487b4
Author: Philip Douglass <philip.douglass@amadeus.com>
Date: Tue Feb 25 15:16:30 2020 -0500
Set setuid bit on bwrap in development Dockerfile
Related: #5224
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
commit 341c6ae767cc95b288b1f6228df73433e2ebec7e
Author: Bill Nottingham <notting@splat.cc>
Date: Tue Feb 25 15:18:26 2020 -0500
Also remove some dangling rax from awxkit and collection modules.
commit 3e6b6c05a656b43bb9923ae72f6e65118a1ab497
Author: Bill Nottingham <notting@splat.cc>
Date: Tue Feb 25 15:03:05 2020 -0500
Remove the rax support specified in the linked TODO
commit 544d4cd3b0f5fd152f1de33ce9b89d5803b4d8a2
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Feb 17 09:24:32 2020 -0500
add translations from memsource
commit 255fd0a9cb5cc2d2487907993aa4539d48cba838
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Feb 25 10:12:58 2020 -0500
Align modal buttons to the left
commit 6ffc78bcb0e759fd1f6e49449e02389a498a91e8
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Feb 24 14:05:10 2020 -0800
add missing i18n; fix test names
commit 8e9fc550f60e07d9810997ca4e3d2c60b4c3a12a
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Feb 21 12:32:29 2020 -0800
convert InventoryList to hooks
commit 779d1908557a44643e52ca5b9452eac0591e6e41
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Feb 21 12:13:52 2020 -0800
convert ProjectList to hooks
commit 89a4b03d458d70a4bc60e4cbb87a727cc14a025f
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Feb 20 16:21:58 2020 -0800
convert TeamList to hooks
commit 31dbf38a35af48985f55d8b53f10e3d85d4ff3b4
Author: Seth Foster <fosterbseth@gmail.com>
Date: Mon Feb 24 11:35:57 2020 -0500
Prevent failing a successful project update if inventory update fails
Scenario - job is launched and spawns inventory update and project update.
If the inventory update fails, then it will fail the job and the project update.
It will fail the project update even if that update already ran and was successful.
This code change will not fail the project update if it has already ran successfully.
In cases where other jobs depend on that project update (but not the failed inventory
update), then we don't want those jobs to fail.
commit d0bec97bbb16b626fbdcb468b3ac0eef416944c1
Author: Jeff Bradberry <jeff.bradberry@gmail.com>
Date: Wed Dec 18 10:53:43 2019 -0500
Adjust the logic that renders fields with choices on an API Options call
accounting for the case where blank or null is allowed.
Refs #5099
commit f561bf57541bd740dadfd4f3349d63e861767e83
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Feb 24 09:19:02 2020 -0500
prettier
commit 2e3547d5cfb0bfb78388330d0542d1c91bb08321
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Feb 24 09:00:07 2020 -0500
translate a missing string in the license UI
see: https://github.com/ansible/tower/issues/3949
commit ce8897d3e82580f344a85cf69f28a6da045d50a0
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Sun Feb 23 11:16:44 2020 -0500
Fixes naviation bug by create ProjectTemplateList and ProjectTemplateListItem
Adds tests for those new files and removes uncessary test from TemplateListItem
commit df77147d65bf13cfe3c338d10036cce9ba6b2c15
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Feb 21 12:33:53 2020 -0500
WIP
commit 9b11df04b3fa7382379e2695ef08b66a6a30b713
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Feb 20 15:16:49 2020 -0500
Fixes navigation bug
commit 58c06d5aeab5943f7632d292e7ed31a8fdbcf393
Author: root <root@ip-172-31-10-22.us-west-2.compute.internal>
Date: Sun Feb 23 14:58:47 2020 +0000
fixed precedence on ansible.cfg
commit e6f0c01aa666d9a09ddf8b91bd18c4e27c555ba9
Author: mabashian <mabashia@redhat.com>
Date: Fri Feb 21 16:13:21 2020 -0500
Schedule list now uses useRequest hooks for fetching and deleting. Also rolled a component for schedule toggles that can be used throughout the tree.
commit 9310d59e0a4c499588ebad2f34c899367ed11f08
Author: Marliana Lara <mlara@redhat.com>
Date: Fri Feb 21 10:37:39 2020 -0500
Use PF color variables in HostStatus bar
commit f2e1e7130247ba81ea24bc1b7fb85d3cec0642c4
Author: Marliana Lara <mlara@redhat.com>
Date: Thu Feb 20 18:50:05 2020 -0500
Remove tab and button style overrides
commit e6e31a9fc653258a31c02353c048faad2daef3af
Author: mabashian <mabashia@redhat.com>
Date: Fri Feb 21 12:40:21 2020 -0500
Updates after removing PF overrides to list components.
commit 801aaf9323e37878990d85de9f589be20d7c732b
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 13 17:02:35 2020 -0500
Adds the All Schedules list
commit 866dd6b259b7847c9950920f00fe41f26a09243d
Author: AlanCoding <arominge@redhat.com>
Date: Fri Feb 21 14:49:45 2020 -0500
Make job batch size configurable, fix _by fields
commit eba893c99b3cb77b9c03266a1412f69c63bb79c0
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Feb 21 11:05:59 2020 -0800
syntax fix after merge
commit fd3f410cc6f2707dc6bc9543ee8e21f73241983f
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Fri Feb 21 13:43:09 2020 -0500
fix conflict
commit 03aaf93cef642fe9020f30737529d17750df3ba9
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Feb 20 11:49:12 2020 -0800
update HostList tests for hooks
commit 9aef57003a8d9a5df905f4361df560b13f647df3
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Feb 19 16:00:11 2020 -0800
use HostToggle in HostDetail; update tests
commit 6065eb0e65ecdbf6e0550868731aefa980fcfa2b
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Feb 19 12:33:24 2020 -0800
Convert HostList to hooks
use useRequest and useDeleteItems
add HostToggle component
commit f14eb4327dc59038488053cd4c12677d4f47ccbd
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Fri Feb 21 10:38:12 2020 -0500
remove unnecessary imports
commit 4ebd721cc5cc6119aa4d99f467e4c5e5676b1afe
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Feb 20 17:12:22 2020 -0500
remove card padding overrides to project add form
commit 21a92176b9c37b0be2d29b8166543ba220a91fa1
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Feb 20 17:00:23 2020 -0500
Update NodeTypeStep form to new FormLayout components
commit ad04b02e24f6d13afc6525b08178b8a28e69d0b4
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Feb 20 15:09:18 2020 -0500
update project edit test to make sure there is a local_path value set
commit bc0511fe66149eab21a0e01f5fc8a4aea14edc59
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Feb 20 14:32:03 2020 -0500
fix user form non submission error
commit 1accb9f93992e9ca25285b12cad6377322303e1c
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Thu Feb 20 10:23:12 2020 -0500
fix warnings by correctly clearing out cred input values
commit 9253f16e368911a25f92027b86e811660a270a21
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Wed Feb 19 14:58:20 2020 -0500
update prettyier
commit 42387166bff325663f44582a25faecc2db30cd0d
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Wed Feb 19 14:57:27 2020 -0500
update encrypted value display on detail and form views
commit 0b5f8921932869d14d8b793cb9fdf519d04a554d
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Wed Feb 19 14:56:56 2020 -0500
update FormLayout styling
commit 1a0d36a6fd4dbb3db0d7fcbff6c41b7672eb7235
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Wed Feb 19 14:55:11 2020 -0500
migrate FormFullWidthLayout from var field to calling forms
commit cf3ed0dc88cdab973e186befe61c4213f2a0e875
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Feb 18 14:41:49 2020 -0500
update prettyier
commit 8d26d7861e01cf96a4c01e6927bd5e1558386553
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Feb 18 14:40:55 2020 -0500
add credential form and add edit routes
commit 8e0ad2ef6eed99eaaec731a075d24c21b19ce12a
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Feb 18 14:40:09 2020 -0500
add cred access tab and update credentials routing
commit 0aba4c36af45633f725dcaa420433a7ccd644469
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Feb 18 14:37:30 2020 -0500
move FormField label proptype check to FormField component
commit 44cd1990785042cda894256553b52dcb4a58b461
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Feb 18 14:36:48 2020 -0500
add text area option to FormField component
commit ce909093c03ba6b61f7a78a1da27520677963373
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Feb 18 14:36:18 2020 -0500
update expanding container to trigger height check when any child changes
commit df13a8fea92b9f6120c8a0a40d369b230a3c01e1
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Feb 18 14:35:41 2020 -0500
update forms from FormRow to using FormLayout components
commit ff823c9fdbbc1502820ff8b56eca311eed6ff985
Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local>
Date: Tue Feb 18 14:30:59 2020 -0500
update forms to useField fomik hook
commit e2fb83db9857b21ab7f26f3819da563c8dbe050f
Author: Bill Nottingham <notting@splat.cc>
Date: Thu Feb 20 17:10:13 2020 -0500
Tweak workflow error message
commit 06eb1b66831a3e27068dafbd596dda45bdbece53
Author: AlanCoding <arominge@redhat.com>
Date: Thu Feb 20 20:53:11 2020 -0500
Randomize JT for each job batch
Populate some more fields just to have them populated
Include some missing ForeignKey links for data integrity
Add some more to fields from JT set
commit d62994ec02890a2855281c599b5ad6000cf19aaa
Author: AlanCoding <arominge@redhat.com>
Date: Thu Feb 20 15:05:58 2020 -0500
Update metadata for the AWX collection
commit f20859c85f1cc1225878cbc0534ebdca31954963
Author: Bill Nottingham <notting@splat.cc>
Date: Thu Feb 20 16:25:39 2020 -0500
Tweak labels for workflow pending approval message
commit 0976e9e56958709ac1a71df47eff895748d75ab2
Author: Christian Adams <chadams@redhat.com>
Date: Wed Feb 19 11:26:49 2020 -0500
UI translation strings for AWX
commit 83a96757db34c511a26bd448cbc1de59c7219e04
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Thu Feb 20 15:57:08 2020 -0500
Add section for patterns
commit 9013dcfea7bd5f0619a8ddce620d6ca668dd58b6
Author: Marliana Lara <mlara@redhat.com>
Date: Thu Feb 20 13:04:31 2020 -0500
Move status icon into separate directory
* Remove ButtonGroup export
commit 4ebc2573a33d7fbd528f56fdc5afaa3377f3061c
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Feb 18 10:40:18 2020 -0500
Remove DataList component overrides
commit fe9b03a189778067949d211ff5bfc09f72f92ada
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Feb 18 10:31:19 2020 -0500
Move ButtonGroup into CodeMirrorInput directory
commit d2f6c367f0ed83d951f535b1297951bdde5addfa
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Feb 17 15:33:11 2020 -0500
Remove alert modal styles
commit 34b717d00cdd33fd95cff793c8c667408f77f362
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Feb 12 14:41:14 2020 -0500
Remove vertical separator
commit 764c0b2e15c2bb56bb32326d8fb93c000c78f685
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 20 12:57:38 2020 -0500
Fix unit test failures where we were using workflow action toooltip item id's
commit 23677b496321925490f5ae40df33467b5f43c9db
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 20 10:38:01 2020 -0500
Explicitly pass id through to the action item
commit 96d9d41f19012cf7a92086435fac90d3b853fda4
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 20 10:24:37 2020 -0500
Expose id's on workflow action items
commit ed8133be2dbbc371e7ad719a44db11da2df4581e
Author: Donovan Murphy <dono@dono.email>
Date: Wed Feb 19 20:29:42 2020 -0600
add Service Account annotation
Signed-off-by: Donovan Murphy <dono@dono.email>
commit 46fceb03a5b77c1108fd4ed7fd56c2257366d75c
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Feb 19 16:15:09 2020 -0500
scope counter/start/end line updates to the current job for firehose.py
commit 8f6b679c856dfa51a352a7ee4b9b38ac9bb5fe15
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Feb 19 09:36:07 2020 -0500
Fixes navigation issue and address ps issues.
commit 32e017bd03a488f1c17ca4a0887452e9332a7678
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Feb 17 14:47:35 2020 -0500
Adds WFJT Details view
Adds Launch Functinality for WFJT.
commit 74a31224e0f873e3627cbbaff6aedf9a409454dc
Author: Egor Margineanu <egor.margineanu@gmail.com>
Date: Wed Feb 19 10:45:07 2020 +0200
Moved imagePullSecrets into ServiceAccount definition
commit 667b27fe78eddb3a9dc20e8f8e66b559cb8a96c0
Author: Egor Margineanu <egor.margineanu@gmail.com>
Date: Wed Feb 19 10:11:34 2020 +0200
Added support for K8S imagePullSecrets
commit 4c8a4013ccc559a29effcf5e53bd218e87af6e0b
Author: Bill Nottingham <notting@splat.cc>
Date: Tue Feb 18 11:08:54 2020 -0500
Remove requirements_setup_requires and related handling.
Adjust requirements to keep docutils in awx requirements; these
are downstream packaging adjustments. Override azure wheel
dependency to a version that can install bcrypt properly.
commit 5e4d73b6a3539568f0a0f58fda50534917cf27b8
Author: Donovan Murphy <dono@dono.email>
Date: Tue Feb 18 20:27:57 2020 -0600
fix indent
commit da486d778866f3ed4ea19304cf5b3aee7f88491b
Author: nixocio <nixocio@gmail.com>
Date: Thu Feb 13 13:40:09 2020 -0500
Add test method to Credential and CredentialType - awxkit
Add test method to Credential and CredentialTypei - awxkit.
The inclusion of this one was discovered when testing the following
issue. https://github.com/ansible/awx/issues/5141
commit 30d97e2fa8ae2f4ca8164dd41e533a0f43757de9
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Feb 18 10:10:18 2020 -0800
delete commented code
commit 3a95114c3ae802674932e809e23bf6aa92730c38
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Feb 4 08:35:13 2020 -0500
properly configure AWX loggers for openshift installs
see: https://github.com/ansible/tower/issues/3793
commit 1f3ad8540386934736c2ef2b4dd910bfbcfd1654
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Feb 18 09:25:15 2020 -0800
de-lint
commit 90cb02e0bffd04ec02b1f9dd550cd61c11e3d66e
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Feb 18 11:31:05 2020 -0500
fix start/end line incrementing behavior
commit 717698b6591f93899c1fb17b06d7e3ece6d0be77
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Feb 18 10:34:51 2020 -0500
properly inherit JT fields when creating many jobs with firehose.py
commit 6a29a0898a9d123335736bd0b5381fc56be76b44
Author: Shane McDonald <me@shanemcd.com>
Date: Tue Feb 18 09:32:24 2020 -0500
Pin shellingham
Was seeing:
Collecting shellingham<2.0,>=1.1 (from poetry==0.12.17->-r tower/requirements/requirements_setup_requires.txt (line 12))
File was already downloaded /ansible-tower/tower/requirements/vendor/shellingham-1.3.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib64/python3.6/tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-jixdv7cx/shellingham/setup.py'
commit 1833872be97f41fe2bbc7eb4a67ab61c1022e32f
Author: Shane McDonald <me@shanemcd.com>
Date: Tue Feb 18 09:17:53 2020 -0500
Drop virtualenv from requirements_setup_requires.txt
commit 4d06c812e628374f9c1c0dd91e0b6a1f10d696f6
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Feb 18 08:55:06 2020 -0500
add the ability to load lots of jobs with firehose.py
$ awx-python tools/scripts/firehose.py --jobs 5000000 --events 100000000
commit 3b71d2a37b8277724c57f3d6e4b4a868e5da0a19
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Feb 17 16:11:48 2020 -0800
convert JobList to function comp w/ hooks
commit 0c0cacb0d63f08b2ca1c17153f5c74677f9c0e9d
Author: Ben Thomasson <bthomass@redhat.com>
Date: Mon Feb 17 15:57:31 2020 -0500
Works around bad error message when authentication fails
related #5964
commit 54ddeaf046b321da35e555fa94a4a67f3117e0e8
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Feb 14 16:01:18 2020 -0800
Flush out useDeleteItems hook
refactor TemplateList to use useRequest, useDeleteItems hooks
refactor CredentialList and OrganizationList to use useDeleteItems hook
commit 69a1a02c7020a10bd16d675a7540b7838f3eefa1
Author: Keith Grant <keithjgrant@redhat.com>
Date: Fri Feb 14 09:14:33 2020 -0800
build useDeleteItems hook
commit c824f0d590f4302e202b978a74a43028cac7e7b6
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Feb 13 15:13:58 2020 -0800
create updateUrlAfterDelete util
commit c336c989e7df31b56ae78dfa7fbf42e8966a82fd
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Feb 12 09:43:25 2020 -0800
convert CredentialList to useRequest
commit f6523ab5a00247230500de55b6b43c992ef934d6
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 13 14:30:02 2020 -0500
Adds id's to the node name and the node type letter
commit 47c783da370570f64df06a56ebf0973a1ea61418
Author: mabashian <mabashia@redhat.com>
Date: Wed Feb 12 14:24:02 2020 -0500
Remove Workflow Visualizer text from visualizer toolbar
commit 74afc7b424e2a4f20d47dfdd87cfdaf48cfc0715
Author: mabashian <mabashia@redhat.com>
Date: Wed Feb 12 10:14:00 2020 -0500
Run prettier to fix failures
commit 4ac5a1e15a6ad903c03ddea756d93cf10f77788c
Author: John Hill <johill@redhat.com>
Date: Tue Feb 11 17:43:12 2020 -0500
Add IDs for nodes badge and template name
commit 48eeeea7f32f1cd66ff2caeb883ae57296486370
Author: mabashian <mabashia@redhat.com>
Date: Tue Feb 11 13:00:47 2020 -0500
Disable tools/legend buttons when the workflow has no nodes and is displaying the start screen.
commit aa6857fd383ff2ac7fa344d52ef1e09af5c0e00e
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 6 17:04:20 2020 -0500
Hide message stating that the resource has been deleted if the output node is an approval node
commit 25fe2a2ce64aeb9ecc4065c25843c6d270e56278
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 6 15:40:38 2020 -0500
Adds tests for the node type step components in the node modal
commit 3d1e3741cd103de9281ae38f444e281f4b782066
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 6 11:12:55 2020 -0500
Run prettier
commit 2ef57e022131a1d487156051a51395b6dad1291d
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 6 10:43:33 2020 -0500
Adds id to workflow visualizer start screen button
commit bc08c02b896db8a9691bb89c79603b25e32e5594
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 6 10:40:24 2020 -0500
Adds ID's to toolbar(s) and action buttons within visualizer/output toolbars.
commit 50c74a2ec859ee0da1eda4c75171d45b851de9ef
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 6 10:29:23 2020 -0500
Adds test coverage for node modal components
commit 887469d73ed633ebe4dff6e62f11a944b14f42c0
Author: mabashian <mabashia@redhat.com>
Date: Tue Feb 4 11:14:28 2020 -0500
Adds test for link add/edit/delete modals
commit f9debb8f94d349216b0686fafe53e70e8adc5fc5
Author: mabashian <mabashia@redhat.com>
Date: Tue Feb 4 10:43:39 2020 -0500
Adds tests for delete all nodes and unsaved changes modals
commit b3929d1177a3d08b1e7872c9feac623c564b71dd
Author: mabashian <mabashia@redhat.com>
Date: Mon Feb 3 17:57:34 2020 -0500
Remove HorizontalSeparator component. Patternfly now has a Divider component that we can use if we need something like this.
commit e3cfdb74baa5df8e297ae450fec8abccbf5e12a4
Author: mabashian <mabashia@redhat.com>
Date: Mon Feb 3 17:42:39 2020 -0500
Adds basic unit test coverage to visualizer components (not including modals).
commit 1d0e75298921ff002b8a60f321447ffc5af81946
Author: mabashian <mabashia@redhat.com>
Date: Mon Feb 3 10:21:53 2020 -0500
Adds unit test coverage for workflow reducer
commit 05a3bb062250104858c71f6e0bb60e57311afe44
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 31 11:53:27 2020 -0500
Removes unnecessary 'type' field on nodes and links
commit bc7fd26af63a8c81405eea03ca9dc04ebfb7b438
Author: mabashian <mabashia@redhat.com>
Date: Thu Jan 30 17:31:50 2020 -0500
Fixes bug where navigating from one output route to another was breaking
commit 048d4dbd959dd77b43c39f0e2b95218f8c6e82cb
Author: mabashian <mabashia@redhat.com>
Date: Thu Jan 30 13:55:52 2020 -0500
Fixes bug where viewing the workflow output, clicking a node to view the details of that job and then hitting the back button would result in an error and no output graph.
commit c70e5357d30306b0e979feffaa2590389e78fdff
Author: mabashian <mabashia@redhat.com>
Date: Thu Jan 30 13:17:24 2020 -0500
Mark min/sec labels for translation
commit 7576ba2adeaa4817449bb4e54f69ad2549945a7b
Author: mabashian <mabashia@redhat.com>
Date: Thu Jan 30 12:37:17 2020 -0500
Swap history.push for history.replace to alleviate console warning dealing with pushing to the same path.
commit 877e630a90a934add0c5d6f16ab0ab530aa51226
Author: mabashian <mabashia@redhat.com>
Date: Thu Jan 30 12:34:39 2020 -0500
Replace withRouter with useHistory hook
commit ef854aabb75741f80b68cd369095f88ce91f505e
Author: mabashian <mabashia@redhat.com>
Date: Thu Jan 30 11:22:37 2020 -0500
Adds test coverage to the workflow output and workflow output graph components
commit fc3f19bd2bcc0ec0f6473459371b227a59b77a23
Author: mabashian <mabashia@redhat.com>
Date: Tue Jan 28 16:01:46 2020 -0500
Fix some styling discrepancies between Chrome and Firefox in the workflow viz/output graphs.
Cleans up deleted job/job template use cases. Show message indicating that the ujt associated with a node has been deleted.
commit 2bbcd2d663d0c9fe66e6445d3e4a2d6b558a6390
Author: mabashian <mabashia@redhat.com>
Date: Tue Jan 28 12:14:13 2020 -0500
Move visualizer/workflow output state logic out to reducer and refactor some of the larger functions. Introduces contexts for state/dispatch that can be used by descendent components of both the visualizer and the workflow output components.
commit a7861184151741afd8f752b3913e2f38ecb5ead5
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 17:07:15 2020 -0500
Removes reference to the node unified job template name in the view modal for now. This component is really just a placeholder and this change fixes an error that is thrown when the node's unified job template is deleted.
commit 65429e581a54f6a11ce27cf693c4bc3f755fc3fe
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 17:00:40 2020 -0500
Properly bookend @constants alias so that it doesn't inadvertently match something we don't want it to match
commit eb6f4dca5565091f66384b90a8f8b4f6f7deb5fc
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 15:06:56 2020 -0500
Run prettier
commit ce09c4b3cd28957557173ffe659d7c232ed07b0a
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 15:01:08 2020 -0500
Changes "Key" references to "Legend"
commit c971e9d61c1d277819644c24c6aca606c15cdcd3
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 14:52:03 2020 -0500
Turns all the workflow tool buttons in to pf button components.
commit e34bf90ca758f402fa1d346e184de0bc5da318e0
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 14:36:19 2020 -0500
Vertically center the pause icon in the node type letter component
commit 700296a55837fcb13121749ed3c2356188d8c238
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 14:22:55 2020 -0500
Change Exit button text to Exit Without Saving in the unsaved changes modal.
commit 492ea0616ed55e909b9a50a08b353c20c1934e2c
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 11:54:08 2020 -0500
Moves util/workflow.jsx to components/Workflow/WorkflowUtils.jsx and updates imports
commit eddb6e1faf9f02733562219aa002c24c368a0326
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 11:24:46 2020 -0500
Combines the two start node components into one. Removes use of document.getElementById in workflow components in favor of refs.
commit f98b2741770b35d3f2332d931221fd3079162904
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 09:56:08 2020 -0500
Adds default search and sort columns to the four lists in the workflow node wizard
commit 662ff41fe9c9efda452e463b69448566f47f4bd7
Author: mabashian <mabashia@redhat.com>
Date: Fri Jan 24 09:27:26 2020 -0500
Moves inline css to styled component in WorkflowOutputToolbar
commit fd146dde30f1f05ff5fc559c3c68635ec00369a6
Author: mabashian <mabashia@redhat.com>
Date: Wed Jan 22 16:46:34 2020 -0500
Adds unit test coverage to some of the workflow output components. Also adds support for hovering on workflow results links to see the edge type (success/fail/always).
commit e394d0a6f664312d567908b9f58c0ccd5ac6280e
Author: mabashian <mabashia@redhat.com>
Date: Wed Jan 22 12:05:32 2020 -0500
Add close button to workflow tools/key
commit 5a1a47b7aa25e5fc972f0f4538e3e3e39750d142
Author: mabashian <mabashia@redhat.com>
Date: Wed Jan 22 11:24:50 2020 -0500
Default '---' not needed due to changes to how the prop is passed to CodeMirrorInput
commit 3d5c32c35438711eb1a4ccb0bd02582b84625328
Author: mabashian <mabashia@redhat.com>
Date: Wed Jan 22 11:16:42 2020 -0500
Update function/callback props passed into workflow components to start with "on"
commit 01cc0ac8f17ce15277f24f7f3f4ec29e66db8608
Author: mabashian <mabashia@redhat.com>
Date: Wed Jan 22 10:52:17 2020 -0500
Adds unit test coverage for shared workflow components
commit 5a9248e6195e6b7a26c5c4bb182a7e38d0d31fa5
Author: mabashian <mabashia@redhat.com>
Date: Mon Jan 20 16:58:24 2020 -0500
Prettier
commit 1d84d03566dd6f5520f143351cbb5f2cd4512bbc
Author: mabashian <mabashia@redhat.com>
Date: Mon Jan 20 15:25:07 2020 -0500
Stabilized workflow visualizer and output point. Workflow jobs can be viewed and workflows can be built (without jt prompting).
commit 50ba4f97594f797dbfc126358425573a4c755380
Author: mabashian <mabashia@redhat.com>
Date: Thu Jan 16 15:37:35 2020 -0500
Halfway implemented node details. Still need to handle cases where the user has edited the node and cases where the node is brand new.
commit de55af6ae6416f85dfaf4cec08b450e296d471f4
Author: mabashian <mabashia@redhat.com>
Date: Mon Jan 13 11:13:40 2020 -0500
Fully functioning workflow editor without read-only view modal and without prompting.
commit ca478ac88098dd655a3279c7a260c7d95228a2a8
Author: mabashian <mabashia@redhat.com>
Date: Mon Dec 16 09:57:55 2019 -0500
Render workflow results. Extensive refactors of workflow components in general.
commit 0db0f81e53f616b02ab81fcb36651223af5bf4a1
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Mon Feb 17 10:16:20 2020 -0500
allow external pg connections
* Postgres containers now, by default, do not allow passwordless users
to connect remotely. This change explicitly allows that case.
commit c94680eaba729307fed25488444e63fd0dda2df1
Author: Jonas DOREL <jonas@dorel.me>
Date: Sat Feb 15 14:49:05 2020 +0100
Add openshift label `app`
commit 4e811c744afee90c433e29e6c9fbc342c2ec0b8e
Author: mabashian <mabashia@redhat.com>
Date: Fri Feb 14 10:56:11 2020 -0500
Use FieldTooltip instead of Tooltip component. Remove promptValidate prop from FieldWithPrompt. This checkbox shouldn't ever need a custom validator function.
commit 590199baff52d590f5c5fa342634c0a9bce8ce2e
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Feb 11 16:11:47 2020 -0500
Remove ListActionButton component
commit 3b9dd3ba8c170b042c30fddb7b6aafee003c7fe5
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Feb 11 15:44:10 2020 -0500
Remove ActionButtonCell component
commit 446021cf22f4c91c948a598da2843662e7ddd4ea
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Feb 11 13:55:35 2020 -0500
Remove Switch component
commit 10c62977067acce3ccfe927f187aae2b26eb7eb9
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 13 09:42:09 2020 -0500
Adds basic unit test coverage for the FieldWithPrompt component
commit 3a2a61af82394d41e8a758f290fd9aa4a3f9bf22
Author: mabashian <mabashia@redhat.com>
Date: Thu Feb 13 09:06:35 2020 -0500
Adds tooltip to run type that was previously removed. Fixes unit test failures by adding ask_job_type_on_launch to mock data.
commit 774e7fb248e880355c41d0a5d8dcb348fd957ed1
Author: Stefan Jakobs <sjakobs@anexia-it.com>
Date: Thu Feb 13 14:34:45 2020 +0100
Remove docker_remove_local_images from documentation
docker_remove_local_images was removed with commit https://github.com/ansible/awx/commit/28994d4b0bde200b623354c2365735fe3555739f#diff-c12c21a2e99296acf472dc226bc19da8
(version 9.0.0). This PR removes it from INSTALL and inventory documentation.
Signed-off-by: Stefan Jakobs <sjakobs@anexia-it.com>
commit a5e3d9558fdf168da45acec4a6d1a043a027a96b
Author: AlanCoding <arominge@redhat.com>
Date: Thu Feb 13 08:29:52 2020 -0500
Handle case of deleted inventory
commit 490b76b141a9573cb0de0e92e51ccd2cd5f9060e
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Feb 12 13:10:14 2020 -0800
fix TemplateList name in tests
commit 3831efb3be313fb51dbaaebc194d0c7e055cacbf
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Feb 12 13:48:20 2020 -0500
Use pod uid as instance uuid
Inject the pod uid as an environment variable and use it for the
SYSTEM_UUID in the settings file defined by the configmap.
commit a8fa816165b4e50d7873307836512caf4456ed72
Author: mabashian <mabashia@redhat.com>
Date: Wed Feb 12 13:49:57 2020 -0500
Adds FieldWithPrompt component to handle fields that are also promptable
commit 11ccfd8449fd420937fa428e30f7db0f37b69d85
Author: beeankha <beeankha@gmail.com>
Date: Wed Feb 12 12:34:15 2020 -0500
Fix misc. linting errors
commit c33cc82d53c4eeb77a138cd111b1c37e0153e694
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Feb 12 08:53:34 2020 -0800
go back one page when deleting all items off last page (orgs/creds)
commit 92cc597e84b35b9524a45c16688c58df707a2090
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Feb 12 10:22:31 2020 -0500
set actual counter/start/end values in the event generation script
commit 7402ac29a867f9001be3f10ddb1ea02c654df8b2
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Feb 12 10:11:28 2020 -0500
Order job_event requests by `start_line`
Ordering job_event requests by `start_line` accomplishes the same thing
as ordering by `counter`. The `start_line` field is more performant
because we have indexed it in the database.
commit 5c3fe519826c4436fe61c68148fb1c59d39d130d
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Feb 11 12:09:13 2020 -0800
fix credential list page number after deleting
commit f61af39f0851cf93395d7b249d77ad94bf36c5cf
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Feb 11 10:24:08 2020 -0800
fix Template(s)List naming discrepancies
commit 1ad7e663a1f54e7184d62451b52b7e4f25475e1e
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Feb 11 10:11:17 2020 -0800
fix org list page on delete
commit ca85020b26b77401e8921f7a1d2f35acdef3b11a
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Feb 11 12:50:25 2020 -0500
Use PF Chip and ChipGroup components
commit 5d2912605f1c68e91f5241dc3ef7d2515bf25f97
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Feb 11 11:53:22 2020 -0500
Remove PF style overrides from card, breadcrumb, sidenav, tooltip, and modal components
Release 9.1.1 commit 8bd9233 Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Jan 14 14:21:53 2020 -0500 remove some unnecessary callback receiver debugging code commit 0d2ae47 Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Jan 14 12:39:13 2020 -0500 update the CHANGELOG for 9.1.1 commit 306f504 Author: Ryan Petrello <rpetrell@redhat.com> Date: Wed Jan 8 16:14:47 2020 -0500 optimize the callback receiver to buffer writes on high throughput additionaly, optimize away several per-event host lookups and changed/failed propagation lookups we've always performed these (fairly expensive) queries *on every event save* - if you're processing tens of thousands of events in short bursts, this is way too slow this commit also introduces a new command for profiling the insertion rate of events, `awx-manage callback_stats` see: ansible#5514 commit 18e7b6c Author: Ryan Petrello <rpetrell@redhat.com> Date: Mon Jan 13 16:20:37 2020 -0500 update the CHANGELOG w/ historical notes from the mailing list commit b1f56df Author: Ryan Petrello <rpetrell@redhat.com> Date: Mon Jan 13 15:58:19 2020 -0500 fix linting failures commit 95960c8 Author: Bill Nottingham <notting@splat.cc> Date: Mon Jan 13 15:31:21 2020 -0500 Fix collection of free_instances from /api/v2/config commit b4a7cdb Author: Shane McDonald <me@shanemcd.com> Date: Mon Jan 13 14:01:37 2020 -0500 Pin setuptools in requirements_setup_requires.txt This is a file we use downstream to ensure that things under our dependencies' `setup_requires` are available when we build offline. commit cf9f00a Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jan 10 11:32:01 2020 -0500 Use summary `object_roles` to lookup admin role id To find the id of an org's admin role, use the `object_role` names in the organization's summary_fields instead of filtering on potentially translated role names. commit 6da5205 Author: Shane McDonald <me@shanemcd.com> Date: Mon Jan 13 10:30:08 2020 -0500 Bump version to 9.1.1 commit 15cb92d Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Fri Jan 10 16:05:44 2020 -0500 update sort iconography commit 78cc274 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Fri Jan 10 11:43:40 2020 -0500 fix prettier commit 959d505 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Fri Jan 10 11:43:12 2020 -0500 add limit search key to jobs list commit acf54e6 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Fri Jan 10 11:42:45 2020 -0500 remove created by/modified by search keys from ig lookup commit 4a9979e Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Thu Jan 9 15:40:57 2020 -0500 fix issue with checkbox state of select based search key commit 1e344bd Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Thu Jan 9 13:55:19 2020 -0500 more ui_next search pr feedback: - updae .filter().length calls to .find() - fix ProjectList errors commit 3cdf274 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Tue Jan 7 13:27:19 2020 -0500 update search based on pr feedback: - fix InventoryHost list inadverdent breakage due to merge conflict - update label__name search key to labels__name - always snap to page 1 when a search happens - udpate capitalization of keys to be consistent - remove isDefault from sort col items in tests commit 068de22 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Thu Dec 19 17:00:29 2019 -0500 second pass double checking all keys show up in the lists they should commit 30b6e31 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Thu Dec 19 11:17:27 2019 -0500 swap column types use of shape for exact and fix warnings it found commit 2c1648f Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Wed Dec 18 17:03:01 2019 -0500 fix issues with unit tests based on search changes commit 2c953ed Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Wed Dec 18 17:02:37 2019 -0500 add keys to search on lookups commit 2d00623 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Wed Dec 18 12:44:04 2019 -0500 update search keys for various lists in the mvp commit 51a6ba1 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Tue Dec 17 11:44:35 2019 -0500 support 1 item in sortColumns commit 6edd879 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Mon Dec 16 15:54:55 2019 -0500 add support for number, boolean, and option-based searches commit a31661c Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Tue Dec 10 13:12:19 2019 -0500 utilize new DataToolbar experimental patternfly components commit c69d497 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Tue Dec 10 13:11:49 2019 -0500 remove debugger statement commit 8b9810e Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Tue Nov 26 17:23:53 2019 -0500 update search and sort column configuration commit 16f9411 Author: John Mitchell <jmitchel@Johns-MacBook-Pro-46.local> Date: Fri Nov 8 13:14:19 2019 -0500 update simple search doumentation and plan commit 5455fe3 Author: Shane McDonald <me@shanemcd.com> Date: Fri Jan 10 15:47:39 2020 -0500 Introduce CHANGELOG.md commit b19e5aa Author: beeankha <beeankha@gmail.com> Date: Thu Jan 9 15:30:23 2020 -0500 Raise AnsibleParserError via a custom exception commit 6ec96a8 Author: Marliana Lara <mlara@redhat.com> Date: Thu Jan 9 00:17:54 2020 -0500 Update detail components to use ActionButtonWrapper commit 0c696bf Author: beeankha <beeankha@gmail.com> Date: Mon Jan 6 12:01:48 2020 -0500 Add new CollectionsParserError class for exceptions commit 63ffff3 Author: beeankha <beeankha@gmail.com> Date: Fri Dec 20 08:53:02 2019 -0500 Import request into module_utils instead commit c532c6f Author: beeankha <beeankha@gmail.com> Date: Wed Dec 18 11:14:10 2019 -0500 Update parameters, add whitespace commit 61c2968 Author: beeankha <beeankha@gmail.com> Date: Fri Dec 13 15:50:48 2019 -0500 Fix module-specific lint errors commit d9e4154 Author: beeankha <beeankha@gmail.com> Date: Fri Dec 13 12:41:40 2019 -0500 Refactor Inventory Plugin module to import from module_utils commit eec08fd Author: AlanCoding <arominge@redhat.com> Date: Wed Jan 8 15:49:28 2020 -0500 Log case of duplicate UUIDs commit f37ac1d Author: beeankha <beeankha@gmail.com> Date: Fri Dec 20 13:56:12 2019 -0500 Add extra_vars example to Job Launch module, update extra_vars type to dict, update unit test, add details to Collections release notes. commit d821806 Author: Elijah DeLee <kdelee@redhat.com> Date: Wed Jan 8 12:47:17 2020 -0500 Raise a more informative error when timeout Right now we are often left with very little info if we do get a timeout on something that HasStatus. Take advantage of the assert_status function that is also available on items using the HasStatus mixin to show more info. commit d3b7829 Author: Shane McDonald <me@shanemcd.com> Date: Wed Jan 8 11:04:12 2020 -0500 Pull in downstream k8s installer changes commit 18bb910 Author: AlanCoding <arominge@redhat.com> Date: Fri Dec 20 08:34:17 2019 -0500 Fallback to globals for these tests commit ca8dcce Author: AlanCoding <arominge@redhat.com> Date: Thu Dec 19 08:08:49 2019 -0500 update paramiko source commit 0b9b883 Author: AlanCoding <arominge@redhat.com> Date: Wed Dec 18 13:22:20 2019 -0500 Get rid of hacks to simplify process Remove poetry and wheel from bootstrap installs Cleanup some docs around them commit 271b3f0 Author: AlanCoding <arominge@redhat.com> Date: Mon Dec 16 08:24:33 2019 -0500 Attempts to simplify build environment Remove build isolation flag Do not use --ignore-installed for any pip install commands Add Makefile comments do not use system site packages for awx venv Consolidate bootstrap pins Do another upgrade, properly document wheel commit 477f566 Author: AlanCoding <arominge@redhat.com> Date: Mon Dec 16 07:29:36 2019 -0500 Bump Django version which recently updated commit cf55b6a Author: Shane McDonald <me@shanemcd.com> Date: Wed Dec 11 16:40:32 2019 -0500 Bootstrap venv creation with flit and poetry this is in addition to pip and setuptools installs add in --ignore-installed and --no-build-isolation flags reasoning is that we are not installing needed packages for building commit a2acf4d Author: AlanCoding <arominge@redhat.com> Date: Thu Dec 12 14:58:10 2019 -0500 Back off setuptools version due to allow_hosts option error commit 3dc8c78 Author: AlanCoding <arominge@redhat.com> Date: Thu Dec 12 14:56:01 2019 -0500 Avoid system site packages and add more setup things commit 7873d08 Author: Seth Foster <fosterbseth@gmail.com> Date: Mon Nov 18 15:12:45 2019 -0500 Update pip and setuptools in requirements txt Versions selected to be pre-19 pip due to unresolved issues with the build systems Upgrade everything, party on document new process rotate license files fix Swagger schema generation target Remove --ignore-installed flag commit c4df5f6 Author: James Smith <j@mes.sh> Date: Tue Jan 7 16:01:54 2020 -0600 change set-context to use-context set-context allows setting configuration within a provided context, to change contexts we need "use-context" $ kubectl config ... set-context Sets a context entry in kubeconfig use-context Sets the current-context in a kubeconfig file commit 7d0d000 Author: Alex Corey <alex.swansboro@gmail.com> Date: Mon Jan 6 16:53:15 2020 -0500 Adds Promote Delete Modal To InventoryGroupDetails It also removes a comment/reminder to remove some code after CredentialsLookUp refactor was completed. Now that it has been completed that code has been removed. commit 4a6147d Author: Ryan Petrello <rpetrell@redhat.com> Date: Sat Jan 4 06:50:22 2020 -0500 add the ability to generate dot graphs for per-request profiling commit d91e72c Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jan 3 11:45:25 2020 -0500 Generate new uuid for newly registered iso nodes When provisioning a new isolated node, generate a new uuid instead of reusing the SYSTEM_UUID of the controller node. commit 807f4ea Author: AlanCoding <arominge@redhat.com> Date: Thu Jan 2 11:37:33 2020 -0500 Remove incorrect activity stream entries related to managed types commit ef3f98a Author: mabashian <mabashia@redhat.com> Date: Thu Jan 2 11:08:47 2020 -0500 Upgrades pf deps to latest. Adds ability to click on row items in order to select them rather than having to click on checkboxes/radio buttons. commit 8d4425f Author: AlanCoding <arominge@redhat.com> Date: Thu Jan 2 09:08:51 2020 -0500 Revert "Reduce API response times by caching migration flag" This reverts commit 5433af6. commit 1f46878 Author: AlanCoding <arominge@redhat.com> Date: Thu Jan 2 09:08:17 2020 -0500 Revert "Apply migration flag check to task manager" This reverts commit a0910eb. commit 930b468 Author: loitho <thomas@herbin.xyz> Date: Tue Dec 31 03:09:38 2019 +0100 Add a uwsgi param to prevent SAML error Add the uwsgi_param 'HTTP_X_FORWARDED_PORT' to nginx configuration, This prevents the python-saml "invalid_response" error related issue : ansible#5570 and ansible#1016 Signed-off-by: loitho commit f00344f Author: beeankha <beeankha@gmail.com> Date: Fri Dec 20 15:24:06 2019 -0500 Enable easier building of playbooks for local Collections module testing commit 3ba1ba1 Author: Bill Nottingham <notting@splat.cc> Date: Fri Dec 20 10:45:07 2019 -0500 Fix survey validation to always retun an error code if erroring commit ecf1d79 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu Dec 19 14:55:48 2019 -0800 fix form validation for Organization select in Inventory form commit f3c5cb5 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu Dec 19 10:59:16 2019 -0800 fix inventory saving without insights credential specified commit b794fdb Author: Keith Grant <keithjgrant@redhat.com> Date: Thu Dec 19 10:52:23 2019 -0800 de-lint commit e688ed8 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu Dec 19 10:41:59 2019 -0800 update tests for detail view changes commit 6c3e42a Author: Marliana Lara <mlara@redhat.com> Date: Thu Dec 19 13:41:40 2019 -0500 Reset selected list after successful delete commit bfedbe5 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu Dec 19 09:55:04 2019 -0800 add delete button to InventoryDetail commit 6c439bb Author: Keith Grant <keithjgrant@redhat.com> Date: Thu Dec 19 09:03:32 2019 -0800 Add Inventory detail edit button commit f461a46 Author: Marliana Lara <mlara@redhat.com> Date: Thu Dec 19 10:23:19 2019 -0500 Use credential_types from credential.summary_fields to display "Type" column commit eee84b1 Author: Marliana Lara <mlara@redhat.com> Date: Wed Dec 18 19:45:32 2019 -0500 Fetch credential types and options only on initial render commit c4ff27c Author: Marliana Lara <mlara@redhat.com> Date: Wed Dec 18 17:03:52 2019 -0500 Add Credential List and unit tests commit 7ff4d82 Author: Keith Grant <keithjgrant@redhat.com> Date: Wed Dec 18 16:10:23 2019 -0800 switch to our CardBody component on all screens, for consistent padding/spacing commit 2391418 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Dec 18 18:31:24 2019 -0500 Add credential_type summarizable fk field commit 055c020 Author: Graham Mainwaring <gmainwar@redhat.com> Date: Wed Dec 18 15:13:46 2019 -0500 Default LOGIN_REDIRECT_URL should be blank, not null commit 8ff0902 Author: Keith Grant <keithjgrant@redhat.com> Date: Wed Dec 18 11:44:38 2019 -0800 Fix UserDateDetail translation Add UserDateDetail to Org detail & InventoryGroupDetail Add VariablesDetail to InventoryGroupDetail commit 3d510c5 Author: Keith Grant <keithjgrant@redhat.com> Date: Wed Dec 18 09:47:04 2019 -0800 InventoryDetail: handle content loading state & errors better commit df47186 Author: Keith Grant <keithjgrant@redhat.com> Date: Tue Dec 17 12:39:42 2019 -0800 use UserDateDetail in OrganizationDetail commit 2f7607a Author: Keith Grant <keithjgrant@redhat.com> Date: Mon Dec 16 16:11:24 2019 -0800 use VariablesDetail for displaying variables field in details views commit cde3941 Author: Keith Grant <keithjgrant@redhat.com> Date: Mon Dec 16 15:13:10 2019 -0800 switch all tabbed screens to use TabbedCardHeader commit 41c9ea3 Author: Keith Grant <keithjgrant@redhat.com> Date: Mon Dec 16 10:50:25 2019 -0800 add tests for VariablesDetail & InventoryDetail commit 3d45f27 Author: Keith Grant <keithjgrant@redhat.com> Date: Fri Dec 13 16:10:37 2019 -0800 finish InventoryDetail commit 0ab61fd Author: Keith Grant <keithjgrant@redhat.com> Date: Thu Dec 12 10:36:21 2019 -0800 Start inventory detail * Create VariablesDetail for read-only variables view * Sketch out InventoryDetail * Create CardBody and TabbedCardHeader for common custom styling commit 057320a Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Dec 18 08:40:47 2019 -0500 Move organization form to functional component commit b8d6991 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Dec 18 11:55:50 2019 -0500 Measure unit test coverage of test utils commit 7cc3a7c Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Dec 12 17:11:34 2019 -0500 Replace withRouter HOC with route hooks commit 9c291c2 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Dec 12 16:29:44 2019 -0500 Move routed org views to functional components commit 86eb541 Author: Jake McDermott <yo@jakemcdermott.me> Date: Tue Dec 17 16:12:53 2019 -0500 Keep warning icon size consistent commit 3c0fd37 Author: Graham Mainwaring <gmainwar@redhat.com> Date: Tue Dec 17 14:39:35 2019 -0500 Set a default value for LOGIN_REDIRECT_URL commit bd8643d Author: Shane McDonald <me@shanemcd.com> Date: Tue Dec 17 13:39:49 2019 -0500 Set default value for create_preload_data in image_build role This caused our AWX release workflow to blow up commit b26b8e7 Author: Seth Foster <fosterbseth@gmail.com> Date: Mon Dec 16 15:15:23 2019 -0500 Prevent running jobs from blocking inventory updates A running job that has an inventory source will block that inventory update from running. This fix removes the block. The test creates a job in running state, and an inventory update in pending state. The test asserts that the task manager and dependency graph .is_job_blocked method returns False for the inventory update (i.e. update can run). issue ansible#4809 commit a7a3609 Author: Ryan Petrello <rpetrell@redhat.com> Date: Fri Dec 13 10:11:24 2019 -0500 only restrict OAuth2 tokens for external accounts *at creation time* related: ansible#5477 commit 93dda04 Author: Nikhil Jain <jainnikhil30@gmail.com> Date: Fri Dec 13 15:11:23 2019 +0530 fix the saml_admin_attr not working commit 15041e5 Author: Jake Jackson <jljacks93@gmail.com> Date: Wed Nov 20 14:57:15 2019 -0500 sqaushed and fixed sanity test issues
Release 9.1.0
commit b23856f126d4156ca3120635b2718cdeb55f0074
Author: Shane McDonald <me@shanemcd.com>
Date: Tue Dec 17 11:38:32 2019 -0500
Bump VERSION to 9.1.0
commit 63e9aed6017de99aa184568db2ca829aab985f5b
Author: Seth Foster <fosterbseth@gmail.com>
Date: Mon Dec 16 13:43:42 2019 -0500
Prevent running jobs from blocking project updates
A running job that has a project update will block
that update from running. This fix removes
the block.
Adds a functional test that sets up a job in "running" state, and
starts a project update that is in "pending" state. Assert that
the task manager and dependency graph .is_job_blocked methods both
return False.
issue #5153
commit 014520ee2bfdde6fb96775ac9a4788198977b887
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Dec 11 08:41:05 2019 -0500
Initialize list with none selected
commit 9ed2534ac5a821eb779f7227adcaaab3fe01d722
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Fri Dec 13 17:30:52 2019 -0500
Don't reload panel on tab change
commit a3bc3986bbaaa8fab3a271ec8429ca2c4ce8ae25
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Mon Dec 16 08:28:53 2019 -0500
Fix resource access list user links
commit 230933744c211e27ba9b8eba9330bcedb15d6894
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Mon Dec 16 08:15:17 2019 -0500
Fix nav user links
commit 227a90006e9e441f3a4e2164b7b00d0c9455e149
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Mon Dec 16 07:44:14 2019 -0500
Update webpack to 4.41.2
commit a0910eb6de3c4713199e73c43f003c48c2895f9f
Author: AlanCoding <arominge@redhat.com>
Date: Mon Nov 11 23:11:27 2019 -0500
Apply migration flag check to task manager
commit 5433af6716dd82cf206a7ebec8b9d6e0a4592889
Author: AlanCoding <arominge@redhat.com>
Date: Mon Nov 4 22:28:49 2019 -0500
Reduce API response times by caching migration flag
commit 9744b897378a13f7f8e4106fb15263028e1f299e
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Fri Dec 13 17:14:42 2019 -0500
Use job details status to test status
commit 259e53f59d46f3541b0e8ce82d03e9d31269bb28
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Dec 13 14:20:52 2019 -0500
Fixes failing zuul test
commit ac9bf1afcf4d3e1ce8019b59788b625f91e61c84
Author: Bill Nottingham <notting@splat.cc>
Date: Mon Nov 25 10:55:18 2019 -0500
Don't error on a trailing slash, just fix it up
commit 4b62d77015bb3b7c634025ef455314a3899b8124
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Dec 13 10:05:17 2019 -0500
Moves inventoryGroupForm into shared directory
Updates InventoryGroups tests
Adds ContentError functionalist to catch a case where a use might navigate to an Inventory
that isn't associated to the shown inventoryGroup.
commit ef5ce0b08207587add3071e05b5cf33ab7d2d551
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Dec 12 15:42:36 2019 -0500
Flattens Inventory File Structure Remove
commit 1942be7dc3c5afa0eebc1ddb627eb1bc36498f0c
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Dec 12 11:26:35 2019 -0500
Checks for modified and create in Inv Group Deets
Also includes refactoring for css over style prop and removed some
unnecessary loading checks
commit 210f9577b0d57cec0b58b92dd474ccea2e16bdc4
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Dec 11 14:32:47 2019 -0500
Fixed filename typo
commit 87a05a5b2e40a67492e004b7851e0b62b33cca85
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Dec 10 15:08:59 2019 -0500
Testing Improvements and Refactoring
commit f8a754cf448eb15b9798b81197318efe8fbe33d9
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Dec 9 16:06:56 2019 -0500
Adds Alert Modal, Breadcrumb, Nested Tabs and Refactors PR.
commit 3ea37e1c798c6d316746e7ac19e56a9ea17d2867
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Dec 3 15:49:36 2019 -0500
Addresses PR issues
Adds Delete Modal for deleting from Details view
Adds test for delete modal
Addresses styling for Variables label
Removes X close button from form
commit c997fcfc2cdf48b19cc9a19a075c118a73c80ac7
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Nov 15 16:57:56 2019 -0500
Adds Inventory Groups routing --sort of
Adds Inventory Groups Add
Adds Inventory Groups Edit
Adds Inventory Groups Form
Adds api module for Groups
Adds placeholder file for InventoryGroupsList. This was added to refine routing. Tgere are no tests for this file yet.
commit 0d4e6d7e0bf0177d70f8bafca4b8f8aa7daf9f29
Author: Nikhil Jain <jainnikhil30@gmail.com>
Date: Wed Dec 11 16:04:04 2019 +0530
do the sum once and store it in a variable which will be reused
commit 9ae038868cc22b422473c3fff99cd8c2bd352e7c
Author: Nikhil Jain <jainnikhil30@gmail.com>
Date: Wed Dec 4 19:16:31 2019 +0530
adding instance consumed and remaining capacity to metrics
commit 0b4ae7469814a35493a4d60b3cfd0e666e696a87
Author: Shane McDonald <me@shanemcd.com>
Date: Thu Dec 12 19:34:40 2019 -0500
Remove some unused stuff from k8s secret
commit 7396e2e7accc2e5db93e95032306cc15e61e1a54
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Oct 18 14:14:19 2019 -0400
add an awx-manage command for re-generating SECRET_KEY
commit e4145b580c23f5419beeb1975dbf1f25958d0f1d
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Dec 12 15:43:23 2019 -0500
fix a flake8 nit
commit 5d35506b0cabbd25f92759b6db038ab8c7ef0c77
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Dec 11 16:33:46 2019 -0500
Add Inventory Host Add form
commit 475e2605d4daed13c1ee673e992ebe86f62e1d6a
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 16:31:39 2019 -0500
Changes redirect logic slightly to lean on a global var to store the config response rather than a constant on the awApp module. This should allow us to avoid test changes.
commit c16ad89ff9e74ac281c113eb66a184ef6b21274e
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 13:37:39 2019 -0500
Fix linting error (unused var)
commit 425d1168b9e37a834839b9173e75399e1ada9568
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 13:33:54 2019 -0500
Adds trailing slash to /api request
commit 7ceaa9ec4af85c501867e527c7720e94a7890f40
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 16:31:39 2019 -0500
Changes redirect logic slightly to lean on a global var to store the config response rather than a constant on the awApp module. This should allow us to avoid test changes.
commit 4b3d3537b418314d702f9080af0ea4b8fc155a11
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 13:37:39 2019 -0500
Fix linting error (unused var)
commit efbff24528aebe8533ee588a767cbc4a38a58c06
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 13:33:54 2019 -0500
Adds trailing slash to /api request
commit 1d9ce6cc15573f78b200c942008e32d44ebc9aa2
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 11:19:55 2019 -0500
Moves config request out to block of code that gets executed before the app is bootstrapped. This should allow us to redirect to the override url before the app begins to render, improving the UX.
commit 794ce96b17323e202f15c3d3e664004948723978
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 10:56:46 2019 -0500
Reverts changes to logout logic. We don't want to redirect to an override url if the user explicitly logs out.
commit 181421a2ee6191eea51192faeabb7dd2b5c66274
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 09:19:38 2019 -0500
Adds logic to redirect unauthenticated user if LOGIN_REDIRECT_OVERRIDE is set as long as the user is not navigating to /login or /#/login. Also redirects on logout if LOGIN_REDIRECT_OVERRIDE is set.
commit 9c9496a683a2e8d490f220822dfff2bc633401e3
Author: Graham Mainwaring <gmainwar@redhat.com>
Date: Tue Dec 10 15:46:56 2019 -0500
Expose login redirect URL in unauthenticated /api view
commit 2b111c81df5cc6ede7fc3cea80e1a267e55b4098
Author: Graham Mainwaring <gmainwar@redhat.com>
Date: Tue Dec 10 15:29:21 2019 -0500
Add /login convenience URL
commit f467e26842cae49bf799087d79aebb4c45afac0c
Author: mabashian <mabashia@redhat.com>
Date: Tue Dec 10 15:07:12 2019 -0500
Adds login redirect override field to the System (Misc System) Settings interface
commit 7700050d1029e84532a41fe8ad40af31cceed65d
Author: Graham Mainwaring <gmainwar@redhat.com>
Date: Tue Dec 10 14:57:03 2019 -0500
Add default for LOGIN_REDIRECT_OVERRIDE
commit a8d34b46fb73f1de550e97399dedd26631916abb
Author: Graham Mainwaring <gmainwar@redhat.com>
Date: Tue Dec 10 13:09:46 2019 -0500
Add setting for configurable login redirect URL
commit bf6c16197ca3fec33d8363ebb5866a586eda6e01
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 11:19:55 2019 -0500
Moves config request out to block of code that gets executed before the app is bootstrapped. This should allow us to redirect to the override url before the app begins to render, improving the UX.
commit 25cc34188870af55e0e31f6ba42d4240df3cf253
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 10:56:46 2019 -0500
Reverts changes to logout logic. We don't want to redirect to an override url if the user explicitly logs out.
commit d899e75ad7c223d6ec9302f3a9069cf3f5874af4
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 11 09:19:38 2019 -0500
Adds logic to redirect unauthenticated user if LOGIN_REDIRECT_OVERRIDE is set as long as the user is not navigating to /login or /#/login. Also redirects on logout if LOGIN_REDIRECT_OVERRIDE is set.
commit 732da522393c53929cd137e37fb034d8b25e7933
Author: Graham Mainwaring <gmainwar@redhat.com>
Date: Tue Dec 10 15:46:56 2019 -0500
Expose login redirect URL in unauthenticated /api view
commit ab2f212b044560492d2ca343ecdff79bd3d71f87
Author: Graham Mainwaring <gmainwar@redhat.com>
Date: Tue Dec 10 15:29:21 2019 -0500
Add /login convenience URL
commit f94438cf9b10e734a25fbaa4d86d172249f70b41
Author: mabashian <mabashia@redhat.com>
Date: Tue Dec 10 15:07:12 2019 -0500
Adds login redirect override field to the System (Misc System) Settings interface
commit 2569ec4f4fa6373be993ae0a17bae15ea2592a05
Author: Graham Mainwaring <gmainwar@redhat.com>
Date: Tue Dec 10 14:57:03 2019 -0500
Add default for LOGIN_REDIRECT_OVERRIDE
commit b58bff4686d834454ede2a967619fb04ac689e0e
Author: Graham Mainwaring <gmainwar@redhat.com>
Date: Tue Dec 10 13:09:46 2019 -0500
Add setting for configurable login redirect URL
commit 846fd676180f0a4d2dedd621fcbd583cc0de5b14
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Dec 10 12:13:22 2019 -0800
de-lint
commit 3409d39150058f73a5b6af2685e2fc6dd047e205
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Dec 4 12:59:28 2019 -0800
fix ProjectLookup re-renders
commit 9de165a676c31daaa7a39ffe96514a5994ca22b8
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Dec 4 11:41:47 2019 -0800
revert MultiCredentialLookup loading jank fix
commit f54616912dfde2dd218ce05dc85638e2723dcec3
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Dec 4 11:02:02 2019 -0800
de-lint
commit c003e89ea92242559e8f2f57258d316526ec3e0c
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Dec 4 10:57:01 2019 -0800
fix loading jank in MultiCredentialLookup
commit 6e64b5c07083ff7abbb6b29e70a39b2c7018deba
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Dec 4 10:36:25 2019 -0800
clean up act() errors in form tests after Lookup changes
commit 75b7d74f915fffb670da8117a839e624e35669ed
Author: Keith Grant <keithjgrant@redhat.com>
Date: Wed Dec 4 08:48:49 2019 -0800
Lookup tweaks/bug fixes
commit 569b5bc53364cd9b427fbeb17c0907c77633fb84
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Dec 3 16:28:52 2019 -0800
clean up multiple test 'act()' warnings
commit 9ab9c6961bec4054642b35806309feeaafb497c8
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Dec 3 15:41:03 2019 -0800
update Lookup tests, add OptionsList tests
commit 2e525f89220a9577f9de99693cbb251ba648caab
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Dec 3 11:02:10 2019 -0800
update tests for CredentialLookup, OrgLookup, ProjectLookup
commit 9c6300c2de3d25c43035ce131467e10deeb5c719
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Dec 3 09:18:28 2019 -0800
update MultiCredentialsLookup tests
commit f8153393b11157cb15a2a87205feb0fe34455433
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Nov 26 15:01:13 2019 -0800
fix minor lookup bugs
commit cb07e9c757b9eca693102721e5715c80940bf9eb
Author: Keith Grant <keithjgrant@redhat.com>
Date: Tue Nov 26 13:38:44 2019 -0800
convert all lookups to use new Lookup component
commit 639b297027452a55580e15ec7aab72e2ac848134
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Nov 25 14:22:34 2019 -0800
fix credential chips in SelectedList, MultiCredential cleanup
commit 4341d67fb0f7aa6ea989f77ef7158b7b54e73135
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Nov 25 10:02:22 2019 -0800
add MultiCredentialsLookup select/deselect logic
commit 62606339748a71d112a7ba958b9824a9ce521b3c
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Nov 21 16:11:19 2019 -0800
flushing out new approach to MultiCredentialsLookup
commit 8ec856f3b6fa939b38da19264ea22ca0cd622a17
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Nov 18 15:20:58 2019 -0800
start Lookup reducer
commit 5a207f155edb1d8e1536a36a88aa29c9fe859f61
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Nov 14 15:35:08 2019 -0800
WIP split Lookup into Lookup & CategoryLookup
commit 2a722ba8d028c64aafbc9ac9b093e867e3b25e37
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Nov 6 12:03:13 2019 -0500
Refactors Lookup
commit 4c89568d7186276f2ffef6dd59c56346cae057f4
Author: Marliana Lara <mlara@redhat.com>
Date: Thu Dec 5 11:34:18 2019 -0500
Apply radio selection to ALL selected groups in modal
* Use semantic html to describe modal list
* Move nested try/catch block
* Remove deprecated type fields
* If delete fails, keep selected list checked
commit 12a8793ddbcabf9c5f4e538471c0cf2bb73559fa
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Dec 10 08:56:41 2019 -0500
provide a better error for OAuth2 logins for external accounts
attempting to use an OAuth2 token as an externally authenticated user throws an HTTP 500 error when external oauth is disabled - this change improves that so it's a 401 Unauthorized instead.
commit eddee456b33d1b8ce37c17c1ddf57107ed380ba3
Author: Apurva Bakshi <bakshiapurva93@gmail.com>
Date: Wed Nov 27 13:24:22 2019 -0500
Add dataCy attribute to select-user-role and select-team-role buttons
commit be5a12a3188c7b679b1f9a11babe32504c25e6ab
Author: AlanCoding <arominge@redhat.com>
Date: Mon Dec 9 10:51:25 2019 -0500
Compute fields in smart task_impact tests
commit dfc4a0c0e0be757c01dc89a16cc2279b1b35d1cc
Author: AlanCoding <arominge@redhat.com>
Date: Mon Dec 9 10:51:25 2019 -0500
Compute fields in smart task_impact tests
commit 86ba1639c3524536418981469c7d28b3ba7f961f
Author: mabashian <mabashia@redhat.com>
Date: Mon Dec 9 10:43:15 2019 -0500
Pull in latest version of our angular-scheduler fork to fix Tueday/Tuesday typo
commit f1b4e24833f0518cf9aa45f54303a2f0100070ca
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Dec 6 12:56:18 2019 -0500
use a computed inventory field for task impact math
see: https://github.com/ansible/tower/issues/4022
commit 35d36a71c761687ee8cf2f965393d830503c8eaa
Author: Yanis Guenane <yanis@guenane.org>
Date: Mon Dec 9 09:01:29 2019 +0100
ansible playbook: move to modern syntax
Signed-off-by: Yanis Guenane <yguenane@redhat.com>
commit eadcbe1ce98fe22542c3e7cae5cde3871f3ea266
Author: Apurva Bakshi <bakshiapurva93@gmail.com>
Date: Fri Dec 6 16:00:02 2019 -0500
Add the data-Cy attribute for having better selector for tests
commit e34c7acdc47ffbc2ce6aa33c9b502a79e15dbe62
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Fri Dec 6 14:54:29 2019 -0500
Migrate organization add to functional component
commit 55a19ffe6a1cb55e0c8a3528c989948322d5080c
Author: AlanCoding <arominge@redhat.com>
Date: Thu Dec 5 14:26:24 2019 -0500
Fix project sync errors when project branch is commit
commit c4d358b870976d75d2008feb6a6fcf4b9631b0be
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Dec 6 12:56:18 2019 -0500
use a computed inventory field for task impact math
see: https://github.com/ansible/tower/issues/4022
commit 5ae7df7757dc218397c6c279acef33ac040be06c
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Dec 6 12:44:50 2019 -0500
fix a bug in isolated check timeout handling
commit 220168f5ee92e8b53721e928122bf615eb060940
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Dec 6 12:44:50 2019 -0500
fix a bug in isolated check timeout handling
commit 3cc9139c6d35126ecbfa30ec31feab380eee0912
Author: beeankha <beeankha@gmail.com>
Date: Thu Dec 5 16:49:23 2019 -0500
Add a more specific assertion statement
commit 6d595cbda6a4a066cda5050b7227b72ed079833c
Author: beeankha <beeankha@gmail.com>
Date: Wed Dec 4 16:19:42 2019 -0500
Add extra_vars parameter to tower_job_template module
commit 419d32d3e3449f7a176b0284cc24fcd1681fe9bf
Author: AlanCoding <arominge@redhat.com>
Date: Thu Dec 5 14:26:24 2019 -0500
Fix project sync errors when project branch is commit
commit 334c63388b888841ce9ef5d6629db6a7bdde5c05
Author: beeankha <beeankha@gmail.com>
Date: Wed Dec 4 22:05:23 2019 -0500
Revert original quotation mark configuration for non-approval default msg and body
commit 32f6f87463b5bad74a49bbe6a61466aafba2c6e4
Author: beeankha <beeankha@gmail.com>
Date: Wed Dec 4 12:07:49 2019 -0500
Change quotation mark format for sconsistency and also to comply with qa tests
commit 0d92b2e7039b8b855772ff7e988d71e78059a2b3
Author: beeankha <beeankha@gmail.com>
Date: Wed Nov 27 16:20:56 2019 -0500
Enable approval-related email notifications to send properly
commit b5724adae5cc551cf3c9284a5533e1cac097af41
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Dec 5 11:30:12 2019 -0500
fix situation were error happened before lock was released
commit 922ea67541afa9536e32e81070a891a54713fdc5
Author: AlanCoding <arominge@redhat.com>
Date: Thu Dec 5 10:24:17 2019 -0500
Fix situation were error happened before lock was released
commit d41322c63cf3cdf730b7e658758c892e5ee3ccfd
Author: Christian Adams <chadams@redhat.com>
Date: Fri Oct 25 09:57:30 2019 -0400
Remove outdated Zanata translation script as part of migration to Memsource
- adds requirement for gettext to dev container for use by Memsource automation
commit d6e5eb356b62aa4f0db53cc3a385c3afaa5b4183
Author: beeankha <beeankha@gmail.com>
Date: Wed Dec 4 22:05:23 2019 -0500
Revert original quotation mark configuration for non-approval default msg and body
commit b46a2b43b09f3cc0e5ff8d3e3f784bb76de6e8de
Author: beeankha <beeankha@gmail.com>
Date: Wed Dec 4 12:07:49 2019 -0500
Change quotation mark format for sconsistency and also to comply with qa tests
commit 6f54044cc6b4fcca2b83df898ea65fc991aac2dc
Author: beeankha <beeankha@gmail.com>
Date: Wed Nov 27 16:20:56 2019 -0500
Enable approval-related email notifications to send properly
commit 5d1f322cd1777bc92f99601e74ee8f188df268bd
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Nov 26 15:05:26 2019 -0500
Add Inventory Groups list
commit c11a8b8ae11312166800cba325cc7e8fd9a6c594
Author: Daniel Sami <dsami@redhat.com>
Date: Wed Dec 4 11:36:15 2019 -0500
added cryptography as optional awxkit dep
added cryptography as optional dep
commit 2d4df3d50efbc050ac2782be5de366c3fe6fa3c7
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 4 13:44:20 2019 -0500
Fixes bug where permissions checkboxes had inverse effect after upgrading angular to 1.7.x.
commit bd7248d21cde2320f38428fe458f41b025c61b90
Author: mabashian <mabashia@redhat.com>
Date: Mon Dec 2 14:51:22 2019 -0500
Properly show template add button and options based on OPTIONS response on both job_templates and workflow_job_templates endpoints.
commit 9bdd49bec553240c00464700c597d2266e1cc019
Author: mabashian <mabashia@redhat.com>
Date: Mon Dec 2 14:27:40 2019 -0500
Adds translations for missing strings in Toolbar.jsx
commit 2506db88f2a430e539ae4e0fd7a25181b3a5f522
Author: mabashian <mabashia@redhat.com>
Date: Mon Dec 2 14:21:58 2019 -0500
Ellipsis workflow node names that are too long to fit on the node
commit 61c38eabf81923f16cbb9ccb957f66e6f578c1ce
Author: mabashian <mabashia@redhat.com>
Date: Thu Nov 21 18:22:05 2019 -0500
Revert inadvertent variable name changes in old ui app
commit 37a1e5d9b014fa43406068378ad9369aeb571871
Author: mabashian <mabashia@redhat.com>
Date: Thu Nov 21 18:18:36 2019 -0500
First pass workflow viz
commit c439a1ec8fa7e278564f4849e37d9ef68b9ecebe
Author: Shane McDonald <me@shanemcd.com>
Date: Wed Dec 4 16:50:05 2019 -0500
Fix permissions on projects directory by pre-creating it
This broke after
https://github.com/ansible/awx/commit/f78c9f357dc9cce2d446fb2eddfc05d6cc3c0fff
but people seem to like this functionality so instead of reverting it we can do this.
commit c5e22f9aa3b18a133806d555f996183fd3fb6435
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Wed Dec 4 12:34:20 2019 -0500
Update job redirects and tab placement
Change display order of the output tab so that it is second and make
it the default for redirects and job launches.
commit 8a9ebe2086593afa41636cefefbd071f95140deb
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 4 13:44:20 2019 -0500
Fixes bug where permissions checkboxes had inverse effect after upgrading angular to 1.7.x.
commit a859ecfbde7e395cd5fd65dc014b1944f9b46ecc
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 4 05:35:00 2019 -0500
Upgrades angular and auxiliary deps to 1.7.9
commit 02fd26520d55c56dfaf4f345c9d132788598924f
Author: Bill Nottingham <notting@splat.cc>
Date: Tue Nov 5 11:31:06 2019 -0500
Move to using systemd for service management.
commit f8b2bcbae785cdcea8d56a6adbfc28125e2c2ff9
Author: Yanis Guenane <yanis@guenane.org>
Date: Wed Dec 4 17:43:55 2019 +0100
Linters: test new linter job
Depends-On: https://github.com/ansible/zuul-jobs/pull/40
commit 93b49f314d33017ab1cfd57b691c02e7bac14dc6
Author: mabashian <mabashia@redhat.com>
Date: Wed Dec 4 11:03:24 2019 -0500
Upgrades angular and auxiliary deps to 1.7.9
commit bf2a4d1a2c7a3187ac620f5dc09987b5d0bc6e58
Author: routenull0 <jason@routenull.com>
Date: Wed Dec 4 09:09:24 2019 -0600
'install' was misspelled as 'isntall'
commit afadfa939dfde34c73d9279afcd12e54f506411e
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Dec 4 08:38:22 2019 -0500
fix an nuanced bug which can cause OAuth2 migrations to fail
commit a0d20a5d50b00e8755ba9844d5f5b469cac801ef
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Dec 4 08:38:22 2019 -0500
fix an nuanced bug which can cause OAuth2 migrations to fail
commit 540f8ab7d699ad9f52d5c6c581c74154544129a2
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Dec 3 15:23:02 2019 -0500
Only show cred type test button to superusers.
Without a credential instance, plugin tests go through the credential
type (not credential) api. Since this endpoint is for superusers only,
we hide the test button when non-superusers are adding a new external
credential.
commit 129374a1c2eab186a108e1f6ed52b16c95ad1b7a
Author: chris meyers <chris.meyers.fsu@gmail.com>
Date: Tue Dec 3 14:31:09 2019 -0500
keep *-devel package in the dev container
* requirements/updater.sh does pip magic. In doing this magic, devel
system packages are required to download/install/build. This change
ensures those dev packages are available.
commit 63fd546f44806286f782155b7554b8c5dcda456b
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Dec 3 13:36:18 2019 -0500
Let cred admins and users test credential plugins
commit 208e36f83b92f6b0ddf02839fce1ea38e86c8ec6
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Oct 18 14:14:19 2019 -0400
add an awx-manage command for re-generating SECRET_KEY
commit 8ab6a79b3753fae880e46b69b2527bb5d32c3512
Author: Shane McDonald <me@shanemcd.com>
Date: Mon Dec 2 12:36:57 2019 -0500
Fix memcached_hostname bug in k8s installs
Fallout from https://github.com/ansible/awx/pull/5340.
commit e68d576fd22dba0369a0e703378a1913f6a11528
Author: Shane McDonald <me@shanemcd.com>
Date: Mon Dec 2 09:02:31 2019 -0500
Generic method of detecting k8s api version
Related: https://github.com/ansible/awx/issues/5388
commit ca247182dffe56a034c8220d745433e52c4f3684
Author: Yanis Guenane <yanis@guenane.org>
Date: Sat Nov 30 19:43:23 2019 +0100
yamllint: Make all files in awx pass yamllint
This commit updates all files that weren't passing yamllint for them to
pass.
A new yamllint target has been added. One can run `tox -e yamllint` or
`yamllint -s .` locally to ensure yaml files are still passing.
This check will be enabled in the CI so it can get on every new
contributions, and prevent merging non-compliant code.
Signed-off-by: Yanis Guenane <yguenane@redhat.com>
commit dcbb2813b5fdcbaa12a54ec29e963653dd6b49ae
Author: Shane McDonald <me@shanemcd.com>
Date: Fri Nov 29 11:34:23 2019 -0500
Pull in downstream changes to k8s installer
commit 9cdb281f069cf6eb11684f5ac77cdee9ff81b293
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Nov 27 11:36:51 2019 -0500
Check inventory use permissions to disable workflow inventory lookup
commit c3734209824c5a8bb6ba924e7ba4d6095592e346
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Nov 26 23:13:39 2019 -0500
fix incorrect SystemJob.job_type choices
commit 93a9a0354f7b7ddaea4c24efd90c5d63f61be568
Author: mabashian <mabashia@redhat.com>
Date: Tue Nov 26 15:59:19 2019 -0500
Adds missing semicolons to make linter happy
commit ee6e28e0661f1e3a6d55cf02dc6e6ef76543c4e1
Author: mabashian <mabashia@redhat.com>
Date: Tue Nov 26 15:05:45 2019 -0500
Only show the days to keep input on the scheduler for system jobs that require it. Hides this field for cleaning up tokens and sessions.
commit ea5d4293995b4eadc517ee75d3b85eed46c3ed29
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Nov 25 11:50:09 2019 -0500
fix a few bugs with the session and oauth2 cleanup scheduled jobs
see: https://github.com/ansible/tower/issues/3940
commit 42b019d8c812a1d58ca670137489a19b910dddab
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Nov 27 11:36:51 2019 -0500
Check inventory use permissions to disable workflow inventory lookup
commit ffdcb2f8eb7e2dc43aa0d05dd8a5d817d28da759
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Nov 19 09:21:04 2019 -0500
fix busted tests
commit 68f17eb370b114f837d627793f7cde2c43e15d09
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Nov 26 23:29:50 2019 -0500
bump asgi-amqp dependency
commit 1ad8a4915579be340eceaafd0b4ab86eac6e09fb
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Nov 26 23:29:50 2019 -0500
bump asgi-amqp dependency
commit 47ed5ef848f089797dd51fe775730b89fa6917b7
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Nov 26 23:13:39 2019 -0500
fix incorrect SystemJob.job_type choices
commit a56686ca77fda28c1717ac8062281545e6557ce7
Author: mabashian <mabashia@redhat.com>
Date: Tue Nov 26 15:59:19 2019 -0500
Adds missing semicolons to make linter happy
commit 7e82f0fad7b4760b7080a0a42e20f2c1bf49c504
Author: mabashian <mabashia@redhat.com>
Date: Tue Nov 26 15:05:45 2019 -0500
Only show the days to keep input on the scheduler for system jobs that require it. Hides this field for cleaning up tokens and sessions.
commit 632810f3a80da9d8c180c9078509a69dc2682ae9
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Nov 25 11:50:09 2019 -0500
fix a few bugs with the session and oauth2 cleanup scheduled jobs
see: https://github.com/ansible/tower/issues/3940
commit 695eab1fdd5856c74d71a075ef97b78d0fd6984f
Author: AlanCoding <arominge@redhat.com>
Date: Tue Nov 26 09:39:05 2019 -0500
fix duplicate exception sanity error
commit 081a0fc04e0ddf116f191a7355eb32b5f38a1712
Author: AlanCoding <arominge@redhat.com>
Date: Tue Nov 26 09:45:54 2019 -0500
fix other assorted sanity failures
commit 48f10669d679070628500773984357f151df1f4c
Author: AlanCoding <arominge@redhat.com>
Date: Tue Nov 26 09:39:05 2019 -0500
fix duplicate exception sanity error
commit 4f8b624b9660e7057162cd6788fce196c8e249f9
Author: Christian Adams <chadams@redhat.com>
Date: Tue Nov 26 00:30:53 2019 -0500
Make spelling of canceled consistent
commit 05e6f4ab3c282a3d52955d8a482ddb2543193f1f
Author: Christian Adams <chadams@redhat.com>
Date: Mon Nov 25 14:56:41 2019 -0500
Add User-Agent to analytics upload POST
commit 1a85874964ef399ee99a90a2b5a0c87a1b66afdd
Author: AlanCoding <arominge@redhat.com>
Date: Mon Nov 25 15:29:05 2019 -0500
Raise specific exception if migration in progress
commit 4acb28f6f55ab2aba9c017079637325185cf549c
Author: Bill Nottingham <notting@splat.cc>
Date: Mon Nov 25 15:55:22 2019 -0500
Clean up some stuff in awxkit with `make clean`
commit 3ed5d6ec658c850a62945707998daf6090af13c6
Author: beeankha <beeankha@gmail.com>
Date: Mon Nov 25 15:16:41 2019 -0500
Make integrations pass even with manual SCM type
commit 15bcea7301020bf14a02b337287c6b339bf3a0bb
Author: Shane McDonald <me@shanemcd.com>
Date: Mon Nov 25 12:55:55 2019 -0500
Fix VERSION reported in dev container
commit ce8c0066d048bf4d91a53a51ebbbd6dc9a241b64
Author: Shane McDonald <me@shanemcd.com>
Date: Mon Nov 25 12:51:49 2019 -0500
Fix downstream tests
I backported how we do the VERSION detection in 3.5.something. This should
already be fixed upstream.
commit 12363ae1753eddf33e00a7d9526daa2896a6bbeb
Author: Shane McDonald <me@shanemcd.com>
Date: Mon Nov 25 11:32:41 2019 -0500
Fix Docker build caching
The flow will need to be:
- Pre-pull image you want to use
- Re-tag as image:$(COMPOSE_TAG)
- COMPOSE_TAG=mytag make docker-compose-build
commit 1b508957382c98af19fd9c27c1d1fa42fd6569be
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Nov 25 11:17:37 2019 -0500
Use short circuit operator in favor of ternary conditional
commit b10a71786b2f7fdcab0ef901e1af871534f1dd80
Author: Samir Jha <sjha4@ncsu.edu>
Date: Mon Sep 16 17:03:06 2019 -0400
Update foreman inventory to use foreman's inventory report
commit ee8775a08d96081c875d41f62daaa155b54957bf
Author: mabashian <mabashia@redhat.com>
Date: Thu Nov 21 11:05:06 2019 -0500
Adds link to docs on container groups add/edit forms to match instance groups. Updates instance groups link.
commit 31650bb0bd99ecf689f08497faa935ffd47ab869
Author: Shane McDonald <me@shanemcd.com>
Date: Fri Nov 22 11:39:08 2019 -0500
Remove usage of idle_timeout when checking status of isolated / containerized jobs
commit cbf085ab43f5b86b7b61b99173844ddd276c35a9
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Nov 25 10:06:12 2019 -0500
move migrations to accomdate a downstream migration
commit 0eb55f5038dc9d611b57874f2cbb199b90866d7d
Author: Daniel Sami <dsami@redhat.com>
Date: Fri Nov 22 15:24:35 2019 -0500
Updated contributing doc with notes about E2E
commit daf3bbc7ef9b8e15c0ba6f71a45b63615c28cfdf
Author: Daniel Sami <dsami@redhat.com>
Date: Thu Nov 21 15:47:38 2019 -0500
Added E2E-friendly selectors to nav and jt details
lint
updated snapshot
commit db2316b791b8e12be750c8f5824784108c67f0ea
Author: Shane McDonald <me@shanemcd.com>
Date: Fri Nov 22 11:39:08 2019 -0500
Remove usage of idle_timeout when checking status of isolated / containerized jobs
commit 83caf99c58607efe7c5b705f20c8fadc075589eb
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Thu Nov 21 13:29:12 2019 -0500
Improves Tests and addresses other PR Issues
commit 19180a1bc4580322c9b66fe8993a2e2c6fe765c4
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Nov 13 11:14:29 2019 -0500
Adds Add/Edit Inventory and Inventory Form
commit 9c86f521e9137002fc1e2d91763c85102daa4b29
Author: AlanCoding <arominge@redhat.com>
Date: Thu Nov 21 15:51:45 2019 -0500
Add notes for ./upgrade.sh
commit 217182384660cee32136236899d0f9cf55e3f804
Author: David Moreau Simard <dmsimard@redhat.com>
Date: Tue Oct 23 22:21:33 2018 -0400
Finish JT.credentials functionality, add test
Original commit:
commit 3ec6196477135230c4b90b175310bdc2eaff36ed
Author: David Moreau Simard <dmsimard@redhat.com>
Date: Tue Oct 23 22:21:33 2018 -0400
Add support for "credentials" in the tower_job_template module
Job templates might require more than one credential.
There's credential, vault_credential, machine_credential, etc.
"credentials" is a thing, let's support it.
commit 94fa4deab3873a462fdf7aa0be1c8b543a569172
Author: Christian Adams <chadams@redhat.com>
Date: Thu Nov 21 11:12:05 2019 -0500
Set default values for analytics settings
commit faa0802d97016b3b313d2890bffc9a1d9b14032a
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Nov 20 15:56:05 2019 -0500
Update breadcrumb and fetch new hosts when url changes
commit fa144aa98f3a397a249048a203006fdac80acaaa
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Nov 20 13:14:28 2019 -0500
Add Inventory Host list and unit tests
* Add Inventory Host Add route
* Fix host disabled loading switch bug
commit ea4e98c52a015f4e286a1d5accd9dabe94e5cc34
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Nov 20 13:11:06 2019 -0500
Move Switch into shared component directory and update tests
commit 8ff413efc0939cc770eab0abc98f98511efa00a6
Author: mabashian <mabashia@redhat.com>
Date: Thu Nov 21 11:05:06 2019 -0500
Adds link to docs on container groups add/edit forms to match instance groups. Updates instance groups link.
commit 5e24cee0ae77096bddb80979fd245141dc90d526
Author: AlanCoding <arominge@redhat.com>
Date: Tue Oct 29 16:20:30 2019 -0400
Add custom_virtualenv param to inventory source and tests
commit a026838f77ad2c99bd8bd1180c6d729d6401d38a
Author: Mathieu Mallet <mathieu.mallet1_ext@michelin.com>
Date: Mon Aug 26 15:30:32 2019 +0200
ansible_tower: Add custom_virtualenv attribute when applicable (#60200)
In Ansible Tower/AWX, there are three kinds of objects that can be tied
to custom python virtual environment:
- job template
- project
- organization
This patch updates the three ansible modules that creates those objects
so that the 'custom_virtualenv' attribute can be set if specified.
Testing Done: via a playbook, test organization, projet then template creation
without any 'custom_virtualenv' attribute specified. Check that the
resources get created and that their python env is set to default. Then
re-do the same test but this time with the 'custom_virtualenv' attribute
specified. Ensure in AWX UI that those resources have the right
'custom_virtualenv' set.
commit e2cd86089b7eaaf47d75fadcd006ed3762c4e933
Author: Ilija Matoski <ilijamt@gmail.com>
Date: Wed Nov 20 14:18:53 2019 +0100
Allow deployments on Kubernetes version 1.16
commit c6d2fa86c7ab968cf168c7d1c403ad9ab2b202fc
Author: beeankha <beeankha@gmail.com>
Date: Wed Nov 20 11:15:18 2019 -0500
Fix typo under 'options'
commit f89db3586ba12a2ba6d8a156eea0a600ac101229
Author: mabashian <mabashia@redhat.com>
Date: Wed Nov 20 10:42:37 2019 -0500
Adds id attribute to logout button
commit eff46dbc7163e92bc568f1065d695413e940adef
Author: beeankha <beeankha@gmail.com>
Date: Mon Nov 18 13:20:24 2019 -0500
Make playbook wait for project sync...
...*before* running the associated job template.
Set "wait" default to True so CI doesn't time out
Change default back to "False", put in new "if"...
...block, explicitly set "wait" to "False" in test file.
Change if block
Update README
Update 'wait' option description
commit 80b75a163a98eb45f6f79c1053144d723cde307b
Author: Martin Adema <_madema@pmgtansible.binckbank.nv>
Date: Wed Nov 20 14:15:59 2019 +0100
Configurable image registry and service account for Postgres deployment.
commit fe65073f3e53694cacf1e421c9642093f4d4519c
Author: Bill Nottingham <notting@splat.cc>
Date: Tue Nov 19 16:44:55 2019 -0500
Remove obsolete requirements file.
commit c574cdc7dc974e6baf34250565f58ec0da0be4b0
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Nov 19 09:21:04 2019 -0500
fix busted tests
commit 097b59e74a0c104b0c5522d9b727812ae2f6a7b5
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Nov 4 11:23:28 2019 -0500
fix a bug that broken custom approval notification messages
commit 8e7d607a47f6b3bff8f5ea26d6a09f206360ce7a
Author: Alan Rominger <arominge@redhat.com>
Date: Thu Oct 31 22:56:48 2019 -0400
Only turn off Galaxy cert verification via toggle (#3933)
commit 4c32faa44808ffbea5ce5f267ec152c9d28fc5cf
Author: Sven-Hendrik Haase <svenstaro@gmail.com>
Date: Tue Nov 19 13:29:06 2019 +0100
Use more modern version of OpenShift client
3.9 is pretty old by now.
commit 7b1b65645596e8c8a9174e323a2c821902673ada
Author: AlanCoding <arominge@redhat.com>
Date: Mon Nov 18 15:39:39 2019 -0500
Remove forks no longer needed from dependencies
commit 9c2797b34c700ff9f1fb137872ec8f26feb43389
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Nov 18 11:21:10 2019 -0500
fix a typo in the CLI usage docs
commit f5fc0871fc957e5921204bade51ecb8e06bf1c9e
Author: Erik Berg <ansible@slipsprogrammor.no>
Date: Mon Nov 18 15:22:12 2019 +0000
Consistent naming scheme; memcached_host -> memcached_hostname
environment.sh uses hostname for everything, and both environment and
credentials provide a default of 'memcached', so this should also be one less
variable to care about.
commit 9458741b72c1b18a1a0506dcb1893b9f5a12a240
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Sat Nov 16 16:55:39 2019 -0500
don't set rh_username and rh_password in the license upload
commit 91c78d71377fd161843189cf0395cfcd63835d0a
Author: Erik Berg <ansible@slipsprogrammor.no>
Date: Mon Nov 18 13:46:43 2019 +0000
Consistent naming scheme; rabbitmq_host -> rabbitmq_hostname
environment.sh uses hostname for everything, and both environment and
credentials provide a default of 'rabbitmq', so this should be one less
variable to care about.
commit e1e7e9047d1ad9d92e443c1fd789f5120ee2443c
Author: Seth Foster <fosterbseth@gmail.com>
Date: Fri Nov 15 14:18:20 2019 -0500
Fix filtering azure inventory based on user-specified tags
Users can specify a list of keys, or a list of key:value pairs under
source variables. e.g. tags: Creator, peanutbutter or tags:
Creator:jmarshall, peanutbutter:jelly. If provided, only hosts that have
all keys or key:value pairs in the list will be returned.
inventory.py sets up the azure_rm.yml that provides
exclude_host_filters. This code adds a line for each key in the list, as
well as an additional line in the case of a key:value pair.
e.g.
exclude_host_filters:
- "'Creator' not in tags.keys()"
- tags['Creator'] != 'jmarshall'
Each line is a conditional, and if any conditionals is true, then the
host is filtered out.
fix for issue # 5044
commit 094eef635d62d9f83ea3db2f3a373742b8f31c48
Author: Shane McDonald <me@shanemcd.com>
Date: Fri Nov 15 14:17:08 2019 -0500
Fix typo
commit 56bb82e303cd66205d321187a5889c45a05fffbc
Author: Shane McDonald <me@shanemcd.com>
Date: Fri Nov 15 14:14:54 2019 -0500
Fix ordering
commit 0290dd3246a820be7e56e5eea4620b467bfc18f6
Author: Shane McDonald <me@shanemcd.com>
Date: Fri Nov 15 14:11:10 2019 -0500
Regenerate table of contents
commit de8c46cab049b58060694109c019678af9a3cde6
Author: Shane McDonald <me@shanemcd.com>
Date: Fri Nov 15 14:04:05 2019 -0500
Remove obsolote docker-compose instructions
commit 9028a48ab22125052fb66fd21586263f02aa87c4
Author: Shane McDonald <me@shanemcd.com>
Date: Fri Nov 15 14:02:02 2019 -0500
Add a note on upgrading
commit 709fa74070c64519b34a4676d80d82dfe1315350
Author: Shane McDonald <me@shanemcd.com>
Date: Fri Nov 15 14:01:28 2019 -0500
Fix verbiage in INSTALL.md
commit f0865d69f0995cb9664ac0e484fb5a045d418846
Author: Joe <11597133+m33k@users.noreply.github.com>
Date: Fri Nov 15 16:28:05 2019 +0000
CHANGED: docker_service to docker_compose
Signed-off-by: Joe <11597133+m33k@users.noreply.github.com>
commit ddf9fd581eea654dc8a05ec27396b3b71e6e43ac
Author: AlanCoding <arominge@redhat.com>
Date: Thu Nov 14 14:45:16 2019 -0500
Run and fix all sanity tests
commit b6745db4b8b127b563e9b5627ce4c86c18c96c02
Author: James Vornhagen <vornhagenjames@gmail.com>
Date: Wed Nov 13 17:11:36 2019 +0100
update documentation example
missing k in workflow.
- Docs Pull Request
+label: docsite_pr
commit 35a565d09f34da15278c4b852cf779508391d4c4
Author: AlanCoding <arominge@redhat.com>
Date: Thu Oct 31 12:12:43 2019 -0400
In tower_job_wait intentionally fail module for failure
commit b878aed40001a61c1f4447a6cd1942cb02fc9090
Author: AlanCoding <arominge@redhat.com>
Date: Wed Oct 30 15:24:55 2019 -0400
Add test coverage for launch with multiple prompted creds
commit 1961a8ba1585592250521772566973c9c776b75f
Author: AlanCoding <arominge@redhat.com>
Date: Wed Oct 30 15:40:49 2019 -0400
Fix and test for warning when creating project
commit b76018d6e00080c396cf159bfb4b29346e5707a9
Author: Hideki Saito <saito@fgrep.org>
Date: Mon Apr 22 09:19:02 2019 +0000
Fix multibyte character handling issue for tower_job_wait #55585
Add multibyte hostname handling test as an integration test
Signed-off-by: Hideki Saito <saito@fgrep.org>
commit a40398e6a1f560d7a8970c947e8789f623066b88
Author: AlanCoding <arominge@redhat.com>
Date: Wed Oct 30 12:56:36 2019 -0400
Remove sanity exceptions no longer needed
commit 97e2fbbe279a60ac3d603dfc9ab8d4a8d7680df1
Author: AlanCoding <arominge@redhat.com>
Date: Tue Oct 29 15:34:32 2019 -0400
Add collection test coverage for creating vault credential
commit bcbad06c1042d4cc7781b5a6605c0e6133aada93
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 1c74773eacbf11f199b6cb388caa182e1faad7d6
Author: AlanCoding <arominge@redhat.com>
Date: Thu Nov 14 11:10:22 2019 -0500
Delay inputs comparision to after field validation
commit 1402a2c8a53cf649cdc51126130ce3b0e52d8ccf
Author: AlanCoding <arominge@redhat.com>
Date: Thu Nov 14 14:45:16 2019 -0500
Run and fix all sanity tests
commit a15bf9ee415466bd7a0a49337364b9fb5dc9c33f
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Nov 14 12:37:45 2019 -0500
fix a few bugs related to container group execution
see: https://github.com/ansible/awx/issues/5326
commit 513f54a42256aa477177a3626ecb33f716436f9d
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Nov 14 12:37:45 2019 -0500
fix a few bugs related to container group execution
see: https://github.com/ansible/awx/issues/5326
commit 1d6f116687aa0e0caf5d4b57569aefc5c6ce839c
Author: Shane McDonald <me@shanemcd.com>
Date: Thu Nov 14 08:01:35 2019 -0500
Bump RabbitMQ version in k8s/openshift installs
See https://github.com/ansible/awx-rabbitmq/pull/13
commit 9a9d53d17a614efe4d72642229a325534364bcfe
Author: James Vornhagen <vornhagenjames@gmail.com>
Date: Wed Nov 13 17:11:36 2019 +0100
update documentation example
missing k in workflow.
- Docs Pull Request
+label: docsite_pr
commit c13c5b6c13a56d6a084c9bbf105111ec7015a688
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Nov 13 13:45:50 2019 -0500
Hide overflow chip in filter tags component
commit 70979df36aac446537aa17d3fb765082abe872dd
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Oct 10 14:29:08 2019 -0400
prevent the creation of Host names that contain Jinja
commit 83ee39cabdbc38fef01d544b20416787559f6e26
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Wed Nov 13 09:26:03 2019 -0500
remove a number of unnecessary 3.2 migrations
commit 6f38edf9a3abda8de21b2013500589235554cd09
Author: Rebeccah <rhunter@redhat.com>
Date: Tue Nov 12 10:58:45 2019 -0500
add in testing to see that when an instance group is containerized that the policy field values are set to default
commit 1f05372ac93d8d73bdc6b95f400ec27b873f9426
Author: Rebeccah <rhunter@redhat.com>
Date: Mon Nov 4 15:49:13 2019 -0500
change the logic to not break existing policy_instance testing
commit d0327fc044c61f856eb965018a0842657854f4be
Author: Rebeccah <rhunter@redhat.com>
Date: Fri Nov 1 20:31:31 2019 -0400
added onto the when saved function for instance groups that sets policy variables to their default.
commit 068dab14d47a1e18d9fee51f9203a3a4bb8d3a57
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Nov 12 12:35:36 2019 -0500
Increase async test timeout
When our CI system is overloaded, tests start running slower.
commit f64d0dde5a9afb7c8bd0d9d388b337adee6dd771
Author: AlanCoding <arominge@redhat.com>
Date: Fri Nov 1 15:07:56 2019 -0400
Use tags to reduce project update output
Handle folder deletion as tag
remove -v use by default
Change meaning of roles_enabled playbook var to
value of AWX global setting
commit 7cc0041aa879915eee97a915b98d60d83087e20a
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Nov 12 12:44:56 2019 -0500
Remove our implementation of Chip and ChipGroup in favor of PatternFly's component
commit e3ee3c5a001d47c8316e9579a3b84909051ac0f3
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Tue Nov 12 10:16:25 2019 -0500
Fixes failing tests
commit 1198c067b21d5cd0f6d06991da9d61b02c0ace31
Author: Andrea Galbusera <gizero@gmail.com>
Date: Wed Jun 19 12:19:02 2019 +0200
ensure "create_preload_data" is honored in docker-compose deployments
Use a templated version of launch_awx_task.sh which conditionally preloads
sample data according to create_preload_data value.
commit 95cdddd6706e7640ab4ca9489840ae33ca57659f
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Nov 11 14:00:06 2019 -0500
Adds Proptypes to AddDropDownButton Component
Also refactors to use the url that is passed in as the key for the link.
This means that we don't have to pass in a key value.
commit d91aa8c6cf8f02ee773c1239e2b0bf50344dd739
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Nov 8 15:47:19 2019 -0500
Allows AddDropDownButton components to accept array of dropdownItems
commit 052f101a7032cc0aa439d0f3a4492ea001b6b64a
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Fri Nov 8 13:14:37 2019 -0500
Adds AddDropDownButton removes TemplateDropDown Button
Both Inventory List and Template List use the same add button that has a drop down.
I decided to make a component that both can use.
This also addresses a typo in a InventoryList test.
commit c96e88877f9d7b29603af28909427ee1755b6a88
Author: AlanCoding <arominge@redhat.com>
Date: Mon Nov 11 22:07:22 2019 -0500
Add ignore list for Ansible 2.10
commit 5319659d5827feae04e8b6ef7d89da9e1c121a80
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Nov 11 13:38:15 2019 -0500
Address PR feedback
* Set local_path default value to empty string
* Make playbook directory required
* Update unit tests
commit 68a6315626eb4c8b98c4a442eceb11807c253c44
Author: mabashian <mabashia@redhat.com>
Date: Mon Nov 11 14:56:25 2019 -0500
Adds react-hooks eslint rules and fixes a few warnings
commit 8bfbd85cf97efc64fea4095840d8e35e77a4abde
Author: mabashian <mabashia@redhat.com>
Date: Mon Nov 11 14:25:04 2019 -0500
Adds eslint-plugin-react-hooks as a dev dep
commit f7b6d9fdff7fc88b10570ac1e5eb1ed1625ce2a6
Author: Ray Terrill <rayterrill@users.noreply.github.com>
Date: Mon Nov 11 11:05:16 2019 -0800
Update custom_virtualenvs.md
Adding trailing slashes to API calls + directories. This caused me a ton of wasted time as the API call silently returns but does nothing without the trailing slash.
commit ab4fba7ce94bb565234ee1377044246af12d0e4d
Author: mabashian <mabashia@redhat.com>
Date: Mon Nov 11 11:57:39 2019 -0500
Address PR feedback. Refactors a bit of unit test coverage to move away from testing state. Re-organized some of the structure of the user list tests to be slightly more efficient.
commit deb6e583971c614ea735d8718ed87c639e09b6bf
Author: mabashian <mabashia@redhat.com>
Date: Tue Nov 5 16:49:31 2019 -0500
Adds Users list, forms and details. Adds password form field.
commit 823a74c98b75e14d26e5b52ce0cec12b21faed46
Author: mabashian <mabashia@redhat.com>
Date: Fri Nov 8 14:18:44 2019 -0500
Prettier
commit c294a63f321128b36bf3ee3e1df8457b328d4c11
Author: mabashian <mabashia@redhat.com>
Date: Fri Nov 8 11:56:01 2019 -0500
Updates a couple of team list checkbox tests to test the UI rather than state/props internals. Fixes bug where select all was selected on load.
commit 84bce530dc25a06a8bed9d86e9159cf07a2109d7
Author: mabashian <mabashia@redhat.com>
Date: Fri Nov 1 14:34:35 2019 -0400
Adds organization field to team form. Adds edit button to team list items.
commit 6acd3c98b7e1e7e3f4a37564ae1fda186ee36b68
Author: mabashian <mabashia@redhat.com>
Date: Fri Oct 25 14:43:21 2019 -0400
Updates stale copy pasta. Org -> Team
commit 1e80b2e2959226c5a4f6d48decd7cb05016ae7e1
Author: mabashian <mabashia@redhat.com>
Date: Fri Oct 25 14:35:50 2019 -0400
Adds basic teams list and add/edit forms. The edit button on the list rows and the org lookup in the form are both missing and will be added in a later commit.
commit e4721d77221ef9a8831c14945c7400ad1eaab7d8
Author: Marliana Lara <mlara@redhat.com>
Date: Wed Nov 6 10:51:36 2019 -0500
Add project manual scm type subform
commit 4e31bdd2d26e3762c4e76b2e6130098c4779de53
Author: mabashian <mabashia@redhat.com>
Date: Mon Nov 4 16:38:49 2019 -0500
Removes changes to serializer that added type to host recent jobs. Addresses Switch styling issues on host list items.
commit d5e9716ceb88b6eead76f20c5891a8fa4863b040
Author: mabashian <mabashia@redhat.com>
Date: Mon Nov 4 15:27:47 2019 -0500
Move CardHeader styled component(s) outside of render functions. Refactors host options calls out to it's own function.
commit 01963b0ee7c8b4d61c6be9920b52f837d560aa2f
Author: mabashian <mabashia@redhat.com>
Date: Wed Oct 30 15:54:33 2019 -0400
Add host list, add/edit forms, and details
commit 69205c5f6ba77a6ce5a54ad5abf308092456e026
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Tue Nov 5 13:28:51 2019 -0500
try a higher timeout ¯\_(ツ)_/¯
https://github.com/ansible/awx/issues/5234
https://github.com/ansible/awx/pull/5250
commit 24da2b78b81d6483846dc6585c0887cff0889984
Author: Shane McDonald <me@shanemcd.com>
Date: Tue Nov 5 15:21:23 2019 -0500
Dont require pg_admin_password unless we're using it.
commit 6fee0db17b062cbe55bd705910657dc122bbc1df
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Nov 5 14:48:04 2019 -0500
Fix right margin and padding to 0px on body el
commit b25fbc52662820daea39eb502579b56a98a25205
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Nov 5 13:53:28 2019 -0500
update pytz to the latest version
commit 0f32161df0889b64ea67bf32677abcf687ae5b07
Author: Marliana Lara <mlara@redhat.com>
Date: Tue Nov 5 11:41:01 2019 -0500
Pull credential api request outside of ProjectEdit
commit b570c8ad2a01d75210a3841d6e80ff234615e1cb
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Nov 4 15:16:21 2019 -0500
Fixes linting issues
commit 9170aa184a5588940d1fb82e92dd70e3efeb4513
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Mon Nov 4 14:42:00 2019 -0500
Removes missingDetail prop and addresses a typo.
This removes `missingDetail` prop in favor of using styledComponent's className prop.
commit 458ca6940540ff52b8f3c9559a0b7e039775af43
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Nov 4 11:23:28 2019 -0500
fix a bug that broken custom approval notification messages
commit 2ec90f17d0128c60252c2d27926c567c84488f2b
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Nov 4 09:32:04 2019 -0500
fix broken sphinx docs build
commit ecf340f7227c60f3263686582411ae10138f48c2
Author: Marliana Lara <mlara@redhat.com>
Date: Sun Nov 3 21:28:51 2019 -0500
Add Project Edit test coverage
commit d77040a7a945a0558ce939d5f2950b597ad97154
Author: Marliana Lara <mlara@redhat.com>
Date: Sun Nov 3 21:28:10 2019 -0500
Add Project Edit form and refactor how the form handles credentials
commit 857faf570dd7e0b39f01d687e8b2397545466abd
Author: JensPfeifle <jens@pfeifle.tech>
Date: Sun Nov 3 19:03:40 2019 +0100
Update required Ansible version to 2.8+
Attempting to build the docker image with Ansible 2.5.1 results in the following error:
```
TASK [image_build : Build sdist builder image] *******************************************************************************************
fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (docker_image) module: build, force_source, source Supported parameters include: api_version, archive_path, buildargs, cacert_path, cert_path, container_limits, debug, docker_host, dockerfile, filter_logger, force, http_timeout, key_path, load_path, name, nocache, path, pull, push, repository, rm, ssl_version, state, tag, timeout, tls, tls_hostname, tls_verify, use_tls"}
```
The `force_source` parameter was added to docker_image in Ansible 2.8 ().
commit 871d87374b4b7a35e7677fd6d8b69a605d5bd921
Author: Alan Rominger <arominge@redhat.com>
Date: Thu Oct 31 22:56:48 2019 -0400
Only turn off Galaxy cert verification via toggle (#3933)
commit b3e056fe55183db8005d6b50bb3ede684479d871
Author: Keith Grant <keithjgrant@redhat.com>
Date: Thu Oct 31 16:01:33 2019 -0700
make ProjectLookup auto-select project if only one found
commit e5b76c6427d9a6150697c42301fbdc7e67686b9c
Author: Alex Corey <alex.swansboro@gmail.com>
Date: Wed Oct 30 09:32:10 2019 -0400
Adds `Deleted` text to missing resources in JT Detials View
The usecase of this change is if a user deletes an Inventory, or a Project
that is used by a JT they need to know that those resources are missing.
The only time that `Deleted` won't be shown for a missing resource is for
Inventory if it has been marked Prompt on Launch then nothing is shown. in that field.
Also adds icon to indicate that a JT is missing resources on the JT List.
commit 24eae09ed957020b40df33458df5424a5a9829db
Author: AlanCoding <arominge@redhat.com>
Date: Thu Oct 31 09:24:41 2019 -0400
Make tower_inventory_source org optional, add tests
commit a2fee252f98a45b6f251302c417972f36d1f78c6
Author: Hampus Lundqvist <hampus.lundqvist@fouredge.se>
Date: Thu Oct 3 19:58:12 2019 +0200
fix tests and typos
commit ab80c2276da48b2439a74bc417ca7b6365556ad9
Author: Hampus Lundqvist <hampus.lundqvist@fouredge.se>
Date: Thu Oct 3 17:10:00 2019 +0200
support organization specific tower_inventory_source. Inventories can exists with same name across multiple organizations so we need to be able to select correct inventory, credential, project etc for the inventory_source
commit f78c9f357dc9cce2d446fb2eddfc05d6cc3c0fff
Author: Shane McDonald <me@shanemcd.com>
Date: Thu Oct 31 08:00:23 2019 -0400
Mount local projects directory inside of dev container.
Yesterday I noticed that we have awx/projects in our .gitignore. I am assuming
this pre-dates our containerized development environment. With this commit, any
project under awx/projects/ will be made available in the dev environment for
selection when creating a Manual project. This comes in super handy when
testing changes to playbooks locally.
commit da1e43dc125a818843ed235ec2dcd69c42126a39
Author: AlanCoding <arominge@redhat.com>
Date: Thu Oct 31 07:53:43 2019 -0400
Make tower_group idempotent
commit cb354c2ef1685332c7d255aa18311d5d03e07884
Author: Hideki Saito <saito@fgrep.org>
Date: Mon Apr 22 09:19:02 2019 +0000
Fix multibyte character handling issue for tower_job_wait #55585
Add multibyte hostname handling test as an integration test
Signed-off-by: Hideki Saito <saito@fgrep.org>
commit b48815d2bbbf6d945c70a616ee4ba7c8fac06cea
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 91afa88b4448b779ee5374e49a3353f0cf3c200a
Author: Jake McDermott <yo@jakemcdermott.me>
Date: Mon Oct 28 11:28:57 2019 -0400
Improve accuracy of code comment
commit 3cab73c57474bdb26bfb3894fa595211b3ef5129
Author: Alan Rominger <arominge@redhat.com>
Date: Mon Oct 28 09:58:00 2019 -0400
Add tests for AWX collection credential fixes (#3893)
commit b3af64d66f9408181e090e6cd3182446506d516a
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 841975d72bd61a4b918d9a7becb7d7a04488ac0b
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 678ce81487da4a19e7037d9f8cc53ef09f0b1163
Author: Rebeccah <rhunter@redhat.com>
Date: Fri Oct 25 14:14:14 2019 -0400
pinning pytest-mock to version 1.11.1
commit 634550fb0b9620056feb91a798f90bb1a6c161d2
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Oct 25 12:23:10 2019 -0400
pin to runner==1.4.4
commit b51b1a959fb2d6b1e7b906477ef1ff72b6b687a9
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Fri Oct 25 10:20:18 2019 -0400
fix a syntax error
whoopsie
commit 95ab5327c3b3b77930dba213930c964e77c5b9bf
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 e40f29092bf6d8c15381afd6dfaaae676a42955c
Author: AlanCoding <arominge@redhat.com>
Date: Thu Oct 24 15:10:38 2019 -0400
Fully rely on error ignoring for sanity rel imports
commit b394862210d4ce42eee95977f2734324aa898480
Author: AlanCoding <arominge@redhat.com>
Date: Thu Oct 24 14:58:55 2019 -0400
Ignore import errors due to bugs in Ansible core
commit 0434c611f0d6b7644c759bb7ce913bd771cb0051
Author: AlanCoding <arominge@redhat.com>
Date: Tue Oct 22 14:26:56 2019 -0400
add release note
commit 201ae5f948ec94e418b9165999ad6352e82a5126
Author: AlanCoding <arominge@redhat.com>
Date: Mon Sep 30 16:01:44 2019 -0400
declare types in Ansible Tower module options
commit 9d93b78296ff98d5e11aed28c1fb012b33e2f1cf
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 b2557c6fd884b417e77f05b408312c359c131391
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 8f5d25a5dfd74fc0d138461779ebb05b8d30c3dd
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 (#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 4c199b0ab21d1998a96ee497f6b79cfee445b2af
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 ef7b3fec94a8a80a9a79ec2e48fbadeac1ecff26
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 93bd1e67052b0c2c3230d6f96dfaf33f43574d34
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 b13009b9a32bd630443ee29810e5f28a56afa6dc
Author: Jim Ladd <jladd@redhat.com>
Date: Tue Oct 22 17:45:46 2019 -0700
Update unit tests
commit fc941eda98e857be804048553a28e399486279ad
Author: Jim Ladd <jladd@redhat.com>
Date: Mon Oct 21 16:44:03 2019 -0700
Return full webhook dict when serializing notif.
commit 32deca2e92feeac1d28c7afbe52b4e4d0a43794d
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 ff1a618a9370627fb990b236981778860da3a7a8
Author: Jim Ladd <jladd@redhat.com>
Date: Mon Oct 21 13:52:36 2019 -0700
Don't use i18n for NT body string
commit 0af79b729ec05935c97caa60397dc0618b3d7463
Author: Keith Grant <keithjgrant@redhat.com>
Date: Mon Oct 21 15:01:24 2019 -0700
fix lint errors
commit 76711febd14cf781506ce1bf9b774ca0a5442678
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 81e545b720c39cabca3894fe8067868e1f3f4a31
Author: Jim Ladd <jladd@redhat.com>
Date: Thu Oct 17 23:51:55 2019 -0700
NotificationSerializer should gracefully handle webhook/pagerduty bodies
commit d985b1215a2a7024ff49ee5904d46f572670d3df
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 157bec1777a391da5be7e39753665ae69577d002
Author: Jim Ladd <jladd@redhat.com>
Date: Tue Oct 15 23:19:12 2019 -0700
Render WF approval notifications w/ custom templates
commit 1754076a564224f873331d37e8bd2ddb05550129
Author: Jim Ladd <jladd@redhat.com>
Date: Tue Oct 15 17:30:56 2019 -0700
Refactor notification backends to use CustomNotificationBase
commit d3132820a54d50a1deed73c5f619593b704c884c
Author: Jim Ladd <jladd@redhat.com>
Date: Mon Oct 7 16:57:57 2019 -0700
Render default notifications using Jinja templates
commit 9f4d65891c7e86d9957258b9aebbec17f131bd3c
Author: Jim Ladd <jladd@redhat.com>
Date: Mon Oct 7 16:55:34 2019 -0700
Remove unused build_notification_message method
commit 653ec0ffabcb362c106f5a0f57ae7cf91628e33d
Author: Alan Rominger <arominge@redhat.com>
Date: Wed Oct 23 10:59:35 2019 -0400
RBAC relaunch 403 updates (#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 28228a3b577a217f3a799347daea8d6b1a747be6
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 (#3817)
commit cfd7946097f7b0169ce00225b566b5a1aed647cc
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Tue Oct 22 16:40:54 2019 -0400
improve cleanup of anonymous kubeconfig files
commit fb67b8edf9ec4eb9c273a1208cc51b0e53562afc
Author: Alan Rominger <arominge@redhat.com>
Date: Tue Oct 22 14:39:27 2019 -0400
Add support for credential_type in tower_credential module (#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 53cf6cf17c33fbead58d0739e637601fbe41dd8f
Author: Alex Corey <acorey@redhat.com>
Date: Tue Oct 22 13:31:53 2019 -0400
Instance Groups Instances List styling fixes (#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 8701f839227ea2fcd6c2722e40d319c74c9e0eac
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 7344ee23ef87ea3df16969eaab1c40b47512b02e
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: https://github.com/ansible/awx/issues/5062
commit facec0fe767265f08466a15f44ff35579964c17d
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 812d00f490d9e116499b07cb80cbcbb5da508290
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Mon Oct 21 11:18:44 2019 -0400
reap k8s-based jobs when the dispatcher restarts
commit 9c9bf0ed8479e79ea40ea40d76eb654be11c722b
Author: Marliana Lara <mlara@redhat.com>
Date: Mon Oct 21 16:13:52 2019 -0400
Handle undefined schedule value in job detail component
commit c013d656c8967c4b8444bdb5df0b3114f62c74df
Author: Graham Mainwaring <gmainwaring@ansible.com>
Date: Mon Oct 21 16:10:25 2019 -0400
Add UI toggle to disable public Galaxy (#3867)
commit e38ed6574c1bee529f5cd7596bced7cf16794576
Author: Khaled Elkhawaga <k.elkhawaga@gmail.com>
Date: Fri Oct 11 01:00:22 2019 +0200
update comments for kubernetes ingress
Signed-off-by: Khaled Elkhawaga <k.elkhawaga@gmail.com>
commit 267e297ecaae07ef16adb40866646a70108b08e2
Author: Khaled Elkhawaga <k.elkhawaga@gmail.com>
Date: Fri Oct 11 00:50:52 2019 +0200
add variable to set tls secret for kubernetes ingress
Signed-off-by: Khaled Elkhawaga <k.elkhawaga@gmail.com>
commit a733a59b8d502bfff6c67d1433c1a980a74a6d4d
Author: Ryan Petrello <rpetrell@redhat.com>
Date: Thu Oct 10 14:29:08 2019 -0400
prevent the creation of Host names that contain Jinja
commit 1f76a88656ffbb93f38e9651665700e3b3a3ecf8
Author: dgiorgio <douglas.giorgio@gmail.com>
Date: Wed Sep 25 21:09:34 2019 -0300
Fix postgres docker-compose, add postgresql_image var
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>
PreviousNext