Ryan Petrello
750208b2da
Merge pull request #3831 from rooftopcellist/use_system_ca_for_collection
...
Make Analytics collections verify with system trusted CA
2019-10-16 13:55:07 -04:00
Christian Adams
9d81b00772
have analytics collections verify with system trusted CA list
2019-10-16 13:32:06 -04:00
Ryan Petrello
1adf5ee51d
Merge pull request #3805 from beeankha/cli_approval_notification_support
...
Enable Approval Notification Support for CLI
2019-10-16 13:09:22 -04:00
Ryan Petrello
da998fb196
Merge pull request #3828 from AlanCoding/deprecate_script
...
API deprecation of inventory script views
2019-10-16 11:27:41 -04:00
Ryan Petrello
b559860c78
Merge pull request #3804 from jbradberry/cli-no-truncate
...
Do not truncate job event list stdout when called from the CLI
2019-10-16 10:36:29 -04:00
Ryan Petrello
a31e2bdac1
Merge pull request #3829 from ansible/tz-fix
...
fix a tz parsing bug
2019-10-16 10:31:44 -04:00
beeankha
62e4ebb85d
Minor change to README, plus a rebase.
2019-10-16 09:50:00 -04:00
beeankha
aa4f5ccca9
Add blank line (flake8)
2019-10-16 09:50:00 -04:00
beeankha
fdddba18be
Update code to be compatible with py2
2019-10-16 09:50:00 -04:00
beeankha
ad89c5eea7
Enable approval notification support for CLI
2019-10-16 09:50:00 -04:00
Jake McDermott
e15bb4de44
Merge pull request #3827 from jakemcdermott/fix_flake8_error
...
Fix flake8 error
2019-10-16 09:47:57 -04:00
Ryan Petrello
5f2e1c9705
fix a tz parsing bug
2019-10-16 09:46:18 -04:00
Jake McDermott
8c5b0cbd57
Merge pull request #3815 from jakemcdermott/fix-3790
...
Allow navigation to previous launch prompt tabs
2019-10-16 09:36:54 -04:00
Jake McDermott
73272e338b
Merge pull request #3809 from AlexSCorey/4944-4943-TOCBugs
...
Sys Aud can see CG forms, Adds correct CG form link, Disables CodeMirror
2019-10-16 09:35:02 -04:00
AlanCoding
86ef81cebf
API deprecation of inventory script views
2019-10-16 09:34:21 -04:00
Jake McDermott
cd18ec408c
Remove unused variable
2019-10-16 09:30:43 -04:00
Ryan Petrello
90c5efa336
Merge pull request #3824 from AlanCoding/one_less_redirect
...
Avoid unnecessary OPTIONS redirect
2019-10-16 09:17:03 -04:00
Alex Corey
4134d0b516
Updates PR and Addresses Console Error
...
THis commit imroves conditional rendering of the container groups form for
System Auditors. It also removes a ng-class condition in the IG list that was unused.
2019-10-16 09:15:44 -04:00
AlanCoding
2123092bdc
Avoid unnecessary OPTIONS redirect
2019-10-16 09:08:22 -04:00
Bill Nottingham
c2743d8678
Merge pull request #3802 from wenottingham/oh-noes-not-again
...
Check the user's ansible.cfg for role/collection paths.
2019-10-15 14:21:18 -04:00
Bill Nottingham
60ca843b71
Use logger.exception instead of logger.warning.
2019-10-15 14:20:09 -04:00
Seth Foster
e85fe6a3b7
Merge pull request #3807 from fosterseth/release_3.6.0
...
Allow oauth2 settings to be set in the ui and api
2019-10-15 13:40:25 -04:00
Alex Corey
5cf84ddb60
Sys Aud can see CG forms, Adds correct CG form link, Disables CodeMirror
...
This allows the System Auditor to see the container groups form in a disabled state.
If the pod_spec_override has been changed that field will be open when the page renders
but it will be disabled. It also greys out all code mirror text area fields for System Auditor.
It adds the correct url for the Container Groups message bar to inform users of possible
pitfalls associated with that feature.
2019-10-15 10:47:04 -04:00
Jake McDermott
85781d0bc1
Allow navigation to previous launch prompt tabs
2019-10-14 17:07:50 -04:00
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
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
Jeff Bradberry
cf89108edf
Force the CLI to use no_truncate for the monitor calls
2019-10-14 11:21:11 -04: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
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
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
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