Commit Graph
12528 Commits
Author SHA1 Message Date
Matthew Jones 4c61449f89 Generate stdout from database if not present on disk
Useful for download stdout when not available on all cluster nodes
2017-01-31 14:29:08 -05:00
Matthew Jones 4a015da982 Purge old mongo Makefile targets, update psql target for new docker 2017-01-31 14:28:48 -05:00
Michael Abashian a8ff179dc2 Properly set the basepath for job templates list when adding permissions 2017-01-31 13:56:52 -05:00
Michael Abashian 8ea36adb19 Merge pull request #5073 from mabashian/4349-workflow-node-status
Fixed pulsing status bug when you refresh during a run
2017-01-31 13:41:22 -05:00
Michael Abashian e939fe276a Merge pull request #5068 from mabashian/4503-wf-edit-lists-default-sort
Added order_by default params to the workflow add/edit lists
2017-01-31 13:40:57 -05:00
Michael Abashian 2128d34d50 Navigate to Job Template/Workflow Job Template specific resource streams 2017-01-31 13:28:52 -05:00
Shane McDonald ece5299a74 Add gcc-c++ to development container 2017-01-31 13:09:59 -05:00
Michael Abashian 1ea73cad4b Fixed pulsing status bug when you refresh during a run 2017-01-31 13:02:27 -05:00
Bill Nottingham b57f96d172 Merge pull request #4904 from wenottingham/lets-touch-selinux-what-could-go-wrong
Remove most SELinux policy.
2017-01-31 13:00:38 -05:00
AlanCoding b54de150db corner-case verbose message for users who do not provide an inventory for their job 2017-01-31 12:49:26 -05:00
AlanCoding 1e195d2fae Make job host summaries slightly safer for large data sets 2017-01-31 12:42:39 -05:00
AlanCoding 2223901028 apply some speedups to credential list 2017-01-31 11:55:18 -05:00
Alan Rominger 06e7bd01a7 Merge pull request #5069 from AlanCoding/no_update_for_manual
block users from setting update options for manual projects
2017-01-31 11:47:11 -05:00
jlmitch5 3e23641908 Merge pull request #5052 from jlmitch5/disableScheduleToggle
RBAC Hide the things for schedules
2017-01-31 11:38:13 -05:00
jlmitch5 9c88c9a7dc Merge branch 'release_3.1.0' into disableScheduleToggle 2017-01-31 11:37:45 -05:00
Matthew Jones 53256f4c2d Integrate proper cleanup for tmp paths for inventory updates 2017-01-31 11:31:44 -05:00
AlanCoding b11f5a4757 block users from setting update options for manual projects 2017-01-31 11:25:03 -05:00
Michael Abashian afdb8d67f2 Added order_by default params to the workflow add/edit lists 2017-01-31 11:16:34 -05:00
Jake McDermott 65aafc0f9e Merge pull request #5065 from jakemcdermott/noissue_update_build_url
update tower build url
2017-01-31 10:56:47 -05:00
Jake McDermott 374453391d update tower build url 2017-01-31 10:43:20 -05:00
Michael Abashian 1ac047c302 Fixed permissions list sorting across app. Fixed inv edit breadcrumb 2017-01-31 10:11:54 -05:00
Ryan Petrello 25fed36dc0 Merge pull request #5053 from ryanpetrello/celery-rdb
map docker container ports to allow usage of celery.contrib.rdb
2017-01-31 09:23:20 -05:00
Ryan Petrello 51b50ce735 map docker container ports to allow usage of celery.contrib.rdb
http://docs.celeryproject.org/en/latest/reference/celery.contrib.rdb.html
allows you to remotely debug running celery tasks with:

    from celery.contrib import rdb
    rdb.set_trace()

