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

10514 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Michael Abashian
912af09831 Fixed organization add user/admin save button functionality 2016-12-14 15:36:29 -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
Chris Church
2b94e348e2 Merge pull request #4440 from matburt/split-job-event-data
Purge event res dict if it is over a certain size
2016-12-14 15:21:41 -05:00
Matthew Jones
1cd2a762be Reset max bytes display 2016-12-14 15:20:04 -05:00