Michael Abashian
8b543ea0a7
Merge pull request #2082 from mabashian/2075-jt-edit-put
...
Changed jt edit api call from put to patch
2018-06-08 15:57:34 -04:00
Yunfan Zhang
1a3ab7d487
Fix exception format in project_update_stdout.
...
Signed-off-by: Yunfan Zhang <yz322@duke.edu>
2018-06-08 15:42:00 -04:00
chris meyers
fb11967114
remove isolated instance group queue listening
2018-06-08 13:46:58 -04:00
chris meyers
1cea20092c
remove rampart group queue subscription
...
* We now target Instances in the task manager when transitioning jobs
from pending to waiting; whereas before we submitted jobs to Instance
Groups to be picked up by Instance's in those Instance Groups.
Subscribing Instances to their Instance Groups is no longer needed. This
change removes the Instance Group queue subscription.
2018-06-08 11:20:54 -04:00
Marliana Lara
750f70c21f
Add value to $scope.querySet when in .users.add states
2018-06-08 10:59:27 -04:00
Haokun Chen
d44215f291
Merge pull request #2101 from Haokun-Chen/1850
...
validate input when toggle replace/revert on password
2018-06-08 10:57:01 -04:00
Haokun-Chen
4bafe02a94
Hide run selection when current tab is different from selected
2018-06-08 10:55:07 -04:00
Yunfan Zhang
1255cfc2f0
Merge pull request #2104 from YunfanZhang42/release_3.3.0
...
Fix job id incorrectly cast to string in ActiveJobConflict.
2018-06-08 09:53:06 -04:00
Yunfan Zhang
0de369b42f
Fix job id incorrectly cast to string in ActiveJobConflict.
2018-06-08 09:31:38 -04:00
Alan Rominger
bcd9c5dada
Merge pull request #2098 from AlanCoding/u_no_copy
...
Prohibit users without read_role from viewing copy endpoint
2018-06-08 08:54:32 -04:00
Jake McDermott
f78f179789
Merge pull request #2057 from jakemcdermott/job-results/slide
...
fix memory leak in output render service, rewrite output data storage
2018-06-08 03:10:25 -04:00
Jake McDermott
09aa75e7c4
simplify and add docstrings
2018-06-08 02:56:32 -04:00
Jake McDermott
cbae7efdd5
use a sliding window over counter intervals
2018-06-07 22:28:06 -04:00
Jake McDermott
1c414789fb
fix memory leak in output render service
2018-06-07 22:27:57 -04:00
Alan Rominger
df1fe19b21
Merge pull request #2089 from AlanCoding/friends_workflow_job
...
Prohibit relaunching workflow jobs from other users
2018-06-07 20:07:58 -04:00
Christian Adams
4f3c45ac59
Merge pull request #2087 from rooftopcellist/add_DDT_to_docs
...
Info on setting up DDT
2018-06-07 18:26:11 -04:00
Haokun-Chen
ab42c710eb
validate form when toggle replace/revert on password/secret
2018-06-07 15:58:31 -04:00
AlanCoding
ed762fd4b6
prohibit users without read_role from viewing copy endpoint
2018-06-07 15:14:49 -04:00
Alan Rominger
d969e37f94
Merge pull request #2095 from AlanCoding/memories_of_labels
...
Exclude m2m copies from activity stream
2018-06-07 15:09:27 -04:00
Haokun Chen
62a5104302
Merge pull request #2093 from Haokun-Chen/2066
...
fixed 404 error when delete smart inventory while editing
2018-06-07 14:56:43 -04:00
kialam
4391f14da9
Merge pull request #2097 from kialam/fix/2028-session-timeout
...
Fix placement of network ui `select2` dropdowns
2018-06-07 14:47:59 -04:00
Jared Tabor
86f840f220
Merge pull request #2083 from jaredevantabor/awx-net-zoom-default
...
Sets default zoom to 100% on network UI
2018-06-07 11:42:36 -07:00
Haokun Chen
fa9c6967fd
Merge pull request #2086 from Haokun-Chen/2033
...
Reset and clear export dropdown selection after user takes action for Network UI
2018-06-07 14:36:36 -04:00
kialam
1b45e8b825
Merge pull request #2034 from kialam/fix/1884-scm-creds-filter
...
Fix Project SCM cred lookup
2018-06-07 14:15:20 -04:00
Michael Abashian
2e82347769
Merge pull request #2011 from mabashian/1934-schedule-wf-pass-prompt
...
Add read-only view of prompts. Prevent creds with passwords on jt schedules/wfjt nodes
2018-06-07 14:14:42 -04:00
kialam
7ecef3ee5e
Fix placement of network ui select2
dropdowns
...
Render them in the correct parent container in the DOM.
2018-06-07 13:50:04 -04:00
mabashian
91c46731d1
Removed unused Alert
2018-06-07 13:42:33 -04:00
AlanCoding
8509a43b95
exclude m2m copies from activity stream
2018-06-07 13:34:58 -04:00
mabashian
1a4e7c8572
Rolled credential warning string back to include remove or replace
2018-06-07 13:16:42 -04:00
mabashian
68ac23dd46
Fixed various bugs with preventing prompting for credential passwords on schedules and workflow nodes
2018-06-07 13:16:42 -04:00
mabashian
09ee140fb4
Prevent scheduling JT runs where credentials with passwords are required. Added read-only view of schedules when user does not have edit permissions.
2018-06-07 13:16:42 -04:00
Haokun-Chen
c2001d0442
fixed error when delete smart inventory while editing
2018-06-07 13:08:45 -04:00
AlanCoding
b0b7f7a295
prohibit relaunching workflow jobs from other users
2018-06-07 13:01:15 -04:00
Jake McDermott
b1f36572c6
Merge pull request #2065 from jakemcdermott/2058
...
add host_status, play, and task counts to job details
2018-06-07 12:59:11 -04:00
Yunfan Zhang
6f09c1b994
Merge pull request #2090 from YunfanZhang42/fix_test_expect
...
Fix Jenkins test_expect.
2018-06-07 12:18:19 -04:00
Yunfan Zhang
b68ded7c15
Fix tests.
2018-06-07 12:04:20 -04:00
Ryan Petrello
18e371c0cf
Merge pull request #2088 from ryanpetrello/fix-2085
...
default instance capacity to zero
2018-06-07 12:00:07 -04:00
adamscmRH
68f7f25788
info to set ip DDT
2018-06-07 11:46:10 -04:00
kialam
6fee8c699d
Fix SCM credential list for Projects add and edit views
2018-06-07 11:44:08 -04:00
kialam
b344eb9af0
Fix failing test by only preserving credential_type
...
- Reset `defaults` object’s own `credential_type` value to that of
`queryset`’s.
2018-06-07 11:44:07 -04:00
kialam
99ea28c3fd
Check defaults
against query set
to make sure credential_type
does not get overwritten
...
- We want to preserve the existing `credential_type` param that already
exists in `queryset` and not have `defaults
` overwrite it. We first loop through the `defaults` object keys and
check it against the the keys of `queryset` and if the keys match, then
set the value to `queryset[key]`.
2018-06-07 11:44:07 -04:00
Ryan Petrello
195aff37ad
default instance capacity to zero at registration/insertion time
...
if the first health check fails due to AMQP or celery issues, the
capacity will stay at the default of 100 (which is confusing)
see: https://github.com/ansible/tower/issues/2085
2018-06-07 11:42:31 -04:00
Haokun-Chen
9ff995f6f9
reset Export dropdown after user takes action in Network UI
2018-06-07 10:43:44 -04:00
Marliana Lara
85aeb799dc
Merge pull request #2078 from marshmalien/fix/869-instance-groups-jobs-link
...
Add "running jobs" and "total jobs" links to instances and instance groups
2018-06-07 09:45:29 -04:00
Chris Meyers
dfe2ce4b43
Merge pull request #2080 from chrismeyersfsu/fix-controller_node_adhoc
...
add controller_node to ad hoc job
2018-06-07 09:02:29 -04:00
AlanCoding
dde706b61f
allow no-op case when modifying deprecated credentials
2018-06-07 07:16:07 -04:00
Jared Tabor
4fa1518bcc
Sets default zoom to 100% on network UI
...
instead of 120%
2018-06-06 18:24:24 -07:00
mabashian
a108238e0a
Changed jt edit api call from put to patch so that we don't clear the credentials every time a change is made. Removed unneeded code.
2018-06-06 18:32:09 -04:00
Jake McDermott
f8f59c8c8c
add host_status, play, and task counts to job details
2018-06-06 18:02:31 -04:00
chris meyers
0702692ca9
add controller_node to adhoc command job
2018-06-06 16:28:28 -04:00