Matthew Jones
c35f892e9e
Check extra data to make sure it's not just an empty string
2014-09-29 15:17:08 -04:00
Matthew Jones
cc6d673e4f
Attempt to fix a mysterious zmq crash related to sockets lingering after
...
a fork
2014-09-29 14:31:14 -04:00
Matthew Jones
eabfbd572f
Support populating extra vars with post data when launching and
...
relaunching jobs
2014-09-26 15:47:02 -04:00
Jared Tabor
d8fe8cc7ff
added required asterick for required questions
2014-09-26 14:40:21 -04:00
Jared Tabor
9114cb2d89
for a textarea answer, default answer field should be a text area
2014-09-26 14:34:01 -04:00
Jared Tabor
006da3219a
made SM fields readonly/disabled and adjusted opacity
2014-09-26 13:34:46 -04:00
Jared Tabor
ef0c399178
added functionality for moving question up or down in order on SM
2014-09-26 13:06:23 -04:00
Jared Tabor
f9f9c8c4a3
adding 'delete question' functionality
2014-09-26 11:42:13 -04:00
Jared Tabor
832dcc7701
completed 'edit question' for survey maker
2014-09-26 09:15:09 -04:00
Chris Church
1d9a0e0a1c
Skip proot test if proot is not installed.
2014-09-25 15:02:49 -04:00
Chris Church
2d1580bccb
Implements https://trello.com/c/1NJKBOex - Add support for using proot to run jobs in isolated environment.
2014-09-25 14:54:43 -04:00
Jared Tabor
40192b5172
survey maker additions for question types
2014-09-24 17:36:30 -04:00
Matthew Jones
9064bb3107
Fix a bug where we could potentially not see a hostname that we need to
...
update instead of create when syncing inventory because its instance id
had changed
2014-09-24 13:35:04 -04:00
Matthew Jones
6f2a33d2b7
title to name for survey metadata
2014-09-22 11:54:28 -04:00
Jared Tabor
193accaa84
refactored saveSurvey method
2014-09-22 11:29:02 -04:00
Matthew Jones
259e48df3e
Add survey bits to summary fields on job templates.... change "title" to
...
"name" on survey metadata.
2014-09-22 11:11:18 -04:00
Jared Tabor
36ab9d98e0
fixed 'Delete Survey'
2014-09-21 22:09:37 -04:00
Jared Tabor
d3e793e9ca
changed survey maker to a modal window
2014-09-21 13:16:06 -04:00
Jared Tabor
9520970817
survey maker for going from add/edit job template to add/edit survey maker
2014-09-17 15:47:33 -04:00
Jared Tabor
b505e7ae41
changed the values for some forms thats have select drop down input fields
2014-09-16 12:34:13 -04:00
Chris Church
6fd86b881f
Only show login method for machine credentials.
2014-09-16 11:40:52 -04:00
Jared Tabor
0b43ec7ec5
changed job launch logic on UI side for job launch and job relaunch
2014-09-15 10:11:40 -04:00
Chris Church
0b3077a3a9
Fix JS indentation.
2014-09-12 12:38:58 -04:00
Chris Church
a0fdf62e70
Fix for running unit tests on Python 2.6.
2014-09-12 12:38:34 -04:00
Matthew Jones
28e7fda956
Make job relaunch dispatch csrf exempt
2014-09-12 11:10:52 -04:00
Chris Church
5fe3ee3bf4
Fixes https://trello.com/c/ZBHrkuLb - Add support for IPv6 addresses in inventory import.
2014-09-12 02:34:07 -04:00
Chris Church
1128c55cc3
Fixes https://trello.com/c/gZw3WBxA - Make sure job callback view is csrf exempt.
2014-09-11 22:58:47 -04:00
Jared Tabor
ddd88b95b5
adding add/edit survey
2014-09-11 17:39:01 -04:00
Chris Church
e427234aec
Implements https://trello.com/c/bEMQtVjz - API/UI changes to support su username/password. Adds force_handlers, skip_tasks and start_at_task options to jobs, only exposed via API.
2014-09-11 17:34:38 -04:00
Jared Tabor
87ed378f6b
changed JobSubmission for api change for job launch
2014-09-11 17:13:20 -04:00
Matthew Jones
71ffb71b87
Fix a bug where I wasn't checking for the right element in a survey when
...
launching a job
2014-09-11 16:32:04 -04:00
Luke Sneeringer
c6993ae44a
Explicit import of django.
2014-09-11 12:52:37 -05:00
Luke Sneeringer
debd9b8850
Re-activated SQLite restriction. Test passes in pg.
2014-09-11 12:45:46 -05:00
Chris Church
2fdf55ec1b
Fix check for skipping splunk inventory test when using sqlite.
2014-09-11 10:57:57 -04:00
Luke Sneeringer
98ae1a7858
Corrected JobStartCancel Test.
2014-09-11 09:02:41 -05:00
Chris Church
a479294f02
Update django-devserver to support Django 1.6.
2014-09-11 03:54:26 -04:00
Luke Sneeringer
73b058bcab
Remove MIDDLEWARE_CLASSES from UI test.
2014-09-10 15:12:17 -05:00
Luke Sneeringer
c6d374d12a
Add autocommit to migration 36 if it's off.
2014-09-10 15:07:30 -05:00
James Laska
8a247ae2c4
Add requirements/jenkins.txt
...
Moves custom test requirements out of jenkins and into the repository.
2014-09-10 15:25:58 -04:00
Matthew Jones
9119b40966
Take survey title and description into account
2014-09-10 15:20:06 -04:00
Luke Sneeringer
59f3321b13
Updating Django to 1.6.7 in revision txts.
2014-09-10 13:36:03 -05:00
Matthew Jones
55b48204ea
More validation and unit tests for api survey mode
2014-09-10 13:25:22 -04:00
Luke Sneeringer
3267a988f8
Shift Django to 1.6.x (>= 1.6.7).
2014-09-10 12:17:35 -05:00
James Laska
fbd17ede7a
Correct DOM ID's for search submit/reset button
2014-09-10 12:11:28 -04:00
Jared Tabor
64961f8504
adding beginning of survey maker and portal mode
2014-09-10 10:44:01 -04:00
Matthew Jones
b1463f056d
Adding survey_enabled to the expected list of template fields
2014-09-10 10:27:50 -04:00
Matthew Jones
fc89ff76b5
Adding some unit tests for api survey mode
2014-09-09 17:08:29 -04:00
Matthew Jones
75cca21525
Survey mode validation when launching job templates
2014-09-09 15:08:49 -04:00
Matthew Jones
514cd4a1db
Initial api side implementation of the survey spec
2014-09-09 11:08:40 -04:00
James Laska
9d2fadc51a
Update pagination DOM id's
...
Moves the iterator-based id to the top-level <div>. The pagination
links and labels are now children of this <div>. Also, renamed id on
the buttons and labels regions.
2014-09-09 10:56:57 -04:00