Chris Meyers
ba7dc07de7
Merge pull request #4468 from chrismeyersfsu/fix-4005
...
change session limit message
2016-12-16 10:44:55 -05:00
Chris Meyers
5d9d332792
rackspace deprecation warning on inv update
2016-12-16 10:36:38 -05:00
Chris Meyers
a566cec5db
rectifiy arch name in fact scans
2016-12-16 10:06:34 -05:00
Chris Meyers
25ee37fd3a
change session limit message
2016-12-16 09:30:23 -05:00
Michael Abashian
f7af5ffea0
Merge pull request #4466 from mabashian/4174-edit-team
...
Set the url before attempting to update the team
2016-12-16 09:04:47 -05:00
Michael Abashian
07f1e0e3e4
Merge pull request #4465 from mabashian/4406-as-nav-dropdown
...
Removed Job Templates and Workflow Job Templates from the activity stream dropdown
2016-12-16 09:04:27 -05:00
Michael Abashian
0e3a66f5cb
Merge pull request #4462 from mabashian/4180-edit-user
...
Removed extra appendage of id to the edit user url
2016-12-16 09:04:06 -05:00
Michael Abashian
125d66a465
Merge pull request #4460 from mabashian/3880-jt-project-lookup
...
Fix projects modal in jt add/edit
2016-12-16 09:03:35 -05:00
Michael Abashian
7a97a9217d
Merge pull request #4454 from mabashian/3856-cache-timeout
...
Fixed bug where scm_update_cache_timeout was not ever being shown
2016-12-16 09:03:15 -05:00
Jared Tabor
5551c23c60
Merge pull request #4449 from jaredevantabor/post-processing
...
Type Labels on lists
2016-12-15 15:36:20 -08:00
jaredevantabor
2b5d64d746
removing debugger statements
2016-12-15 15:16:25 -08:00
Michael Abashian
0662720da3
Set the url before attempting to update the team
2016-12-15 17:44:20 -05:00
Michael Abashian
0504348d69
Removed Job Templates and Workflow Job Templates from the activity stream dropdown in favor of the combined Templates
2016-12-15 16:59:33 -05:00
Chris Meyers
7445d703e0
Merge pull request #4463 from chrismeyersfsu/fix-3311
...
send notification when recifiying celery jobs
2016-12-15 16:56:11 -05:00
jaredevantabor
b78ed36abf
post processing for scheduled jobs list
2016-12-15 13:47:12 -08:00
Michael Abashian
851dacd407
Fixed recently used job templates edit link
2016-12-15 16:44:38 -05:00
Chris Meyers
c6cb121127
Merge pull request #4459 from chrismeyersfsu/fix-4358
...
filter out ansible_* facts from provision callback extra_vars
2016-12-15 16:36:47 -05:00
Chris Meyers
4509f402a8
send notification when recifiying celery jobs
2016-12-15 16:31:39 -05:00
Matthew Jones
888ec25c3c
Adding new privilege escalation methods from core
2016-12-15 16:22:21 -05:00
Chris Meyers
ef1f77bf8e
fix what I broke with the job through cancel proj update
2016-12-15 16:13:09 -05:00
Bill Nottingham
2c737a2238
Merge pull request #4458 from wenottingham/setfu
...
drop stock passwords
2016-12-15 16:11:58 -05:00
Michael Abashian
da5ff59081
Removed extra appendage of id to the edit user url
2016-12-15 16:08:03 -05:00
Leigh Johnson
11a1ca987f
remove debugger
2016-12-15 16:06:52 -05:00
Chris Church
b6e2e3da70
Add new ansi_download format to download stdout and preserve ANSI escape sequences.
2016-12-15 16:03:00 -05:00
Michael Abashian
594f643fd8
Fix projects modal in jt add/edit
2016-12-15 15:39:17 -05:00
Chris Meyers
55827611b6
filter out ansible_* facts from provision callback extra_vars
...
related to #4358
2016-12-15 15:37:56 -05:00
Leigh Johnson
ad89483c1e
remove extra closing div
2016-12-15 15:08:40 -05:00
Chris Church
46922e956f
Merge pull request #4446 from cchurch/settings-no-conflict
...
Make settings read-only if modified in Python config files.
2016-12-15 15:01:42 -05:00
Chris Church
f735c86d2b
Merge pull request #4425 from cchurch/related-search-fields
...
Related search fields
2016-12-15 15:01:24 -05:00
Leigh Johnson
26de1ffc2f
Filter batch permission granting states by role level
2016-12-15 14:56:12 -05:00
Leigh Johnson
f6303d206b
add "Add Permissions" action to Teams form
2016-12-15 14:56:12 -05:00
Leigh Johnson
81d1524439
working batch requests
2016-12-15 14:56:12 -05:00
Leigh Johnson
1090d74ea0
rough pass on rbac-selected-list directive
2016-12-15 14:56:12 -05:00
Leigh Johnson
c753328a0b
split templates into job templates / workflow job templates
2016-12-15 14:56:12 -05:00
Leigh Johnson
ce12b97d75
New permission directive - add-rbac-user-team
2016-12-15 14:56:12 -05:00
Leigh Johnson
08bd6ee94f
Fix missing closing div in form-generator, update stateDefinition generator to support new user/team permissions directive
2016-12-15 14:56:12 -05:00
Leigh Johnson
94ea3cfcfe
Update User/Team form config
2016-12-15 14:56:11 -05:00
Leigh Johnson
fed9806313
Reorganize awx/ui/client/src/access module structure
...
addPermissions module => add-rbac-resource module
addPermissionsList module => rbac-multiselect-list module
roleSelect module => rbac-multiselect-role module
roleList module => rbac-role-column module
Use isolate scope in rbac-multiselect-role module
Move shared styles to module root
2016-12-15 14:56:11 -05:00
Leigh Johnson
f8d75554b3
Copy/move groups/host route config and search init ( #4396 )
...
* beginning of fixing copy-move-groups
* Configure copy-move group route, initialize search in copy-move-group controller, fix stateExtender squashing
* Hook up copy-move-hosts route/controller, use generic "copy_search" as search parameter name
* lint
* fixes 400 error on copy group route
2016-12-15 14:53:38 -05:00
Bill Nottingham
f77949b4b0
Merge pull request #4455 from wenottingham/setup-fu
...
Drop stopping of munin.
2016-12-15 14:28:30 -05:00
Leigh Johnson
666975bbc5
use in-line sourcemaps for javascripts ( #4453 )
2016-12-15 14:27:19 -05:00
Michael Abashian
8c94d4d40d
Merge pull request #4452 from mabashian/3293-enable-ssh-unlock-network
...
Enabled ssh_key_unlock field for network credentials
2016-12-15 13:03:12 -05:00
Michael Abashian
17407f9e5c
Merge pull request #4451 from mabashian/3827-password-toggle
...
Fixed password toggles
2016-12-15 13:02:54 -05:00
Michael Abashian
d5ac7d6eae
Fixed bug where scm_update_cache_timeout was not ever being shown
2016-12-15 12:47:24 -05:00
Michael Abashian
54e08256ba
Enabled ssh_key_unlock field for network credentials
2016-12-15 12:22:39 -05:00
Michael Abashian
69292df170
Moved toggle password logic to a directive that can be added as an attribute of the button.
2016-12-15 12:07:08 -05:00
Michael Abashian
7f1591361b
Merge pull request #4444 from mabashian/2106-job-concurrency
...
Added UI support for simultaneous job template runs
2016-12-15 11:27:42 -05:00
Michael Abashian
462c548aee
Merge pull request #4442 from mabashian/4271-add-user-organization
...
Fixed organization add user/admin save button functionality
2016-12-15 11:27:24 -05:00
Alan Rominger
600c94dd40
Merge pull request #4390 from AlanCoding/do_not_copy_labels
...
Do not copy WFJT labels in 3.1
2016-12-15 10:06:45 -05:00
Chris Meyers
e69f6726d0
fix unit test
2016-12-15 09:31:58 -05:00