Ryan Petrello
2c7cb4a370
add utf-8 support to utils.common.encrypt_field/decrypt_field
2017-02-13 16:09:31 -05:00
Chris Meyers
6371fcaa92
Merge pull request #5328 from chrismeyersfsu/fix-5275
...
remove partial dependency job id logic
2017-02-13 14:56:22 -05:00
jlmitch5
691612d899
Merge pull request #5296 from jlmitch5/jobResultsPerformanceAgain
...
more job results performance stuff
2017-02-13 14:31:15 -05:00
Ryan Petrello
c88e115d40
Merge pull request #5330 from ryanpetrello/fix-5322
...
work around a DRF issue that causes CharField to cast `None` to `"None"`
2017-02-13 14:14:47 -05:00
Wayne Witzel III
df4fe4df2b
Merge pull request #5327 from wwitzel3/issue-4730
...
Allow execute role to see their schedules
2017-02-13 12:51:53 -05:00
Chris Meyers
b693b06706
remove partial dependency job id logic
...
* Late in the release we added job dependency tracking to the DB. We
decided not to use this information in the scheduler. However, I
half-ass added code to the scheduler to use it. Note that we still
determine inv and job update dependency by using a hack of the related
creation time, job.created-2 and job.created-1 respectively.
This removes any use of job dependent id expect for purposes of chain
failing.
2017-02-13 12:48:00 -05:00
Ryan Petrello
1ebb641c1e
work around a DRF issue that causes CharField to cast None to "None"
...
see: #5322
2017-02-13 12:43:13 -05:00
Wayne Witzel III
ee25be1e67
Allow execute role to see their schedules
2017-02-13 12:34:47 -05:00
Matthew Jones
8c4d4a0543
Protect Tower from Ansible core making changes to the event uuids
2017-02-13 11:55:08 -05:00
kensible
0548a2ba75
Merge pull request #5250 from kensible/4876-disabled-tooltip
...
Added disabled tooltips in CTinT
2017-02-13 10:43:09 -05:00
jlmitch5
e66537db71
Merge pull request #5288 from jlmitch5/fixExtraVarsJobResultsWidth
...
fix extra vars on job results page width
2017-02-13 10:21:52 -05:00
Michael Abashian
445ef69cde
Merge pull request #5315 from mabashian/5264-jt-edit-scan-job
...
Fix bug with scan job template not loading Default project correctly
2017-02-13 09:41:37 -05:00
Michael Abashian
02b0b97390
Merge pull request #5310 from mabashian/5278-activity-stream
...
Update name/description whenever the activities array changes
2017-02-13 09:40:10 -05:00
Jake McDermott
69ab439d82
Merge pull request #5318 from jakemcdermott/5155_invalidate_token_on_logout
...
invalidate token on logout
2017-02-13 09:24:30 -05:00
Ken Hoes
263aa866a3
Removed help tooltip for disabled in file fields
2017-02-13 08:15:13 -05:00
Jake McDermott
f02b5415af
add auth token to logout request header
2017-02-12 21:07:13 -05:00
Jared Tabor
d661651068
Merge pull request #5314 from jaredevantabor/copy-move-group
...
Copy/Move Hosts
2017-02-12 18:03:55 -08:00
Michael Abashian
392242b1a5
Merge pull request #5309 from mabashian/5042-schedule-type-sort
...
Restore the ability to specify a search field for column sorting
2017-02-10 20:25:20 -05:00
Michael Abashian
b2fa3d80ae
Merge pull request #5306 from mabashian/4796-workflow-resize
...
Workflow editor/details graph responsiveness
2017-02-10 20:24:54 -05:00
Michael Abashian
c59d82bd05
Update name/description whenever the activities array changes
2017-02-10 20:19:37 -05:00
Michael Abashian
1df4adc957
Check job_type as well as !project
2017-02-10 20:16:34 -05:00
Michael Abashian
40c50300f7
Fix bug with job_type = scan not loading Default project correctly
2017-02-10 20:09:39 -05:00
jaredevantabor
7c16dac189
changing URL to 'groups' instead of 'hosts' for CopyMoveHosts
2017-02-10 17:07:56 -08:00
Jared Tabor
d0db4d073a
Merge pull request #5313 from jaredevantabor/process-errors
...
adding null object fix for ProcessErrors module
2017-02-10 15:50:06 -08:00
jaredevantabor
5f10f4c51c
adding null object fix for ProcessErrors module
2017-02-10 15:04:16 -08:00
Michael Abashian
84b426079e
Restore the ability to specify a search field for column sorting
2017-02-10 15:48:49 -05:00
Ken Hoes
cd27687ef1
Re-enabling bootstrap's darkening of disabled fields
2017-02-10 14:41:36 -05:00
kensible
b00fbc5e67
Merge pull request #5303 from kensible/5294-ctint-toggle-buttons
...
Changed toggle buttons to match rest of app
2017-02-10 14:19:23 -05:00
Jared Tabor
43665373e5
Merge pull request #5292 from jaredevantabor/smart-search
...
Related searches
2017-02-10 10:50:50 -08:00
Michael Abashian
0a02eaa2cf
Removed leftover console.log
2017-02-10 13:31:18 -05:00
Michael Abashian
9c686f680d
Workflow editor/details graph responsiveness
2017-02-10 13:29:40 -05:00
Ken Hoes
11d15d076b
Changed toggle buttons to match rest of app
2017-02-10 11:08:58 -05:00
John Mitchell
16b5047b1f
more job results performance stuff
2017-02-09 16:56:02 -05:00
Chris Meyers
fe29446298
Merge pull request #5286 from chrismeyersfsu/fix-5253
...
check job status before marking as failed
2017-02-09 16:40:30 -05:00
jaredevantabor
ae69ca8919
fixing related searches w/ smart search
2017-02-09 13:11:29 -08:00
Ryan Petrello
e5e0bd191a
Merge pull request #5289 from ryanpetrello/fix-5276
...
fix a typo in a log handler test
2017-02-09 16:01:07 -05:00
Alan Rominger
0234d7676d
Merge pull request #5285 from AlanCoding/fifo2
...
Get uWSGI reloading working in dev environment
2017-02-09 15:56:47 -05:00
Alan Rominger
8c1be80215
Merge pull request #5277 from AlanCoding/various_logging_updates
...
Update logging docs & switch out null logger
2017-02-09 15:56:09 -05:00
Ryan Petrello
3631907284
Merge pull request #5272 from ryanpetrello/open-memcache-port
...
map docker container ports to allow access easier to memcache
2017-02-09 15:52:06 -05:00
Ryan Petrello
a69815faa0
fix a typo in a log handler test
2017-02-09 15:50:28 -05:00
John Mitchell
2545838973
fix extra vars on job results page width
2017-02-09 15:33:06 -05:00
AlanCoding
1d6a36876b
have tasks.py deduce location of uwsgi fifo
2017-02-09 15:27:58 -05:00
Chris Meyers
dfb7b08380
check job status before marking as failed
...
* When rectifying celery <-> db job status, re-check the job status to
ensure it did not finish between the time that we pulled the list of
celery tasks from celery and the time in which we rectify.
2017-02-09 15:27:08 -05:00
Ryan Petrello
a2a4ea486a
Merge pull request #5280 from ryanpetrello/fix-5276
...
correctly set the Authorization header for non-async log handling
2017-02-09 15:23:40 -05:00
Ryan Petrello
cee0b29fef
clarify a logging handler docstring
2017-02-09 15:16:58 -05:00
Ryan Petrello
1b9a2e4a36
correctly set the Authorization header for non-async log handling
...
see: #5276
2017-02-09 15:14:39 -05:00
Matthew Jones
aeee6db868
Trigger rabbitmq cluster node removal from deprovisioning
2017-02-09 13:36:59 -05:00
John Mitchell
8b39d30a7a
fix current update cloud icon click
2017-02-09 12:52:36 -05:00
jlmitch5
4e1576c65d
Merge pull request #5273 from jlmitch5/distributeStdoutColors
...
distribute colors if escape sequence isn't in line
2017-02-09 12:38:28 -05:00
AlanCoding
279546e110
make obvious updates to the logging related docs
2017-02-09 12:37:57 -05:00