Michael Abashian
31c14b005c
Merge pull request #3816 from ansible/4945-wfjt-responsivity-styles
...
Fix workflow results detail panel responsive style
2019-10-14 14:28:38 -04:00
Michael Abashian
7574541037
Merge pull request #3814 from ansible/4846-wfjt-notifications-placeholder
...
Style empty list placeholder text inline
2019-10-14 14:28:03 -04:00
Marliana Lara
e5184e0ed1
Fix workflow results detail panel responsive style
2019-10-14 13:50:59 -04:00
Marliana Lara
6282b5bacb
Style empty list placeholder text inline
2019-10-14 13:11:31 -04:00
Wander Boessenkool
038fd9271d
Properly escape quotes
2019-10-14 17:53:28 +02:00
Seth Foster
8e26e4edd5
Allow oauth2 settings to be set in the ui and api
...
Oauth2 settings were initialized early in the awx import stage, and
those settings were not modifiable. This change allows oauth2 to check
for settings in django.conf settings, which are dynamically updated
through api calls at runtime. As a result, oauth2 settings will match
the values in django.conf settings at any point in time.
2019-10-14 11:38:20 -04:00
softwarefactory-project-zuul[bot]
027e79b7f5
Merge pull request #5006 from keithjgrant/4550-searchbar-no-results
...
Retain search bar when zero results found
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-14 15:31:55 +00:00
Jeff Bradberry
cf89108edf
Force the CLI to use no_truncate for the monitor calls
2019-10-14 11:21:11 -04:00
Matthew
e06bf9f87e
Change host counting for task impact
...
Go through the job -> inventory module linkage to calculate the hosts for a more accurate view
of the number of hosts that could be impacted. This also creates a bailout that will set count
hosts to the forks rather than assuming some crazy low number in the case where we can't determine
the actual number of hosts because we are missing the inventory
2019-10-14 10:41:21 -04:00
Wander Boessenkool
e87055095c
Change 'rabbitmqctl status' to a wget | grep
...
- This reduces CPU usage from 250 millis on idle to 25 millis on idle
- Default rabbitmq user needs administrator privileges
2019-10-14 14:53:53 +02:00
Jeff Bradberry
e672e68a02
Allow the job event list views to take a no_truncate GET param
2019-10-11 17:18:36 -04:00
Graham Mainwaring
263c44a09b
Merge pull request #3808 from ghjm/workflow_approved_by
...
Add approved_by field to workflow approvals
2019-10-11 17:00:54 -04:00
Graham Mainwaring
08839e1381
Add approved_by field to workflow approvals
2019-10-11 16:57:13 -04:00
Keith Grant
faffbc3e65
retain search bar when zero results found
2019-10-11 12:11:41 -07:00
Alan Rominger
8e296bbf8c
Merge pull request #3796 from AlanCoding/inventory_fq_36
...
use fully qualified inventory plugin name
2019-10-11 06:56:13 -04:00
Jake McDermott
03d59e1616
Tune webpack config and add Dockerfile
...
Add Dockerfile for running containerized dev server. Update webpack
config to make dev server available over exposed docker port.
2019-10-10 17:37:27 -04:00
Jeff Bradberry
9efa7b84df
Depend on a serializer context variable no_truncate
...
to decide whether to turn off the ANSI control sequence-aware
truncation, instead of needing inappropriate awareness of the details
of the view that invoked the serializer. This will also allow us to
have views that can more flexibly turn off the truncation under other
circumstances.
2019-10-10 16:08:17 -04:00
Ryan Petrello
8e1f7695b1
Merge pull request #3803 from ansible/back-to-pending
...
Prevent pods from failing if the reason is because of a resource quota
2019-10-10 16:08:08 -04:00
Ryan Petrello
d6adab576f
Merge pull request #3800 from ansible/update-vmware-inv-script
...
update to latest vmware_inventory.py
2019-10-10 16:07:31 -04:00
Jeff Bradberry
a803cedd7c
Break out a new reusable truncate_stdout utility function
2019-10-10 16:07:08 -04:00
Ryan Petrello
d5bdf554f1
fix a programming error when k8s pods fail to launch
2019-10-10 15:54:00 -04:00
Shane McDonald
8f75382b81
Implement retry logic for container group pod launches
2019-10-10 15:53:56 -04:00
Shane McDonald
b93164e1ed
Prevent pods from failing if the reason is because of a resource quota
...
Signed-off-by: Shane McDonald <me@shanemcd.com>
2019-10-10 15:53:50 -04:00
Bill Nottingham
31bdde00c9
Check the user's ansible.cfg for role/collection paths.
...
There's no other way to add our new paths reliably without breaking things.
2019-10-10 15:09:26 -04:00
Ryan Petrello
ed52e8348b
Merge pull request #3799 from ansible/log-audit-note
...
add a note about settings.LOG_AGGREGATOR_AUDIT usage
2019-10-10 11:32:34 -04:00
Ryan Petrello
008fe42b4d
update to latest vmware_inventory.py
...
06c7b87613/contrib/inventory/vmware_inventory.py
2019-10-10 10:49:15 -04:00
Ryan Petrello
d9dbbe6748
add a note about settings.LOG_AGGREGATOR_AUDIT usage
...
see: https://github.com/ansible/awx/pull/4872#issuecomment-540133448
2019-10-10 10:44:23 -04:00
AlanCoding
16ebfe3a63
use fully qualified inventory plugin name
2019-10-10 08:51:18 -04:00
softwarefactory-project-zuul[bot]
08df2cad68
Merge pull request #4974 from jakemcdermott/switch-default-job-panel
...
Switch default job panel to output
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
2019-10-10 04:24:04 +00:00
softwarefactory-project-zuul[bot]
ca039f5338
Merge pull request #4957 from jakemcdermott/webhooks-labels
...
Use consistent wording for JT options
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-10 02:44:16 +00:00
Marliana Lara
4b83bda306
Wrap phrase for translation and update test
2019-10-09 22:24:50 -04:00
Marliana Lara
7fc4e8d20a
Add project detail and unit tests
2019-10-09 22:24:49 -04:00
softwarefactory-project-zuul[bot]
4c697ae477
Merge pull request #4905 from rooftopcellist/collection_frequency
...
Update Frequency of Collection for Automation Analytics
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-10 02:22:51 +00:00
Christian Adams
844b8a803f
update frequency of collection for automation analytics
2019-10-09 21:10:48 -04:00
Ryan Petrello
7fe32ab607
Merge pull request #4868 from rebeccahhh/survey-spec-default
...
Sanitize newlines out of survey option inputs
2019-10-09 21:09:33 -04:00
Ryan Petrello
cc27c95187
Merge pull request #4872 from ryanpetrello/log-aggregration-auditing
...
add a settings flag for writing all external logs to disk
2019-10-09 21:09:19 -04:00
softwarefactory-project-zuul[bot]
9745bfbdb4
Merge pull request #4931 from austlane/devel
...
Requirements.txt: Upgrade bundled pyvmomi to 6.7.3
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-10 00:20:50 +00:00
Austin
d6708b2b59
Upgrade bundled pyvmomi to 6.7.3
...
Fixes issues with vmware_guest_facts expecting version 6.7.1 or greater (JSON support)
2019-10-09 14:45:00 -04:00
Jake McDermott
c202574ae3
Switch default job panel to output
2019-10-09 14:31:44 -04:00
Rebeccah
7efacb69aa
added in parsing for multiple choice and multiselect, which either takes a string, splits it up, and then eliminates any extra newlines, or just accepts alist. Extra newlines are sanitized out.
...
Signed-off-by: Rebeccah <rhunter@redhat.com>
2019-10-09 13:59:32 -04:00
Ryan Petrello
a076e84a33
add a settings flag for writing all external logs to disk
2019-10-09 13:54:54 -04:00
Jake McDermott
bc6648b518
Use consistent wording for JT options
2019-10-09 13:22:40 -04:00
softwarefactory-project-zuul[bot]
ff67d65065
Merge pull request #4932 from jakemcdermott/combine-lint-and-test
...
Add targets for combined lint and test
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-09 15:50:22 +00:00
softwarefactory-project-zuul[bot]
aab8495998
Merge pull request #4939 from AlanCoding/no_warning
...
Get rid of warning in collections install
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-09 15:19:28 +00:00
softwarefactory-project-zuul[bot]
0f1a92bd51
Merge pull request #4589 from AlanCoding/mah_galaxy
...
Allow use of user-specified private galaxy server with fallback
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-09 15:01:12 +00:00
softwarefactory-project-zuul[bot]
f10dc16014
Merge pull request #4921 from ryanpetrello/ryan-broke-it
...
fix a bug that breaks inventory update stdout when used in a workflow
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-09 14:50:52 +00:00
softwarefactory-project-zuul[bot]
bbc4ec48b9
Merge pull request #4933 from beeankha/org_notification_fix
...
Org-Level Notification Fix + Show URL
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-09 14:25:43 +00:00
softwarefactory-project-zuul[bot]
fff8664219
Merge pull request #4941 from mabashian/3727-output-scroll
...
Removes restriction on scrolling for output fewer than 50 lines
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-09 13:46:46 +00:00
softwarefactory-project-zuul[bot]
bc8f5ad015
Merge pull request #4929 from mabashian/ui-next-inventories
...
Adds basic inventory list and scaffolding for inv/smart inv details and related tabs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-09 13:46:43 +00:00
softwarefactory-project-zuul[bot]
9fade47bbf
Merge pull request #4937 from Spredzy/fix_svn_project_sync
...
project_update: Make subversion module honor locale
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-10-09 13:40:26 +00:00