11677 Commits

Author SHA1 Message Date
kensible
e02c62d211 Merge pull request #5399 from kensible/inv-manage-buttons
Updated inv. manage buttons
2017-02-16 12:00:30 -05:00
Jared Tabor
50add8e05f Merge pull request #5394 from jaredevantabor/ctit-codemirror
CTiT CodeMirror Textareas
2017-02-16 10:57:36 -05:00
Ken Hoes
6f929363ef Updated inv. manage buttons 2017-02-16 10:23:44 -05:00
Michael Abashian
972db629b5 Merge pull request #5392 from mabashian/4766-search-key-examples
Dynamic search key examples
2017-02-16 10:19:29 -05:00
Michael Abashian
3802103fbc Fixed unit tests 2017-02-16 10:12:41 -05:00
Michael Abashian
d6869a25e8 Merge pull request #5390 from mabashian/4634-group-sync-spacing
Fix spacing between group schedule and breadcrumb bar
2017-02-16 09:58:01 -05:00
Michael Abashian
3ac5b95c39 Fixed whitespace 2017-02-16 09:53:38 -05:00
kensible
7af47a0bce Merge pull request #5377 from kensible/5344-docs-link
Added docs link
2017-02-16 09:10:06 -05:00
Ryan Petrello
424174154d Merge pull request #5383 from ryanpetrello/fix-5311
don't allow private key passphrases for unencrypted private ssh keys
2017-02-16 08:44:06 -05:00
Wayne Witzel III
a44fc6847c Merge pull request #5375 from wwitzel3/issue-5341
Ensure WorkflowJobWorkflowNodesList orders correctly, default by PK
2017-02-16 01:25:09 -05:00
jaredevantabor
1062308035 fix for line escaping for codemirror on ctit 2017-02-15 23:51:23 -05:00
Chris Meyers
d0d44e03e1 Merge pull request #5388 from chrismeyersfsu/fix-5275
ensure job deps are created only once
2017-02-15 17:11:27 -05:00
Michael Abashian
deb9f5389f Fix spacing between group schedule and breadcrumb bar 2017-02-15 17:07:55 -05:00
Michael Abashian
1bb0207bc5 Dynamic search key examples 2017-02-15 17:04:40 -05:00
Michael Abashian
3ff4bb0d14 Merge pull request #5381 from mabashian/3852-search-related
Pull related search fields from related_search_fields
2017-02-15 16:47:04 -05:00
Michael Abashian
15ad450c9b Merge pull request #5382 from mabashian/5378-project-type-permissions
Run through optionsRequestDataProcessing whenever the list data changes
2017-02-15 16:33:38 -05:00
Michael Abashian
34f8468844 Merge pull request #5379 from mabashian/3850-dashboard-graph
Roll d3.js back to 3.3.13
2017-02-15 16:31:32 -05:00
Chris Meyers
6e9488a59b ensure job deps are created only once 2017-02-15 15:54:30 -05:00
Jared Tabor
4097ce6d74 Merge pull request #5374 from jaredevantabor/jobs-page-relaunch
Relaunching on jobs page...
2017-02-15 15:33:21 -05:00
Alan Rominger
0e4f3c8015 Merge pull request #5376 from AlanCoding/logger_full_reload
Add supervisor command to restart select services on reload event
2017-02-15 15:19:27 -05:00
AlanCoding
3023b4dfaa switch to new nested with pattern from PR review 2017-02-15 14:58:04 -05:00
Matthew Jones
785a8d0789 Fix an issue where smtplib can't handle unicode strings
We probably do get this value as unicode originally but when we store
it, due to a recently fixed bug it will come out as *not* unicode.

So things were accidentally working because py2 smtplib uses hmac
which won't accept unicode.

