1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Commit Graph

14229 Commits

Author SHA1 Message Date
Christian Adams
9816ac418a Merge pull request #82 from rooftopcellist/smart_inventory
Blocks creation of Hosts, Groups, and IS for Smart Inventories
2017-07-28 16:33:50 -04:00
adamscmRH
3dcd6ef2c2 Blocks creation of Hosts, Groups, and IS for Smart Inventories
* Updated View unit tests

* Refactored Validators

* Validator Fix for Blocking
2017-07-28 16:24:09 -04:00
Ryan Petrello
5e15f9e04e add validation errors for certain dependent credential fields
see: https://github.com/ansible/ansible-tower/issues/7323
see: https://github.com/ansible/ansible-tower/issues/7293
see: https://github.com/ansible/ansible-tower/issues/7289
see: https://github.com/ansible/ansible-tower/issues/7292
2017-07-28 16:07:37 -04:00
Jared Tabor
ec497fa48e adding no-cache headers to the POST to /authtoken 2017-07-28 13:02:32 -07:00
AlanCoding
1722d2169b Fix RBAC bugs in job relaunch with prompted extra_credentials
In addition to just checking for similarity with JT,
in all cases (prompt_for_credential_on_launch both T/F)
check for use_role on all extra_credentials the job has
if the job extra_credentials differ from the JT
2017-07-28 15:53:29 -04:00
Ryan Petrello
39eab02713 Merge pull request #103 from ansible/kombu-pin
pin kombu to a known working version (from tower 3.1.4)
2017-07-28 15:39:42 -04:00
Greg Considine
9d9ca82f33 Merge pull request #94 from gconsidine/ui/fix/credentials-lookup
Ui/fix/credentials lookup
2017-07-28 15:36:37 -04:00
gconsidine
6a7e018100 Add comments and minor changes from PR feedback 2017-07-28 15:23:08 -04:00
Shane McDonald
088f937590 Update pot files 2017-07-28 15:03:46 -04:00
Greg Considine
5dc960bc16 Merge pull request #102 from gconsidine/ui/fix/translations
Use translate filter instead of directive when strings contain HTML
2017-07-28 14:55:33 -04:00
gconsidine
47d3def94f Use translate filter instead of directive when strings contain HTML 2017-07-28 14:39:37 -04:00
Alan Rominger
76da28783e Merge pull request #98 from AlanCoding/shutdown_signal
set instance capacity to 0 on celery shutdown signal
2017-07-28 13:47:34 -04:00
Ryan Petrello
0929bfb156 Merge pull request #99 from ryanpetrello/fix-7328
force isolated timeout settings to be positive integers
2017-07-28 13:44:08 -04:00
Jared Tabor
d44608de30 Merge pull request #95 from jaredevantabor/more-translations
marking job results and survey maker for translation
2017-07-28 10:13:28 -07:00
Marliana Lara
672ae8b1de Merge pull request #96 from marshmalien/ux/fix/templates
[UX] Template and Workflow Editor
2017-07-28 12:54:19 -04:00
John Mitchell
d678e34a27 update border color from b7 to d7 2017-07-28 12:50:23 -04:00
Marliana Lara
103118b551 Merge pull request #100 from marshmalien/ux/fix/orgs
Fix UX items related to Organizations
2017-07-28 12:46:44 -04:00
AlanCoding
aff07747f8 set instance capacity to 0 on celery shutdown signal 2017-07-28 12:38:57 -04:00
Ryan Petrello
568986b39f force isolated timeout settings to be positive integers
see: https://github.com/ansible/ansible-tower/issues/7328
2017-07-28 12:24:21 -04:00
Marliana Lara
a2563031f8 Fix UX items related to Organizations 2017-07-28 12:09:50 -04:00
Marliana Lara
86fc441d68 Merge pull request #92 from marshmalien/ux/fix/notifications
[UX] Fix Notification radio buttons and add close button to Toaster alert
2017-07-28 11:18:18 -04:00
Marliana Lara
e4ddcf74d5 Add translations to popover text 2017-07-28 11:12:33 -04:00
Aaron Tan
7df6fbf0a8 Merge pull request #66 from jangsutsr/3467_move_satellite_ini_config_from_env_to_source_var
Move Satellite 6 .ini configurations from env variables to source_vars
2017-07-28 11:07:18 -04:00
Ryan Petrello
ad66ff9938 pin kombu to a known working version (from tower 3.1.4)
we're encountering some *really* gnarly bugs with newer version of
celery and kombu; pin to *exactly* what works in 3.1.4 to try to avoid
them, because we can't upgrade celery to 4.0 (where this bug *may* be
fixed)

