10204 Commits

Author SHA1 Message Date
sundeep-co-in
cd5301bf49 add django.pot 2016-12-02 14:02:13 +05:30
Leigh Johnson
f7cbd0a021 Hooks up job_template and workflow_job_template scheduler routes, #3882 (#4215) 2016-12-01 20:32:49 -05:00
Leigh Johnson
4d1b10f0d1 Fixes missing Wait("stop") calls, resolves audit items in #3816 (#4218) 2016-12-01 20:32:06 -05:00
Chris Church
8911766eea Don't truncate job event stdout for playbook_on_ events. 2016-12-01 18:08:26 -05:00
Leigh Johnson
1dab4f903c Smart Search - support array of values per key (#4187)
* Smart Search - support array of values per key, #4162

* lint
2016-12-01 17:55:53 -05:00
Michael Abashian
6022668706 Merge pull request #4203 from mabashian/4131-legend-workflow-details
Add legend to workflow details view
2016-12-01 17:21:27 -05:00
Jared Tabor
496d6ae278 Merge pull request #4202 from jaredevantabor/workflow-elapsed
adding duration filter for elapsed time on workflow results
2016-12-01 13:01:38 -08:00
Michael Abashian
6854ddac59 Add legend to workflow details view 2016-12-01 15:20:50 -05:00
Chris Church
a5c0d5a0f9 Merge pull request #4201 from cchurch/callback-shenanigans
Fix callback plugin issues
2016-12-01 15:18:21 -05:00
Chris Church
d6d5d4263a Only run ssh control persist cleanup from main process, flush after writing end marker for job event data. 2016-12-01 14:47:24 -05:00
Chris Church
6a5abd53e9 Merge pull request #4186 from cchurch/cleanup-jobs-output
Display count of skipped/deleted for cleanup jobs
2016-12-01 14:38:52 -05:00
jaredevantabor
4b10f2d71a adding duration filter for elapsed time on workflow results
relates to #4128
2016-12-01 10:45:11 -08:00
kensible
7dc6d5785f Merge pull request #4194 from kensible/3939-image-upload-and-info
Added custom info, fixed logout bug for logo
2016-12-01 13:40:16 -05:00
Jared Tabor
376098fe0a Merge pull request #4195 from mabashian/4146-details-node-link
Implemented details link on workflow node
2016-12-01 10:17:27 -08:00
Jared Tabor
f35ecda218 Merge pull request #4183 from jaredevantabor/workflow-badge-for-syncs
adding workflow badge for project sync and inventory sync stdout
2016-12-01 09:55:46 -08:00
Michael Abashian
b93ca08b8c Fix unit test failures 2016-12-01 12:02:13 -05:00
Michael Abashian
5fe066124e Added details link to running/already finished running nodes 2016-12-01 12:02:13 -05:00
Matthew Jones
765b7d9cc2 Add TOWER_HOST in the form of TOWER_URL_BASE to job env 2016-12-01 12:01:17 -05:00
Ken Hoes
dc4217944d Added custom info, fixed logout bug 2016-12-01 11:56:15 -05:00
Aaron Tan
805d4d1ed6 Merge pull request #4192 from jangsutsr/4190_unified_job_field_name_modification
Update unified_job related field name
2016-12-01 11:45:39 -05:00
Aaron Tan
99029a1b0d Update unified_job related field name. 2016-12-01 11:17:57 -05:00
Michael Abashian
3d56c2b50f Merge pull request #4178 from mabashian/3583-copy-workflow
Implemented WFJT copy and moved JT copy away from a viewless route
2016-12-01 09:20:54 -05:00
kensible
7f1885f167 Merge pull request #4171 from kensible/3939-image-upload
Custom logo support through Tower in Tower
2016-12-01 09:16:41 -05:00
Chris Church
4d372b1f90 Mock Project.playbooks for functional tests. 2016-12-01 03:18:23 -05:00
Chris Church
558d80bec2 Fix playbook validation when saving job template using a manual project. 2016-12-01 02:16:20 -05:00
Chris Church
9a0df88769 Add output of skipped/deleted to cleanup_jobs, so there is always some kind of output. 2016-12-01 00:15:00 -05:00
Chris Church
efadd1a954 Return list of playbook files from the filesystem for manual projects. 2016-11-30 23:20:08 -05:00
jaredevantabor
2cccf8455d adding workflow badge for project sync and inventory sync stdout 2016-11-30 15:06:17 -08:00
jaredevantabor
0cde04a024 fixing Cancel on job template edit 2016-11-30 14:59:12 -08:00
jaredevantabor
be3ec6d8d8 making jerkins happy 2016-11-30 17:39:51 -05:00
jaredevantabor
7b3d9168df making jerkins happy 2016-11-30 14:15:27 -08:00
Michael Abashian
50691b77db Typo's and leftover injections that are no longer used. 2016-11-30 17:00:18 -05:00
Michael Abashian
089f369cc4 Implemented WFJT copy and moved JT copy away from a viewless route 2016-11-30 16:55:19 -05:00
Chris Meyers
5cf0b8929f Merge pull request #4176 from chrismeyersfsu/fix-artifacts
artifact data comes in as a dict
2016-11-30 16:38:40 -05:00
Chris Meyers
88d6552b86 artifact data comes in as a dict 2016-11-30 16:25:27 -05:00
kensible
1d9c52572d Merge pull request #4172 from kensible/4151-azure-ctint
Added Azure form to authentication section
2016-11-30 15:46:10 -05:00
jaredevantabor
7db6f35650 Filtering out project syncs by default on the jobs list
by adding the query param `not__launch_type='sync'`
2016-11-30 12:28:04 -08:00
jaredevantabor
31781fa3d8 fixing some broken links on the job results page 2016-11-30 11:30:43 -08:00
Ken Hoes
90d163f126 Added Azure form to authentication section 2016-11-30 13:25:13 -05:00
Ken Hoes
8028b7ef75 Added image upload for custom logo 2016-11-30 13:15:30 -05:00
Ken Hoes
99fd30e84f Added required, list parsing, form-gen cleaning 2016-11-30 13:15:30 -05:00
Jared Tabor
011d17613f Merge pull request #4166 from jaredevantabor/job-results-labels
Job Labels should be collapsible
2016-11-30 09:49:37 -08:00
Ken Hoes
43e201c832 Merge branch 'kensible-ctit-small-fixes' into devel 2016-11-30 09:39:39 -05:00
Ken Hoes
200bbf55d9 Fixed merge conflicts 2016-11-30 09:39:27 -05:00
kensible
9cb39cb0d9 Merge pull request #4159 from kensible/4152-copy-changes
Updated wording in dropdown and tabs
2016-11-30 09:18:44 -05:00
Chris Church
2efe178fd4 Flake8 can suck it. 2016-11-29 21:30:40 -05:00
jaredevantabor
e53509520f adding badge for indicating a job was launched by a workflow
on the jobs list and the job results page
2016-11-29 17:16:35 -08:00
jaredevantabor
9dcd6d52af making labels section collapsible on job results 2016-11-29 14:44:27 -08:00
Chris Church
0bde7bf920 Merge pull request #4141 from cchurch/multiple-ldap-servers
Allow specifying multiple LDAP servers.
2016-11-29 17:07:55 -05:00
Ken Hoes
84144ab806 Updated wording in dropdown and tabs 2016-11-29 13:24:16 -05:00