this will bind a remote Python debugger on a random TCP port between
6899-6999, which you can telnet into for remote task debugging
2017-01-31 09:13:07 -05:00
Michael Abashian 18898ac345 Merge pull request #5037 from mabashian/4033-jt-list-socket-pagination
Templates list socket refresh back to page 1
2017-01-31 09:08:34 -05:00
AlanCoding 025bc5de8d consume YAML extra_data on schedule spawn 2017-01-31 08:37:33 -05:00
Takao Fujiwara d7c12bc23c Fix i18n typo 2017-01-31 20:29:04 +09:00
Michael Abashian 47b02fa2b2 Adding a ! to failed smart status circles (#5055) 2017-01-31 00:01:23 -05:00
Michael Abashian 60e41ac61a Fix for templates socket message jumping user back to page 1 when they were on a different page. 2017-01-30 19:55:13 -05:00
AlanCoding d3e656da57 follow validate_license pattern w sys jobs 2017-01-30 19:18:14 -05:00
John Mitchell 3fab3a9e5c allow for read only view of management schedules as well 2017-01-30 17:17:02 -05:00
AlanCoding d430a03721 adjusted prefetches from time test results 2017-01-30 17:09:38 -05:00
Matthew Jones 5362ee049b Merge pull request #5048 from ansible/we_got_the_beat_yeeeah
Split celery beat into its own worker for prod
2017-01-30 16:45:57 -05:00
Alan Rominger 9b7ffb59fa Merge pull request #5047 from AlanCoding/related_m2m_search
include m2m fields in related search options
2017-01-30 16:45:07 -05:00
AlanCoding d6196f26f6 include m2m fields in related search options 2017-01-30 16:22:18 -05:00
Alan Rominger 86411a2fa0 Merge pull request #5050 from AlanCoding/f8__
flake8 fix, extra line
2017-01-30 16:21:58 -05:00
AlanCoding 39c153f14a flake8 fix, extra line 2017-01-30 16:18:41 -05:00
John Mitchell 6ffe67ec41 fix jshint errors 2017-01-30 16:09:01 -05:00
John Mitchell 6c2b1d1c49 disabled schedule form fields for read only view 2017-01-30 16:07:32 -05:00
Shane McDonald ee01b75b3d Merge pull request #5027 from fujiwarat/5004-fr
Fix French SyntaxError
2017-01-30 15:24:17 -05:00
Michael Abashian 0fa11bfc89 Merge pull request #5021 from mabashian/4235-add-workflows-dashboard
Add workflow job templates to the recently used templates list on the dashboard
2017-01-30 15:16:01 -05:00
Michael Abashian 0370532745 Merge pull request #5020 from mabashian/3799-truncate-inv-manage-crumbs
Truncate inventory manage breadcrumbs
2017-01-30 15:15:39 -05:00
Ken Hoes f33433687b Updated strings for i18n 2017-01-30 15:00:47 -05:00
Ryan Petrello 7ae7205f99 Merge pull request #4972 from ryanpetrello/fix-4665
display read-only settings in the API settings endpoint
2017-01-30 14:34:00 -05:00
Shane McDonald 4965a8b274 Merge pull request #5026 from fujiwarat/4752-japanese-2
4752 japanese 2
2017-01-30 14:31:55 -05:00
Alan Rominger 6f35e547da Merge pull request #5028 from AlanCoding/host_event_list
broaden host job events list for both relationships
2017-01-30 14:24:21 -05:00
Matthew Jones 587a843acd Shorten the default control persist path
Customer needed a few more characters, this should give a bit more breathingroom
2017-01-30 13:49:20 -05:00
Alan Rominger 81c569e362 Merge pull request #4997 from AlanCoding/node_tracking
Get WFJT nodes in activity stream
2017-01-30 13:43:41 -05:00
Wayne Witzel III e0d9a2aed7 Merge pull request #5041 from wwitzel3/issue-5035
fix KeyError for default, added tests
2017-01-30 13:40:18 -05:00
Alan Rominger 9974881e8e Merge pull request #4992 from AlanCoding/prompting_errors
include null un-prompted situation in JT validator
2017-01-30 13:39:25 -05:00
Matthew Jones d9a7f2fadb Silently ignore psutil errors when the process is already gone
During ssh CP cleanuip
2017-01-30 13:39:05 -05:00