This change adds a flag to encrypt_field that forces it to skip the
utf8 fixup from before for narrow use cases.
2017-02-15 14:07:30 -05:00
AlanCoding
7e3a5fd2c2 move reload functionality to its own file 2017-02-15 13:42:49 -05:00
Ryan Petrello
4cbdeb0d30 don't allow private key passphrases for unencrypted private ssh keys
see: #5311
2017-02-15 12:27:27 -05:00
jaredevantabor
ac2f063c89 fixing codemirror instantiation on ctit auth-form 2017-02-15 12:20:22 -05:00
AlanCoding
186b672e4f move service definition into settings 2017-02-15 12:07:30 -05:00
jlmitch5
6545869684 Merge pull request #5369 from jlmitch5/fixManagementScheduleNumberInputs
fix management schedule number inputs
2017-02-15 11:34:27 -05:00
Michael Abashian
b3662ecdd6 Run through optionsRequestDataProcessing whenever the list data changes 2017-02-15 11:23:52 -05:00
Michael Abashian
c459e326b2 UI work to incorporate related_search_fields as valid fields when searching 2017-02-15 10:42:25 -05:00
Michael Abashian
4d9bcbfaea nvd3 1.7.1 needs version 3.3.13 of d3.js in order for the tooltip guideline to work 2017-02-15 10:35:58 -05:00
Bill Nottingham
8649ae8c4a Merge pull request #5373 from wenottingham/de-redis
Conditionalize celeryd config on rabbitmq password.
2017-02-15 10:14:45 -05:00
Bill Nottingham
9bf3258989 Merge pull request #5365 from wenottingham/become-your-best-uid
Actually test effective uid rather than using ansible_user_id.
2017-02-15 10:14:24 -05:00
Ryan Petrello
941189e8bc Merge pull request #5362 from ryanpetrello/fix-5324
properly detect the backend name in failed social_auth callbacks
2017-02-15 10:05:59 -05:00
Ryan Petrello
81b70718d2 Merge pull request #5372 from ryanpetrello/fix-5000
only allow single selection for LOG_AGGREGATOR_TYPE
2017-02-15 10:05:14 -05:00
kensible
f927eed7e7 Merge pull request #5359 from kensible/5338-modal-search-action-buttons
Updated modal action buttons to be above search
2017-02-15 09:52:12 -05:00
Ken Hoes
ded8eea5e7 Added docs link 2017-02-15 09:49:16 -05:00
Michael Abashian
9c3ca9e67d Merge pull request #5363 from mabashian/5357-wfjt-activity-stream
Fixed jt/wfjt links in activity stream
2017-02-15 09:46:37 -05:00
Alan Rominger
b4b83e0248 Merge pull request #5342 from AlanCoding/unified_jobs_rel_m2m
fixes for unified_jobs related m2m search listing
2017-02-15 09:30:17 -05:00
AlanCoding
d8f133d175 Add supervisor command to restart select services on reload event 2017-02-15 09:13:59 -05:00
kensible
e8027bda44 Merge pull request #5355 from kensible/5345-empty-list-margin
Updated top margin for empty lists
2017-02-15 08:16:42 -05:00
Wayne Witzel III
cd35d64118 Ensure WorkflowJobWorkflowNodesList orders correctly, default by PK 2017-02-15 06:53:20 -05:00
Alan Rominger
02962698d7 Merge pull request #5370 from AlanCoding/invite_beat_to_join
add celery beat to supervisor group
2017-02-14 22:24:04 -05:00
jaredevantabor
b89edcac16 relaunching on jobs page should always keep user on jobs page, for all job types 2017-02-14 20:58:07 -05:00
Jared Tabor
2b7f43efba Merge pull request #5364 from jaredevantabor/permissions-breadcrumb
removing breadcrumb from permission modal states
2017-02-14 20:42:04 -05:00
jaredevantabor
c44f4526df removing breadcrumb from permission modal states 2017-02-14 20:19:10 -05:00
Ryan Petrello
28f3f178f0 only allow single selection for LOG_AGGREGATOR_TYPE
see: #5000
2017-02-14 17:06:44 -05:00
Shane McDonald
31eda05231 Merge pull request #5368 from shanemcd/tweak-ui-language-lookup-logic
Tweak logic used by UI to detect language
2017-02-14 16:59:22 -05:00
Shane McDonald
065bd6041c Default to empty string for UI language detection
When removing all “Languages” from Firefox, the UI breaks and you see an error in the console that says “langInfo is undefined”. This fixes that.
2017-02-14 16:54:32 -05:00
Ryan Petrello
045994a472 properly detect the backend name in failed social_auth callbacks
don't assume that the callback URL contains the correct social_auth
backend name; instead, store it temporarily in the session at
`/login/sso/`

see: #5324
2017-02-14 16:19:39 -05:00
Ryan Petrello
16888f26cc Merge pull request #5366 from ryanpetrello/fix-racy-test-failure
fix a test that fails due to a race between async logging requests
2017-02-14 16:05:45 -05:00