10994 Commits

Author SHA1 Message Date
Ryan Petrello
afe3f1f8af fix non-prettified extra vars on the Hosts Edit UI
this seems to be a duplicate of #3333, only in a different
location.

Resolves #4700
2017-01-19 13:49:21 -05:00
Ryan Petrello
692bafc583 Merge pull request #4829 from ryanpetrello/release_3.1.0
Revert "add a test for maximum page size enforcement"
2017-01-19 13:47:52 -05:00
Ryan Petrello
da66c3f2b8 Revert "add a test for maximum page size enforcement"
This reverts commit af8e6f939ff2d3ecf4658e82777dcd35c0d288a8.

This test seems to leak django.conf.settings between tests (causing the
suite to fail periodically).  Rolling this back until I can figure out
why.
2017-01-19 13:08:44 -05:00
Michael Abashian
2e7a1eb3fe Merge pull request #4811 from mabashian/4557-workflow-nodes-pagination
WFJT node pagination
2017-01-19 12:47:19 -05:00
James Laska
f21834c597 Name the view consistently with other NT views 2017-01-19 12:32:54 -05:00
Chris Meyers
b84a7fc8a6 Merge pull request #4826 from chrismeyersfsu/acceptance_set_stats
add acceptance docs for set_stats
2017-01-19 12:13:57 -05:00
Chris Meyers
627203a5ee spelling things 2017-01-19 12:13:48 -05:00
Chris Meyers
e40d637e56 fix 2017-01-19 12:05:46 -05:00
Chris Meyers
fcdb0ed2f2 added ansible version note for set_stats 2017-01-19 12:05:10 -05:00
Chris Meyers
00f94098f5 revisions 2017-01-19 11:58:21 -05:00
Ryan Petrello
b121e80d29 Merge pull request #4813 from ryanpetrello/release_3.1.0
add a test for maximum page size enforcement
2017-01-19 11:26:48 -05:00
Alan Rominger
dcea88c81c Merge pull request #4821 from AlanCoding/workflow_schedule_nodes
Move node copy into create_unified_job, copy nodes on schedule
2017-01-19 11:18:31 -05:00
Chris Meyers
378a620733 add acceptance docs for set_stats 2017-01-19 11:10:16 -05:00
kensible
93c6d9af63 Merge pull request #4809 from kensible/ctint-add-fields-disabling
Additional fields and disabling for read-only fields
2017-01-19 11:03:04 -05:00
Matthew Jones
47efe8c2e8 Add deprecation warning to job start 2017-01-19 11:01:31 -05:00
Chris Meyers
ba26bb158b Merge pull request #4803 from chrismeyersfsu/fix-4777
add extra UI components when on fact cache clean management job
2017-01-19 10:57:42 -05:00
Alan Rominger
ca74c03e93 Merge pull request #4810 from AlanCoding/prompts_bug
Fix bug where type of node UJT was incorrectly evaluated
2017-01-19 10:48:10 -05:00
AlanCoding
cf34eef1eb expose handle_extra_data to workflow model 2017-01-19 10:36:18 -05:00
Michael Abashian
7ab2d762d2 Merge pull request #4815 from mabashian/4604-column-sort-no-sort
Only call toggleColumnOrderBy if columnNoSort is not true
2017-01-19 10:06:06 -05:00
Matthew Jones
a06b44ae38 Add sync launch type 2017-01-19 09:47:10 -05:00
Matthew Jones
94ffce07a4 Fix an issue processing job events when uuid isn't present 2017-01-19 09:47:10 -05:00
Chris Meyers
fdeff70244 Merge pull request #4794 from chrismeyersfsu/fix-2827
rectifiy dashboard proj sync count with UI link
2017-01-19 09:46:09 -05:00
Chris Meyers
f5bde47dd8 Merge pull request #4795 from chrismeyersfsu/fix-4611
"reload" page when project deleted
2017-01-19 09:45:50 -05:00
AlanCoding
f419fb9bed move node copy into create_unified_job, copy nodes on schedule 2017-01-19 08:51:08 -05:00
Matthew Jones
e8c7db930f Merge pull request #4641 from ansible/multi_worker_callbacks
Implement a worker-based callback receiver system
2017-01-18 20:45:45 -05:00
Matthew Jones
7ca496b6ef Merge branch 'release_3.1.0' into multi_worker_callbacks 2017-01-18 20:39:15 -05:00
Michael Abashian
86a681c7ed Only call toggleColumnOrderBy if columnNoSort is not true 2017-01-18 17:48:54 -05:00
Ryan Petrello
a42216f5e2 add a test for maximum page size enforcement
Resolves #4356
2017-01-18 16:52:22 -05:00
Ryan Petrello
1b73865477 Merge pull request #4799 from ryanpetrello/release_3.1.0
Properly encode prev/next pagination links when URL contains unicode
2017-01-18 16:45:04 -05:00
Alan Rominger
5f65464a0e Merge pull request #4805 from AlanCoding/bulk_data_bug
Fix bulk data creator bugs for jobs and job events
2017-01-18 16:38:57 -05:00
AlanCoding
13bcf4b090 fix bulk data creator bugs for jobs and job events 2017-01-18 16:32:33 -05:00
Alan Rominger
56e2e28dc8 Merge pull request #4800 from AlanCoding/bad_node_redo
Avoid signal_start override for workflow job spawn
2017-01-18 16:31:39 -05:00
Michael Abashian
0a04e12ba9 WFJT nodes can be paginated, recursively get the nodes from all pages before building the graph. 2017-01-18 16:29:28 -05:00
Bill Nottingham
798b33000a Merge pull request #4762 from wenottingham/upgrade-or-perish
Ensure that the user is running is ansible 2.1 or later, for censoring reasons.
2017-01-18 16:24:25 -05:00
Alan Rominger
f8f08afbb9 Merge pull request #4798 from AlanCoding/workflow_removal
Add workflow jobs to cleanup_jobs management job
2017-01-18 16:24:00 -05:00
AlanCoding
f2d8800c35 Fix bug where type of node UJT was incorrectly evaluated 2017-01-18 16:15:14 -05:00
Alan Rominger
f5d4cbb482 Merge pull request #4753 from AlanCoding/WJ_delete
Limit workflow job delete access to org admin
2017-01-18 16:09:30 -05:00
Chris Meyers
38d4d97e11 add extra UI components for fact cache cleaning
related to #4777
2017-01-18 15:24:14 -05:00
Matthew Jones
6ed86e1934 Revert "bump pkg info tower version to 3.1.0"
This reverts commit dea4c873e8d89f3e2ed5e74f8d3eb480e57f927d.
2017-01-18 14:30:06 -05:00
Jared Tabor
94b9d6f95a Merge pull request #4776 from jaredevantabor/portal-mode
fixing filter and sockets for portal jobs
2017-01-18 10:23:50 -08:00
Ryan Petrello
d418e41f7e Properly encode prev/next pagination links when URL contains unicode chars.
Resolves #4767
2017-01-18 12:43:27 -05:00
Ken Hoes
4a7cf0f239 Added additional fields to auth forms and allowed for disabling in the UI of read-only fields 2017-01-18 12:37:56 -05:00
AlanCoding
a8e46021f8 conservative method to validating that a job can be launched from a node 2017-01-18 12:16:45 -05:00
Matthew Jones
73f92bba5d Integrate multiprocessing writer worker in callback receiver 2017-01-18 12:05:29 -05:00
AlanCoding
81eb16523c add workflow jobs to cleanup_jobs management job 2017-01-18 11:50:28 -05:00
Chris Meyers
49a29168e6 "reload" page when project deleted
related to #4611
2017-01-18 11:00:07 -05:00
Chris Meyers
7bc720b435 rectifiy dashboard proj sync count with UI link
* The dashboard project sync failure count only includes project syncs
that have failed, not that have been canceled. Thus, the link from the
dashboard that displays the list of failed project updates should only
include the failed ones, not the canceled ones.

related to #2827
2017-01-18 10:52:07 -05:00
jlmitch5
cf07e08c54 Merge pull request #4771 from jlmitch5/fixPrivEscCredLabels
fix priv escalation field labels from not showing up
2017-01-18 10:40:26 -05:00
Chris Meyers
89b950c3a2 Merge pull request #4775 from chrismeyersfsu/fix-4759
remove token from stdout download
2017-01-18 09:55:09 -05:00
Chris Meyers
942a3eb99d Merge pull request #4781 from chrismeyersfsu/fix-4698
replace all instances of , with \n
2017-01-18 09:54:40 -05:00