softwarefactory-project-zuul[bot]
72de660ea1
Merge pull request #6880 from ryanpetrello/fix-awxkit-new-pip
...
Keep awxkit's requirements on the setup.py
Reviewed-by: Jacob Callahan
https://github.com/JacobCallahan
2020-04-29 19:24:57 +00:00
softwarefactory-project-zuul[bot]
042c854ad3
Merge pull request #6877 from ryanpetrello/install-doc-cleanup
...
cleanup and clarify some installation instructions
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-29 18:53:31 +00:00
Ryan Petrello
9aed49e146
update the 11.2.0 changelog
2020-04-29 14:49:09 -04:00
Elyézer Rezende
5c91f66316
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.
2020-04-29 14:47:21 -04:00
softwarefactory-project-zuul[bot]
5e223db945
Merge pull request #6808 from AlexSCorey/6694-WebhookDataOnJTDEETs
...
Adds webhook fields to job template details
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-29 18:43:53 +00:00
Ryan Petrello
67e2f19aaf
cleanup and clarify some installation instructions
2020-04-29 14:09:04 -04:00
softwarefactory-project-zuul[bot]
e940f1f7df
Merge pull request #6849 from ggiinnoo/ssl-seperate-key
...
Added variable to inventory to add a separate SSL key file
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-29 14:38:32 +00:00
softwarefactory-project-zuul[bot]
ebee75e91e
Merge pull request #6868 from john-westcott-iv/sdb_notigy_host_ox_x
...
Set SDB_NOTIFY_HOST on non-docker OS X
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-29 14:01:04 +00:00
softwarefactory-project-zuul[bot]
e641433c68
Merge pull request #6860 from ryanpetrello/version-11-2-0
...
bump version 11.2.0
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-29 00:31:30 +00:00
softwarefactory-project-zuul[bot]
c5dc03d4a9
Merge pull request #6867 from AlexSCorey/TestDebug
...
Fixes failing test
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-28 23:18:33 +00:00
John Westcott IV
3a6a7c100a
Going for a more generic 'just pass' option
2020-04-28 16:47:08 -04:00
John Westcott IV
cd07305c08
Set SDB_NOTIFY_HOST on non-docker OS X
2020-04-28 16:37:35 -04:00
Alex Corey
c39423d5ca
Fixes failing test
2020-04-28 16:26:46 -04:00
Ryan Petrello
3f00329abd
bump version 11.2.0
2020-04-28 13:55:59 -04:00
softwarefactory-project-zuul[bot]
def3114b5b
Merge pull request #6856 from ryanpetrello/devel
...
merge in a few downstream fixes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-28 17:21:28 +00:00
softwarefactory-project-zuul[bot]
fcc99baaa8
Merge pull request #6848 from vandreykiv/devel
...
Updated ingress template for kubernetes to support HTTP and HTTPS when annotations not set
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-28 16:52:46 +00:00
Ryan Petrello
aad371d224
Merge branch 'downstream' into devel
2020-04-28 12:18:13 -04:00
Vyacheslav Andreykiv
d5cb6ad58a
Update main.yml
...
Reverted formating changes
2020-04-28 08:56:29 -07:00
ggiinnoo
0bad717db7
Wrong syntax
2020-04-28 17:51:41 +02:00
softwarefactory-project-zuul[bot]
b31abbba82
Merge pull request #6220 from kawsark/devel
...
Modified hashivault.py to support approle
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-28 15:50:21 +00:00
Ryan Petrello
0d30a67756
Merge pull request #4273 from wenottingham/certscertscerts
...
Allow unsigned certs in logging if cert verification is disabled.
2020-04-28 11:17:19 -04:00
Bill Nottingham
5d24acf613
Allow unsigned certs in logging if cert verification is disabled.
2020-04-28 11:16:54 -04:00
Ryan Petrello
94692c2364
Merge pull request #4272 from chrismeyersfsu/sos_report_redis_logs
...
sos report redis logs
2020-04-28 11:00:41 -04:00
Ryan Petrello
29abe35799
Merge pull request #4268 from fosterseth/fix-ip_conflict_cluster
...
Unset IP address of old instance if conflicting with new instance IP
2020-04-28 10:59:27 -04:00
Seth Foster
6652464e25
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
2020-04-28 10:52:15 -04:00
Pierre-Louis Bonicoli
f9d5860d63
Fix pylint errors
2020-04-28 10:33:41 -04:00
Pierre-Louis Bonicoli
d8ac2f5263
Avoid to repeat default value
2020-04-28 10:33:40 -04:00
Pierre-Louis Bonicoli
fdae3cd092
Explicitly references AppRole
2020-04-28 10:33:40 -04:00
Pierre-Louis Bonicoli
139384acc4
Simplify test branches
2020-04-28 10:33:40 -04:00
Pierre-Louis Bonicoli
9d85e8655d
Both methods return a token: rename variable
2020-04-28 10:33:40 -04:00
Pierre-Louis Bonicoli
9fdd9061d3
Remove extraneous call to bool built-in function
2020-04-28 10:33:39 -04:00
kawsark
d3d4ce3804
Modified hashivault.py to support approle
2020-04-28 10:33:37 -04:00
chris meyers
960aa9df16
add redis logs to sosreport
...
* rhel8 /var/log/redis/redis.log
* rhel7 scl location
2020-04-28 09:12:42 -04:00
ggiinnoo
41a8d32dcc
Added variable to inventory to add a separate key file
2020-04-28 11:13:47 +02:00
Bianca Henderson
12b47405f0
Merge pull request #4265 from john-westcott-iv/release_3.7.0
...
Restructuring modules so that lookup don't happen if deleting
2020-04-27 17:39:11 -04:00
Vyacheslav Andreykiv (Intel)
7659ffca1e
fixed ingress template
2020-04-27 14:33:42 -07:00
Alan Rominger
41014e62b7
Avoid applying galaxy settings if no user settings exist ( #4262 )
2020-04-27 16:15:11 -04:00
softwarefactory-project-zuul[bot]
c2e9df74e4
Merge pull request #6790 from fherbert/feature/awx_cli_job_monitor
...
Add ability to monitor jobs and workflow_jobs via awx cli, fixes #6165
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-27 19:48:33 +00:00
Ryan Petrello
e1cedcfb04
Merge pull request #4266 from rooftopcellist/rsyslog_followup
...
Increase stopwait time for rsyslogd service
2020-04-27 15:26:49 -04:00
Francois Herbert
d0384799fd
Add ability to monitor jobs and workflow_jobs via awx cli, fixes #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
2020-04-27 15:09:16 -04:00
Jim Ladd
45f8f0f412
Merge pull request #4264 from jladdjr/satellite6_want_ansible_ssh_host
...
Add support for satellite6_want_ansible_ssh_host
2020-04-27 11:39:03 -07:00
Christian Adams
c07b6285da
Increase stopwait time for rsyslogd service
2020-04-27 14:33:46 -04:00
John Westcott IV
f17ced8f9c
Fixing integration tests for deprecation warnings
2020-04-27 14:25:23 -04:00
softwarefactory-project-zuul[bot]
17702c94f7
Merge pull request #6833 from lewisface/devel
...
Keystone v3 support for OpenStack Credential
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2020-04-27 18:13:52 +00:00
John Westcott IV
7f66f084f1
Restructuring modules so that lookup don't happen if deleting
2020-04-27 14:11:23 -04:00
Jim Ladd
616e7082b3
Add support for satellite6_want_ansible_ssh_host
...
* defaults to IPv6, falls back to IP
2020-04-27 11:04:56 -07:00
softwarefactory-project-zuul[bot]
83051e9138
Merge pull request #6005 from donomur/ca-trust-fix
...
Add CA trust volume to k8s installer management pod
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-27 17:36:20 +00:00
softwarefactory-project-zuul[bot]
33ff4ad9be
Merge pull request #6762 from shaynecm/devel
...
Update inventory file
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-27 17:34:55 +00:00
softwarefactory-project-zuul[bot]
e5bdd44e13
Merge pull request #5398 from dvaerum/patch-1
...
If pg_hostname is defined don't try to upgrade PostgreSQL
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-27 17:22:02 +00:00
Chris Meyers
fa73fe76b2
Merge pull request #4263 from ansible/fix-sliding_window_3_7_0
...
fix sliding window per/minute calc
2020-04-27 13:20:39 -04:00
Donovan Murphy
fb567dad1e
add CA trust volume to management pod
...
Signed-off-by: Donovan Murphy <dono@dono.email >
2020-04-27 13:01:32 -04:00
softwarefactory-project-zuul[bot]
88f44cb185
Merge pull request #6811 from wenottingham/ssh_aaaaaaarghs
...
Don't override ANSIBLE_SSH_ARGS for ad-hoc commands.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-27 16:44:23 +00:00
Dennis Vestergaard Værum
fd2d0966e2
If pg_hostname is defined don't try to upgrade PostgreSQL
2020-04-27 12:12:37 -04:00
Ryan Petrello
efe9d85685
Merge pull request #4260 from jlmitch5/fixNotificationPagination
...
make sure right endpoint is getting called for notification pagination
2020-04-27 09:18:34 -04:00
Ryan Petrello
1f1069e9f3
Merge pull request #4261 from jlmitch5/fixLicenseTranslation
...
Remove unnecessary nesting license translate directive
2020-04-24 16:03:10 -04:00
chris meyers
ac46013fcc
fix sliding window per/minute calc
...
* Add tests to ensure correctness
2020-04-24 15:55:11 -04:00
Christian Adams
f6a2d41e4c
Remove unnecessary or translation
2020-04-24 15:35:56 -04:00
John Mitchell
3b84ff7002
remove unnecessary nesting translate directive from license partial
2020-04-24 15:35:56 -04:00
John Mitchell
b1b6af4ad5
make sure right endpoint is getting called for notification pagination
2020-04-24 15:32:14 -04:00
Ryan Petrello
04e6482f36
Merge pull request #6832 from ghjm/service_command
...
Improve the ansible-tower-service script
2020-04-24 15:24:40 -04:00
softwarefactory-project-zuul[bot]
f7a8e30d3e
Merge pull request #6818 from ryanpetrello/rsyslogd-debug
...
add a setting for enabling high rsyslogd verbosity
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-24 19:13:42 +00:00
Graham Mainwaring
d55b223aae
Use sysconfig file to get the list of services
2020-04-24 14:08:24 -04:00
Ryan Petrello
e51d0b6fde
add a setting for enabling high rsyslogd verbosity
2020-04-24 14:01:17 -04:00
Graham Mainwaring
e36ffa5764
Return more status information from ansible-tower-service status and error check commands better
2020-04-24 11:37:16 -04:00
Dave Lewis
c86692784e
Updated data/inventory/scripts/openstack/files/file_reference
...
Update file_references due to the inclution of project_domain_name in the openstack credentails.
2020-04-24 15:11:49 +01:00
Dave Lewis
952c91dea5
Updated injector.py and added new test into test_tasks.py
2020-04-24 14:06:13 +01:00
softwarefactory-project-zuul[bot]
e7a9604896
Merge pull request #6826 from AlanCoding/vendoring_collections_vmware
...
Enable VMWare inventory plugin
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-24 12:32:39 +00:00
AlanCoding
8bbd2c7aaa
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
2020-04-23 19:57:53 -04:00
softwarefactory-project-zuul[bot]
9e87ddde69
Merge pull request #6820 from marshmalien/6530-wf-node-detail-cleanup
...
Show missing detail fields in workflow node view modal
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-23 20:34:36 +00:00
softwarefactory-project-zuul[bot]
5d40cf7635
Merge pull request #6825 from ryanpetrello/test-other-loggers
...
allow users to test log aggregration if `awx` isn't in the loggers list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-23 20:19:08 +00:00
Marliana Lara
75b54d2c14
Add unit tests to check for deleted details
2020-04-23 15:34:23 -04:00
Alex Corey
1bcd71ec9f
Adds webhook fields to job template details
2020-04-23 15:19:03 -04:00
Ryan Petrello
31c6b3337c
allow users to test log aggregration if awx isn't in the loggers list
2020-04-23 15:15:37 -04:00
softwarefactory-project-zuul[bot]
c0e07198cf
Merge pull request #6283 from AlanCoding/vendoring_collections
...
Use vendored collections for inventory imports
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-23 18:54:50 +00:00
Marliana Lara
a2c3027bd7
Display a "Deleted" label for prompt view node details
2020-04-23 13:08:16 -04:00
softwarefactory-project-zuul[bot]
acdf15640c
Merge pull request #6814 from surfer190/patch-1
...
Change the custom venv vars install line
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-23 15:38:29 +00:00
Dave Lewis
92b74266ca
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=''))
2020-04-23 11:33:24 +01:00
Dave Lewis
08323a11b6
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.
2020-04-23 11:24:51 +01:00
surfer190
6390794828
Change the custom venv vars install line
...
Add the inventory
2020-04-23 11:43:01 +02:00
AlanCoding
ab703e2a32
Add feature docs and document development tooling
2020-04-22 21:41:52 -04:00
AlanCoding
8c657e210c
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
2020-04-22 21:40:23 -04:00
Bill Nottingham
3f5820adf8
Don't override ANSIBLE_SSH_ARGS for ad-hoc commands.
...
This reverts 8beed7f4 , 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.
2020-04-22 20:46:18 -04:00
softwarefactory-project-zuul[bot]
a34a63ec7f
Merge pull request #6809 from wenottingham/nope-no-scls-here
...
Don't use SCLs for openshift.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 23:12:45 +00:00
Bill Nottingham
47fef1dcf3
Don't use SCLs for openshift.
...
This may be a mis-merge?
2020-04-22 17:16:44 -04:00
softwarefactory-project-zuul[bot]
b6be891dc1
Merge pull request #6786 from nixocio/ui_issue_6511
...
Fix searching for a blank string creates a blank search filter
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 21:02:25 +00:00
softwarefactory-project-zuul[bot]
546df65753
Merge pull request #6804 from chrismeyersfsu/fix-collector_tests
...
lie about last time analytics were collected
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 20:38:45 +00:00
nixocio
2a86a3e05b
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: https://github.com/ansible/awx/issues/6511
2020-04-22 16:16:10 -04:00
softwarefactory-project-zuul[bot]
37ee95314a
Merge pull request #6802 from ryanpetrello/version-11-1-0
...
bump version to 11.1.0
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 19:18:24 +00:00
softwarefactory-project-zuul[bot]
28c3fa517e
Merge pull request #6773 from ryanpetrello/playbook-scan-symlinks
...
follow symlinks while discovering valid playbooks
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 18:35:53 +00:00
chris meyers
01c56a4f2b
lie about last time analytics were collected
...
* Ensure that everything that we put into the database is returned via
analytics.
2020-04-22 14:10:45 -04:00
Ryan Petrello
3dd21d720e
follow symlinks while discovering valid playbooks
...
related: https://github.com/ansible/awx/pull/6769
Co-authored-by: Francois Herbert <francois@herbert.org.nz >
2020-04-22 13:38:29 -04:00
softwarefactory-project-zuul[bot]
9cfecb5590
Merge pull request #6788 from ryanpetrello/version-header
...
include the AWX version as a header in all responses
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 17:11:56 +00:00
Ryan Petrello
2742612be9
bump version to 11.1.0
2020-04-22 13:00:41 -04:00
softwarefactory-project-zuul[bot]
4f4a4e2394
Merge pull request #6204 from Ladas/send_job_and_template_nodes_to_analytics
...
Send job and template nodes to analytics
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 16:08:31 +00:00
Ryan Petrello
edd9972435
include the AWX version as a header in all responses
2020-04-22 12:07:31 -04:00
softwarefactory-project-zuul[bot]
9fdec9b31b
Merge pull request #6785 from shanemcd/really-clean-that-volume
...
Dev env: stop and remove containers before removing volume
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 15:39:12 +00:00
softwarefactory-project-zuul[bot]
a93ee86581
Merge pull request #6787 from squidboylan/remove_module_tests
...
Remove tower_receive and tower_send tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 15:01:58 +00:00
softwarefactory-project-zuul[bot]
020246736c
Merge pull request #6796 from rooftopcellist/fix_awx_rsyslog
...
rsyslogd is only needed in the web container
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-22 15:01:50 +00:00
Christian Adams
8d3ce206cd
rsyslogd is only needed in the web container
2020-04-22 10:17:04 -04:00
AlanCoding
68f5482c42
Update vmware implementation to new agreements
2020-04-21 22:49:20 -04:00
softwarefactory-project-zuul[bot]
28e27c5196
Merge pull request #6768 from keithjgrant/5909-jt-launch-3b
...
JT Launch Prompting (phase 3) [rebuilt branch]
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-21 23:43:29 +00:00
softwarefactory-project-zuul[bot]
c56352daa4
Merge pull request #6765 from rooftopcellist/fix_flake_zuul
...
revert back to the old way of calling flake8 linter
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-21 21:37:36 +00:00
Caleb Boylan
5eea4e8881
Remove tower_receive and tower_send tests
2020-04-21 13:46:13 -07:00
Bill Nottingham
58c821f3e1
De-flake the collector test.
2020-04-21 16:32:33 -04:00
Shane McDonald
5cad0d243a
Dev env: stop and remove containers before removing volume
2020-04-21 15:47:59 -04:00
softwarefactory-project-zuul[bot]
0aaa2d8c8d
Merge pull request #6783 from ryanpetrello/inv-links
...
update (dead) links to example inv source vars
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-21 19:07:55 +00:00
chris meyers
921feb561d
add test case for wfj nodes analytics
2020-04-21 20:21:38 +02:00
Bill Nottingham
5b0bb4939f
Allow subsets of table gathering for unit tests.
...
sqlite does not like some of our PG-isms.
2020-04-21 20:21:20 +02:00
Ladislav Smola
144cffe009
Send job and template nodes to analytics
...
Sending tables main_workflowjobnode and main_workflowjobtemplatenode
containing arrays of success/failure/always_nodes which is compatible
to what API call for nodes return.
2020-04-21 20:02:30 +02:00
Ryan Petrello
af11055e5c
update (dead) links to example inv source vars
...
see: https://github.com/ansible/awx/issues/6538
some of these are subject to change (in particular, the azure one), but
this at least fixes the dead links for now in ansible devel
2020-04-21 14:00:54 -04:00
softwarefactory-project-zuul[bot]
c0cb546c3c
Merge pull request #6779 from squidboylan/fix_project_allow_override
...
Collection: Fix the tower_project scm_allow_override
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-21 17:52:52 +00:00
softwarefactory-project-zuul[bot]
a800c8cd00
Merge pull request #6781 from ryanpetrello/pg10-doc
...
update postgres minimum version
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-21 17:32:58 +00:00
Caleb Boylan
f8a23f20aa
Collection: Assert tower_project job is successful
2020-04-21 10:14:08 -07:00
softwarefactory-project-zuul[bot]
46edd151e0
Merge pull request #6764 from ryanpetrello/redis-sos
...
record redis config in the sosreport
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-21 17:13:58 +00:00
Caleb Boylan
ba4b6bdbb7
Collection: tower_project alias allow_override to scm_allow_override
2020-04-21 10:08:06 -07:00
Caleb Boylan
1e24d8b5fa
Collection: Add integration tests for project scm_allow_override
2020-04-21 09:58:39 -07:00
Ryan Petrello
41586ea3a6
update postgres minimum version
2020-04-21 12:49:33 -04:00
Caleb Boylan
ded5577832
Collection: Fix the tower_project scm_allow_override
2020-04-21 09:39:16 -07:00
shaynecm
e428aeb97e
pre-req's updated
...
added Python 3.6+ to bring inline with the inventory change
2020-04-21 12:43:19 +01:00
shaynecm
e42915d4cf
updated to include py3
...
amended to be "/usr/bin/env python3" as suggested
2020-04-21 12:40:56 +01:00
softwarefactory-project-zuul[bot]
cce5f26e34
Merge pull request #6763 from ryanpetrello/rsyslogd-spool-config
...
let users configure the destination and max disk size of rsyslogd spool
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-20 23:49:20 +00:00
Keith Grant
1940c834cb
fix empty CodeMirror bug in modals
2020-04-20 16:21:59 -07:00
Keith Grant
08381577f5
Merge prompt extra_vars before POSTing
...
* Merge the extra_vars field with survey question responses before sending
to API
* Clean up select and multi-select survey fields
2020-04-20 16:21:48 -07:00
Keith Grant
669d67b8fb
flush out validators, survey questions
2020-04-20 16:21:39 -07:00
Keith Grant
8a0be5b111
add survey questions
2020-04-20 16:21:31 -07:00
Ryan Petrello
9e30f004d3
let users configure the destination and max disk size of rsyslogd spool
2020-04-20 19:12:28 -04:00
softwarefactory-project-zuul[bot]
62bf61b2a2
Merge pull request #6766 from ryanpetrello/fixup-6760
...
escape certain log aggregator settings when generating rsyslog config
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-20 22:52:20 +00:00
Ryan Petrello
f62dfe85cc
escape certain log aggregator settings when generating rsyslog config
...
see: https://github.com/ansible/awx/issues/6760
2020-04-20 18:05:01 -04:00
Christian Adams
97acba8fe9
revert back to the old way of calling flake8 linter
2020-04-20 17:27:52 -04:00
Ryan Petrello
cec7cb393d
record redis config in the sosreport
2020-04-20 17:03:50 -04:00
softwarefactory-project-zuul[bot]
e9b254b9d2
Merge pull request #6654 from AlexSCorey/4962-EnableWebhooksForJT
...
Adds webhooks to Job template form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-20 20:11:29 +00:00
Alex Corey
222fecc5f6
adds test for new webhook component
2020-04-20 15:33:46 -04:00
shaynecm
1afd8b4309
Update inventory
2020-04-20 19:20:14 +01:00
softwarefactory-project-zuul[bot]
c833676863
Merge pull request #6752 from fherbert/job_template_notification
...
Support adding/removing notifications to job_templates
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-20 17:20:25 +00:00
softwarefactory-project-zuul[bot]
7e9835f6ee
Merge pull request #6730 from rooftopcellist/pyflake
...
Fix new flake8 from pyflakes 2.2.0 release
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-20 14:31:52 +00:00
softwarefactory-project-zuul[bot]
5940f6de2c
Merge pull request #6737 from ryanpetrello/da-queues
...
rsyslogd: set some reasonable limits for disk queues
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-20 14:29:05 +00:00
Christian Adams
a899a147e1
Fix new flake8 from pyflakes 2.2.0 release
2020-04-20 09:50:50 -04:00
softwarefactory-project-zuul[bot]
e0c8f3e541
Merge pull request #6747 from chrismeyersfsu/fix-redis_logs
...
fix redis logs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-20 13:06:40 +00:00
Francois Herbert
68a0bbe125
Support adding/removing notifications to job_templates
2020-04-20 13:02:41 +12:00
AlanCoding
50197c6a12
Handle custom script options of hostnames and destination variable
2020-04-18 23:30:50 -04:00
AlanCoding
de0122d64e
Respect the ec2 script nested groups option
2020-04-18 19:32:18 -04:00
chris meyers
8592bf3e39
better broadcast websocket logging
...
* Make quiter the daphne logs by raising the level to INFO instead of
DEBUG
* Output the django channels name of broadcast clients. This way, if the
queue gets backed up, we can find it in redis.
2020-04-17 17:19:08 -04:00
chris meyers
4787e69afb
consistent wsbroadcast log messages
2020-04-17 17:18:21 -04:00
softwarefactory-project-zuul[bot]
8f5afc83ce
Merge pull request #6745 from ryanpetrello/redis-tcp-port--
...
don't expose redis port
Reviewed-by: Elyézer Rezende
https://github.com/elyezer
2020-04-17 20:43:27 +00:00
softwarefactory-project-zuul[bot]
b1a90d445b
Merge pull request #6739 from chrismeyersfsu/fix-redis_group_cleanup
...
cleanup group membership on disconnect
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-17 20:28:00 +00:00
softwarefactory-project-zuul[bot]
8954e6e556
Merge pull request #6687 from nixocio/ui_convert_user_to_be_function
...
Update User component to be function based
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-17 19:55:50 +00:00
AlanCoding
fff34f7227
Make inventory non-strict for production and remove comments
2020-04-17 15:43:03 -04:00
Ryan Petrello
7bfc99a615
don't expose redis port
2020-04-17 15:34:11 -04:00
AlanCoding
e2f5aa987d
Implement vmware plugin host filtering
2020-04-17 14:52:38 -04:00
Ryan Petrello
f159a6508e
rsyslogd: set some higher limits for disk-assisted queues
2020-04-17 14:34:07 -04:00
nixocio
4d7b5adf12
Update User component to be function based
...
Update User component to be function based. Also update related
unit-tests.
2020-04-17 14:29:31 -04:00
Alex Corey
6e648cf72f
Adds webhooks to jt form
2020-04-17 14:18:32 -04:00
softwarefactory-project-zuul[bot]
24a50ea076
Merge pull request #6738 from squidboylan/fix_collection_sanity_ansible2.9
...
Collection: Ignore some sanity errors in ansible 2.9
Reviewed-by: Alan Rominger <arominge@redhat.com >
https://github.com/AlanCoding
2020-04-17 18:06:41 +00:00
softwarefactory-project-zuul[bot]
2d2add009b
Merge pull request #6728 from chrismeyersfsu/fix-noisy_debug
...
confidence in websocket group logic is high
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-17 18:06:36 +00:00
chris meyers
fd068695ef
cleanup group membership on disconnect
...
* zcard asgi::group:jobs-status_changed <-- to see a group set that
continues to grow. Issue this command in a loop while refreshing the
browser page on the jobs list. Before this change the set size would
continue to grow as daphne channel names are added to the group. After
this change the set size stays stable at the expected, 1.
2020-04-17 13:16:11 -04:00
Caleb Boylan
b19360ac9b
Collection: Ignore some sanity errors in ansible 2.9
2020-04-17 09:32:54 -07:00
softwarefactory-project-zuul[bot]
7c3c1f5a29
Merge pull request #6678 from nixocio/ui_issue_5983
...
Fix List Navigation Pagination
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-17 16:08:55 +00:00
nixocio
a902afcf73
Fix List Navigation Pagination
...
Fix List Navigation Pagination. Add missing variable `page` to
`handleSetPageSize`. Also update unittests impacted by this change.
closes: https://github.com/ansible/awx/issues/5983
2020-04-17 11:16:12 -04:00
softwarefactory-project-zuul[bot]
501568340b
Merge pull request #6736 from beeankha/fix_collection_readme_format
...
Fix Collection README to Display Properly
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-17 14:18:57 +00:00
softwarefactory-project-zuul[bot]
1d32917ceb
Merge pull request #6732 from domq/fix/rsync-EAGAIN-hazard
...
[fix] Use rsync --blocking-io to work around EAGAIN hazard
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-17 13:08:10 +00:00
AlanCoding
84d863ff9d
Shorten list of VMWare inventory plugin properties
...
Do not include summaries
decision on vmware keyed groups
Handle first set of custom user vmware options
2020-04-16 20:56:02 -04:00
AlanCoding
47bdf86dfa
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
2020-04-16 20:56:02 -04:00
Jim Ladd
6b015c9d81
Call parent get_plugin_env for foreman
2020-04-16 20:56:01 -04:00
AlanCoding
c3f2b3e44d
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
2020-04-16 20:56:01 -04:00
Jim Ladd
6807878e2d
I think this is the right place for iam_role_arn in the tests?
2020-04-16 20:56:01 -04:00
Jim Ladd
96c6cf9f05
pass iam_role_arn through to aws inv. plugin
2020-04-16 20:56:01 -04:00
Jim Ladd
8a20b5225b
enable aws_ec2 plugin
2020-04-16 20:56:00 -04:00
Jim Ladd
0e2786d1f1
compat layer for foreman
2020-04-16 20:56:00 -04:00
Jim Ladd
f38437b6bc
foreman plugin updates
2020-04-16 20:56:00 -04:00
AlanCoding
99ae614a63
Vmware was published
...
implement vmware inventory plugin
Enable the previously broken properties
2020-04-16 20:56:00 -04:00
AlanCoding
fcf75af6a7
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
2020-04-16 20:55:59 -04:00
Yanis Guenane
541b9607f5
Collections: Adding a requirements.yml file
2020-04-16 20:55:59 -04:00
beeankha
2d455800c4
More bulleted list formatting changes
2020-04-16 20:18:22 -04:00
softwarefactory-project-zuul[bot]
37491fa4b9
Merge pull request #6735 from wenottingham/true-is-relative
...
Flip CSRF_COOKIE_SECURE docs.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-16 21:09:20 +00:00
softwarefactory-project-zuul[bot]
f41852c3ee
Merge pull request #6709 from marshmalien/6530-wf-node-wf
...
Add workflow details to node view modal
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-16 20:54:25 +00:00
softwarefactory-project-zuul[bot]
b565ed2077
Merge pull request #6723 from nixocio/ui_issue_6244
...
Fix Page Size toggle does not persist after a search
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-16 20:25:41 +00:00
beeankha
86bafb52f6
Fix collection README display
2020-04-16 16:13:12 -04:00
Bill Nottingham
11b1d0e84c
Flip CSRF_COOKIE_SECURE docs.
...
I think this was backwards.
2020-04-16 15:34:38 -04:00
softwarefactory-project-zuul[bot]
f47325a532
Merge pull request #6681 from chrismeyersfsu/fix-cluster_stupid_bash
...
fix copy paste error in docker compose cluster
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-16 19:14:16 +00:00
nixocio
1a261782c7
Fix Page Size toggle does not persist after a search
...
Fix Page Size toggle does not persist after a search.
Also, add unit-tests related to `onSearch`,`clearAllFilters` and `onRemove`.
closes:https://github.com/ansible/awx/issues/6244
2020-04-16 15:06:50 -04:00
Dominique Quatravaux
5a1599b440
[fix] Use rsync --blocking-io to work around EAGAIN hazard
...
Fixes #6692
2020-04-16 20:20:21 +02:00
chris meyers
72248db76d
fix copy paste error in docker compose cluster
2020-04-16 14:12:30 -04:00
softwarefactory-project-zuul[bot]
21268b779f
Merge pull request #6713 from beeankha/awx_collection_deprecations
...
Deprecate Send, Receive, and Workflow Template Collections Modules
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-16 16:23:15 +00:00
beeankha
8926f635df
Mark send, receive, and workflow_job_template modules as deprecated
...
Add routing.yml file to mark modules for deprecation and pass sanity tests
Ignore sanity tests for deprecated modules
2020-04-16 11:25:38 -04:00
softwarefactory-project-zuul[bot]
e19194b883
Merge pull request #6721 from shanemcd/dockerfile-cleanup
...
Dockerfile organization
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-16 14:48:58 +00:00
softwarefactory-project-zuul[bot]
fa1c33da7e
Merge pull request #6704 from ryanpetrello/11-0-0-release-version
...
bump version for 11.0.0
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-16 13:41:56 +00:00
chris meyers
d30ecb6fb3
confidence in websocket group logic is high
...
* Replying to websocket group membership with the previous state, delta,
and new state has shown to be quite stable. This debug message is not
very helpful and is noisy in the dev env. This change removes the debug
message.
2020-04-16 08:48:12 -04:00
Ryan Petrello
8ed5964871
bump version for 11.0.0
2020-04-15 22:10:12 -04:00
softwarefactory-project-zuul[bot]
a989c624c7
Merge pull request #6724 from chrismeyersfsu/fix-redis_not_registering_disconnect
...
reconnect when a vanilla server disconnect happens
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 23:38:47 +00:00
chris meyers
7f01de26a1
reconnect when a vanilla server disconnect happens
2020-04-15 19:02:33 -04:00
softwarefactory-project-zuul[bot]
e3b5d64aa7
Merge pull request #6722 from wenottingham/over-the-ramparts-we-no-longer-watch
...
Remove 'rampart' from a user-facing string.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 21:52:57 +00:00
softwarefactory-project-zuul[bot]
eba0e4fd77
Merge pull request #6710 from rooftopcellist/rsyslog_rename_dir
...
Rename awx rsyslog socket and PID dir
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 20:43:40 +00:00
softwarefactory-project-zuul[bot]
d3c80eef4d
Merge pull request #6560 from mabashian/5865-schedule-edit
...
Add support for editing proj/jt/wfjt schedule
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 20:21:56 +00:00
softwarefactory-project-zuul[bot]
3683dfab37
Merge pull request #6720 from chrismeyersfsu/feature-wsbroadcast_better_logging
...
wsbroadcast better logging and behavior
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 19:11:26 +00:00
Bill Nottingham
8e3931de37
Remove 'rampart' from a user-facing string.
2020-04-15 15:00:11 -04:00
Shane McDonald
29a582f869
Dockerfile organization
2020-04-15 14:43:59 -04:00
mabashian
be0a7a2aa9
Pass route contents as child instead of using render prop
2020-04-15 14:33:35 -04:00
mabashian
d0d8d1c66c
Fix schedule edit prop types error thrown on schedule prop
2020-04-15 14:33:35 -04:00
mabashian
8a8a48a4ff
Fix prop types on schedule edit
2020-04-15 14:33:35 -04:00
mabashian
b0aa795b10
Remove rogue console.logs
2020-04-15 14:33:35 -04:00
mabashian
017064aecf
Adds support for editing proj/jt/wfjt schedule
2020-04-15 14:33:35 -04:00
softwarefactory-project-zuul[bot]
7311ddf722
Merge pull request #6562 from AlexSCorey/6333-SurveyCleanUp
...
Fixes several things about Survey List
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 18:33:07 +00:00
Christian Adams
69835e9895
Write logs to /dev/null if logging is not enabled
2020-04-15 14:17:21 -04:00
Christian Adams
85960d9035
Volume mount supervisor dir to both containers
2020-04-15 14:11:15 -04:00
Christian Adams
c8ceb62269
Rename awx rsyslog socket and PID dir
2020-04-15 14:11:15 -04:00
chris meyers
1acca459ef
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)
2020-04-15 13:28:13 -04:00
Alex Corey
ee6fda9f8a
moves validator function
2020-04-15 13:06:30 -04:00
Alex Corey
a95632c349
Adds error handling and validation.
...
Also adresses small PR issues
2020-04-15 13:06:30 -04:00
Alex Corey
ed3b6385f1
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
2020-04-15 13:06:30 -04:00
softwarefactory-project-zuul[bot]
3518fb0c17
Merge pull request #6717 from ryanpetrello/custom-cred-plugin-instructions
...
update custom credential plugin docs to point at an example project
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 15:39:21 +00:00
softwarefactory-project-zuul[bot]
1289f141d6
Merge pull request #6716 from beeankha/remove_check_mode_text
...
Remove 'supports_check_mode' Text from Converted Collection Modules
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 14:29:15 +00:00
Ryan Petrello
8464ec5c49
update custom credential plugin docs to point at an example project
2020-04-15 09:59:09 -04:00
beeankha
3bc5975b90
Remove 'supports_check_mode' text from converted Collection modules
2020-04-15 09:37:54 -04:00
softwarefactory-project-zuul[bot]
af7e9cb533
Merge pull request #6712 from ryanpetrello/tcp-timeout
...
properly implement TCP timeouts for external log aggregation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 03:51:22 +00:00
softwarefactory-project-zuul[bot]
af2a8f9831
Merge pull request #6665 from wenottingham/moar-data-plz
...
Collect information on inventory sources
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-15 00:51:59 +00:00
Bill Nottingham
f99a43ffa6
Collect information on inventory sources
...
Also remove one minor query from smart inventory collection that will
never return anything.
2020-04-14 19:15:19 -04:00
Ryan Petrello
262d99fde6
properly implement TCP timeouts for external log aggregation
...
see: https://github.com/ansible/awx/issues/6683
2020-04-14 17:06:30 -04:00
chris meyers
63f56d33aa
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.
2020-04-14 16:59:34 -04:00
chris meyers
9cabf3ef4d
do not include iso nodes in wsbroadcast status
2020-04-14 16:55:56 -04:00
softwarefactory-project-zuul[bot]
2855be9d26
Merge pull request #6689 from john-westcott-iv/collections_oauth_respect
...
Make the module util respect oauth token over username/password
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 20:33:53 +00:00
Marliana Lara
2524e8af47
Separate prompted modal section with divider and fix user word-wrap
2020-04-14 15:08:37 -04:00
Marliana Lara
f957ef7249
Add webhook fields to wf node job template detail
2020-04-14 15:07:32 -04:00
Marliana Lara
4551859248
Add WF details to workflow node view
2020-04-14 15:04:21 -04:00
softwarefactory-project-zuul[bot]
2a4912df3e
Merge pull request #6706 from ryanpetrello/rsyslog-restart-warn
...
make rsyslog service restarts a bit less noisy
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 19:03:28 +00:00
chris meyers
daa312d7ee
log file for wsbroadcast
2020-04-14 14:21:23 -04:00
Ryan Petrello
e95938715a
make rsyslog service restarts a bit less noisy
2020-04-14 14:18:30 -04:00
softwarefactory-project-zuul[bot]
f5d4f7858a
Merge pull request #6684 from nixocio/update_ui_docs_naming
...
Add note about code style for ui_next
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 18:05:22 +00:00
softwarefactory-project-zuul[bot]
25e0efd0b7
Merge pull request #6698 from wenottingham/the-time-zone-is-for-loading-and-saving-only
...
Cast the start/end times with timezone.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 17:53:35 +00:00
nixocio
47a007caee
Add note about code sytle for ui_next
...
Add note about code style for `ui_next`.
2020-04-14 13:16:37 -04:00
Bill Nottingham
cd6d2ed53a
Move the comma so unit test can filter things properly.
2020-04-14 13:12:03 -04:00
softwarefactory-project-zuul[bot]
4de61204c4
Merge pull request #6700 from AlanCoding/more_readme
...
Update AWX collection docs for release 11.0.0
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 16:55:14 +00:00
John Westcott IV
6b21f2042b
Make the module util respect oauth token over username/password
2020-04-14 12:51:45 -04:00
softwarefactory-project-zuul[bot]
7820517734
Merge pull request #6664 from marshmalien/6530-wf-node-jt
...
Add JT wf node modal prompt details
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 16:46:20 +00:00
softwarefactory-project-zuul[bot]
2ba1288284
Merge pull request #6695 from ryanpetrello/memcached-cleanup
...
don't wait on memcached TCP
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 16:40:52 +00:00
softwarefactory-project-zuul[bot]
149f8a21a6
Merge pull request #6696 from ryanpetrello/rsyslog-splunk-extras
...
add a few minor logging changes to accomodate Splunk's API
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 16:40:19 +00:00
softwarefactory-project-zuul[bot]
602f2951b9
Merge pull request #6702 from ryanpetrello/rsyslogd-no-dev-log
...
rsyslogd: ignore /dev/log when we load imuxsock
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 16:33:50 +00:00
softwarefactory-project-zuul[bot]
b003f42e22
Merge pull request #6547 from AlexSCorey/6384-ConvertWFJTToHooks
...
Converts WFJTForm to Formik hooks
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 16:33:45 +00:00
softwarefactory-project-zuul[bot]
2ee2cd0bd9
Merge pull request #6688 from nixocio/ui_remove_console
...
Remove console.log
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-14 16:11:03 +00:00
AlanCoding
a79f2ff07a
Update AWX collection docs for release 11.0.0
2020-04-14 12:06:26 -04:00
Ryan Petrello
75bb7cce22
don't wait on memcached TCP
2020-04-14 11:45:27 -04:00
Ryan Petrello
52a253ad18
add a few minor logging changes to accomodate Splunk's API
...
see: https://docs.splunk.com/Documentation/Splunk/8.0.3/Data/UsetheHTTPEventCollector
2020-04-14 11:45:04 -04:00
Ryan Petrello
0f74a05fea
rsyslogd: ignore /dev/log when we load imuxsock
2020-04-14 11:34:58 -04:00
Alex Corey
440691387b
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
2020-04-14 11:11:50 -04:00
Alex Corey
27e6c2d47d
Adds tests
2020-04-14 11:11:50 -04:00
Alex Corey
8b69b08991
Adds formik hook functionality to wfjt form
2020-04-14 11:11:50 -04:00
Marliana Lara
8714bde1b4
Wrap entire date/time string in <Trans> tag
2020-04-14 11:08:12 -04:00
Marliana Lara
28b84d0d71
Use delete operator instead of destructuring
2020-04-14 11:08:12 -04:00
Marliana Lara
c6111fface
Partition base resource into defaults and overrides
2020-04-14 11:08:12 -04:00
Marliana Lara
98e8a09ad3
Add JT details to wf node modal
2020-04-14 11:08:11 -04:00
nixocio
3f9af8fe69
Remove console.log
...
Remove console.log
2020-04-14 11:07:52 -04:00
Ryan Petrello
dbe949a2c2
Merge pull request #6697 from chrismeyersfsu/fix-collection_tests
...
ensure last comma removed in select
2020-04-14 11:05:29 -04:00
Bill Nottingham
a296f64696
Cast the start/end times with timezone.
2020-04-14 10:53:57 -04:00
chris meyers
ee18400a33
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.
2020-04-14 10:44:02 -04:00
softwarefactory-project-zuul[bot]
98a4e85db4
Merge pull request #6108 from rooftopcellist/rsyslog
...
Replace our external logging feature with Rsyslog
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2020-04-14 13:40:41 +00:00
Ryan Petrello
f7f1bdf9c9
properly configure supervisorctl to point at the web volume mount
2020-04-13 21:56:52 -04:00
Ryan Petrello
69cf915a20
add rsyslogd block to the k8s supervisord config file
2020-04-13 20:25:53 -04:00
Ryan Petrello
9440785bdd
properly set the group on the rsyslog config
2020-04-13 19:46:34 -04:00
Christian Adams
ca7c840d8c
Fix permissions on rsyslog.conf for k8s
2020-04-13 19:33:23 -04:00
softwarefactory-project-zuul[bot]
f85bcae89f
Merge pull request #6685 from marshmalien/fix-user-loading
...
Fix route bug in User view
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-13 20:00:25 +00:00
Christian Adams
a0e31b9c01
Map logging timeout value to healthchecktimeout for http in rsyslog config
2020-04-13 15:22:16 -04:00
softwarefactory-project-zuul[bot]
c414fd68a0
Merge pull request #6176 from Ladas/send_also_workflows_as_part_of_unified_jobs
...
Send also workflows as part of unified jobs and send all changes to jobs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-13 18:41:36 +00:00
softwarefactory-project-zuul[bot]
2830cdfdeb
Merge pull request #6668 from nixocio/ui_refactor_users_functional
...
Modify Users component to be function based
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-13 18:35:57 +00:00
softwarefactory-project-zuul[bot]
07e9b46643
Merge pull request #6656 from jlmitch5/withoutWithRouter
...
excise withRouter from function components
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-13 18:35:53 +00:00
softwarefactory-project-zuul[bot]
1f01521213
Merge pull request #6651 from nixocio/ui_issue_5820
...
Rename SCM to Source Control
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-13 18:35:46 +00:00
Marliana Lara
8587461ac9
Fix loading bug in User view
2020-04-13 14:19:16 -04:00
nixocio
e54e5280f2
Modify Users component to be function based
...
Modify Users component to be function based.
2020-04-13 13:43:22 -04:00
softwarefactory-project-zuul[bot]
516a44ce73
Merge pull request #6662 from keithjgrant/5909-jt-launch-prompt-2
...
JT Launch Prompting (phase 2)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-13 17:04:41 +00:00
Ryan Petrello
e52cebc28e
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
2020-04-13 11:44:00 -04:00
Ryan Petrello
bb5136cdae
properly escape URL paths and querystrings for paths in logging settings
2020-04-13 11:44:00 -04:00
Ryan Petrello
b0db2b7bec
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
2020-04-13 11:44:00 -04:00
Ryan Petrello
1000dc10fb
an an rsyslogd config check to the logging test endpoint
2020-04-13 11:44:00 -04:00
Ryan Petrello
2a4b009f04
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
2020-04-13 11:44:00 -04:00
Ryan Petrello
8cdd42307c
clarify that logging username/password is only valid for HTTP/s
2020-04-13 11:44:00 -04:00
Ryan Petrello
269558876e
only use a basic auth password for external logging if username is set
2020-04-13 11:44:00 -04:00
Ryan Petrello
bba680671b
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
2020-04-13 11:44:00 -04:00
Ryan Petrello
f70a76109c
make rsyslog fall back to no-op if logging is disabled
2020-04-13 11:44:00 -04:00
Christian Adams
5d54877183
Add action to default rsyslog.conf so supervisor starts correctly the first time
2020-04-13 11:44:00 -04:00
Ryan Petrello
f7dac8e68d
more external logging unit test fixups
2020-04-13 11:44:00 -04:00
Ryan Petrello
39648b4f0b
fix up a few test and lint errors related to external logging
2020-04-13 11:44:00 -04:00
Christian Adams
b942fde59a
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
2020-04-13 11:44:00 -04:00
Ryan Petrello
ce82b87d9f
rsyslog hardening (fixing a few weird things we noticed)
2020-04-13 11:44:00 -04:00
Christian Adams
70391f96ae
Revert rsyslog valid config to one that fails intentionally
2020-04-13 11:43:59 -04:00
Christian Adams
2329c1b797
Add rsyslog config to container from file for consistency
2020-04-13 11:43:59 -04:00
Christian Adams
470159b4d7
Enable innocuous but valid config for rsyslog if disabled
2020-04-13 11:43:59 -04:00
Christian Adams
e740340793
ConfigMap rsyslog conf files for k8
2020-04-13 11:43:59 -04:00
Christian Adams
4d5507d344
Add default rsyslog.conf without including /etc/rsyslog.conf
2020-04-13 11:43:59 -04:00
Christian Adams
d350551547
Tweaks to Test Button logic and cleans up flake8 and test failures
2020-04-13 11:43:59 -04:00
Christian Adams
7fd79b8e54
Remove unneeded logging sock variable
2020-04-13 11:43:59 -04:00
John Mitchell
eb12f45e8e
add ngToast disable on timeout for log agg notifications, and disable test button until active test completes.
2020-04-13 11:43:59 -04:00
Christian Adams
fb047b1267
Add unit tests for reconfiguring rsyslog & for test endpoint
2020-04-13 11:43:59 -04:00
Christian Adams
d31c528257
Fix Logging settings "Test" button functionality
2020-04-13 11:43:59 -04:00
Christian Adams
996d7ce054
Move supervisor and rsyslog sock files to their own dirs under /var/run
2020-04-13 11:43:59 -04:00
Christian Adams
7040fcfd88
Fix container rsyslog dir permissions
2020-04-13 11:43:59 -04:00
John Mitchell
88ca4b63e6
update configure tower in tower test ui for log aggregator form
2020-04-13 11:43:59 -04:00
Shane McDonald
c0af3c537b
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
2020-04-13 11:43:59 -04:00
Christian Adams
f8afae308a
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.
2020-04-13 11:43:59 -04:00
Christian Adams
4cd0d60711
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
2020-04-13 11:43:59 -04:00
Christian Adams
955d57bce6
Upstream rsyslog packaging changes
...
- add rsyslog repo to Dockerfile for AWX installation
- Update Library Notes for requests-futures removal
2020-04-13 11:43:59 -04:00
Ryan Petrello
589d27c88c
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
2020-04-13 11:43:59 -04:00
softwarefactory-project-zuul[bot]
eafb751ecc
Merge pull request #6679 from ryanpetrello/fix-6675
...
skip non-files when consuming events synced from isolated hosts
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-13 15:36:42 +00:00
softwarefactory-project-zuul[bot]
30ea66023f
Merge pull request #6671 from wenottingham/even-moar-data-plz
...
Collect task timing, warnings, and deprecations from job events
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-13 15:06:46 +00:00
Ryan Petrello
9843e21632
skip non-files when consuming events synced from isolated hosts
...
see: https://github.com/ansible/awx/issues/6675
2020-04-13 10:14:10 -04:00
softwarefactory-project-zuul[bot]
6002beb231
Merge pull request #6677 from chrismeyersfsu/fix-spelling
...
fix spelling mistake in wsbroadcast status output
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-13 14:13:24 +00:00
chris meyers
9c6e42fd1b
fix spelling mistake in wsbroadcast status output
2020-04-13 09:37:32 -04:00
softwarefactory-project-zuul[bot]
eeab4b90a5
Merge pull request #6568 from AlanCoding/whoops_not_changed
...
Do not set changed=True if the object did not change
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-10 00:16:02 +00:00
Keith Grant
7827a2aedd
fix double-fetch of cred types in launch prompts
2020-04-09 16:07:06 -07:00
softwarefactory-project-zuul[bot]
a7f1a36ed8
Merge pull request #6670 from ryanpetrello/redis-fixup
...
work around redis connection failures in the callback receiver
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-09 21:41:08 +00:00
Bill Nottingham
d651786206
Collect task timing, warnings, and deprecations from job events
...
Timing information requires ansible-runner >= 1.4.6.
2020-04-09 17:27:19 -04:00
softwarefactory-project-zuul[bot]
19e4758be1
Merge pull request #6637 from john-westcott-iv/tower_workflow_job_lanch_update
...
Initial commit of tests for tower_workflow_launch
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-09 19:53:35 +00:00
softwarefactory-project-zuul[bot]
fe9de0d4cc
Merge pull request #6658 from mabashian/6655-job-redirect
...
Fixes issue where job type redirects weren't firing correctly
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-09 19:47:20 +00:00
Ryan Petrello
80147acc1c
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
2020-04-09 15:38:03 -04:00
beeankha
4acdf8584b
Update workflow_launch module and test playbook
2020-04-09 15:12:49 -04:00
beeankha
cf607691ac
Pass data and errors more clearly, change extra_vars to be a dict, update test playbook to have a task utilizing extra_vars
2020-04-09 12:40:13 -04:00
beeankha
d7adcfb119
Revert unnecessary changes made to test playbook during rebase
2020-04-09 12:38:06 -04:00
beeankha
97d26728e4
Fix one more linter issue
2020-04-09 12:38:06 -04:00
John Westcott IV
6403895eae
Puting tasks back to natural order
2020-04-09 12:38:06 -04:00
beeankha
8b26ff1fe6
Fix linter errors
2020-04-09 12:38:06 -04:00
beeankha
9ddd020348
Fix sanity tests and edit test playbook
2020-04-09 12:38:06 -04:00
John Westcott IV
a2d1c32da3
Initial commit of tests for tower_workflow_launch
2020-04-09 12:38:06 -04:00
Keith Grant
af18aa8456
restructure 'if's in LaunchPrompt
2020-04-09 08:58:12 -07:00
mabashian
188b23e88f
No need to pass undefined explicitly. view will be undefined if it's not passed
2020-04-09 10:28:25 -04:00
mabashian
63bed7a30d
Fixes issue where job type redirects weren't firing correctly
2020-04-09 10:28:25 -04:00
AlanCoding
fd93964953
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
2020-04-09 09:58:12 -04:00
chris meyers
1f9f86974a
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.
2020-04-09 15:20:27 +02:00
Ladislav Smola
6a86af5b43
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.
2020-04-09 15:20:27 +02:00
Ladislav Smola
6a503e152a
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?
2020-04-09 15:20:27 +02:00
Ladislav Smola
b7227113be
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.
2020-04-09 15:20:27 +02:00
softwarefactory-project-zuul[bot]
907da2ae61
Merge pull request #6660 from mabashian/6606-jt-launch
...
Pass empty params to launch endpoint rather than null
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 23:46:48 +00:00
Keith Grant
6f76b15d92
fix LaunchButton tests
2020-04-08 15:36:45 -07:00
mabashian
9d6fbd6c78
Updates launch button tests to reflect passing empty object rather than null for launch payload without prompts
2020-04-08 16:10:02 -04:00
mabashian
edb4dac652
Pass empty params to launch endpoint rather than null to alleviate 400 error when launching a JT with default creds.
2020-04-08 16:10:02 -04:00
Keith Grant
42898b94e2
add more prompt tests
2020-04-08 11:48:11 -07:00
softwarefactory-project-zuul[bot]
943543354a
Merge pull request #6643 from mabashian/upgrade-pf-2.39.15
...
Upgrades pf deps to latest
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 18:11:04 +00:00
softwarefactory-project-zuul[bot]
2da22ccd8a
Merge pull request #6659 from shanemcd/pre-tty
...
Enable tty in dev container
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 16:35:37 +00:00
Keith Grant
9cab5a5046
add 'other prompt' fields to launch API call
2020-04-08 08:58:14 -07:00
softwarefactory-project-zuul[bot]
e270a692b7
Merge pull request #6644 from jakemcdermott/6638-fix-initial-playbook-value
...
Only clear playbook when different project is selected
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 15:45:27 +00:00
Shane McDonald
677a8dae7b
Enable tty in dev container
...
Pretty colors and real-time migration logs
2020-04-08 11:43:30 -04:00
John Mitchell
6eeb32a447
excise withRouter from function components
2020-04-08 10:59:57 -04:00
softwarefactory-project-zuul[bot]
e57991d498
Merge pull request #6652 from matburt/update_zome_docz
...
Update some contributing docs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 14:58:40 +00:00
softwarefactory-project-zuul[bot]
4242bd55c2
Merge pull request #6639 from mabashian/route-render-prop
...
Converts most of our route render prop usage to children
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 14:49:42 +00:00
softwarefactory-project-zuul[bot]
e8fb466f0f
Merge pull request #6646 from beeankha/credential_module_no_log
...
Activate no_log for Values in input Parameter of tower_credential Module
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 14:18:08 +00:00
nixocio
869fcbf483
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
2020-04-08 10:10:07 -04:00
Matthew Jones
6abeaf2c55
Update some contributing docs
...
* Update the tools called in the dev environment
* More RMQ purges from architecture docs
* Remove the old clusterdev target
2020-04-08 10:03:22 -04:00
mabashian
f734918d3e
Removes withRouter from breadcrumbs in favor of hooks
2020-04-08 09:48:16 -04:00
softwarefactory-project-zuul[bot]
91f2e0c32b
Merge pull request #6605 from ansible/firehose_pkey
...
update firehose script for bigint migration
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 13:33:19 +00:00
softwarefactory-project-zuul[bot]
88d6dd96fa
Merge pull request #6645 from ryanpetrello/some-more-iso-cleanup
...
more ansible runner isolated cleanup
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 13:19:06 +00:00
mabashian
7feac5ecd6
Updates routes in breadcrumbs so they no longer use the render prop
2020-04-08 09:17:46 -04:00
mabashian
193ec21149
Converts most of our route render prop usage to children
2020-04-08 09:17:46 -04:00
mabashian
14e62057da
Fix linting error by not using index in key
2020-04-08 09:12:32 -04:00
softwarefactory-project-zuul[bot]
a26c0dfb8a
Merge pull request #6629 from AlanCoding/one_token_to_rule_them_all
...
Document and align the env var for OAuth token
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-08 06:09:29 +00:00
Ryan Petrello
6b4219badb
more ansible runner isolated cleanup
...
follow-up to https://github.com/ansible/awx/pull/6296
2020-04-08 01:18:05 -04:00
beeankha
1f598e1b12
Activate no_log for values in input parameter
2020-04-07 20:34:54 -04:00
softwarefactory-project-zuul[bot]
7ddd4d74c0
Merge pull request #6625 from marshmalien/jt-form-bugs
...
Fix JT form playbook select error message and more
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 22:55:30 +00:00
softwarefactory-project-zuul[bot]
6ad6f48ff0
Merge pull request #6642 from jakemcdermott/update-contrib-doc
...
Add note to docs about async form behavior
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 22:32:48 +00:00
Jake McDermott
d736adbedc
Only clear playbook when different project is selected
2020-04-07 18:12:48 -04:00
mabashian
c881762c97
Upgrades pf deps to latest
2020-04-07 18:07:47 -04:00
Jake McDermott
be5d067148
Add note to docs about async form behavior
2020-04-07 17:30:03 -04:00
Marliana Lara
189a10e35a
Fix playbook error message and JT save bug
2020-04-07 17:01:53 -04:00
softwarefactory-project-zuul[bot]
285e9c2f62
Merge pull request #6635 from AlanCoding/no_tower_cli
...
Remove tower-cli from Zuul CI for AWX collection
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 20:46:45 +00:00
softwarefactory-project-zuul[bot]
054de87f8e
Merge pull request #6601 from shanemcd/dont-delete-my-db
...
Use a docker volume for the dev env db
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 20:00:57 +00:00
softwarefactory-project-zuul[bot]
7de8a8700c
Merge pull request #6487 from lj020326/devel
...
fix for CSRF issue in traefik configuration
Reviewed-by: Shane McDonald <me@shanemcd.com >
https://github.com/shanemcd
2020-04-07 20:00:51 +00:00
softwarefactory-project-zuul[bot]
4f7669dec1
Merge pull request #6634 from AlanCoding/silence
...
Silence deprecation warnings from tower_credential
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 19:30:45 +00:00
softwarefactory-project-zuul[bot]
25a1bc7a33
Merge pull request #6631 from ryanpetrello/refresh-token-expiry
...
properly respect REFRESH_TOKEN_EXPIRE_SECONDS when generating new tokens
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 18:28:26 +00:00
softwarefactory-project-zuul[bot]
955ef3e9cb
Merge pull request #6541 from AlanCoding/jt_org_left_behind
...
Fix RBAC loose items from reversed decision on JT org permissions
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 17:41:31 +00:00
AlanCoding
0e8f2307fc
Remove tower-cli from Zuul CI for AWX collection
2020-04-07 13:31:06 -04:00
AlanCoding
bcfd2d6aa4
Silence deprecation warnings from tower_credential
2020-04-07 13:24:34 -04:00
Shane McDonald
7e52f4682c
Use a docker volume for the dev env db
2020-04-07 13:14:19 -04:00
Keith Grant
9c218fa5f5
flush out prompt misc fields
2020-04-07 09:41:45 -07:00
softwarefactory-project-zuul[bot]
508aed67de
Merge pull request #6624 from marshmalien/6608-project-lookup-bug
...
Prevent project lookup from firing requests on every render
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 15:53:07 +00:00
Ryan Petrello
0bf1116ef8
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
2020-04-07 11:34:01 -04:00
AlanCoding
45df5ba9c4
Manually document tower host default
2020-04-07 10:18:55 -04:00
AlanCoding
b90a296d41
Document and align the env var for OAuth token
2020-04-07 10:00:02 -04:00
softwarefactory-project-zuul[bot]
d40143a63d
Merge pull request #6607 from ryanpetrello/graphite-no-tags
...
don't send tags to the Grafana annotations API if none are specified
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 06:07:58 +00:00
softwarefactory-project-zuul[bot]
db40d550be
Merge pull request #6472 from AlanCoding/no_required
...
Remove field properties which are default values anyway
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 02:57:19 +00:00
AlanCoding
da661e45ae
Remove unnecessary module parameters
...
remove cases of required=False, the default
remove str type specifier which, the default
remove supports check mode, not changeable
2020-04-06 22:08:41 -04:00
softwarefactory-project-zuul[bot]
58160b9eb4
Merge pull request #6623 from nixocio/ui_issue_6133
...
Update "Enable Webhooks" option in WFJT
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-07 01:05:03 +00:00
softwarefactory-project-zuul[bot]
05b28efd9c
Merge pull request #6617 from chrismeyersfsu/fix-memcached
...
fix memcached in dev env
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 23:49:04 +00:00
softwarefactory-project-zuul[bot]
0b433ebb1c
Merge pull request #6609 from beeankha/wfjt_module_inventory_fix
...
Resolve Name to ID Properly in WFJT Module
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 23:42:34 +00:00
softwarefactory-project-zuul[bot]
5b3f5bf37d
Merge pull request #6559 from jlmitch5/newNewAssocDisassocHostGroupsList
...
association and disassociation of host groups and inventory host groups list.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 23:07:19 +00:00
softwarefactory-project-zuul[bot]
397c0092a0
Merge pull request #6569 from ryanpetrello/log-decimal
...
properly serialize external logs that contain decimal.Decimal objects
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 23:07:15 +00:00
softwarefactory-project-zuul[bot]
362fdaeecc
Merge pull request #6604 from jakemcdermott/remove-state-checks-from-user-test
...
Remove state checks from user list test
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 23:07:11 +00:00
softwarefactory-project-zuul[bot]
606c3c3595
Merge pull request #6338 from rooftopcellist/update_logstash_docs
...
Update logstash docs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 21:10:44 +00:00
softwarefactory-project-zuul[bot]
42705c9eb0
Merge pull request #6545 from fosterseth/fix-4198-readd-user-to-org
...
Fix adding orphaned user to org
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 21:10:38 +00:00
Marliana Lara
c2ba495824
Prevent project lookup from firing requests on every render
2020-04-06 16:50:10 -04:00
nixocio
85a1c88653
Update "Enable Webhooks" option in WFJT
...
closes: https://github.com/ansible/awx/issues/6163
2020-04-06 16:48:18 -04:00
chris meyers
c4d704bee1
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
2020-04-06 16:35:52 -04:00
softwarefactory-project-zuul[bot]
60d499e11c
Merge pull request #6495 from john-westcott-iv/tower_credential_update_new
...
Initial conversion of tower_credential
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 20:29:44 +00:00
softwarefactory-project-zuul[bot]
bb48ef40be
Merge pull request #6595 from nixocio/ui_docs_minor_update
...
Minor update UI docs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 20:26:09 +00:00
Ryan Petrello
771ca2400a
don't send tags to the Grafana annotations API if none are specified
...
see: https://github.com/ansible/awx/issues/6580
2020-04-06 15:47:48 -04:00
softwarefactory-project-zuul[bot]
735d44816b
Merge pull request #6592 from kdelee/awxkit_wfjtn_identifier
...
make awxkit pass through identifier for wfjtn
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 19:42:10 +00:00
beeankha
e346493921
Add inventory param to the wfjt module test playbook
2020-04-06 15:21:57 -04:00
beeankha
bd39fab17a
Resolve name to ID correctly in workflow jt module
2020-04-06 15:08:01 -04:00
John Mitchell
ce30594b30
update inventory and host routes to being child-based instead of render prop based
2020-04-06 15:05:11 -04:00
John Mitchell
2021c2a596
remove unnecessary eslint ignore comics, replace react router use with hooks where possible in inventories
2020-04-06 14:38:33 -04:00
John Mitchell
ecd1d09c9a
add breadcrumb config for inv host facts and groups
2020-04-06 14:38:33 -04:00
John Mitchell
7dbde8d82c
fix linting errors and add note to host groups disassocation modal
2020-04-06 14:38:33 -04:00
John Mitchell
4e64b17712
update hosts groups api GET to all_groups
2020-04-06 14:38:33 -04:00
John Mitchell
cc4c514103
add association and disassociation of groups on invhostgroups/hostgroups lists
2020-04-06 14:38:33 -04:00
John Mitchell
ab8726dafa
move associate modal and disassociate button up to components for use across screens
2020-04-06 14:38:33 -04:00
Ryan Petrello
2cefba6f96
properly serialize external logs that contain decimal.Decimal objects
2020-04-06 14:24:24 -04:00
softwarefactory-project-zuul[bot]
592043fa70
Merge pull request #6588 from ryanpetrello/400-error-creds
...
fix a typo in the credentials UI
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 18:00:43 +00:00
Mat Wilson
59477aa221
update firehose script for bigint migration
2020-04-06 10:54:08 -07:00
Jake McDermott
279fe53837
Remove state checks from user list test
...
Don't check for loading in UserList test
2020-04-06 13:40:31 -04:00
Shane McDonald
bb319136e4
Merge pull request #6585 from shanemcd/cleanup-cleanup
...
Tidy up the dev environment a bit
2020-04-06 13:09:39 -04:00
beeankha
b0f68d97da
Update comment in test playbook:
2020-04-06 12:38:46 -04:00
softwarefactory-project-zuul[bot]
a46462eede
Merge pull request #6526 from chrismeyersfsu/feature-memcached_socket_devel
...
Feature memcached socket devel
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 16:24:42 +00:00
softwarefactory-project-zuul[bot]
646e403fbd
Merge pull request #6570 from marshmalien/6530-wf-node-inv-src-details
...
Add Inventory Source workflow node prompt details
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 16:10:33 +00:00
nixocio
64c846cfc1
Minor update UI docs
...
Fix typos
Highlight code sessions
2020-04-06 11:36:41 -04:00
Elijah DeLee
8e07269738
make awxkit pass through identifier for wfjtn
...
We need this to be able to create workflow job template nodes with identifier
2020-04-06 11:26:56 -04:00
Shane McDonald
6fc815937b
Tidy up the dev environment a bit
2020-04-06 11:13:51 -04:00
Ryan Petrello
014c995a8f
fix a typo in the credentials UI
...
this is causing 400 level errors for some users
2020-04-06 10:45:33 -04:00
John Westcott IV
c1bb62cc36
Removing recursive check, allowwing old pattern to commence
2020-04-06 10:11:18 -04:00
beeankha
f5cf7c204f
Update unit test, edit credential module to pass sanity tests
2020-04-06 10:11:18 -04:00
John Westcott IV
6d08e21511
Resolving comment and updating tests
2020-04-06 10:11:18 -04:00
John Westcott IV
8b881d195d
Change lookup to include organization
2020-04-06 10:11:18 -04:00
John Westcott IV
5c9ff51248
Change compare_fields to static method
2020-04-06 10:11:18 -04:00
AlanCoding
3f64768ba8
loosen some credential test assertions
2020-04-06 10:11:18 -04:00
John Westcott IV
fd24918ba8
Initial conversion of tower_credential
2020-04-06 10:11:18 -04:00
softwarefactory-project-zuul[bot]
f04e7067e8
Merge pull request #6582 from chrismeyersfsu/fix-redis_startup
...
align with openshift
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-06 13:52:08 +00:00
softwarefactory-project-zuul[bot]
9a91c0bfb2
Merge pull request #6572 from AlanCoding/approval_identifier
...
Allow setting identifier for approval nodes
Reviewed-by: Bianca Henderson <beeankha@gmail.com >
https://github.com/beeankha
2020-04-06 13:39:39 +00:00
chris meyers
c06188da56
align with openshift
2020-04-06 09:16:46 -04:00
chris meyers
7433aab258
switch memcached from tcp to unix domain socket
2020-04-06 08:35:12 -04:00
chris meyers
37a715c680
use memcached unix domain socket rather than tcp
2020-04-06 08:35:12 -04:00
chris meyers
3d9eb3b600
align with openshift
2020-04-05 20:07:15 -04:00
softwarefactory-project-zuul[bot]
99511de728
Merge pull request #6554 from wenottingham/this-may-be-what-alan-suggested
...
Allow disassociating orphaned users from credentials
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 21:26:49 +00:00
softwarefactory-project-zuul[bot]
82b1b85fa4
Merge pull request #6421 from AlexSCorey/6183-SurveyPreview
...
Adds Survey Preview Functionality
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 21:20:41 +00:00
softwarefactory-project-zuul[bot]
2aa29420ee
Merge pull request #6565 from chrismeyersfsu/fix-schema_workflow_identifier
...
static identifier in OPTIONS response for workflow job template node
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 21:20:37 +00:00
softwarefactory-project-zuul[bot]
9e331fe029
Merge pull request #6567 from mabashian/6531-approval-drawer-item-id
...
Adds workflow job id to header of approval drawer items
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 21:14:53 +00:00
softwarefactory-project-zuul[bot]
591cdb6015
Merge pull request #6566 from mabashian/4227-wf-template-row-rbac
...
Fix bug where JT is disabled in workflow node form for user with execute permissions on said JT
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 20:56:25 +00:00
softwarefactory-project-zuul[bot]
bc244b3600
Merge pull request #6564 from dsesami/column-type-name-change
...
Changed column label for plain jobs to "Playbook Run" to align with search
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 20:38:20 +00:00
AlanCoding
dbe3863b04
Allow setting identifier for approval nodes
2020-04-03 15:33:57 -04:00
Marliana Lara
ae021c37e3
Add inventory source prompt details
2020-04-03 14:56:20 -04:00
Keith Grant
8baa9d8458
clean up launch prompt credentials, display errors
2020-04-03 11:47:06 -07:00
Daniel Sami
3c888475a5
Changed displayed type name of plain jobs
...
updated and added i18n
removed import
prettier
2020-04-03 14:35:09 -04:00
softwarefactory-project-zuul[bot]
29b567d6e1
Merge pull request #6550 from ryanpetrello/fix-minutely-hourly
...
remove the limitation on (very) old DTSTART values for schedules
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 18:32:15 +00:00
softwarefactory-project-zuul[bot]
00aa1ad295
Merge pull request #6553 from ryanpetrello/remove-manual-inv-source-for-good
...
remove deprecated manual inventory source support
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 18:09:36 +00:00
Bill Nottingham
4f3213715e
Allow disassociating any user from a credential role.
...
This is preventing removing roles from users no longer in the organization.
2020-04-03 13:39:28 -04:00
mabashian
0389e72197
Adds workflow job id to approval header link to match up with what's displayed on the jobs list
2020-04-03 13:39:06 -04:00
mabashian
0732795ecc
Rows in the wfjt node form templates list should only be disabled if the user cannot start the job.
2020-04-03 13:27:28 -04:00
chris meyers
a26df3135b
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.
2020-04-03 13:12:49 -04:00
softwarefactory-project-zuul[bot]
a904aea519
Merge pull request #6551 from chrismeyersfsu/fix-nonce_replay_timestamp
...
simplify nonce creation and extraction
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 16:32:09 +00:00
Ryan Petrello
6bd5053ae8
remove the limitation on (very) old DTSTART values for schedules
2020-04-03 10:59:35 -04:00
Ryan Petrello
8b00b8c9c2
remove deprecated legacy manual inventory source support
...
see: https://github.com/ansible/awx/issues/6309
2020-04-03 10:54:43 -04:00
softwarefactory-project-zuul[bot]
2b9acd78c8
Merge pull request #6522 from chrismeyersfsu/feature-wsbroadcast_status
...
add broadcast websocket status command
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 02:25:25 +00:00
chris meyers
d7f0642f48
add ws broadcast status to sos report
2020-04-02 21:46:12 -04:00
chris meyers
8bbae0cc3a
color output of ws broadcast connection status
2020-04-02 21:46:12 -04:00
chris meyers
c00f1505d7
add broadcast websocket status command
2020-04-02 21:46:12 -04:00
softwarefactory-project-zuul[bot]
a08e6691fb
Merge pull request #6266 from rooftopcellist/configmap_container_files
...
ConfigMap supervisor configs and launch scripts for k8s
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 01:07:27 +00:00
softwarefactory-project-zuul[bot]
98bc499498
Merge pull request #6468 from jlmitch5/hostGroupsList
...
add inventory host groups list and host groups lists
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 00:46:33 +00:00
chris meyers
6d0c42a91a
align with configmap changes
2020-04-02 20:05:26 -04:00
chris meyers
79c5a62279
simplify nonce creation and extraction
...
* time() library supports leap seconds also
2020-04-02 19:57:50 -04:00
softwarefactory-project-zuul[bot]
3bb671f3f2
Merge pull request #6497 from john-westcott-iv/tower_notification_update
...
Initial conversion of tower_notification
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 23:29:57 +00:00
Keith Grant
0b9c5c410a
add credential select list to launch CredentialsStep
2020-04-02 16:29:40 -07:00
softwarefactory-project-zuul[bot]
d77d5a7734
Merge pull request #6548 from marshmalien/5636-translate-login
...
Mark login button for translation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 23:20:37 +00:00
Keith Grant
0a00a3104a
add CredentialTypesAPI.loadAllTypes helper function
2020-04-02 13:55:30 -07:00
John Mitchell
ab36129395
add inventory host groups list and host groups lists
2020-04-02 15:02:41 -04:00
AlanCoding
e99500cf16
Mark test as xfail, move to unit testing
2020-04-02 14:48:33 -04:00
softwarefactory-project-zuul[bot]
299497ea12
Merge pull request #6490 from marshmalien/5997-wf-view-node
...
Hook up view node button in workflow visualizer
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 18:27:09 +00:00
Seth Foster
843c22c6b1
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
2020-04-02 14:24:55 -04:00
Marliana Lara
86b49b6fe2
Mark login button for translation
2020-04-02 14:19:13 -04:00
Christian Adams
9489f00ca4
Align k8 and ocp supervisor scripts
...
- Handle scl enable calls for python processes that use postgresql
- Handle ocp specific vars better
2020-04-02 13:56:33 -04:00
chris meyers
6d60e7dadc
align with openshift
2020-04-02 13:56:33 -04:00
Christian Adams
346b9b9e3e
ConfigMap supervisor configs and launch scripts for k8s
2020-04-02 13:56:33 -04:00
softwarefactory-project-zuul[bot]
99384b1db9
Merge pull request #6506 from shanemcd/stateless-set
...
Switch from StatefulSet to Deployment
Reviewed-by: Matthew Jones <mat@matburt.net >
https://github.com/matburt
2020-04-02 17:51:25 +00:00
Marliana Lara
d1b5a60bb9
Add project node details
2020-04-02 13:09:24 -04:00
Shane McDonald
d57258878d
Update more references to statefulset
2020-04-02 12:44:26 -04:00
softwarefactory-project-zuul[bot]
48414f6dab
Merge pull request #6542 from chrismeyersfsu/fix-align_redis
...
Fix align redis
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 16:22:31 +00:00
Shane McDonald
ff0186f72b
Delete k8s StatefulSet if it exists (for upgrades)
2020-04-02 12:21:35 -04:00
softwarefactory-project-zuul[bot]
a682565758
Merge pull request #6385 from AlexSCorey/6317-ConvertJTFormstoFormikHooks
...
Uses formik hooks for JT Form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 15:52:35 +00:00
softwarefactory-project-zuul[bot]
0dee2e5973
Merge pull request #6482 from AlexSCorey/5901-SupportForWFJTSurvey
...
Adds Survey Functionality to WFJT
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 15:19:21 +00:00
chris meyers
929f4bfb81
start redis container with conf file
2020-04-02 11:13:35 -04:00
AlanCoding
ac474e2108
Fix RBAC loose items from reversed decision on JT org permissions
2020-04-02 10:17:04 -04:00
Alex Corey
d6722c2106
Adds tests for Survey Preview functionality
2020-04-02 10:02:35 -04:00
Alex Corey
6eef0b82bd
Adds Survey Preview Functionality
2020-04-02 10:02:35 -04:00
Alex Corey
fb4343d75e
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.
2020-04-02 09:31:35 -04:00
Alex Corey
a867a32b4e
Uses formik hooks for JT Form
2020-04-02 09:30:12 -04:00
Shane McDonald
3060505110
Switch from StatefulSet to Deployment
...
We can do this now that we dropped RabbitMQ.
2020-04-02 09:24:49 -04:00
beeankha
5d68f796aa
Rebase + fix typos
2020-04-02 09:21:33 -04:00
AlanCoding
15036ff970
Add unit tests for notification module
2020-04-02 09:14:50 -04:00
John Westcott IV
32783f7aaf
Fixing linting errors
2020-04-02 09:14:50 -04:00
John Westcott IV
8699a8fbc2
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
2020-04-02 09:14:49 -04:00
John Westcott IV
b4cde80fa9
Updating example to match test
2020-04-02 09:14:49 -04:00
John Westcott IV
eb4db4ed43
Adding field change to readme and example and test of custom messages
2020-04-02 09:14:49 -04:00
John Westcott IV
649aafb454
Initial conversion of tower_notification
2020-04-02 09:14:49 -04:00
softwarefactory-project-zuul[bot]
b6c272e946
Merge pull request #6525 from ryanpetrello/bye-bye-activity-stream-middleware
...
get rid of the activity stream middleware
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 05:25:24 +00:00
Ryan Petrello
9fe2211f82
get rid of the activity stream middleware
...
it has bugs and is very confusing
see: https://github.com/ansible/tower/issues/4037
2020-04-01 16:02:42 -04:00
Marliana Lara
4704e24c24
Fetch full resource object and replace the matching node
2020-04-01 15:21:42 -04:00
softwarefactory-project-zuul[bot]
e5f293ce52
Merge pull request #6486 from keithjgrant/5909-jt-launch-prompt
...
JT Launch Prompting (phase 1)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-01 18:29:27 +00:00
softwarefactory-project-zuul[bot]
d64b898390
Merge pull request #6491 from john-westcott-iv/second_tower_job_template_update
...
Second attempt at converting tower_job_template
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-01 14:09:22 +00:00
softwarefactory-project-zuul[bot]
498c525b34
Merge pull request #6513 from SebastianThorn/devel
...
[DOC] Adds comment about needing to be a pem-file
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-01 13:22:03 +00:00
beeankha
bb184f8ffb
Update booleans to pass linter
2020-04-01 08:58:28 -04:00
softwarefactory-project-zuul[bot]
7f537dbedf
Merge pull request #6515 from ryanpetrello/cleanup-some-more-redis
...
remove some unused code from the redis rewrite
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-01 12:38:48 +00:00
Ryan Petrello
f9b8a69f7b
remove some unused code from the redis rewrite
2020-04-01 08:03:59 -04:00
Sebastian Thörn
bc228b8d77
Adds comment about needing to be a pem-file
...
This needs to be a .pem-file
2020-04-01 11:54:07 +02:00
Keith Grant
7710ad2e57
move OptionsList to components; add launch prompt tests
2020-03-31 13:59:14 -07:00
beeankha
9f2c9b13d7
Update unit test, extra_vars handling, and edit README
2020-03-31 16:16:11 -04:00
softwarefactory-project-zuul[bot]
6940704deb
Merge pull request #6509 from ryanpetrello/twisted-cves
...
update to the latest twisted to address two open CVEs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-31 19:59:11 +00:00
softwarefactory-project-zuul[bot]
6b9cacb85f
Merge pull request #6508 from ryanpetrello/django-extensions-bump
...
bump django-extensions version to address a bug in shell_plus
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-31 19:16:49 +00:00
softwarefactory-project-zuul[bot]
cfa0fdaa12
Merge pull request #6337 from rebeccahhh/activity-stream-grab-bag
...
add in summary fields to activity stream logging output
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-31 19:15:51 +00:00
Ryan Petrello
4423e6edae
update to the latest twisted to address two open CVEs
2020-03-31 13:47:56 -04:00
softwarefactory-project-zuul[bot]
13faa0ed2e
Merge pull request #6489 from wenottingham/that-ain't-right
...
Don't return different fields for smart vs non-smart inventories
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-31 17:43:03 +00:00
Ryan Petrello
42336355bb
bump django-extensions version to address a bug in shell_plus
...
see: https://github.com/ansible/awx/pull/6441
see: e8d5daa06e
2020-03-31 13:39:13 -04:00
Marliana Lara
c18aa90534
Add timeout detail to node view modal
2020-03-31 13:39:05 -04:00
softwarefactory-project-zuul[bot]
39460fb3d3
Merge pull request #6505 from squidboylan/tower_group_integration_tests
...
Collection: add tower_group child group tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-31 17:31:00 +00:00
Keith Grant
4f51c1d2c9
fix LaunchButton tests
2020-03-31 10:09:33 -07:00
Caleb Boylan
04ccff0e3f
Collection: add tower_group child group tests
2020-03-31 09:43:53 -07:00
softwarefactory-project-zuul[bot]
2242119182
Merge pull request #6419 from mabashian/5864-schedule-add-2
...
Implement schedule add form on JT/WFJT/Proj
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-31 16:06:46 +00:00
Marliana Lara
5cba34c34d
Use styles to add prompt header spacing
2020-03-31 12:05:13 -04:00
mabashian
33a699b8ae
Display form errors on new lines if there are multiple
2020-03-31 10:57:30 -04:00
softwarefactory-project-zuul[bot]
344a4bb238
Merge pull request #6494 from ryanpetrello/quiter-pg-migration
...
detect event migration tables in a less noisy way
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-31 14:30:15 +00:00
softwarefactory-project-zuul[bot]
0beda08cf9
Merge pull request #6471 from megabreit/jinja2-installer-fix
...
support for older jinja2 in installer #5501
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2020-03-31 14:10:21 +00:00
softwarefactory-project-zuul[bot]
2264a98c04
Merge pull request #6455 from AlanCoding/auth_errors
...
Improve error handling related to authentication
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-31 11:28:37 +00:00
Ryan Petrello
d19a9db523
detect event migration tables in a less noisy way
...
see: https://github.com/ansible/awx/issues/6493
2020-03-31 00:05:30 -04:00
John Westcott IV
4b76332daf
Added notification of removal of extra_vars_path
2020-03-30 23:35:11 -04:00
John Westcott IV
db38339179
Second attempt at converting tower_job_template
2020-03-30 23:35:11 -04:00
softwarefactory-project-zuul[bot]
5eddcdd5f5
Merge pull request #6484 from ryanpetrello/inv-source-required
...
prevent manual updates at POST /api/v2/inventory_sources/N/update/
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-30 23:46:13 +00:00
softwarefactory-project-zuul[bot]
3480d2da59
Merge pull request #6488 from ryanpetrello/galaxy-role-host-key-checking
...
disable host key checking when installing galaxy roles/collections
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-30 22:06:52 +00:00
Keith Grant
e60e6c7d08
pass prompted params through to launch API request
2020-03-30 14:39:16 -07:00
Keith Grant
55356ebb51
set default values on prompts
2020-03-30 14:37:07 -07:00
Keith Grant
7f4bbbe5c5
add launch prompt inventory step
2020-03-30 14:37:07 -07:00
Keith Grant
49b1ce6e8c
add skeleton of launch prompt wizard
2020-03-30 14:37:07 -07:00
Marliana Lara
caaefef900
Add modal to show a preview of node prompt values
2020-03-30 17:31:50 -04:00
Bill Nottingham
96576b0e3d
Don't return different fields for smart vs non-smart inventories
2020-03-30 17:15:55 -04:00
mabashian
288ce123ca
Adds resources_needed_to_start to the list of keys for error message handling
2020-03-30 17:04:17 -04:00
Ryan Petrello
140dbbaa7d
disable host key checking when installing galaxy roles/collections
...
see: https://github.com/ansible/awx/issues/5947
2020-03-30 17:03:14 -04:00
softwarefactory-project-zuul[bot]
e9d11be680
Merge pull request #6104 from mabashian/6086-proj-form-org
...
Fixes issues with organization when saving the project form.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-30 20:47:12 +00:00
softwarefactory-project-zuul[bot]
d7f117e83f
Merge pull request #6448 from AlexSCorey/6446-HostAdd
...
Fixes HostAdd Form layout issue
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-30 20:47:08 +00:00
lj020326
eef1246e0b
Merge pull request #1 from lj020326/lj020326-patch-1
...
Update settings.py to resolve CSRF issue in traefik configuration
2020-03-30 16:29:06 -04:00
lj020326
65e38aa37d
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
2020-03-30 16:27:40 -04:00
mabashian
c7b23aac9b
Removes static run on string options and opts for the more dynamic ux pattern already adopted in the old UI
2020-03-30 15:37:56 -04:00
mabashian
b4ea60eb79
Fixes issue where repeat frequency was not displaying correctly for schedules that only run once
2020-03-30 15:37:56 -04:00
mabashian
24c738c6d8
Moves generation of today and tomorrow strings out of the return of the ScheduleForm
2020-03-30 15:37:56 -04:00
mabashian
0c26734d7d
Move the construction of the rule object out to it's own function
2020-03-30 15:37:56 -04:00
mabashian
d9b613ccb3
Implement schedule add form on JT/WFJT/Proj
2020-03-30 15:37:56 -04:00
Ryan Petrello
831bf9124f
prevent manual updates at POST /api/v2/inventory_sources/N/update/
...
see: https://github.com/ansible/awx/issues/6309
2020-03-30 15:35:04 -04:00
Alex Corey
0b31cad2db
Adds Survey Functionality to WFJT
2020-03-30 14:20:44 -04:00
AlanCoding
059e744774
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
2020-03-30 13:48:14 -04:00
softwarefactory-project-zuul[bot]
827adbce76
Merge pull request #6463 from ryanpetrello/release-10.0.0
...
bump version 10.0.0
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-30 16:42:49 +00:00
softwarefactory-project-zuul[bot]
849a64f20a
Merge pull request #6481 from ryanpetrello/cli-docs-up
...
promote AWX CLI installation instructions to the global INSTALL.md
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-30 16:31:04 +00:00
softwarefactory-project-zuul[bot]
3bbd03732b
Merge pull request #6461 from jakemcdermott/6433-fix-org-team-rbac-save
...
Don't show user-only roles for teams
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-30 16:05:20 +00:00
Ryan Petrello
32627ce51a
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
2020-03-30 11:46:10 -04:00
softwarefactory-project-zuul[bot]
4a8f1d41fa
Merge pull request #6422 from john-westcott-iv/tower_job_wait_update
...
Initial cut at tower_job_wait conversion
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-30 13:27:42 +00:00
Armin Kunaschik
2b3c57755c
support for older jinja2 in installer
2020-03-28 02:59:40 +01:00
softwarefactory-project-zuul[bot]
508c9b3102
Merge pull request #6465 from ryanpetrello/ws-bad-group-syntax
...
prevent ws group subscription if not specified in the valid format
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 22:02:47 +00:00
softwarefactory-project-zuul[bot]
f8be1f4110
Merge pull request #6469 from ryanpetrello/cli-config-wooops
...
fix a bug that broke `awx config`
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 21:59:16 +00:00
softwarefactory-project-zuul[bot]
d727e69a00
Merge pull request #6459 from chrismeyersfsu/fix-register_queue_race2
...
fix register_queue race conditionn
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 21:36:41 +00:00
Ryan Petrello
04dd1352c9
prevent ws group subscription if not specified in the valid format
2020-03-27 17:13:21 -04:00
Ryan Petrello
ea54815e6b
fix a bug that broke awx config
...
see: https://github.com/ansible/tower/issues/4206
2020-03-27 17:07:48 -04:00
softwarefactory-project-zuul[bot]
78db965797
Merge pull request #6467 from dsesami/survey-list-ids
...
Add IDs to survey list items
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 20:17:45 +00:00
chris meyers
3326979806
fix register_queue race conditionn
...
* Avoid race condition with `apply_cluster_membership_policies`
2020-03-27 16:15:10 -04:00
beeankha
230949c43c
Fix timeout error
2020-03-27 15:44:23 -04:00
Daniel Sami
a862a00d24
added id to survey list items
2020-03-27 15:27:08 -04:00
beeankha
2e8f9185ab
Fix default value errors for cases of None for min/max_interval
2020-03-27 15:05:23 -04:00
beeankha
6d6322ae4d
Update integration tests, update tower_wait module
2020-03-27 15:05:23 -04:00
John Westcott IV
914ea54925
Make module prefer interval (if set) over min/max
...
Fix linting issues for True vs true
Fix up unit test related errors
2020-03-27 15:05:23 -04:00
John Westcott IV
b9b62e3771
Removing assert that job is pending on job launch
2020-03-27 15:05:23 -04:00
John Westcott IV
e03911d378
Depricate min and max interval in favor of interval
2020-03-27 15:05:23 -04:00
John Westcott IV
61287f6b36
Removing old unneeded output and fixing comments
2020-03-27 15:05:23 -04:00
John Westcott IV
f6bfdef34d
Removed old secho comment from Tower-CLI
...
Fixed job name for tests
2020-03-27 15:05:23 -04:00
John Westcott IV
7494ba7b9c
Initial cut at tower_job_wait conversion
2020-03-27 15:05:23 -04:00
softwarefactory-project-zuul[bot]
5f62426684
Merge pull request #6458 from jakemcdermott/6435-fix-notification-toggle-disable
...
Limit disable-on-load to single notifications
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 17:59:46 +00:00
Ryan Petrello
6914213aa0
bump version 10.0.0
2020-03-27 12:51:18 -04:00
softwarefactory-project-zuul[bot]
83721ff9a8
Merge pull request #6438 from jakemcdermott/6433-fix-org-team-rbac-save-api
...
Identify user-only object roles
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 16:35:56 +00:00
softwarefactory-project-zuul[bot]
4998c7bf21
Merge pull request #6315 from john-westcott-iv/collections_tools_associations
...
Collections tools associations
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 16:16:08 +00:00
softwarefactory-project-zuul[bot]
155a1d9a32
Merge pull request #6032 from ryanpetrello/bigint
...
migrate event table primary keys from integer to bigint
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2020-03-27 16:01:58 +00:00
Jake McDermott
6f582b5688
Don't show user-only roles for teams
2020-03-27 11:18:15 -04:00
Jake McDermott
579648a017
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.
2020-03-27 11:12:39 -04:00
softwarefactory-project-zuul[bot]
c4ed9a14ef
Merge pull request #6451 from jbradberry/related-webhook-credential-link
...
Optionally add the webhook_credential link to related
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 14:38:25 +00:00
softwarefactory-project-zuul[bot]
21872e7101
Merge pull request #6444 from mabashian/ui-next-accessibility-low-hanging-fruitz
...
Adds aria-label to some buttons without text
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 14:38:05 +00:00
Jake McDermott
f2e9a8d1b2
Limit disable-on-load to single notifications
2020-03-27 10:32:11 -04:00
Ryan Petrello
301d6ff616
make the job event bigint migration chunk size configurable
2020-03-27 09:28:10 -04:00
softwarefactory-project-zuul[bot]
d24271849d
Merge pull request #6454 from ansible/jakemcdermott-update-issue-template
...
Add advice for creating bug reports
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-27 00:57:45 +00:00
beeankha
a50b03da17
Remove unnecessary fields in associations file
2020-03-26 20:04:11 -04:00
Jake McDermott
27b5b534a1
Add advice for creating bug reports
2020-03-26 19:49:38 -04:00
softwarefactory-project-zuul[bot]
6bc97158fe
Merge pull request #6443 from ryanpetrello/summary-fields-perf-note
...
clarify some API documentation on summary_fields
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-26 21:17:48 +00:00
softwarefactory-project-zuul[bot]
9ce2a9240a
Merge pull request #6447 from ryanpetrello/runner-1.4.6
...
update to the latest version of ansible-runner
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-26 21:03:16 +00:00
Jeff Bradberry
6b3befcb94
Optionally add the webhook_credential link to related
...
on JTs and WFJTs.
2020-03-26 16:07:14 -04:00
Ryan Petrello
c8044b4755
migrate event table primary keys from integer to bigint
...
see: https://github.com/ansible/awx/issues/6010
2020-03-26 15:54:38 -04:00
Alex Corey
0eb526919f
Fixes HostAdd Form layout issue
2020-03-26 15:23:31 -04:00
softwarefactory-project-zuul[bot]
3045511401
Merge pull request #6441 from ryanpetrello/eye-python
...
fix busted shell_plus in the development environment
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-26 19:16:25 +00:00
softwarefactory-project-zuul[bot]
24f334085e
Merge pull request #6417 from jakemcdermott/no-blank-adhoc-command-module-names
...
Don't allow blank adhoc command module names
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-26 19:14:06 +00:00
Ryan Petrello
90d35f07f3
clarify some documentation on summary_fields
2020-03-26 14:54:28 -04:00
softwarefactory-project-zuul[bot]
e334f33d13
Merge pull request #6388 from chrismeyersfsu/feature-websocket_secret2
...
set broadcast websockets secret
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-26 18:50:52 +00:00
Ryan Petrello
464db28be5
update to the latest version of ansible-runner
2020-03-26 14:49:45 -04:00
mabashian
a8f56f78e9
Remove unused touched and error props
2020-03-26 14:11:22 -04:00
mabashian
f7ad3d78eb
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.
2020-03-26 13:57:11 -04:00
Ryan Petrello
61a0d1f77b
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
2020-03-26 13:37:13 -04:00
mabashian
77e99ad355
Adds aria-label to some buttons without text
2020-03-26 12:58:45 -04:00
beeankha
9f4afe6972
Fix misc. linter errors
2020-03-26 12:01:48 -04:00
John Westcott IV
b99a04dd8d
Adding associations to generator
2020-03-26 12:01:48 -04:00
John Westcott IV
357e22eb51
Compensating for default of '' for a JSON typed field
2020-03-26 12:01:48 -04:00
softwarefactory-project-zuul[bot]
9dbf75f2a9
Merge pull request #6434 from marshmalien/6432-launch-btn-bug
...
Disable launch button when there are zero nodes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-26 15:27:45 +00:00
chris meyers
eab74cac07
autogenerate websocket secret
2020-03-26 10:32:37 -04:00
Marliana Lara
979f549d90
Disable launch button when there are zero nodes
2020-03-26 10:16:33 -04:00
softwarefactory-project-zuul[bot]
ca82f48c18
Merge pull request #6429 from marshmalien/5992-wf-doc-btn
...
Hookup WF documentation button to visualizer toolbar
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-26 14:00:50 +00:00
Marliana Lara
5a45a62cb3
Hookup WF documentation button to visualizer toolbar
2020-03-25 17:44:34 -04:00
softwarefactory-project-zuul[bot]
090349a49b
Merge pull request #6416 from jakemcdermott/6413-remove-unnecessary-project-template-add-option
...
Remove unnecessary project template add option
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 19:41:23 +00:00
softwarefactory-project-zuul[bot]
c38d13c5ab
Merge pull request #6399 from jakemcdermott/6398-fix-confirm-password-reset
...
Don't delete confirmed password from formik object
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 19:29:05 +00:00
softwarefactory-project-zuul[bot]
f490a940cf
Merge pull request #6410 from ryanpetrello/new-social-auth
...
update social-auth-core to address a GitHub API deprecation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 19:28:59 +00:00
softwarefactory-project-zuul[bot]
42c24419d4
Merge pull request #6409 from AlanCoding/group_children
...
Rename group-to-group field to align with API
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 17:34:25 +00:00
Jake McDermott
e17c93ecd7
Don't allow blank adhoc command module names
2020-03-25 13:11:30 -04:00
softwarefactory-project-zuul[bot]
67d48a87f8
Merge pull request #6408 from ryanpetrello/rabbitmq-cleanup
...
remove a bunch of RabbitMQ references
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 17:02:54 +00:00
Ryan Petrello
b755fa6777
update social-auth-core to address a GitHub API deprecation
2020-03-25 12:17:36 -04:00
softwarefactory-project-zuul[bot]
ee4dcd2055
Merge pull request #6403 from jbradberry/awxkit-from-json-connection
...
Add a connection kwarg to Page.from_json
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 15:33:37 +00:00
softwarefactory-project-zuul[bot]
0f7a4b384b
Merge pull request #6386 from jbradberry/awxkit-api-endpoints
...
Awxkit api endpoints
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 15:33:32 +00:00
softwarefactory-project-zuul[bot]
02415db881
Merge pull request #6407 from marshmalien/5991-wf-launch-btn
...
Hookup launch button to workflow visualizer
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 15:33:27 +00:00
AlanCoding
703345e9d8
Add alias for group children of groups
2020-03-25 11:33:13 -04:00
AlanCoding
d102b06474
Rename group-to-group field to align with API
2020-03-25 11:33:09 -04:00
Jake McDermott
55c18fa76c
Remove unnecessary project template add option
2020-03-25 11:26:30 -04:00
softwarefactory-project-zuul[bot]
d37039a18a
Merge pull request #6334 from rooftopcellist/ncat
...
Add netcat to the dev container
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 12:51:16 +00:00
Christian Adams
6335004c94
Add common debugging tools to the dev container
...
- nmap-ncat
- sdb
- tcpdump
- strace
- vim
2020-03-25 08:03:32 -04:00
softwarefactory-project-zuul[bot]
177867de5a
Merge pull request #6369 from AlanCoding/create_associate
...
Fix bug with association on creation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-25 00:28:51 +00:00
softwarefactory-project-zuul[bot]
08bd445caf
Merge pull request #6404 from ryanpetrello/pyyaml-upgrade
...
pin a minimum pyyaml version to address (CVE-2017-18342)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-24 23:48:01 +00:00
softwarefactory-project-zuul[bot]
b5776c8eb3
Merge pull request #6405 from ryanpetrello/upgrade-django
...
update Django to address CVE-2020-9402
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-24 22:48:09 +00:00
Ryan Petrello
8f1db173c1
remove a bunch of RabbitMQ references
2020-03-24 18:46:58 -04:00
softwarefactory-project-zuul[bot]
62e93d5c57
Merge pull request #6271 from AlexSCorey/6260-UsersOrgList
...
Adds User Organization List
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-24 22:38:56 +00:00
Marliana Lara
abfeb735f0
Add launch button to workflow visualizer
2020-03-24 17:42:22 -04:00
Ryan Petrello
68b0b40e91
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/
2020-03-24 16:41:53 -04:00
Alex Corey
910d926ac3
Fixes file structure, adds tests
2020-03-24 16:27:56 -04:00
Alex Corey
c84ab9f1dc
Adds User Organization List
2020-03-24 16:25:11 -04:00
Ryan Petrello
65cafa37c7
pin a minimum pyyaml version to address (CVE-2017-18342)
...
see: https://github.com/ansible/awx/issues/6393
2020-03-24 15:59:31 -04:00
AlanCoding
551fd088f5
Remove test workarounds
2020-03-24 15:42:35 -04:00
AlanCoding
a72e885274
Fix bug with association on creation
2020-03-24 15:34:52 -04:00
softwarefactory-project-zuul[bot]
bd7c048113
Merge pull request #6291 from AlanCoding/node_identifier
...
Add Workflow Node Identifier
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-24 19:32:52 +00:00
Jeff Bradberry
91135f638f
Add a connection kwarg to Page.from_json
...
if you don't reuse the connection when doing this, you lose your
authentication.
2020-03-24 15:27:51 -04:00
softwarefactory-project-zuul[bot]
cbc02dd607
Merge pull request #6394 from ryanpetrello/runner-145
...
update to the latest version of ansible-runner
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-24 19:09:21 +00:00
softwarefactory-project-zuul[bot]
de09deff66
Merge pull request #6348 from AlexSCorey/5895-SurveyList
...
Adds word wrap functionality
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-24 19:07:05 +00:00
softwarefactory-project-zuul[bot]
5272d088ed
Merge pull request #6390 from marshmalien/fix-select-behavior
...
Fix bugs related to Job Template labels and tags
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-24 17:53:01 +00:00
softwarefactory-project-zuul[bot]
22a593f30f
Merge pull request #6389 from jlmitch5/fixEmailOptionNotif
...
update email option notification to select
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-24 16:54:12 +00:00
Jake McDermott
b56812018a
Don't delete confirmed password from formik object
...
If the save fails, the form will attempt to reload the
deleted value.
2020-03-24 12:21:07 -04:00
Alex Corey
ab755134b3
Adds new DataListCell components to all necessary lists
2020-03-24 10:30:41 -04:00
Alex Corey
ebb0f31b0b
Fixes word wrap issue
2020-03-24 10:30:41 -04:00
Ryan Petrello
51ef57188c
update to the latest version of ansible-runner
2020-03-24 10:01:17 -04:00
AlanCoding
653850fa6d
Remove duplicated index
2020-03-23 22:54:04 -04:00
AlanCoding
8ba4388014
Rewrite tests to use the new modules
2020-03-23 22:47:30 -04:00
AlanCoding
f3e8623a21
Move workflow test target
2020-03-23 22:34:11 -04:00
AlanCoding
077461a3ef
Docs touchups
2020-03-23 22:00:02 -04:00
AlanCoding
795c989a49
fix bug processing survey spec
2020-03-23 22:00:02 -04:00
AlanCoding
5e595caf5e
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
2020-03-23 22:00:00 -04:00
softwarefactory-project-zuul[bot]
d941f11ccd
Merge pull request #5582 from jakemcdermott/fix-5265
...
Don't refresh settings on websocket event
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-23 23:10:21 +00:00
softwarefactory-project-zuul[bot]
c4e50cbf7d
Merge pull request #6381 from jakemcdermott/6380-fix-host-event-errors
...
Fix host event type and reference errors
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-23 22:34:36 +00:00
Jake McDermott
6f3527ed15
Don't refresh settings on websocket event
2020-03-23 18:29:01 -04:00
Jake McDermott
fe2ebeb872
Fix host event type and reference errors
2020-03-23 17:46:42 -04:00
Marliana Lara
ad7498c3fc
Fix bugs related to Job Template labels and tags
...
* Use default PF select toggle behavior
* Fix label submit when no inventory provided
2020-03-23 17:06:38 -04:00
John Mitchell
cb7257f9e6
update email option notification to select
...
- delete radio_group option from form generator
2020-03-23 17:04:07 -04:00
Jeff Bradberry
e3ea4e2398
Register the resource copy endpoints as awxkit page types
2020-03-23 15:19:48 -04:00
Jeff Bradberry
e4e2d48f53
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.
2020-03-23 15:18:47 -04:00
Rebeccah
5bfe89be6e
removed the to_representation and replaced with get_summary_fields per suggestion in PR comments
2020-03-23 14:57:07 -04:00
Rebeccah
47661fad51
added in summary fields into logging which will solve several issues related to needing more data in logging outputs
2020-03-23 14:57:07 -04:00
softwarefactory-project-zuul[bot]
4b497b8cdc
Merge pull request #6364 from wenottingham/dont-make-a-tree-that-never-ends-and-just-goes-on-and-on
...
Preserve symlinks when copying a tree.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-23 18:57:05 +00:00
softwarefactory-project-zuul[bot]
31fabad3e5
Merge pull request #6370 from AlanCoding/convert_tower_role
...
Initial conversion of tower_role
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-23 18:34:32 +00:00
Jeff Bradberry
1e48d773ae
Add job_templates to the set of related endpoints for organizations
2020-03-23 14:33:40 -04:00
softwarefactory-project-zuul[bot]
4529429e99
Merge pull request #6368 from marshmalien/fix-jt-bugs
...
Fix job template form bugs r/t saving without an inventory
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-23 14:08:32 +00:00
softwarefactory-project-zuul[bot]
ec4a471e7a
Merge pull request #6377 from chrismeyersfsu/fix-register_queue_race
...
serialize register_queue
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-23 12:32:34 +00:00
softwarefactory-project-zuul[bot]
77915544d2
Merge pull request #6378 from chrismeyersfsu/fix-launch_awx_cluster
...
fixup dev cluster bringup
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-23 12:32:29 +00:00
chris meyers
5ba90b629e
fixup dev cluster bringup
...
* change from bootstrap script to launch_awx.sh script
2020-03-23 07:33:35 -04:00
chris meyers
e9021bd173
serialize register_queue
...
* also remove uneeded query
2020-03-23 07:21:17 -04:00
AlanCoding
49356236ac
Add coverage from issue resolved with tower_role conversion
2020-03-22 13:43:39 -04:00
softwarefactory-project-zuul[bot]
c9015fc0c8
Merge pull request #6361 from john-westcott-iv/tower_label_update
...
Tower label update
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-21 11:15:06 +00:00
AlanCoding
4ea1101477
update test assertion
2020-03-20 23:49:15 -04:00
AlanCoding
27948aa4e1
Convert tower_role to no longer use tower-cli
2020-03-20 23:28:48 -04:00
softwarefactory-project-zuul[bot]
5263d5aced
Merge pull request #6358 from AlanCoding/fix_settings
...
Fix regression in tower_settings module
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-21 01:42:19 +00:00
softwarefactory-project-zuul[bot]
8832f667e4
Merge pull request #6336 from AlanCoding/local_collection_errors
...
Fix test errors running locally with Ansible devel
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-21 00:51:04 +00:00
softwarefactory-project-zuul[bot]
f4e56b219d
Merge pull request #6326 from AlanCoding/docs_patches
...
Copy edit of backward incompatible changes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-21 00:42:51 +00:00
AlanCoding
abdcdbca76
Add label tests and flake8 fixes
2020-03-20 20:09:08 -04:00
AlanCoding
362016c91b
Fix test errors running locally with Ansible devel
2020-03-20 19:52:13 -04:00
AlanCoding
f1634f092d
Copy edit of backward incompatible changes
2020-03-20 19:51:24 -04:00
John Westcott IV
8cd4e9b488
Adding state back in
2020-03-20 19:14:00 -04:00
softwarefactory-project-zuul[bot]
1fce77054a
Merge pull request #6329 from marshmalien/6143-inv-group-associate-hosts
...
Add associate modal to nested inventory host list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-20 21:02:57 +00:00
Marliana Lara
53c8c80f7f
Fix JT form edit save bug when inventory has no value
2020-03-20 16:37:33 -04:00
softwarefactory-project-zuul[bot]
3bf7d41bf3
Merge pull request #6286 from jlmitch5/hostFacts
...
add facts views to host and inv host detail views
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-20 20:08:52 +00:00
softwarefactory-project-zuul[bot]
34259e24c0
Merge pull request #6350 from jlmitch5/formErrorCredForm
...
correct form submission errors for credential form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-20 19:52:33 +00:00
John Westcott IV
1daeec356f
Initial converstion of tower_label
2020-03-20 15:01:41 -04:00
softwarefactory-project-zuul[bot]
5573e1c7ce
Merge pull request #6356 from keithjgrant/5899-survey-add-form
...
Survey add/edit forms
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-20 18:56:47 +00:00
softwarefactory-project-zuul[bot]
1cba98e4a7
Merge pull request #6363 from dsesami/translation-fix
...
Fix typo in japanese string
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-20 18:20:50 +00:00
Keith Grant
56d31fec77
handle any errors thrown in survey handleSubmit
2020-03-20 10:55:07 -07:00
Keith Grant
564012b2c8
fix errors when adding first question to new survey
2020-03-20 10:55:07 -07:00
Keith Grant
cfe0607b6a
add survey form tests
2020-03-20 10:55:07 -07:00
Keith Grant
7f24d0c0c2
add SurveyQuestionForm tests
2020-03-20 10:55:07 -07:00
Keith Grant
3f4e7465a7
move template survey files to Survey subdirectory
2020-03-20 10:55:07 -07:00
Keith Grant
9c32cb30d4
add survey question editing, breadcrumbs
2020-03-20 10:55:07 -07:00
Keith Grant
782d465c78
wire in SurveyQuestionAdd form to post to API
2020-03-20 10:55:07 -07:00
Keith Grant
1412bf6232
add survey form
2020-03-20 10:55:07 -07:00
Alex Corey
e92acce4eb
Adds toolbar
2020-03-20 10:55:07 -07:00
Bill Nottingham
ac68e8c4fe
Preserve symlinks when copying a tree.
...
This avoids creating a recursive symlink tree.
2020-03-20 13:41:16 -04:00
Daniel Sami
97a4bb39b6
fix typo in japanese string
2020-03-20 13:24:28 -04:00
Marliana Lara
9e00337bc1
Rename useSelected hook and update error modal condition
2020-03-20 10:54:59 -04:00
Marliana Lara
72672d6bbe
Move useSelect to shared util directory
2020-03-20 10:54:59 -04:00
Marliana Lara
51f52f6332
Translate aria labels
2020-03-20 10:54:58 -04:00
Marliana Lara
11b2b17d08
Add associate modal to nested inventory host list
2020-03-20 10:54:55 -04:00
softwarefactory-project-zuul[bot]
e17ff3e03a
Merge pull request #6335 from AlexSCorey/6316-TemplateUsesFunction
...
Moves template.jsx over to a functional component.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-20 14:54:49 +00:00
softwarefactory-project-zuul[bot]
b998d93bfb
Merge pull request #6360 from chrismeyersfsu/log_notification_failures
...
log when notifications fail to send
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-20 14:54:30 +00:00
softwarefactory-project-zuul[bot]
b8ec94a0ae
Merge pull request #6345 from chrismeyersfsu/redis-cleanup2
...
fix redis requirements mess
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-20 13:43:54 +00:00
Alex Corey
a02b332b10
fixes linting and spelling errors
2020-03-20 09:16:10 -04:00
Alex Corey
56919c5d32
Moves template.jsx over to a functional component.
2020-03-20 09:16:10 -04:00
chris meyers
47f5c17b56
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.
2020-03-20 09:11:01 -04:00
softwarefactory-project-zuul[bot]
0fb800f5d0
Merge pull request #6344 from chrismeyersfsu/redis-cleanup1
...
Redis cleanup1
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-20 13:07:40 +00:00
AlanCoding
d6e94f9c6f
Fix regression in tower_settings module
2020-03-19 23:03:58 -04:00
softwarefactory-project-zuul[bot]
d5bdfa908a
Merge pull request #6354 from chrismeyersfsu/redis-cleanup3
...
remove BROKER_URL special password handling
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-19 20:45:38 +00:00
softwarefactory-project-zuul[bot]
0a5acb6520
Merge pull request #6166 from fosterseth/feature-cleanup_jobs-perf
...
Improve performance of cleanup_jobs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-19 20:09:39 +00:00
softwarefactory-project-zuul[bot]
debc339f75
Merge pull request #6295 from beeankha/module_utils_updates
...
Update module_utils Functionality
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-19 19:49:33 +00:00
chris meyers
06f065766f
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.
2020-03-19 15:12:45 -04:00
John Mitchell
16e672dd38
correct form submission errors for credential form
2020-03-19 15:10:10 -04:00
softwarefactory-project-zuul[bot]
3d7420959e
Merge pull request #6347 from squidboylan/fix_collection_test
...
Collection: Fix some tests that broke during the random name update
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-19 19:01:03 +00:00
John Mitchell
4bec46a910
add facts views to host and inv host detail views and update enable fact storage checkbox option and detail language
2020-03-19 15:01:02 -04:00
chris meyers
0e70543d54
licenses for new python deps
2020-03-19 14:44:29 -04:00
Seth Foster
88fb30e0da
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
2020-03-19 14:14:02 -04:00
AlanCoding
558814ef3b
tower_group relationships
...
rollback some module_utils changes
add runtime error for 404 type things
2020-03-19 13:53:08 -04:00
beeankha
ace5a0a2b3
Update module utils, part of collections conversion work
2020-03-19 13:53:08 -04:00
softwarefactory-project-zuul[bot]
8a917a5b70
Merge pull request #6343 from AlanCoding/fix_sanity
...
Fix sanity error
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-19 17:28:12 +00:00
Caleb Boylan
1bd74a96d6
Collection: Fix some tests that broke during the random name update
2020-03-19 09:40:48 -07:00
softwarefactory-project-zuul[bot]
74ebb0ae59
Merge pull request #6290 from ryanpetrello/notification-host-summary-race
...
change when we send job notifications to avoid a race condition
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-19 15:36:24 +00:00
chris meyers
fd56b7c590
pin pexpect to 4.7.0
2020-03-19 11:25:43 -04:00
chris meyers
7f02e64a0d
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.
2020-03-19 10:19:07 -04:00
Ryan Petrello
d40a5dec8f
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
2020-03-19 10:01:52 -04:00
chris meyers
5e481341bc
flake8
2020-03-19 10:01:20 -04:00
chris meyers
0a1070834d
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.
2020-03-19 10:01:20 -04:00
chris meyers
c7de3b0528
fix spelling
2020-03-19 10:01:20 -04:00
softwarefactory-project-zuul[bot]
a725778b17
Merge pull request #6327 from ryanpetrello/py2-minus-minus-cli
...
remove python2 support from awxkit
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-19 13:58:02 +00:00
softwarefactory-project-zuul[bot]
3b520a8ee8
Merge pull request #6341 from egmar/fix-pgsql-connect-options
...
Jobs not running with external PostgreSQL database after PR #6034
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-19 13:55:54 +00:00
Christian Adams
9a38971d47
Update ELK Stack container files
2020-03-19 09:35:08 -04:00
Ryan Petrello
06b3e54fb1
remove python2 support from awxkit
2020-03-19 09:02:39 -04:00
chris meyers
7f2e1d46bc
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.
2020-03-19 08:59:15 -04:00
chris meyers
12158bdcba
remove dead code
2020-03-19 08:57:05 -04:00
Egor Margineanu
f858eda6b1
Made OPTIONS optional
2020-03-19 13:43:06 +01:00
AlanCoding
c5297b0b86
Fix sanity error
2020-03-19 08:42:07 -04:00
Egor Margineanu
e0633c9122
Merge branch 'fix-pgsql-connect-options' of github.com:egmar/awx into fix-pgsql-connect-options
2020-03-19 13:29:39 +01:00
Egor Margineanu
3a208a0be2
Added support for PG port and options. related #6340
2020-03-19 13:29:06 +01:00
Egor Margineanu
cfdfd96793
Added support for PG port and options
2020-03-19 13:26:59 +01:00
Christian Adams
c4e697879d
Improve docs for using the logstash container
2020-03-18 18:32:45 -04:00
Ryan Petrello
db7f0f9421
Merge pull request #6034 from chrismeyersfsu/pg2_no_pubsub
...
Replace rabbitmq with redis
2020-03-18 17:19:51 -04:00
Ryan Petrello
f1ee963bd0
fix up rebased migrations
2020-03-18 16:19:04 -04:00
Ryan Petrello
7c3cbe6e58
add a license for redis-cli
2020-03-18 16:10:20 -04:00
chris meyers
87de0cf0b3
flake8, pytest, license fixes
2020-03-18 16:10:20 -04:00
chris meyers
18f5dd6e04
add websocket backplane documentation
2020-03-18 16:10:20 -04:00
chris meyers
89163f2915
remove redis broker url test
...
* We use sockets everywhere. Thus, password special characters no longer
are an issue.
2020-03-18 16:10:20 -04:00
chris meyers
59c9de2761
awxkit python2.7 compatible print
...
* awxkit still supports python2.7 so do not use fancy f"" yet; instead,
use .format()
2020-03-18 16:10:20 -04:00
chris meyers
b58c71bb74
remove broadcast websockets view
2020-03-18 16:10:20 -04:00
Ryan Petrello
1caa2e0287
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
2020-03-18 16:10:20 -04:00
chris meyers
770b457430
redis socket support
2020-03-18 16:10:19 -04:00
chris meyers
d58df0f34a
fix sliding window calculation
2020-03-18 16:10:19 -04:00
chris meyers
3f5e2a3cd3
try to make openshift build happy
2020-03-18 16:10:19 -04:00
chris meyers
2b59af3808
safely operate in async or sync context
2020-03-18 16:10:19 -04:00
chris meyers
9e5fe7f5c6
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 _
2020-03-18 16:10:19 -04:00
chris meyers
093d204d19
fix flake8
2020-03-18 16:10:19 -04:00
chris meyers
e25bd931a1
change dispatcher test to make required queue
...
* No fallback-default queue anymore. Queue must be explicitly provided.
2020-03-18 16:10:19 -04:00
chris meyers
8350bb3371
robust broadcast websocket error hanndling
2020-03-18 16:10:18 -04:00
chris meyers
d6594ab602
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
2020-03-18 16:10:18 -04:00
chris meyers
b6b9802f9e
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
2020-03-18 16:10:18 -04:00
chris meyers
0da94ada2b
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.
2020-03-18 16:10:18 -04:00
chris meyers
3b9e67ed1b
remove channel group model
...
* Websocket user session <-> group subscription membership now resides
in Redis rather than the database.
2020-03-18 16:10:18 -04:00
chris meyers
14320bc8e6
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.
2020-03-18 16:10:18 -04:00
chris meyers
3c5c9c6fde
move broadcast websocket out into its own process
2020-03-18 16:10:18 -04:00
chris meyers
f5193e5ea5
resolve rebase errors
2020-03-18 16:10:17 -04:00
chris meyers
03b73027e8
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.
2020-03-18 16:10:17 -04:00
chris meyers
c06b6306ab
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.
2020-03-18 16:10:17 -04:00
Shane McDonald
45ce6d794e
Initial migration of rabbitmq -> redis for k8s installs
2020-03-18 16:10:17 -04:00
chris meyers
e94bb44082
replace rabbitmq with redis
...
* local awx docker-compose and image build only.
2020-03-18 16:10:17 -04:00
chris meyers
be58906aed
remove kombu
2020-03-18 16:10:17 -04:00
chris meyers
403e9bbfb5
add websocket health information
2020-03-18 16:10:16 -04:00
chris meyers
ea29f4b91f
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.
2020-03-18 16:10:16 -04:00
chris meyers
3f2d757f4e
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.
2020-03-18 16:10:16 -04:00
chris meyers
feac93fd24
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.
2020-03-18 16:10:16 -04:00
chris meyers
088373963b
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.
2020-03-18 16:10:16 -04:00
chris meyers
5818dcc980
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.
2020-03-18 16:10:16 -04:00
chris meyers
dc6c353ecd
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.
2020-03-18 16:10:16 -04:00
chris meyers
50b56aa8cb
autobahn 20.1.2 released an hour ago
...
* 20.1.1 no longer available on pypi
2020-03-18 16:10:15 -04:00
chris meyers
3fec69799c
fix websocket job subscription access control
2020-03-18 16:10:15 -04:00
chris meyers
2a2c34f567
combine all the broker replacement pieces
...
* local redis for event processing
* postgres for message broker
* redis for websockets
2020-03-18 16:10:15 -04:00
chris meyers
558e92806b
POC postgres broker
2020-03-18 16:10:15 -04:00
chris meyers
355fb125cb
redis events
2020-03-18 16:10:15 -04:00
chris meyers
c8eeacacca
POC channels 2
2020-03-18 16:10:12 -04:00
softwarefactory-project-zuul[bot]
d0a3c5a42b
Merge pull request #6323 from AlanCoding/rm_verify_ssl_test
...
Replace verify_ssl test that did not work right
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 19:33:24 +00:00
softwarefactory-project-zuul[bot]
64139f960f
Merge pull request #6331 from marshmalien/fix-project-schedule-breadcrumb
...
Add nested project schedule detail breadcrumb
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 19:33:19 +00:00
softwarefactory-project-zuul[bot]
eda494be63
Merge pull request #6330 from rooftopcellist/fix_flakey_workflow_functest
...
Fix flaky workflow test & set junit family
Reviewed-by: Christian Adams <rooftopcellist@gmail.com >
https://github.com/rooftopcellist
2020-03-18 19:27:26 +00:00
Christian Adams
4a0c371014
Fix flaky workflow test & set junit family
2020-03-18 14:02:33 -04:00
softwarefactory-project-zuul[bot]
6b43da35e1
Merge pull request #5745 from wenottingham/no-license-and-registration-please
...
Clean up a few more cases where we checked the license for features.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 17:59:16 +00:00
softwarefactory-project-zuul[bot]
afa3b500d3
Merge pull request #6273 from AlanCoding/failure_verbosity
...
Print module standard out in test failure scenarios
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 17:50:16 +00:00
softwarefactory-project-zuul[bot]
c3efb13020
Merge pull request #6325 from AlanCoding/autohack
...
Automatically hack sys.path to make running tests easier
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 17:46:59 +00:00
Marliana Lara
eb28800082
Fix nested project schedule breadcrumb
2020-03-18 13:17:42 -04:00
softwarefactory-project-zuul[bot]
3219b9b4ac
Merge pull request #6318 from AlexSCorey/6100-ConvertWFJTandJTtoHooks
...
Moves JT Form to using react hooks and custom hooks
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 15:58:13 +00:00
softwarefactory-project-zuul[bot]
e9a48cceba
Merge pull request #6319 from squidboylan/collection_test_refactor
...
Collection test refactor
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 14:53:04 +00:00
softwarefactory-project-zuul[bot]
9a7fa1f3a6
Merge pull request #6313 from mabashian/jest-24-25-upgrade
...
Upgrade jest and babel-jest to latest (v25)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 14:33:44 +00:00
Caleb Boylan
a03d74d828
Collection: Use random names when we create objects in our tests
2020-03-18 07:02:14 -07:00
mabashian
2274b4b4e4
Upgrade jest and babel-jest to latest (v25)
2020-03-18 09:44:25 -04:00
AlanCoding
c054d7c3d7
Automatically hack sys.path to make running tests easier
2020-03-18 09:40:11 -04:00
softwarefactory-project-zuul[bot]
26d5d7afdc
Merge pull request #6304 from AlanCoding/workflow_role
...
Add workflow to tower_role module
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 03:13:37 +00:00
softwarefactory-project-zuul[bot]
6b51b41897
Merge pull request #6322 from AlanCoding/user_no_log
...
Mark user password as no_log to silence warning
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 01:58:27 +00:00
AlanCoding
ca3cf244fd
Replace verify_ssl test that did not work right
2020-03-17 21:43:30 -04:00
softwarefactory-project-zuul[bot]
88d7b24f55
Merge pull request #6311 from jlmitch5/fixDupID
...
change duplicate IDs where possible
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-18 01:03:49 +00:00
AlanCoding
ecdb353f6f
Mark user password as no_log to silence warning
2020-03-17 19:49:27 -04:00
AlanCoding
d9932eaf6a
Add integration test
2020-03-17 19:37:30 -04:00
softwarefactory-project-zuul[bot]
cbc52fa19f
Merge pull request #6278 from AlanCoding/wfjt_tests
...
Add more tests for recent WFJT module issues
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-17 23:02:14 +00:00
softwarefactory-project-zuul[bot]
cc77b31d4e
Merge pull request #6314 from mabashian/6293-toggle-error
...
Adds error div to toggle fields built using form generator
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-17 21:34:18 +00:00
Bill Nottingham
b875c03f4a
Clean up a few more cases where we checked the license for features.
2020-03-17 17:19:33 -04:00
Alex Corey
e87f804c92
Moves JT Form to using react hooks and custom hooks
2020-03-17 16:40:09 -04:00
softwarefactory-project-zuul[bot]
f86cbf33aa
Merge pull request #6307 from mabashian/eslint-5-6-upgrade
...
Bumps eslint from 5.6 to 6.8
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-17 20:24:13 +00:00
mabashian
6db6fe90fd
Adds error div to toggle fields built using form generator so that errors can be shown underneath the toggle
2020-03-17 15:27:16 -04:00
softwarefactory-project-zuul[bot]
bcbe9691e5
Merge pull request #6312 from beeankha/collections_toolbox_sanity_fix
...
Fix Shebang Error in Collections Tools
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-17 19:21:54 +00:00
John Mitchell
c850148ee3
change duplicate IDs where possible
2020-03-17 14:08:13 -04:00
softwarefactory-project-zuul[bot]
b260a88810
Merge pull request #6308 from wenottingham/branch-for-your-branch
...
Allow scm_branch in notifications.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-17 17:51:10 +00:00
mabashian
a0937a8b7c
Bumps eslint from 5.6 to 6.8
2020-03-17 13:44:33 -04:00
beeankha
c4c0cace88
Fix ansible shebang error
2020-03-17 12:55:32 -04:00
softwarefactory-project-zuul[bot]
a55bcafa3a
Merge pull request #6310 from jakemcdermott/update-lockfile
...
Auto-update dependencies in lock file
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-17 16:22:48 +00:00
Bill Nottingham
d0c510563f
Allow scm_branch in notifications.
2020-03-17 12:09:35 -04:00
Jake McDermott
d23fb17cd9
Auto-update dependencies in lock file
2020-03-17 11:33:55 -04:00
AlanCoding
8668f2ad46
Add workflow to tower_role
2020-03-16 22:36:27 -04:00
softwarefactory-project-zuul[bot]
e210ee4077
Merge pull request #6301 from gamuniz/catch_analytics_failure
...
rework the gather() to always delete the leftover directories
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-16 20:45:36 +00:00
softwarefactory-project-zuul[bot]
47ff56c411
Merge pull request #6297 from squidboylan/collection_tests
...
Collection tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-16 20:07:13 +00:00
softwarefactory-project-zuul[bot]
1e780aad38
Merge pull request #5726 from AlanCoding/jt_org_2020
...
Add read-only organization field to job templates
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-16 20:03:47 +00:00
Gabe Muniz
80234c5600
rework the tar to always delete the leftover directories
2020-03-16 19:54:15 +00:00
softwarefactory-project-zuul[bot]
c8510f7d75
Merge pull request #6256 from beeankha/collections_toolbox
...
Module Generation Tools for the AWX Collection
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-16 18:55:52 +00:00
softwarefactory-project-zuul[bot]
6431050b36
Merge pull request #6296 from ryanpetrello/fix-iso-node-bug
...
fix a bug in isolated event handling
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-16 18:45:05 +00:00
softwarefactory-project-zuul[bot]
5c360aeff3
Merge pull request #6287 from squidboylan/add_collection_test
...
Collection: add a test for multiple credentials on a jt
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-16 18:38:52 +00:00
softwarefactory-project-zuul[bot]
44e043d75f
Merge pull request #6294 from mabashian/4070-access-5
...
Adds aria-labels to links without descernible inner text
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-16 18:27:01 +00:00
Caleb Boylan
ef223b0afb
Collection: Add test for workflow_template extra_vars
2020-03-16 11:12:57 -07:00
Caleb Boylan
e9e8283f16
Collection: Add integration test for smart inventory
2020-03-16 11:08:01 -07:00
Ryan Petrello
b73e8d8a56
fix a bug in isolated event handling
...
see: https://github.com/ansible/awx/issues/6280
2020-03-16 13:15:10 -04:00
beeankha
6db6c6c5ba
Revert module util changes, reorder params in group module
2020-03-16 11:18:08 -04:00
AlanCoding
2b5ff9a6f9
Patches to generator to better align with modules
2020-03-16 11:10:07 -04:00
beeankha
97c169780d
Delete config file
2020-03-16 11:10:07 -04:00
beeankha
88c46b4573
Add updated tower_api module util file, update generator and template
2020-03-16 11:10:07 -04:00
beeankha
53d27c933e
Fix linter issues
2020-03-16 11:10:07 -04:00
beeankha
c340fff643
Add generator playbook for the AWX Collection modules, along with other module generation tools
2020-03-16 11:10:07 -04:00
mabashian
61600a8252
Adds aria-labels to links without descernible inner text
2020-03-16 10:39:21 -04:00
AlanCoding
521cda878e
Add named URL docs for uniqueness functionality
2020-03-16 10:04:18 -04:00
softwarefactory-project-zuul[bot]
9ecd6ad0fb
Merge pull request #6245 from mabashian/4070-access-3
...
Adds lang attr to html tag to specify default language for the application
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 22:36:26 +00:00
softwarefactory-project-zuul[bot]
349af22d0f
Merge pull request #6261 from jakemcdermott/5386-dont-block-blockquotes
...
Don't block the blockquotes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 22:12:28 +00:00
softwarefactory-project-zuul[bot]
ad316fc2a3
Merge pull request #6284 from mabashian/4070-access-1
...
Adds aria-label attrs to buttons without inner text
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 22:00:16 +00:00
softwarefactory-project-zuul[bot]
e4abf634f0
Merge pull request #6268 from keithjgrant/survey-list-sort
...
Add survey list sorting
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 21:59:34 +00:00
softwarefactory-project-zuul[bot]
bb144acee3
Merge pull request #6249 from jakemcdermott/5771-fix-read-only-display-of-playbooks
...
Show playbook field on JT when read-only
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 21:11:59 +00:00
Caleb Boylan
16d5456d2b
Collection: add a test for multiple credentials on a jt
2020-03-13 13:41:38 -07:00
mabashian
abe8153358
Remove rogue console
2020-03-13 16:38:46 -04:00
Keith Grant
86aabb297e
add documentation for useDismissableError, useDeleteItems
2020-03-13 13:21:59 -07:00
softwarefactory-project-zuul[bot]
65a7613c26
Merge pull request #6257 from jakemcdermott/3774-fix-settings-ldap-error-handling
...
Add parser error handling for settings json
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 19:30:34 +00:00
softwarefactory-project-zuul[bot]
4d1790290e
Merge pull request #6259 from jakemcdermott/3956-translate-access-strings
...
Mark access removal prompts and tech preview message for translation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 19:30:29 +00:00
softwarefactory-project-zuul[bot]
dca335d17c
Merge pull request #6251 from jakemcdermott/5987-fix-sometimes-missing-verbosity-and-job-type-values
...
Fix sometimes missing job_type and verbosity field values
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 19:30:24 +00:00
softwarefactory-project-zuul[bot]
da48cffa12
Merge pull request #6285 from ryanpetrello/user-readonly-last-login
...
make User.last_login read_only=True in its serializer
Reviewed-by: Christian Adams <rooftopcellist@gmail.com >
https://github.com/rooftopcellist
2020-03-13 19:24:58 +00:00
Keith Grant
a2eeb6e7b5
delete unused file
2020-03-13 11:40:24 -07:00
Jake McDermott
f8f6fff21e
Show playbook field on JT when read-only
2020-03-13 13:35:49 -04:00
Keith Grant
3e616f2770
update SurveyList tests, add TemplateSurvey tests
2020-03-13 10:17:39 -07:00
softwarefactory-project-zuul[bot]
7c6bef15ba
Merge pull request #6246 from mabashian/4070-access-4
...
Adds aria-label attrs to img elements
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 16:54:35 +00:00
Ryan Petrello
27b48fe55b
make User.last_login read_only=True in its serializer
2020-03-13 12:53:40 -04:00
softwarefactory-project-zuul[bot]
6b20ffbfdd
Merge pull request #6275 from ryanpetrello/fix-isolated-hostname-in-events
...
consolidate isolated event handling code into one function
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-13 16:34:46 +00:00
mabashian
43abeec3d7
Mark img aria-labels for translation
2020-03-13 11:25:47 -04:00
mabashian
bd8886a867
Adds lang attr to html tag in ui next app
2020-03-13 11:21:25 -04:00
mabashian
bd68317cfd
Adds aria-label attrs to buttons without inner text
2020-03-13 11:13:28 -04:00
Ryan Petrello
f8818730d4
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
2020-03-13 10:05:48 -04:00
Jake McDermott
b41c9e5ba3
Normalize initial value of select2 fields
2020-03-13 09:43:12 -04:00
Jake McDermott
401be0c265
Add parser error handling for settings json
2020-03-13 09:23:11 -04:00
humzam96
35be571eed
Don't block the blockquotes
2020-03-13 09:22:20 -04:00
Hideki Saito
8e7faa853e
Mark tech preview message for translation
2020-03-13 09:21:02 -04:00
Jake McDermott
1ee46ab98a
Mark access removal prompts for translation
2020-03-13 09:20:59 -04:00
Keith Grant
ac9f526cf0
fix useRequest error bug
2020-03-12 17:08:21 -07:00
softwarefactory-project-zuul[bot]
7120e92078
Merge pull request #6262 from rooftopcellist/mv_bootstrap_script
...
Update dev container to be consistent with other installation methods
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-12 19:51:18 +00:00
AlanCoding
7e6def8acc
Grant org JT admin role in migration as well
2020-03-12 15:45:47 -04:00
AlanCoding
aa4842aea5
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
2020-03-12 15:45:47 -04:00
John Mitchell
7547793792
add organization to template views in old and new ui
2020-03-12 15:45:47 -04:00
AlanCoding
7d0b207571
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
2020-03-12 15:45:46 -04:00
AlanCoding
daa9282790
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
2020-03-12 15:45:46 -04:00
AlanCoding
bdd0b9e4d9
Add more tests for recent WFJT module issues
2020-03-12 15:45:25 -04:00
softwarefactory-project-zuul[bot]
1876849d89
Merge pull request #6186 from AlanCoding/wfjt_vars
...
Modernize types of WFJT module
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-12 19:43:04 +00:00
softwarefactory-project-zuul[bot]
e4dd2728ef
Merge pull request #6276 from ryanpetrello/approval-start-date-in-notifications
...
save approval node start time *before* sending "started" notifications
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-12 18:58:03 +00:00
Ryan Petrello
88571f6dcb
save approval node start time *before* sending "started" notifications
...
see: https://github.com/ansible/awx/issues/6267
2020-03-12 14:14:56 -04:00
AlanCoding
a1cdc07944
Print module standard out in test failure scenarios
2020-03-12 12:26:54 -04:00
Keith Grant
eea80c45d1
fix keys, clean up surveylist
2020-03-12 08:42:59 -07:00
softwarefactory-project-zuul[bot]
beb8021580
Merge pull request #6263 from ryanpetrello/930-release-branch
...
bump version to 9.3.0
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-11 22:57:45 +00:00
Keith Grant
07565b5efc
add error handling to TemplateSurvey
2020-03-11 15:06:13 -07:00
Christian Adams
3755151cc5
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
2020-03-11 16:23:31 -04:00
Ryan Petrello
36078651d3
bump version to 9.3.0
2020-03-11 14:34:27 -04:00
softwarefactory-project-zuul[bot]
8b768bcb01
Merge pull request #6174 from AlanCoding/collection_single_loop
...
Make demo data in tests, further refine templating loop
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-11 18:19:31 +00:00
softwarefactory-project-zuul[bot]
16d9e1cfc7
Merge pull request #5968 from mabashian/jobs-list-sockets
...
Changes ui-side behavior in response to websocket job status updates on several lists
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-11 18:13:06 +00:00
Keith Grant
2584f7359e
restructure TemplateSurvey & list components
2020-03-11 09:33:04 -07:00
Alex Corey
286cec8bc3
WIP
2020-03-11 09:33:04 -07:00
Alex Corey
64b1aa43b1
Adds SurveyList tool bar
2020-03-11 09:33:04 -07:00
softwarefactory-project-zuul[bot]
0fd9153cf7
Merge pull request #6254 from ryanpetrello/redact-faster
...
optimize the awx.main.redact SCM URL sanitizer regex
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-11 14:56:02 +00:00
Ryan Petrello
c95624e27f
optimize the SCM URL sanitizer regex
...
\w+ is too greedy for large strings that don't contain URLs
2020-03-11 10:10:35 -04:00
softwarefactory-project-zuul[bot]
5cf33f57a4
Merge pull request #6253 from AlanCoding/smart_error
...
Fix server error creating smart inventories
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-11 13:08:00 +00:00
AlanCoding
5c331934e2
Fix server error creating smart inventories
2020-03-10 22:00:31 -04:00
softwarefactory-project-zuul[bot]
7ac21b4922
Merge pull request #6252 from gamuniz/fix_typo_meta
...
removed extra quotes in example
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-11 00:14:46 +00:00
softwarefactory-project-zuul[bot]
04fe18d840
Merge pull request #6239 from marshmalien/check-host-inventory-id
...
Check for top-level inventory and host inventory match
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-10 23:13:16 +00:00
Gabe Muniz
b9829e2bde
removed extra quotes in example
2020-03-10 23:08:38 +00:00
softwarefactory-project-zuul[bot]
a99d4a8419
Merge pull request #6248 from marshmalien/side-nav-dark-theme
...
Use dark theme in side navigation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-10 21:53:22 +00:00
Marliana Lara
676b29346c
Switch side nav to dark theme
2020-03-10 16:40:34 -04:00
mabashian
6c7ab97159
Adds aria-label attrs to img elements
2020-03-10 16:12:29 -04:00
mabashian
8077c910b0
Adds lang attr to installing template
2020-03-10 16:10:51 -04:00
AlanCoding
feef39c5cc
Change test to use native list for schemas
2020-03-10 16:07:04 -04:00
AlanCoding
e80843846e
Modernize types of WFJT module
2020-03-10 16:07:03 -04:00
softwarefactory-project-zuul[bot]
208dbc1f92
Merge pull request #6237 from beeankha/fix_user_module
...
Fix Username Idempotency in tower_user Module
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-10 20:06:05 +00:00
Marliana Lara
2cb5046ec6
Throw an error when host inventory doesn't match parent inventory
2020-03-10 15:33:39 -04:00
mabashian
ecc68c1003
Adds lang attr to html tag to specify default language for the application
2020-03-10 15:33:31 -04:00
softwarefactory-project-zuul[bot]
356b674a49
Merge pull request #6241 from mabashian/4085-cred-edit
...
Fixes bug where users without read access on a creds org cannot edit the cred
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-10 19:19:28 +00:00
beeankha
185c581007
Remove len() check
...
Remove comment
Remove quote marks from default values
2020-03-10 15:18:34 -04:00
softwarefactory-project-zuul[bot]
789397d56c
Merge pull request #6240 from ryanpetrello/schedule-rbac-tests
...
add RBAC tests for schedules on inventory and project updates
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-10 18:44:18 +00:00
Marliana Lara
e816f73ecf
Show content error when the top-level inventory and host inventory do not match
2020-03-10 14:24:59 -04:00
softwarefactory-project-zuul[bot]
bbe5789e70
Merge pull request #6235 from marshmalien/6142-inv-group-add-host-form
...
Add Inventory Group Host Add form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-10 17:48:27 +00:00
Ryan Petrello
ad1a7fc9c9
add RBAC tests for schedules on inventory and project updates
2020-03-10 13:45:57 -04:00
mabashian
dd5f25186b
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.
2020-03-10 13:31:55 -04:00
softwarefactory-project-zuul[bot]
ecb7147614
Merge pull request #6229 from AlexSCorey/5895-SurveyListToolbar
...
Adds SurveyList tool bar
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-10 17:13:46 +00:00
Marliana Lara
87396f968c
Use variables for inventory breadcrumb path segments
2020-03-10 13:02:14 -04:00
softwarefactory-project-zuul[bot]
87bfb82907
Merge pull request #6238 from jakemcdermott/awaiting-for-godot
...
Remove some rogue awaits
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-10 16:53:30 +00:00
Alex Corey
65e988b44c
Impoves test and removes uncessary condition
2020-03-10 12:20:48 -04:00
Jake McDermott
4381a7d75c
Remove some rogue awaits
2020-03-10 11:59:37 -04:00
Alex Corey
3a6528dc0d
Adds toolbar
2020-03-10 10:08:40 -04:00
beeankha
c113c2db52
Fix username/name issue in tower_user module, update test playbook
2020-03-10 10:06:38 -04:00
Marliana Lara
b7d2d6ad89
Add Inventory Group Host Add form
2020-03-09 19:58:31 -04:00
softwarefactory-project-zuul[bot]
01d77d5407
Merge pull request #6221 from marshmalien/6150-disassociate-modal
...
Add disassociate inventory group host button
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-09 23:47:16 +00:00
softwarefactory-project-zuul[bot]
87c6ed52cd
Merge pull request #6234 from wenottingham/found-a-mole--lets-whack-it
...
Remove SCL python from awx-python
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-09 20:59:30 +00:00
softwarefactory-project-zuul[bot]
0d5a46a6e1
Merge pull request #6233 from marshmalien/6210-user-teams-form-btn-layout
...
Fix form action button layout
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-09 20:41:22 +00:00
softwarefactory-project-zuul[bot]
f3ab3de1be
Merge pull request #6228 from jakemcdermott/6191-fix-unnecessary-panel-reload-02
...
Fix unnecessary panel reload and refactor top-level host and inventory routing components
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-09 20:03:44 +00:00
Bill Nottingham
871695ea5e
Remove SCL python from awx-python
...
This really should be created at build time.
2020-03-09 15:51:56 -04:00
Marliana Lara
0f5b694514
Fix form action button layout
2020-03-09 14:56:39 -04:00
softwarefactory-project-zuul[bot]
9567dc9e17
Merge pull request #6231 from jakemcdermott/6230-fix-double-schedules
...
Remove duplicate schedule tab
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-09 18:46:12 +00:00
Jake McDermott
24d35e9593
Remove duplicate schedule tab
2020-03-09 13:39:40 -04:00
softwarefactory-project-zuul[bot]
b6be8ca445
Merge pull request #6212 from marshmalien/6210-fix-cred-form-button-layout
...
Fix credential form action button layout
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-09 17:32:34 +00:00
Jake McDermott
beb10feb0c
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
2020-03-09 12:12:49 -04:00
Jake McDermott
6ec9c45341
Fix screen reload on host tab change
2020-03-09 11:35:26 -04:00
softwarefactory-project-zuul[bot]
9a394a5726
Merge pull request #6219 from dsesami/host-detail-labels
...
Host detail labels
Reviewed-by: Daniel Sami
https://github.com/dsesami
2020-03-09 13:37:50 +00:00
Marliana Lara
25f4aa19b7
Add disassociate inventory group host modal
2020-03-06 17:48:12 -05:00
softwarefactory-project-zuul[bot]
7ff5bacce5
Merge pull request #6185 from jlmitch5/addWFJTNotAccTabs
...
add notification and access tabs to wfjt
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-06 22:05:05 +00:00
softwarefactory-project-zuul[bot]
3e820a88e1
Merge pull request #6216 from pilou-/doc_extract_credentials
...
[doc] Explain how to extract credentials or encrypted settings
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-06 21:54:51 +00:00
John Mitchell
c1ab118481
remove unnecessary org rest calls for notifcation tabs on proj wfjt
2020-03-06 16:04:16 -05:00
John Mitchell
3952be9429
add notification and access tabs to wfjt
2020-03-06 16:04:16 -05:00
Ryan Petrello
35f414ccf2
clarify how AWX stores cerdentials
2020-03-06 16:00:41 -05:00
softwarefactory-project-zuul[bot]
304bf6805b
Merge pull request #6217 from ryanpetrello/workflow-approval
...
record a start time for WorkflowApproval jobs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-06 20:54:39 +00:00
Daniel Sami
e733506477
Merge branch 'devel' into host-detail-labels
2020-03-06 15:50:58 -05:00
softwarefactory-project-zuul[bot]
f4366be419
Merge pull request #6170 from mabashian/5859-jt-schedule-details
...
Adds generic schedule detail component and applies it to JT/WFJT/Proj schedules
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-06 20:44:11 +00:00
Daniel Sami
64018a71bb
used lint
2020-03-06 15:41:10 -05:00
softwarefactory-project-zuul[bot]
0c9c349fb9
Merge pull request #6211 from marshmalien/6141-inv-host-components
...
Remove screen -> screen imports in Inventories and Hosts
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-06 20:02:36 +00:00
mabashian
6dd4d04bf5
Move label out to styled component. Removes dependency on internal pf classes.
2020-03-06 14:56:17 -05:00
mabashian
21b4455ee6
Change nestedResource to schedule in setBreadcrumbConfig. As it currently stands the only nested resource that could be passed here is a schedule.
2020-03-06 14:36:35 -05:00
mabashian
314e345825
Tweak Schedules props to include the options request callback needed to load the list after rebasing.
2020-03-06 14:36:35 -05:00
mabashian
90e047821d
Makes entire hierarchy of schedule components generic
2020-03-06 14:36:34 -05:00
mabashian
01fe89e43c
Moves request to generate preview down into the ScheduleDetail component
2020-03-06 14:32:09 -05:00
mabashian
1f2edd81ab
Adds generic schedule detail component and applies it to JT schedules
2020-03-06 14:32:09 -05:00
Ryan Petrello
862de0b6f3
record a start time for WorkflowApproval jobs
...
see: https://github.com/ansible/awx/issues/6202
2020-03-06 14:16:27 -05:00
Pierre-Louis Bonicoli
d75c2d9b44
Explain how to extract credentials/settings
2020-03-06 18:18:20 +01:00
softwarefactory-project-zuul[bot]
1b8ff1f846
Merge pull request #6194 from jakemcdermott/6191-fix-unnecessary-panel-reload
...
Fix panel loading and clean up unneeded code
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-06 17:14:27 +00:00
softwarefactory-project-zuul[bot]
a93b1aa339
Merge pull request #6169 from AlexSCorey/5895-SurveyList
...
Adds the list of the survey questions.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-06 16:57:41 +00:00
Marliana Lara
4c6191041c
Fix credential form action button layout
2020-03-06 11:12:09 -05:00
Alex Corey
edb3f6df55
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.
2020-03-06 11:10:18 -05:00
softwarefactory-project-zuul[bot]
7a3ece7fd2
Merge pull request #6197 from jbradberry/choice-field-metadata
...
Show API choice field metadata more correctly for null vs ''
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-06 15:30:21 +00:00
softwarefactory-project-zuul[bot]
73e867b6f5
Merge pull request #6205 from ryanpetrello/proj-inv-sched
...
fix global schedule creation for project and inventory updates too
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-06 14:36:22 +00:00
Ryan Petrello
acc34c1393
fix global schedule creation for project and inventory updates too
...
related: https://github.com/ansible/awx/pull/6193
2020-03-06 08:55:13 -05:00
Marliana Lara
3d5a002676
Remove all inventory route logic from Host screens
2020-03-06 01:36:38 -05:00
Marliana Lara
bb6d9af90b
Create nested inventory host route files and components
2020-03-06 01:35:58 -05:00
Marliana Lara
da94b2dc9e
Add InventoryHostAdd route file
2020-03-06 01:25:07 -05:00
softwarefactory-project-zuul[bot]
a1c2db3db5
Merge pull request #6190 from mabashian/5864-jt-schedule-add
...
Adds Add button to schedules list along with rbac restrictions
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-05 23:26:49 +00:00
Jeff Bradberry
d849e81891
Show API choice field metadata more correctly for null vs ''
2020-03-05 17:10:59 -05:00
Jake McDermott
a5afac62ca
Fix panel reloading and clean up unneeded code
2020-03-05 15:36:25 -05:00
softwarefactory-project-zuul[bot]
66c98ca9bc
Merge pull request #6193 from ryanpetrello/awx-cli-schedules-options
...
fix a bug in OPTIONS /api/v2/schedules/
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-05 20:25:47 +00:00
softwarefactory-project-zuul[bot]
a00e7c7050
Merge pull request #6192 from squidboylan/fix_typo
...
Fix a typo in the collection README
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-05 20:22:51 +00:00
Ryan Petrello
cd1ff6b16a
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
2020-03-05 14:43:54 -05:00
softwarefactory-project-zuul[bot]
b560a21ca3
Merge pull request #6187 from marshmalien/fix-inv-host-add-save
...
Fix bug where Inventory Host Add form doesn't save
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-05 19:02:32 +00:00
Caleb Boylan
63fa367e9d
Fix a typo in the collection README
2020-03-05 10:23:39 -08:00
mabashian
d33daeee91
Adds Add button to schedules list along with rbac restrictions
2020-03-05 12:34:29 -05:00
Marliana Lara
9d449c419b
Fix bug where Inv Host Add form doesn't save due to form error
2020-03-05 10:58:06 -05:00
softwarefactory-project-zuul[bot]
e34e88549f
Merge pull request #6152 from ryanpetrello/venv-realpath
...
respect home directory symlinks for BASE_VENV_PATH
Reviewed-by: Bill Nottingham
https://github.com/wenottingham
2020-03-05 15:23:38 +00:00
AlanCoding
c073e39c69
Simplify build loop, make demo data in tests
2020-03-05 08:48:48 -05:00
softwarefactory-project-zuul[bot]
4fcd2c594c
Merge pull request #6161 from jakemcdermott/6151-missing-cred-types
...
Fix potentially missing credential type options in multicredential select
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-04 23:16:33 +00:00
Rebeccah
457dc956f1
added a check for the field of finished making sure it's not none, and then breaking the DateTime function
2020-03-04 15:56:46 -05:00
softwarefactory-project-zuul[bot]
3e5428131c
Merge pull request #6156 from AlanCoding/collection_install
...
Unify collection targets for install and ansible-test
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-04 19:10:47 +00:00
softwarefactory-project-zuul[bot]
d08f59272e
Merge pull request #6038 from gamuniz/honor_thy_precedence
...
fixed precedence on ansible.cfg
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-04 18:58:12 +00:00
softwarefactory-project-zuul[bot]
8b95d7be94
Merge pull request #6154 from keithjgrant/6107-column-alignment
...
fix column widths when action buttons hidden due to permissions
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-04 17:54:14 +00:00
softwarefactory-project-zuul[bot]
6c22ddf608
Merge pull request #5841 from AlexSCorey/5813-WorkflowJTForm
...
Adds WorkflowJobTemplate Add and Edit form and functionality.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-04 16:24:49 +00:00
Alex Corey
8227054d11
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
2020-03-04 10:36:30 -05:00
softwarefactory-project-zuul[bot]
73b33e1435
Merge pull request #6116 from AlanCoding/early_error
...
Fail on launch for scenario where job cannot run
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-04 15:19:22 +00:00
Jake McDermott
deaf2028ad
Request all types for multicred lookup
2020-03-04 09:08:46 -05:00
Jake McDermott
d812972d3c
Wrap credential help text at 110 chars
2020-03-04 09:08:01 -05:00
AlanCoding
54b553b78c
Simplify syntax for loop labels
2020-03-04 08:07:10 -05:00
AlanCoding
3e08bbeb93
Make wording on running less perscriptive and more general
2020-03-04 07:42:52 -05:00
AlanCoding
22524589e3
Employ the collection_package var in a few missing places
2020-03-03 22:19:38 -05:00
AlanCoding
85ec73bf4b
Unify collection targets for install and ansible-test
2020-03-03 20:19:41 -05:00
softwarefactory-project-zuul[bot]
ccd36b9560
Merge pull request #6155 from jakemcdermott/job-inventory-links
...
Fix job->inventory links
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-04 00:27:01 +00:00
softwarefactory-project-zuul[bot]
61755e2838
Merge pull request #6149 from jlmitch5/fixMultiSelectCred
...
update multi select credential logic vault credential logic, add notice, and update multicred tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 23:51:30 +00:00
Jake McDermott
be56a1d3df
Fix job->inventory links
2020-03-03 18:42:49 -05:00
softwarefactory-project-zuul[bot]
46c86ea6c0
Merge pull request #6144 from marshmalien/6049-inv-group-nested-hosts
...
Add Inventory Group Host list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 22:31:51 +00:00
softwarefactory-project-zuul[bot]
401c7c3da2
Merge pull request #6148 from ryanpetrello/fact-data-error
...
make fact saving code more robust to unexpected fact data
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 22:20:42 +00:00
Keith Grant
f1120d39db
fix column widths when action buttons hidden due to permissions
2020-03-03 14:19:49 -08:00
Michael Abashian
80617df22d
Merge branch 'devel' into 5813-WorkflowJTForm
2020-03-03 17:10:48 -05:00
Ryan Petrello
b5e5fea117
respect home directory symlinks for BASE_VENV_PATH
2020-03-03 16:47:38 -05:00
softwarefactory-project-zuul[bot]
e3ec63e8e5
Merge pull request #6147 from ryanpetrello/job-host-summary-notification
...
properly support job host summary data in custom notification templates (and remove a few fields that don't work)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 21:47:24 +00:00
Ryan Petrello
e232cd392c
make fact saving code more robust to unexpected fact data
...
see: https://github.com/ansible/awx/issues/5935
2020-03-03 16:38:33 -05:00
Daniel Sami
8301254f57
further tags
2020-03-03 16:03:16 -05:00
softwarefactory-project-zuul[bot]
9cdfc19215
Merge pull request #6146 from mabashian/upgrade-react-3-2
...
Upgrade react and react-dom to latest
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 20:59:58 +00:00
Daniel Sami
c50705a2dc
initial labels for host tests
2020-03-03 15:39:38 -05:00
softwarefactory-project-zuul[bot]
9f948e90d9
Merge pull request #6129 from squidboylan/collection_integration_tests
...
Add collection integration tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 20:23:22 +00:00
Ryan Petrello
e7f36eb2ea
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
2020-03-03 15:20:41 -05:00
John Mitchell
c261d6acf0
update multi select credential logic vault credential logic, add notice, and update multicred tests
2020-03-03 15:16:57 -05:00
Ryan Petrello
32ef805e23
properly support job host summary data in custom notification templates
...
see: https://github.com/ansible/tower/issues/4148
2020-03-03 15:00:41 -05:00
softwarefactory-project-zuul[bot]
d009ce49f5
Merge pull request #6145 from ryanpetrello/fix-grafana
...
fix broken grafana notifications
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 19:28:22 +00:00
Caleb Boylan
d14bf00f6c
Add collection integration test instructions to the README
2020-03-03 10:59:33 -08:00
softwarefactory-project-zuul[bot]
5dc4e30820
Merge pull request #6130 from mabashian/general-toggle-component
...
Refactors YamlJsonToggle component into a generic Toggle component
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 18:46:05 +00:00
Caleb Boylan
afbeacf499
Fix up the collection integration tests
2020-03-03 10:44:48 -08:00
Caleb Boylan
fc80cf5241
Replace randstr with password plugin in collection tests
2020-03-03 10:44:48 -08:00
Caleb Boylan
4a6db13daa
Copy collection integration tests in
2020-03-03 10:44:48 -08:00
mabashian
d5372dae36
Upgrade react and react-dom to latest
2020-03-03 13:07:50 -05:00
softwarefactory-project-zuul[bot]
0b702ede4e
Merge pull request #6133 from mabashian/upgrade-pf-deps-3-2
...
Updates our four patternfly deps to latest
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 18:04:59 +00:00
mabashian
3c7f596288
Change currentValue prop to simply value. Adds basic unit test coverage to MultiButtonToggle component.
2020-03-03 12:57:12 -05:00
Ryan Petrello
6207dad226
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
2020-03-03 12:44:28 -05:00
Marliana Lara
2b48e43946
Add Inventory Group Host list
2020-03-03 12:01:25 -05:00
Alex Corey
4709f57f46
Updates tests to a real error.
2020-03-03 11:57:36 -05:00
Alex Corey
b055aad641
Adds error handling test to add and edit form. Updates Form component
2020-03-03 11:57:36 -05:00
Alex Corey
acfa6d056f
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.
2020-03-03 11:57:36 -05:00
Alex Corey
51a069fcc4
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
2020-03-03 11:57:36 -05:00
Alex Corey
fc89b627d7
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.
2020-03-03 11:57:36 -05:00
Alex Corey
e90ee5113d
Adds subform restore functionality and addresses PR issues
2020-03-03 11:57:36 -05:00
Alex Corey
4ccca08cda
Adds page section to fix render issue
2020-03-03 11:57:36 -05:00
Alex Corey
b757fdebf8
Fixes contentLoading issue in PR and enables Launch on JT List
2020-03-03 11:57:36 -05:00
Alex Corey
3ee6f1f3c7
Alpha order
2020-03-03 11:57:36 -05:00
Alex Corey
d4ba32d0c5
Adds Webhook form fields and tooltip to VariablesField component
2020-03-03 11:57:36 -05:00
Alex Corey
d97f516c3a
Fields work and forms save
2020-03-03 11:57:36 -05:00
Alex Corey
52a8935b20
Adds WorkflowJobTemplate Add and Edit form and functionality.
2020-03-03 11:57:36 -05:00
Rebeccah
07752f48f6
formatted finished time to match microsecond expected output as is in the API.
2020-03-03 11:05:28 -05:00
mabashian
10b5a10728
Jobs that error should trigger us to to update the Recent Jobs list along with successful/failed/canceled
2020-03-03 11:05:28 -05:00
Rebeccah
e11ff69f3e
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.
2020-03-03 11:05:28 -05:00
mabashian
d3fa34c665
Remove tooltip update when job finishes. This will be handled later down the line by buildTooltips().
2020-03-03 11:05:28 -05:00
mabashian
48a615231b
Fix jshint errors
2020-03-03 11:05:28 -05:00
mabashian
b09ac71647
Trims down GET requests made on the dashboard in response to websocket messages
2020-03-03 11:05:28 -05:00
mabashian
d5dd3c521f
Consume finished timestamp on org templates list when available via websocket message
2020-03-03 11:05:28 -05:00
mabashian
db43341f96
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.
2020-03-03 11:05:28 -05:00
mabashian
3234f246db
Consume finished timestamp from websocket message when it's available to update the relevant row in the templates list.
2020-03-03 11:05:28 -05:00
Rebeccah
6d6d99bcf8
fixed the spelling of cancelled to be canceled, note to us later -> we need to stick with a single spelling of the word
2020-03-03 11:05:28 -05:00
mabashian
a6cd32522f
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.
2020-03-03 11:05:28 -05:00
Rebeccah
1fe28463da
added finished job timestamp to websocket emit
2020-03-03 11:05:28 -05:00
mabashian
51a6194b8d
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.
2020-03-03 11:05:28 -05:00
mabashian
e75f7b0beb
Stop making rest calls for inventory source sync updates on inventory sources list
2020-03-03 11:05:28 -05:00
mabashian
179c62e2f3
Stop making rest calls for project sync updates on projects list
2020-03-03 11:05:28 -05:00
Rebeccah
98f5525d28
added unified job template ID to websocket emits
2020-03-03 11:05:28 -05:00
mabashian
60a137225a
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).
2020-03-03 11:05:28 -05:00
softwarefactory-project-zuul[bot]
c1bfcd73fb
Merge pull request #5972 from jainnikhil30/fix_smartinv_duplicate_hosts
...
fix smart inventory duplicate hosts
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 16:03:13 +00:00
mabashian
322b4ee1e4
Updates our four patternfly deps to latest
2020-03-02 13:43:15 -05:00
softwarefactory-project-zuul[bot]
98dc6179f5
Merge pull request #5919 from AlanCoding/good_projects
...
Fail early processing project factory
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-02 18:41:47 +00:00
AlanCoding
07807c2dec
Fail on launch for scenario where job cannot run
2020-03-02 13:14:03 -05:00
softwarefactory-project-zuul[bot]
16ecf17c69
Merge pull request #6115 from jlmitch5/scheduleListInDetailViews
...
add schedule list to detail views
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-02 16:31:03 +00:00
mabashian
1f0acef844
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.
2020-03-02 11:22:18 -05:00
softwarefactory-project-zuul[bot]
5a164cae15
Merge pull request #6093 from ryanpetrello/remove-beat-thread
...
switch the periodic scheduler to a background process (instead of a thread) to avoid a cpython bug
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-02 15:46:27 +00:00
John Mitchell
b57405b696
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
2020-03-02 10:00:27 -05:00
John Mitchell
5fdf6cf60f
simplify conditional checking if schedules tab should be shown on proj detail
2020-03-02 09:35:34 -05:00
John Mitchell
c1c382a941
update ScheduleList api read to single prop
2020-03-02 09:22:32 -05:00
mabashian
a997b40852
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.
2020-02-28 17:25:31 -05:00
softwarefactory-project-zuul[bot]
99cd2e601d
Merge pull request #6127 from benthomasson/bump_config_json
...
Bumps the version of config.json to 1.1
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-28 21:09:48 +00:00
Ben Thomasson
fc402aff29
Bumps the version of config.json to 1.1
2020-02-28 15:28:31 -05:00
softwarefactory-project-zuul[bot]
2ec035f918
Merge pull request #6124 from ryanpetrello/awx-login-token-description
...
cli: add the ability to specify a token description w/ `awx login`
Reviewed-by: Jeff Bradberry
https://github.com/jbradberry
2020-02-28 20:02:19 +00:00
softwarefactory-project-zuul[bot]
fe046b47b5
Merge pull request #6110 from keithjgrant/qs-empty-strings
...
Remove "Manual" option from search filters
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-28 17:19:30 +00:00
Ryan Petrello
3e0e4b6c8f
cli: add the ability to specify a token description w/ awx login
...
see: https://github.com/ansible/awx/issues/6122
2020-02-28 11:12:26 -05:00
softwarefactory-project-zuul[bot]
7fe57268f6
Merge pull request #6121 from rooftopcellist/add_total_instances
...
Add total licensed instances to analytics
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-28 13:56:19 +00:00
Nikhil Jain
9eecb24c32
fix smart inventory duplicate hosts
2020-02-28 09:46:44 +05:30
softwarefactory-project-zuul[bot]
a8a45fca84
Merge pull request #6117 from keithjgrant/6095-redirect-after-host-delete
...
Fix redirect after host delete
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-28 00:45:05 +00:00
softwarefactory-project-zuul[bot]
33df6f8ad2
Merge pull request #6109 from marshmalien/inventory-host-toggle
...
Use HostToggle component in InventoryHostList
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-27 23:53:50 +00:00
softwarefactory-project-zuul[bot]
44223003aa
Merge pull request #6112 from AlanCoding/the_canceled_dead
...
Cancel jobs if they were deleted in the database
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-27 22:17:16 +00:00
Keith Grant
a60e7a7855
fix redirect url after host delete
2020-02-27 13:39:56 -08:00
softwarefactory-project-zuul[bot]
e971ec993b
Merge pull request #6114 from squidboylan/fix_collection
...
Fix job_list all_pages next value
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-27 20:58:43 +00:00
John Mitchell
989ef3538e
add test for conditional show/hide of schedules tab for project detail view
2020-02-27 15:20:50 -05:00
John Mitchell
4db3e823bf
add schedule list to proj, jt and wfjt
2020-02-27 15:05:46 -05:00
Caleb Boylan
c374316648
Collection: Fix job_list all_pages next value
2020-02-27 11:42:33 -08:00
AlanCoding
5dba49a7bc
Lower level of log about skipped project update
2020-02-27 14:20:36 -05:00
AlanCoding
7b880c6552
Cancel jobs if they were deleted in the database
2020-02-27 14:12:47 -05:00
Keith Grant
5574cf0595
remove Manual option from project, inventory filters
2020-02-27 11:01:36 -08:00
John Mitchell
e706e0a2e2
update directory structure of schedule list files
2020-02-27 12:37:37 -05:00
Ryan Petrello
5364e78397
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.
2020-02-27 12:15:15 -05:00
Christian Adams
f93ca814ac
Add total licensed instances to analytics
2020-02-27 10:42:25 -05:00
Marliana Lara
3bf1ad3028
Move HostToggle into shared components directory
2020-02-27 09:56:21 -05:00
softwarefactory-project-zuul[bot]
e096ad18cb
Merge pull request #6001 from mabashian/4967-jt-prompt-on-launch
...
Adds prompt on launch support to the rest of the relevant jt fields
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-27 09:13:29 +00:00
softwarefactory-project-zuul[bot]
5ca73f1101
Merge pull request #6058 from marshmalien/5890-jt-completed-jobs-list
...
Add Completed Job list tab to multiple resources
Reviewed-by: Alex Corey <Alex.swansboro@gmail.com >
https://github.com/AlexSCorey
2020-02-27 09:13:22 +00:00
Keith Grant
7e8fb29658
update qs utils to allow empty string params
2020-02-26 16:38:52 -08:00
softwarefactory-project-zuul[bot]
258689a9ed
Merge pull request #6090 from marshmalien/6085-hostListItem-remove-duplicates
...
HostListItem - Remove duplicate action items
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 22:39:43 +00:00
mabashian
e80e3f7410
Reapply prompt on launch for job template fields after rebasing.
2020-02-26 16:59:45 -05:00
softwarefactory-project-zuul[bot]
154b9c36ac
Merge pull request #5747 from john-westcott-iv/collections
...
Porting Collections Off of Tower CLI
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 20:35:00 +00:00
Marliana Lara
deced917cf
Refactor HostListItem into functional component and add test for host toggle
2020-02-26 15:27:19 -05:00
softwarefactory-project-zuul[bot]
88b7256e96
Merge pull request #6087 from jakemcdermott/fix-6054
...
Fix several ui_next bugs related to unexpected data types
Reviewed-by: Jake McDermott <yo@jakemcdermott.me >
https://github.com/jakemcdermott
2020-02-26 20:21:06 +00:00
Marliana Lara
033848a605
Refactor Hosts into functional component
2020-02-26 15:10:17 -05:00
mabashian
0e663921d6
Removes rogue comment and marks JT inventory validation string for translation.
2020-02-26 14:47:28 -05:00
mabashian
0582079606
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.
2020-02-26 14:47:28 -05:00
Jake McDermott
6536f5a453
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.
2020-02-26 14:22:58 -05:00
AlanCoding
c5079607aa
Fail early processing project factory
2020-02-26 14:21:38 -05:00
softwarefactory-project-zuul[bot]
26dcb000f6
Merge pull request #6081 from ryanpetrello/launch-monitor-rc
...
cli: make launch with --monitor return code respect the final job status
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 19:18:10 +00:00
softwarefactory-project-zuul[bot]
8ba4f728c0
Merge pull request #6083 from dsesami/fix-wf-title-id
...
Fixed workflow viz title ID
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 19:08:29 +00:00
softwarefactory-project-zuul[bot]
ee090d34fa
Merge pull request #6071 from ryanpetrello/task-manager-hang-detection
...
add code for detecting (and killing) a hung task manager task
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 19:05:36 +00:00
Jake McDermott
bd30951a4f
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.
2020-02-26 13:22:22 -05:00
Jake McDermott
43cce83ba1
Handle api error 'detail' key as generic form error
2020-02-26 12:44:20 -05:00
Ryan Petrello
946d643795
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
2020-02-26 12:27:06 -05:00
Daniel Sami
1a6ea99d37
fixed workflow viz title id
...
prettier fix
2020-02-26 11:50:36 -05:00
gamuniz
350046d495
changed syntax as insert isn't required
2020-02-26 14:28:22 +00:00
beeankha
b532012748
Make non-required params actually optional, fix idempotency issues
2020-02-26 09:26:55 -05:00
beeankha
1c4042340c
Update documentation for modules, add deprecation warning for role, send and receive modules
...
Update variables in tower_inventory to be in dict format
2020-02-26 09:27:02 -05:00
beeankha
787c4af222
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
2020-02-26 09:26:58 -05:00
Alan Rominger
768280c9ba
[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
2020-02-26 09:26:55 -05:00
Alan Rominger
2e4e687d69
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
2020-02-26 09:26:22 -05:00
John Westcott IV
d8513a4e86
Making variables work for hosts
...
Clear up sanity test and remove redundant import statement
2020-02-26 09:15:04 -05:00
John Westcott IV
badd667efa
Removing manual and file source types and correcting default for custom_virtualenv
2020-02-26 09:15:04 -05:00
John Westcott IV
7908f25747
Remove reference to default check mode
2020-02-26 09:15:04 -05:00
John Westcott IV
0eef67713f
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
2020-02-26 09:15:04 -05:00
John Westcott IV
6591efc160
Fixed issue that caused warning message to always display
...
Because scm_update_cache_timeout has a default and thus will always be != None
2020-02-26 09:15:04 -05:00
beeankha
fcc679489e
Update inventory_source module source_script parameter to be optional
...
Unitied comment
Fix up inventory_source example, misc comment edits
2020-02-26 09:15:04 -05:00
Caleb Boylan
94df58a55b
Fix strtobool casting
2020-02-26 09:15:04 -05:00
John Westcott IV
0685b2fa35
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
2020-02-26 09:15:04 -05:00
beeankha
232ea1e50c
Properly cast verify_ssl type to a bool
2020-02-26 09:15:04 -05:00
beeankha
3423db6ed0
Attempt to make validate_certs work in Python2
2020-02-26 09:15:04 -05:00
beeankha
c32452d6b6
Fix Python2 config incompatibility issue
2020-02-26 09:15:04 -05:00
John Westcott IV
018dd4c1c3
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
2020-02-26 09:15:04 -05:00
John Westcott IV
4fc2c58ae7
Converted tower_job_cancel
2020-02-26 09:15:04 -05:00
John Westcott IV
b4014ebabf
Converted tower_job_launch.py
2020-02-26 09:15:04 -05:00
John Westcott IV
9955ee6548
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.
2020-02-26 09:15:04 -05:00
John Westcott IV
c08d402e66
Adding mutually exclusive if functionality to support tower_inventory_source
2020-02-26 09:15:04 -05:00
John Westcott IV
1c505beba6
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
2020-02-26 09:15:04 -05:00
beeankha
8a0432efb7
Change config file loading function, add py2 and py3 compatibility
2020-02-26 09:14:01 -05:00
beeankha
320276f8ca
Remove JSONDecodeError exception, fix tower_host variable issue
2020-02-26 09:14:01 -05:00
John Westcott IV
f89061da41
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
2020-02-26 09:14:01 -05:00
John Westcott IV
c23d605a7a
Modified modules to use new tower_api format
...
Fixed variable name typo
2020-02-26 09:14:01 -05:00
John Westcott IV
6d90cac3f9
Bug fixes for username and delete data
2020-02-26 09:14:01 -05:00
John Westcott IV
89e92bd337
Updating call to create_or_update_if_needed
2020-02-26 09:14:00 -05:00
John Westcott IV
9271127c53
Standardizing CRUD methods
...
Fixing linting and conversion issues
2020-02-26 09:14:00 -05:00
beeankha
9fa5942791
Fix superclass syntax for < Python3
2020-02-26 09:14:00 -05:00
John Westcott IV
e028ed878e
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
2020-02-26 09:14:00 -05:00
John Westcott IV
838b2b7d1e
Converted tower_project
2020-02-26 09:14:00 -05:00
beeankha
7c0ad461a5
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
2020-02-26 09:14:00 -05:00
John Westcott IV
68926dad27
Adding team_fields
...
Convert job_list and inventory modules, other changes to make sanity tests pass
2020-02-26 09:14:00 -05:00
John Westcott IV
ceb6f6c47d
Converted tower_settings
...
Changed comments
2020-02-26 09:14:00 -05:00
John Westcott IV
167e99fce9
Converted tower_user
2020-02-26 09:14:00 -05:00
John Westcott IV
c930011616
Removing default_check_mode
2020-02-26 09:14:00 -05:00
John Westcott IV
aaaca63f83
Converted tower_organization
2020-02-26 09:14:00 -05:00
John Westcott IV
d8a9f663b1
Converted tower_credential_type.py
2020-02-26 09:14:00 -05:00
John Westcott IV
b0d0ccf44f
Fix fail_json and remove redundant handle check mode
2020-02-26 09:14:00 -05:00
John Westcott IV
c57754a29b
Logout is now handled by exit_json
2020-02-26 09:14:00 -05:00
John Westcott IV
65057c1fb7
Auto-handle check_mode on post, patch, delete and update_if_needed methods
2020-02-26 09:14:00 -05:00
John Westcott IV
d8be6490c2
Only warn if we can't release a tower token
2020-02-26 09:14:00 -05:00
John Westcott IV
b34208d1b6
Attempting to fix logout loop
2020-02-26 09:14:00 -05:00
John Westcott IV
0d5a9e9c8c
Initial implementation of Pull #5337
2020-02-26 09:14:00 -05:00
softwarefactory-project-zuul[bot]
22d4e60028
Merge pull request #6080 from ryanpetrello/django-upgrade
...
update Django to address a few open CVEs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 14:09:12 +00:00
Ryan Petrello
eaa766df77
update Django to address a few open CVEs
...
https://github.com/advisories/GHSA-hmr4-m2h5-33qx
https://github.com/advisories/GHSA-vfq6-hq5r-27r6
2020-02-26 08:18:14 -05:00
softwarefactory-project-zuul[bot]
7e5776c66f
Merge pull request #6077 from Spredzy/fix_linting
...
awx-api-lint: Fix setup.cfg syntax for linter test
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 13:10:21 +00:00
Ryan Petrello
8b1806d4ca
add code for detecting (and killing) a hung task manager task
2020-02-26 07:53:04 -05:00
Yanis Guenane
07232f3694
awx-api-lint: Fix setup.cfg syntax for linter test
...
Signed-off-by: Yanis Guenane <yguenane@redhat.com >
2020-02-26 11:07:46 +01:00
Marliana Lara
37a33f931a
Add completed jobs subtab to all resources
...
* Resources include: Host, InventoryHost, Inventory, SmartInventory, Template, and
WFTemplate
* Move JobList into top-level shared component directory
2020-02-25 21:50:31 -05:00
softwarefactory-project-zuul[bot]
4912cbd2da
Merge pull request #6046 from rooftopcellist/update_translations_awx
...
add translations from memsource
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-25 23:19:07 +00:00
softwarefactory-project-zuul[bot]
4c40819791
Merge pull request #5965 from benthomasson/improve_awx_kit_error_message
...
Works around bad error message when authentication fails
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-25 23:16:58 +00:00
softwarefactory-project-zuul[bot]
a65fd497c6
Merge pull request #6060 from wenottingham/todo-or-todont
...
Remove the rax support specified in the linked TODO
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-25 23:11:23 +00:00
softwarefactory-project-zuul[bot]
d824209485
Merge pull request #6063 from philipsd6/setuid-brwap-dev
...
Set setuid bit on bwrap in development Dockerfile
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-25 21:07:44 +00:00
Philip Douglass
7ae1c7c3d2
Set setuid bit on bwrap in development Dockerfile
...
Related: #5224
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com >
2020-02-25 15:20:01 -05:00
Bill Nottingham
341c6ae767
Also remove some dangling rax from awxkit and collection modules.
2020-02-25 15:18:26 -05:00
softwarefactory-project-zuul[bot]
e6a94ed0cf
Merge pull request #6053 from marshmalien/5866-left-align-modal-buttons
...
Left align modal buttons
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-25 20:13:07 +00:00
Bill Nottingham
3e6b6c05a6
Remove the rax support specified in the linked TODO
2020-02-25 15:03:05 -05:00
Ryan Petrello
544d4cd3b0
add translations from memsource
2020-02-25 12:24:24 -05:00
softwarefactory-project-zuul[bot]
e0df2f511e
Merge pull request #5536 from jbradberry/null-options
...
Adjust the logic that renders fields with choices on an API Options call
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-25 16:47:02 +00:00
Marliana Lara
255fd0a9cb
Align modal buttons to the left
2020-02-25 10:12:58 -05:00
softwarefactory-project-zuul[bot]
f31adf8a85
Merge pull request #6015 from AlexSCorey/5777-JTTabOnProjectsAndTemplateListRefactor
...
Fixes navigation bug
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-25 14:48:36 +00:00
softwarefactory-project-zuul[bot]
a2b169626a
Merge pull request #6035 from keithjgrant/lists-to-hooks
...
Refactor remaining lists to hooks
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-25 14:05:28 +00:00
Keith Grant
6ffc78bcb0
add missing i18n; fix test names
2020-02-24 14:09:56 -08:00
Keith Grant
8e9fc550f6
convert InventoryList to hooks
2020-02-24 14:09:55 -08:00
Keith Grant
779d190855
convert ProjectList to hooks
2020-02-24 14:09:28 -08:00
Keith Grant
89a4b03d45
convert TeamList to hooks
2020-02-24 14:08:51 -08:00
softwarefactory-project-zuul[bot]
ccd4cdd71a
Merge pull request #6044 from fosterseth/fix-4418-failing_successful_updates
...
Do not fail a successful project update if inventory update fails
Reviewed-by: Seth Foster
https://github.com/fosterseth
2020-02-24 18:12:52 +00:00
Seth Foster
31dbf38a35
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.
2020-02-24 11:35:57 -05:00
Jeff Bradberry
d0bec97bbb
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
2020-02-24 10:17:38 -05:00
softwarefactory-project-zuul[bot]
22307bba97
Merge pull request #6026 from marshmalien/5866-remove-custom-tabs-buttons
...
Remove action button and tab style overrides
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-24 15:17:35 +00:00
softwarefactory-project-zuul[bot]
b4f5d44f65
Merge pull request #6040 from ryanpetrello/i18n-cancel-license
...
translate a missing string in the license UI
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-24 15:02:34 +00:00
softwarefactory-project-zuul[bot]
d469870686
Merge pull request #5937 from mabashian/5857-all-schedules
...
Adds the All Schedules list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-24 14:40:06 +00:00
Alex Corey
f561bf5754
prettier
2020-02-24 09:19:02 -05:00
Ryan Petrello
2e3547d5cf
translate a missing string in the license UI
...
see: https://github.com/ansible/tower/issues/3949
2020-02-24 09:00:07 -05:00
Alex Corey
ce8897d3e8
Fixes naviation bug by create ProjectTemplateList and ProjectTemplateListItem
...
Adds tests for those new files and removes uncessary test from TemplateListItem
2020-02-23 11:16:44 -05:00
Alex Corey
df77147d65
WIP
2020-02-23 10:23:43 -05:00
Alex Corey
9b11df04b3
Fixes navigation bug
2020-02-23 10:23:43 -05:00
root
58c06d5aea
fixed precedence on ansible.cfg
2020-02-23 14:58:47 +00:00
softwarefactory-project-zuul[bot]
1d3bb97b07
Merge pull request #6018 from wenottingham/your-workflow-is-running--you-should-catch-it
...
Tweak labels for workflow pending approval message
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-22 12:57:07 +00:00
softwarefactory-project-zuul[bot]
ba3253e2e2
Merge pull request #6033 from AlanCoding/job_batch
...
Make job batch size configurable, fix _by fields
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-21 21:22:58 +00:00
mabashian
e6f0c01aa6
Schedule list now uses useRequest hooks for fetching and deleting. Also rolled a component for schedule toggles that can be used throughout the tree.
2020-02-21 16:14:22 -05:00
Marliana Lara
9310d59e0a
Use PF color variables in HostStatus bar
2020-02-21 15:33:13 -05:00
Marliana Lara
f2e1e71302
Remove tab and button style overrides
2020-02-21 15:33:11 -05:00
mabashian
e6e31a9fc6
Updates after removing PF overrides to list components.
2020-02-21 15:30:09 -05:00
mabashian
801aaf9323
Adds the All Schedules list
2020-02-21 15:30:09 -05:00
softwarefactory-project-zuul[bot]
2a8679234a
Merge pull request #6014 from keithjgrant/host-list-hooks
...
Host list hooks
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-21 20:28:41 +00:00
softwarefactory-project-zuul[bot]
54ab671512
Merge pull request #5933 from jlmitch5/credForm
...
Update form layout, Formik Field use to useField, and add credential form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-21 20:05:31 +00:00
AlanCoding
866dd6b259
Make job batch size configurable, fix _by fields
2020-02-21 14:49:45 -05:00
Keith Grant
eba893c99b
syntax fix after merge
2020-02-21 11:05:59 -08:00
John Mitchell
fd3f410cc6
fix conflict
2020-02-21 13:43:09 -05:00
Keith Grant
03aaf93cef
update HostList tests for hooks
2020-02-21 10:36:17 -08:00
Keith Grant
9aef57003a
use HostToggle in HostDetail; update tests
2020-02-21 10:36:17 -08:00
Keith Grant
6065eb0e65
Convert HostList to hooks
...
use useRequest and useDeleteItems
add HostToggle component
2020-02-21 10:31:49 -08:00
softwarefactory-project-zuul[bot]
7e4634c81f
Merge pull request #6027 from AlanCoding/jt_shakeup
...
Randomize JT for each job batch
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-21 17:32:55 +00:00
softwarefactory-project-zuul[bot]
a03d73776f
Merge pull request #6016 from AlanCoding/collection_metadata_update
...
Update metadata for the AWX collection
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-21 17:16:58 +00:00
John Mitchell
f14eb4327d
remove unnecessary imports
2020-02-21 10:50:13 -05:00
John Mitchell
4ebd721cc5
remove card padding overrides to project add form
2020-02-21 10:50:13 -05:00
John Mitchell
21a92176b9
Update NodeTypeStep form to new FormLayout components
2020-02-21 10:50:13 -05:00
John Mitchell
ad04b02e24
update project edit test to make sure there is a local_path value set
2020-02-21 10:50:13 -05:00
John Mitchell
bc0511fe66
fix user form non submission error
2020-02-21 10:50:13 -05:00
John Mitchell
1accb9f939
fix warnings by correctly clearing out cred input values
2020-02-21 10:50:13 -05:00
John Mitchell
9253f16e36
update prettyier
2020-02-21 10:50:13 -05:00
John Mitchell
42387166bf
update encrypted value display on detail and form views
2020-02-21 10:50:13 -05:00
John Mitchell
0b5f892193
update FormLayout styling
2020-02-21 10:50:13 -05:00
John Mitchell
1a0d36a6fd
migrate FormFullWidthLayout from var field to calling forms
2020-02-21 10:50:13 -05:00
John Mitchell
cf3ed0dc88
update prettyier
2020-02-21 10:50:13 -05:00
John Mitchell
8d26d7861e
add credential form and add edit routes
2020-02-21 10:50:13 -05:00
John Mitchell
8e0ad2ef6e
add cred access tab and update credentials routing
2020-02-21 10:50:13 -05:00
John Mitchell
0aba4c36af
move FormField label proptype check to FormField component
2020-02-21 10:50:13 -05:00
John Mitchell
44cd199078
add text area option to FormField component
2020-02-21 10:50:13 -05:00
John Mitchell
ce909093c0
update expanding container to trigger height check when any child changes
2020-02-21 10:50:13 -05:00
John Mitchell
df13a8fea9
update forms from FormRow to using FormLayout components
2020-02-21 10:50:13 -05:00
John Mitchell
ff823c9fdb
update forms to useField fomik hook
2020-02-21 10:49:19 -05:00
softwarefactory-project-zuul[bot]
a42ff9865b
Merge pull request #6022 from wenottingham/get-a-handle
...
Tweak workflow error message for clarity
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-21 15:37:57 +00:00
softwarefactory-project-zuul[bot]
7e13f78567
Merge pull request #6017 from ansible/no-screen-screen-imports2
...
Add section for patterns
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-21 15:21:49 +00:00
Bill Nottingham
e2fb83db98
Tweak workflow error message
2020-02-21 02:37:03 -05:00
AlanCoding
06eb1b6683
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
2020-02-20 22:49:11 -05:00
AlanCoding
d62994ec02
Update metadata for the AWX collection
2020-02-20 22:36:55 -05:00
Bill Nottingham
f20859c85f
Tweak labels for workflow pending approval message
2020-02-20 22:19:34 -05:00
softwarefactory-project-zuul[bot]
b5b8adb451
Merge pull request #6025 from rooftopcellist/update_translations
...
UI translation strings for AWX
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-20 23:23:18 +00:00
softwarefactory-project-zuul[bot]
70b287490b
Merge pull request #5982 from marshmalien/5866-remove-datalist-alert-modal
...
Remove DataList component overrides
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-20 23:17:05 +00:00
Christian Adams
0976e9e569
UI translation strings for AWX
2020-02-20 17:33:35 -05:00
Jake McDermott
83a96757db
Add section for patterns
2020-02-20 15:57:08 -05:00
Marliana Lara
9013dcfea7
Move status icon into separate directory
...
* Remove ButtonGroup export
2020-02-20 15:29:47 -05:00
Marliana Lara
4ebc2573a3
Remove DataList component overrides
2020-02-20 15:21:34 -05:00
Marliana Lara
fe9b03a189
Move ButtonGroup into CodeMirrorInput directory
2020-02-20 15:19:10 -05:00
Marliana Lara
d2f6c367f0
Remove alert modal styles
2020-02-20 15:19:08 -05:00
Marliana Lara
34b717d00c
Remove vertical separator
2020-02-20 15:16:14 -05:00
softwarefactory-project-zuul[bot]
0d31b05f98
Merge pull request #6012 from mabashian/workflow-action-ids-2
...
Expose id's on workflow action items
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-20 19:28:07 +00:00
softwarefactory-project-zuul[bot]
87a0e40331
Merge pull request #5938 from keithjgrant/4239-pagination-on-delete-followup
...
Pagination on delete (followup)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-20 19:28:02 +00:00
mabashian
764c0b2e15
Fix unit test failures where we were using workflow action toooltip item id's
2020-02-20 12:57:38 -05:00
mabashian
23677b4963
Explicitly pass id through to the action item
2020-02-20 10:38:01 -05:00
mabashian
96d9d41f19
Expose id's on workflow action items
2020-02-20 10:24:37 -05:00
softwarefactory-project-zuul[bot]
a737f35653
Merge pull request #6007 from donomur/sa-annotations
...
Add functionality for kubernetes Service Account annotations
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-20 13:56:05 +00:00
Donovan Murphy
ed8133be2d
add Service Account annotation
...
Signed-off-by: Donovan Murphy <dono@dono.email >
2020-02-19 20:29:42 -06:00
softwarefactory-project-zuul[bot]
7c8c6b5333
Merge pull request #6003 from ryanpetrello/more-firehoseyness
...
scope counter/start/end line updates to the current job for firehose.py
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-19 21:58:35 +00:00
Ryan Petrello
46fceb03a5
scope counter/start/end line updates to the current job for firehose.py
2020-02-19 16:15:33 -05:00
softwarefactory-project-zuul[bot]
4dee5eddeb
Merge pull request #5989 from egmar/support-for-imagePullSecrets
...
Added support for K8S imagePullSecrets
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-19 19:45:12 +00:00
softwarefactory-project-zuul[bot]
709482bdac
Merge pull request #5980 from shanemcd/downstream_oc_changes
...
properly configure AWX loggers for openshift installs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-19 19:35:12 +00:00
softwarefactory-project-zuul[bot]
62ef1baace
Merge pull request #5927 from AlanCoding/null_inventory
...
Handle case of deleted inventory
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-19 19:30:07 +00:00
softwarefactory-project-zuul[bot]
1fc3d2e914
Merge pull request #5986 from donomur/fix-indent-5949
...
Fixing kubernetes deployment indentation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-19 19:12:26 +00:00
softwarefactory-project-zuul[bot]
d271a8c9fa
Merge pull request #5978 from ryanpetrello/firehose-start-end-fix
...
fix start/end line incrementing behavior
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-19 18:54:41 +00:00
Shane McDonald
3bd7b3b0f8
Merge pull request #5999 from wenottingham/reinventing-the-whl
...
Remove requirements_setup_requires and related handling.
2020-02-19 12:11:31 -05:00
softwarefactory-project-zuul[bot]
8075cda34c
Merge pull request #5932 from nixocio/add_test_awxkit
...
Add test method to Credential and CredentialType - awxkit
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-19 16:22:56 +00:00
softwarefactory-project-zuul[bot]
09d6da117a
Merge pull request #5979 from AlexSCorey/5814-WFJTDetailsView
...
Adds WFJT Details view
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-19 16:22:51 +00:00
Alex Corey
8f6b679c85
Fixes navigation issue and address ps issues.
2020-02-19 09:40:40 -05:00
Alex Corey
32e017bd03
Adds WFJT Details view
...
Adds Launch Functinality for WFJT.
2020-02-19 09:36:21 -05:00
Egor Margineanu
74a31224e0
Moved imagePullSecrets into ServiceAccount definition
2020-02-19 10:45:07 +02:00
Egor Margineanu
667b27fe78
Added support for K8S imagePullSecrets
2020-02-19 10:11:34 +02:00
Bill Nottingham
4c8a4013cc
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.
2020-02-18 22:34:59 -05:00
Donovan Murphy
5e4d73b6a3
fix indent
2020-02-18 20:27:57 -06:00
nixocio
da486d7788
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
2020-02-18 14:44:16 -05:00
Keith Grant
30d97e2fa8
delete commented code
2020-02-18 10:10:18 -08:00
Ryan Petrello
3a95114c3a
properly configure AWX loggers for openshift installs
...
see: https://github.com/ansible/tower/issues/3793
2020-02-18 12:50:46 -05:00
Keith Grant
1f3ad85403
de-lint
2020-02-18 09:25:15 -08:00
Ryan Petrello
90cb02e0bf
fix start/end line incrementing behavior
2020-02-18 11:31:05 -05:00
softwarefactory-project-zuul[bot]
6e2bd828a1
Merge pull request #5973 from ryanpetrello/job-firehose
...
add the ability to load lots of jobs with firehose.py
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-18 16:30:12 +00:00
softwarefactory-project-zuul[bot]
fbbf5046ac
Merge pull request #5949 from jdorel/patch-2
...
Add openshift label `app`
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-18 16:22:09 +00:00
softwarefactory-project-zuul[bot]
47abb6f85f
Merge pull request #5975 from shanemcd/sans-virtualenv
...
Fix downstream builds
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-18 16:03:52 +00:00
Ryan Petrello
717698b659
properly inherit JT fields when creating many jobs with firehose.py
2020-02-18 10:34:51 -05:00
Shane McDonald
6a29a0898a
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'
2020-02-18 09:32:24 -05:00
Shane McDonald
1833872be9
Drop virtualenv from requirements_setup_requires.txt
2020-02-18 09:17:53 -05:00
Ryan Petrello
4d06c812e6
add the ability to load lots of jobs with firehose.py
...
$ awx-python tools/scripts/firehose.py --jobs 5000000 --events 100000000
2020-02-18 08:55:06 -05:00
Keith Grant
3b71d2a37b
convert JobList to function comp w/ hooks
2020-02-17 16:11:48 -08:00
Ben Thomasson
0c0cacb0d6
Works around bad error message when authentication fails
...
related #5964
2020-02-17 15:59:05 -05:00
softwarefactory-project-zuul[bot]
f57fff732e
Merge pull request #5712 from mabashian/ui-next-workflows-4
...
UI Next workflow graph edit/results
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-17 19:03:21 +00:00
Keith Grant
54ddeaf046
Flush out useDeleteItems hook
...
refactor TemplateList to use useRequest, useDeleteItems hooks
refactor CredentialList and OrganizationList to use useDeleteItems hook
2020-02-17 10:56:50 -08:00
Keith Grant
69a1a02c70
build useDeleteItems hook
2020-02-17 10:56:50 -08:00
Keith Grant
c824f0d590
create updateUrlAfterDelete util
2020-02-17 10:56:50 -08:00
Keith Grant
c336c989e7
convert CredentialList to useRequest
2020-02-17 10:56:50 -08:00
mabashian
f6523ab5a0
Adds id's to the node name and the node type letter
2020-02-17 12:41:24 -05:00
mabashian
47c783da37
Remove Workflow Visualizer text from visualizer toolbar
2020-02-17 12:41:24 -05:00
mabashian
74afc7b424
Run prettier to fix failures
2020-02-17 12:41:24 -05:00
John Hill
4ac5a1e15a
Add IDs for nodes badge and template name
2020-02-17 12:41:24 -05:00
mabashian
48eeeea7f3
Disable tools/legend buttons when the workflow has no nodes and is displaying the start screen.
2020-02-17 12:41:24 -05:00
mabashian
aa6857fd38
Hide message stating that the resource has been deleted if the output node is an approval node
2020-02-17 12:41:24 -05:00
mabashian
25fe2a2ce6
Adds tests for the node type step components in the node modal
2020-02-17 12:41:24 -05:00
mabashian
3d1e3741cd
Run prettier
2020-02-17 12:41:24 -05:00
mabashian
2ef57e0221
Adds id to workflow visualizer start screen button
2020-02-17 12:41:24 -05:00
mabashian
bc08c02b89
Adds ID's to toolbar(s) and action buttons within visualizer/output toolbars.
2020-02-17 12:41:24 -05:00
mabashian
50c74a2ec8
Adds test coverage for node modal components
2020-02-17 12:41:24 -05:00
mabashian
887469d73e
Adds test for link add/edit/delete modals
2020-02-17 12:41:23 -05:00
mabashian
f9debb8f94
Adds tests for delete all nodes and unsaved changes modals
2020-02-17 12:41:23 -05:00
mabashian
b3929d1177
Remove HorizontalSeparator component. Patternfly now has a Divider component that we can use if we need something like this.
2020-02-17 12:41:23 -05:00
mabashian
e3cfdb74ba
Adds basic unit test coverage to visualizer components (not including modals).
2020-02-17 12:41:23 -05:00
mabashian
1d0e752989
Adds unit test coverage for workflow reducer
2020-02-17 12:41:23 -05:00
mabashian
05a3bb0622
Removes unnecessary 'type' field on nodes and links
2020-02-17 12:41:23 -05:00
mabashian
bc7fd26af6
Fixes bug where navigating from one output route to another was breaking
2020-02-17 12:41:23 -05:00
mabashian
048d4dbd95
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.
2020-02-17 12:41:23 -05:00
mabashian
c70e5357d3
Mark min/sec labels for translation
2020-02-17 12:41:23 -05:00
mabashian
7576ba2ade
Swap history.push for history.replace to alleviate console warning dealing with pushing to the same path.
2020-02-17 12:41:23 -05:00
mabashian
877e630a90
Replace withRouter with useHistory hook
2020-02-17 12:41:23 -05:00
mabashian
ef854aabb7
Adds test coverage to the workflow output and workflow output graph components
2020-02-17 12:41:23 -05:00
mabashian
fc3f19bd2b
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.
2020-02-17 12:41:23 -05:00
mabashian
2bbcd2d663
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.
2020-02-17 12:41:23 -05:00
mabashian
a786118415
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.
2020-02-17 12:41:23 -05:00
mabashian
65429e581a
Properly bookend @constants alias so that it doesn't inadvertently match something we don't want it to match
2020-02-17 12:41:23 -05:00
mabashian
eb6f4dca55
Run prettier
2020-02-17 12:41:22 -05:00
mabashian
ce09c4b3cd
Changes "Key" references to "Legend"
2020-02-17 12:41:22 -05:00
mabashian
c971e9d61c
Turns all the workflow tool buttons in to pf button components.
2020-02-17 12:41:22 -05:00
mabashian
e34bf90ca7
Vertically center the pause icon in the node type letter component
2020-02-17 12:41:22 -05:00
mabashian
700296a558
Change Exit button text to Exit Without Saving in the unsaved changes modal.
2020-02-17 12:41:22 -05:00
mabashian
492ea0616e
Moves util/workflow.jsx to components/Workflow/WorkflowUtils.jsx and updates imports
2020-02-17 12:41:22 -05:00
mabashian
eddb6e1faf
Combines the two start node components into one. Removes use of document.getElementById in workflow components in favor of refs.
2020-02-17 12:41:22 -05:00
mabashian
f98b274177
Adds default search and sort columns to the four lists in the workflow node wizard
2020-02-17 12:41:22 -05:00
mabashian
662ff41fe9
Moves inline css to styled component in WorkflowOutputToolbar
2020-02-17 12:41:22 -05:00
mabashian
fd146dde30
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).
2020-02-17 12:41:22 -05:00
mabashian
e394d0a6f6
Add close button to workflow tools/key
2020-02-17 12:41:22 -05:00
mabashian
5a1a47b7aa
Default '---' not needed due to changes to how the prop is passed to CodeMirrorInput
2020-02-17 12:41:22 -05:00
mabashian
3d5c32c354
Update function/callback props passed into workflow components to start with "on"
2020-02-17 12:41:22 -05:00
mabashian
01cc0ac8f1
Adds unit test coverage for shared workflow components
2020-02-17 12:41:22 -05:00
mabashian
5a9248e619
Prettier
2020-02-17 12:41:22 -05:00
mabashian
1d84d03566
Stabilized workflow visualizer and output point. Workflow jobs can be viewed and workflows can be built (without jt prompting).
2020-02-17 12:41:22 -05:00
mabashian
50ba4f9759
Halfway implemented node details. Still need to handle cases where the user has edited the node and cases where the node is brand new.
2020-02-17 12:41:21 -05:00
mabashian
de55af6ae6
Fully functioning workflow editor without read-only view modal and without prompting.
2020-02-17 12:41:21 -05:00
mabashian
ca478ac880
Render workflow results. Extensive refactors of workflow components in general.
2020-02-17 12:41:21 -05:00
softwarefactory-project-zuul[bot]
78ea643460
Merge pull request #5956 from chrismeyersfsu/fix-new_postgres
...
allow external pg connections
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-17 15:56:25 +00:00
chris meyers
0db0f81e53
allow external pg connections
...
* Postgres containers now, by default, do not allow passwordless users
to connect remotely. This change explicitly allows that case.
2020-02-17 10:16:20 -05:00
Jonas DOREL
c94680eaba
Add openshift label app
2020-02-15 14:49:05 +01:00
softwarefactory-project-zuul[bot]
5b4ed6dd59
Merge pull request #5923 from mabashian/4967-prompt-on-launch-checkboxes
...
[POC] Adds FieldWithPrompt component to handle fields that are also promptable
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-14 18:51:07 +00:00
mabashian
4e811c744a
Use FieldTooltip instead of Tooltip component. Remove promptValidate prop from FieldWithPrompt. This checkbox shouldn't ever need a custom validator function.
2020-02-14 10:56:11 -05:00
softwarefactory-project-zuul[bot]
cd6d2299a9
Merge pull request #5914 from marshmalien/5866-remove-custom-list-btns
...
Remove Switch, ListActionButton, and ActionButtonCell components
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-13 21:14:31 +00:00
Marliana Lara
590199baff
Remove ListActionButton component
2020-02-13 15:36:17 -05:00
Marliana Lara
3b9dd3ba8c
Remove ActionButtonCell component
2020-02-13 15:25:25 -05:00
Marliana Lara
446021cf22
Remove Switch component
2020-02-13 15:25:22 -05:00
softwarefactory-project-zuul[bot]
ef3ab29649
Merge pull request #5897 from marshmalien/remove-card-style-overrides
...
Remove PF style overrides Pt. 1
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-13 20:03:36 +00:00
softwarefactory-project-zuul[bot]
f4e09eee80
Merge pull request #5918 from ryanpetrello/real-event-firehose-values
...
set actual counter/start/end values in the event generation script
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-13 19:47:42 +00:00
softwarefactory-project-zuul[bot]
af4e4b4064
Merge pull request #5922 from jakemcdermott/fix-4095
...
Use pod uid as instance uuid
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-13 16:11:35 +00:00
mabashian
10c6297706
Adds basic unit test coverage for the FieldWithPrompt component
2020-02-13 09:42:09 -05:00
softwarefactory-project-zuul[bot]
73a9541e39
Merge pull request #5928 from anxstj/cleanup_docs
...
Remove docker_remove_local_images from documentation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-13 14:15:18 +00:00
mabashian
3a2a61af82
Adds tooltip to run type that was previously removed. Fixes unit test failures by adding ask_job_type_on_launch to mock data.
2020-02-13 09:06:35 -05:00
Stefan Jakobs
774e7fb248
Remove docker_remove_local_images from documentation
...
docker_remove_local_images was removed with commit 28994d4b0b (diff-c12c21a2e99296acf472dc226bc19da8)
(version 9.0.0). This PR removes it from INSTALL and inventory documentation.
Signed-off-by: Stefan Jakobs <sjakobs@anexia-it.com >
2020-02-13 14:34:45 +01:00
AlanCoding
a5e3d9558f
Handle case of deleted inventory
2020-02-13 08:29:52 -05:00
softwarefactory-project-zuul[bot]
1ae86ae752
Merge pull request #5912 from keithjgrant/4239-pagination-on-delete
...
Adjust pagination when deleting final page of items
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-12 21:48:16 +00:00
softwarefactory-project-zuul[bot]
1a30a0e397
Merge pull request #5921 from beeankha/fix_flake8_errors
...
Fix Misc. flake8 Errors
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-12 21:36:28 +00:00
Keith Grant
490b76b141
fix TemplateList name in tests
2020-02-12 13:10:14 -08:00
Jake McDermott
3831efb3be
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.
2020-02-12 13:52:09 -05:00
mabashian
a8fa816165
Adds FieldWithPrompt component to handle fields that are also promptable
2020-02-12 13:50:54 -05:00
beeankha
11ccfd8449
Fix misc. linting errors
2020-02-12 12:34:15 -05:00
Keith Grant
c33cc82d53
go back one page when deleting all items off last page (orgs/creds)
2020-02-12 08:53:34 -08:00
softwarefactory-project-zuul[bot]
c7516ec50e
Merge pull request #5917 from ansible/jakemcdermott-order-by-start-line
...
Order job_event requests by `start_line`
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
2020-02-12 16:07:06 +00:00
Ryan Petrello
92cc597e84
set actual counter/start/end values in the event generation script
2020-02-12 10:22:31 -05:00
Jake McDermott
7402ac29a8
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.
2020-02-12 10:11:28 -05:00
Keith Grant
5c3fe51982
fix credential list page number after deleting
2020-02-11 12:09:13 -08:00
Keith Grant
f61af39f08
fix Template(s)List naming discrepancies
2020-02-11 10:24:08 -08:00
Keith Grant
1ad7e663a1
fix org list page on delete
2020-02-11 10:11:27 -08:00
Marliana Lara
ca85020b26
Use PF Chip and ChipGroup components
2020-02-11 12:50:25 -05:00
Marliana Lara
5d2912605f
Remove PF style overrides from card, breadcrumb, sidenav, tooltip, and modal components
2020-02-11 12:50:12 -05:00