1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
Commit Graph

10619 Commits

Author SHA1 Message Date
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
Chris Meyers
2ec47737bb another flake8 fix 2016-12-15 09:29:31 -05:00
Chris Meyers
f026a96d94 flake8 fix 2016-12-15 08:59:24 -05:00
Chris Meyers
7bc6d50b0b Merge pull request #4445 from chrismeyersfsu/fix-4225
cancel job also cancels project update
2016-12-15 08:46:43 -05:00
jaredevantabor
817a572674 adding post processing for notification template list 2016-12-14 22:00:20 -08:00
Jake McDermott
3ee8c4159a fix tooltip message for notification template (#4448) 2016-12-15 00:16:40 -05:00
jaredevantabor
7d90a5205f removing debugger statement 2016-12-14 20:12:04 -08:00
jaredevantabor
8c55eaec99 post processing for credentials list 2016-12-14 17:38:09 -08:00
jaredevantabor
db4bb50976 adding post-processing for jobs list 2016-12-14 17:24:21 -08:00
jaredevantabor
9e3b5abc37 fixing post-processing for projects list 2016-12-14 17:05:15 -08:00
jaredevantabor
c4ce68b4de applying callback mechanism to job tmeplate list 2016-12-14 14:59:05 -08:00
jaredevantabor
976e9bfe82 adding callback for when options are received 2016-12-14 14:58:40 -08:00
jaredevantabor
0900484c62 hiding status icon on right hand side unless fullscreen is true
for job results and workflow results, per request of trahman
2016-12-14 14:25:08 -08:00
Chris Church
092c2be0e7 Make any settings read-only that have been modified in custom Python config files. 2016-12-14 16:57:32 -05:00
jaredevantabor
d2f267c34c fixing options request for template list 2016-12-14 13:48:07 -08:00
Chris Church
9c444e084e Handle psutil errors when terminating tasks. 2016-12-14 16:37:44 -05:00
Chris Meyers
bdfac35f3f cancel job also cancels project update
related to #4225
2016-12-14 16:26:18 -05:00
Michael Abashian
ffaa43941a Added UI support for simultaneous job template runs 2016-12-14 16:25:20 -05:00
Chris Church
e8f01c9029 Stringify the MAX_EVENT_RES_DATA setting when sticking it into an environment variable. 2016-12-14 16:13:06 -05:00
John Mitchell
9ed4777556 Merge branch 'fixJobResults' of https://github.com/jlmitch5/ansible-tower into fixJobResults 2016-12-14 16:07:00 -05:00
John Mitchell
a700364c8d fix job status ui unit test 2016-12-14 16:06:30 -05:00
Matthew Jones
a25853a3a5 Updating translation artifacts
* also installing translation tools into dev environment
* Removing fedora install instructions, no one here uses fedora
2016-12-14 15:58:47 -05:00
jlmitch5
609e864d3b Merge branch 'release_3.1.0' into fixJobResults 2016-12-14 15:51:51 -05:00
Michael Abashian
912af09831 Fixed organization add user/admin save button functionality 2016-12-14 15:36:29 -05:00
John Mitchell
85264cb01a fix line anchoring of expand and collapse all 2016-12-14 15:25:34 -05:00
Chris Church
a38ab75086 Merge pull request #4404 from cchurch/split-job-event-data
Split job event data between callback queue and stdout.
2016-12-14 15:23:13 -05:00