see: https://github.com/ansible/ansible-tower/issues/6534
see: https://github.com/celery/celery/issues/3712
see: https://github.com/celery/kombu/pull/760
2017-07-28 10:59:06 -04:00
Michael Abashian
7ca661cc24 Merge pull request #88 from mabashian/7246-portal-launch-job
Reload state after launching job from portal or home
2017-07-28 09:41:11 -04:00
Michael Abashian
87bf10c614 Merge pull request #86 from mabashian/7272-per-page
Hide view per page when adding users/admins to org
2017-07-28 09:41:00 -04:00
Michael Abashian
b505211f48 Merge pull request #85 from mabashian/7268-sync-status
Fixed inventory sync status popover links
2017-07-28 09:40:38 -04:00
Aaron Tan
f253d2da16 Merge pull request #93 from jangsutsr/7321_prevent_unprivileged_user_from_deleting_is
Prevent unprivileged users from deleting inventory sources
2017-07-28 09:39:58 -04:00
Michael Abashian
378e8630e2 Merge pull request #84 from mabashian/7274-pagination
Fixed first/last pagination controls
2017-07-28 09:39:41 -04:00
Marliana Lara
723bd66627 Fix UX items related to Job Templates and Workflow Maker 2017-07-28 09:29:32 -04:00
Alan Rominger
368ff8a4fb Merge pull request #71 from AlanCoding/man_overboard
Set capacity to 0 if instance has not checked in lately
2017-07-27 20:55:16 -04:00
Jared Tabor
0d7419f5c4 marking job results and survey maker for translation 2017-07-27 15:19:54 -07:00
gconsidine
6239df6778 Add read-only credential form depending on access 2017-07-27 18:07:06 -04:00
John Mitchell
8f9b7597ae fix ng-class syntax 2017-07-27 16:56:30 -04:00
gconsidine
bf42021a32 Add search to models w/ search on lookup input 2017-07-27 16:47:23 -04:00
Shane McDonald
97b7321920 Cleaning up Makefile
Removing references to and definitions of unused targets
2017-07-27 16:46:40 -04:00
Shane McDonald
1b8b6e1159 Remove default goal from makefile
There is no build target anymore
2017-07-27 16:32:09 -04:00
Shane McDonald
f3130e06c9 Add i18n flag file back to makefile
This was accidentally deleted during the repo split
2017-07-27 16:30:29 -04:00
Aaron Tan
5a540a877e Prevent unprivileged users from deleting inventory sources 2017-07-27 16:29:03 -04:00
AlanCoding
1112557c79 set capacity to 0 if instance has not checked in lately 2017-07-27 16:20:04 -04:00
Aaron Tan
580871a60b Merge pull request #70 from jangsutsr/5913_allow_parsing_null_json_data
Allow parsing null JSON data
2017-07-27 16:05:26 -04:00
jlmitch5
62a1a4b785 Merge pull request #91 from jlmitch5/additionalColorsAndBugs
fix color of schedule forms and bugs found in color audit
2017-07-27 16:02:57 -04:00
Marliana Lara
a8b7e2608b Merge pull request #76 from marshmalien/ux/fix/permissions-modal
[UX] Permissions Modal
2017-07-27 15:40:54 -04:00
Marliana Lara
2a8a178cc5 Merge pull request #68 from marshmalien/ux/fix/projects
[UX] Fix SCM dropdown text and alertblock css
2017-07-27 15:40:12 -04:00
Marliana Lara
c0f01e671b Fix UX items related to Notifications 2017-07-27 15:31:39 -04:00
Ryan Petrello
dd16966e09 Merge pull request #77 from ryanpetrello/fix-6116
filter credential_type__search from related search fields in API v1
2017-07-27 15:16:17 -04:00
Aaron Tan
b69321a91e Allow parsing null JSON data 2017-07-27 15:14:50 -04:00
Aaron Tan
e8bd477f1e Make up default values for tower configurations 2017-07-27 15:02:25 -04:00
John Mitchell
5f58f500cc fix color of schedule forms and bugs found in color audit 2017-07-27 14:49:09 -04:00
Chris Meyers
36f49467c6 Merge pull request #87 from chrismeyersfsu/fix-7069
trim insights content to only what the UI needs
2017-07-27 14:13:21 -04:00