Commit Graph

3921 Commits

Author SHA1 Message Date
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
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
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
200bbf55d9 Fixed merge conflicts 2016-11-30 09:39:27 -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
Ken Hoes
84144ab806 Updated wording in dropdown and tabs 2016-11-29 13:24:16 -05:00
jaredevantabor
dc032489c2 fixing jshint errors 2016-11-29 09:57:20 -08:00
Michael Abashian
29cc5d0f2e Merge pull request #4129 from mabashian/3959-template-type-column-v2
Fix the type column on the templates list
2016-11-28 15:39:04 -05:00
Jared Tabor
4aea3ebc5b Merge pull request #4125 from jaredevantabor/job-list-labels
adding labels for job type on jobs list
2016-11-28 11:35:58 -08:00
jaredevantabor
d332c3bbe6 removing old lines 2016-11-28 11:34:42 -08:00
Michael Abashian
d76ef1419e Added GetChoices to the templates list to properly display the template type 2016-11-28 13:44:28 -05:00
jaredevantabor
ff0a446d77 adding labels for job type on jobs list 2016-11-28 10:10:39 -08:00
jaredevantabor
82616cb47f fixing up HTML files for readability 2016-11-28 09:03:41 -08:00
jaredevantabor
1d3737d553 changing the codemirror on the host event modal for custom stdout
more style changes to host event stdout
2016-11-28 08:32:51 -08:00
Michael Abashian
236f5fdee7 Merge pull request #4110 from mabashian/workflow-surveys
Workflow edit survey/show survey on launch
2016-11-28 09:45:23 -05:00
Jared Tabor
e4510f4e64 Merge pull request #4106 from jaredevantabor/job-result-time-badge
Job result time badge
2016-11-23 14:16:29 -08:00
Michael Abashian
639eec95e7 Workflow edit survey/show survey on launch 2016-11-23 16:34:04 -05:00
jaredevantabor
5b0f7741a7 parse-stdout.service unit tests for time badge 2016-11-23 11:53:34 -08:00
jaredevantabor
5ae0335563 fixing css for time badge 2016-11-23 10:10:55 -08:00
jaredevantabor
ad2b5cf553 adding start timei badge to header lines of stdout 2016-11-22 14:06:08 -08:00
Michael Abashian
5cf5bc697d Removed leftover commented code and cleaned up a variable name 2016-11-22 16:33:30 -05:00
Michael Abashian
59e3552fa3 Hooking up sockets to the workflow details page 2016-11-22 16:24:02 -05:00
Chris Church
8ba2c57b1e Merge pull request #4092 from cchurch/custom-logo-custom-login-info
Add support for CUSTOM_LOGO and CUSTOM_LOGIN_INFO settings
2016-11-22 14:50:59 -05:00
Jared Tabor
c4405dccb8 Merge pull request #4097 from jaredevantabor/projects
Adding project updates to job details, along w/ revision
2016-11-22 08:53:16 -08:00
Michael Abashian
a1a581f961 Merge pull request #4090 from mabashian/workflows-permissions-notifications
Notifications/Permissions with WFJT's
2016-11-22 10:14:17 -05:00
jlmitch5
197f39ea70 Merge pull request #4085 from jlmitch5/updateJobResultsController
Update job results controller
2016-11-22 14:27:04 -05:00
kensible
de1b773a50 Merge pull request #4091 from kensible/3865-config-updates
Removal of config.js and local_settings.json
2016-11-22 08:18:38 -05:00
jaredevantabor
fd0e8fc01f fix for unit test coverage 2016-11-21 20:01:06 -08:00
jaredevantabor
7534e16d22 Adding project updates to job details, along w/ revision
This includes adding a status icon to the job results page
and updating the status via the socket messages. Also includes
adding the revision to the projects list
2016-11-21 18:39:35 -08:00
John Mitchell
857be6dce5 fix jshint error 2016-11-21 16:41:57 -05:00
jaredevantabor
eeeea8ad88 fixing sockets for inv stdout page 2016-11-21 13:30:23 -08:00
Chris Church
a35ed0a09d Add support for CUSTOM_LOGO and CUSTOM_LOGIN_INFO settings, add support to migrate from local_settings.json and custom_console_logo.png. 2016-11-21 15:33:07 -05:00
Ken Hoes
ea62500c5e Hard coded config.js values, auto return promises
Removed config.js file
2016-11-21 15:19:20 -05:00
Michael Abashian
54e1d63bb2 Job Template/Workflow Job Template related tabs work. Implemented WFJT notifications and permissions. 2016-11-21 14:46:53 -05:00
John Mitchell
eb4ec54764 update controller to handle undefined followScroll function 2016-11-21 12:45:26 -05:00
John Mitchell
f7e184650b updated of stdout sections to include event 2016-11-21 12:45:18 -05:00
Michael Abashian
b8e7170a72 Merge pull request #4035 from mabashian/3463-pan-workflow-graph
Implement basic zoom/pan on workflow graph
2016-11-21 10:05:28 -05:00
jaredevantabor
517c5a0188 fixing errors in unit tests 2016-11-18 15:13:15 -08:00
Jared Tabor
1337d310ea Merge pull request #4064 from fujiwarat/i18n-3
Enhance some translatable strings for I18N
2016-11-18 14:28:42 -08:00
Jared Tabor
dcc259a2c5 Merge pull request #4046 from ansible/jobDetailsRework
Job details rework
2016-11-18 14:23:35 -08:00
jaredevantabor
acfb0da3b7 getLineClasses unit test 2016-11-18 14:19:43 -08:00
jaredevantabor
0aac35e09a Prettify unit test for stdout-parse service 2016-11-18 13:27:02 -08:00
jaredevantabor
38a9720fc7 Unit test for parse-stdout.service 2016-11-18 12:55:28 -08:00
Wayne Witzel III
25915eb55a Merge pull request #4039 from wwitzel3/workflow-channels
Workflow Event Channels Integration
2016-11-18 14:41:40 -05:00
jaredevantabor
f14be79c69 adding workflow_event group for workflow results page 2016-11-18 11:16:31 -08:00