Commit Graph
100 Commits
Author SHA1 Message Date
jaredevantabor 82f16f0551 small change based on PR feedback 2017-01-11 14:25:08 -08:00
jaredevantabor cd61f58b11 hiding default search param as a search tag
in scenario where the user types a search that conflicts w/ the default search params.
Ex: searching for kind:gce when kind:ssh is a default search param shouldn't create a
search tag for kind:ssh, as someone shouldn't be able to remove that tag...it's a default!
2017-01-11 11:34:27 -08:00
jaredevantabor 8847110c23 removing unnecessary console.log statement 2017-01-06 15:36:22 -08:00
jaredevantabor 43a04e6ada fixing the lookup modal for groups-> add credential lookup
and fixing the ec2 lookup to query for "aws"
2017-01-06 15:08:42 -08:00
jaredevantabor a67816bc4b removing lodash dependency as it's no longer used 2017-01-03 12:57:06 -08:00
jaredevantabor df47b81816 show the system tracking button at all times 2016-12-22 12:21:17 -08:00
jaredevantabor 81fb93668c missed dependency 2016-12-21 15:03:49 -08:00
jaredevantabor 574204cd4e fixing of ng-click on schedule name
to route jobs to job-templates.schedule.edit and
route workflow_jobs to workflows.schedule.edit
2016-12-21 14:16:35 -08:00
jaredevantabor 9f997c3d01 changing the schedule text from job-template name to schedule name 2016-12-21 13:37:15 -08:00
jaredevantabor 01d46d43f4 another fix for organizations.job-templates sortin & smart status 2016-12-20 20:43:11 -08:00
jaredevantabor 39792b77ae fix for type labels for organizations.projects and organizations.job-templates 2016-12-20 19:11:56 -08:00
jaredevantabor e03699ddf8 fix for host.edit extra vars being non-prettified 2016-12-20 14:59:33 -08:00
jaredevantabor 11db5899b2 adding extra logic to resovle so that it will always return 2016-12-20 12:53:37 -08:00
jaredevantabor 2328d513d0 adding fix for organizations-notifications related tab too 2016-12-20 09:14:02 -08:00
jaredevantabor 14e154acce fixing related notification lists 2016-12-19 22:48:46 -08:00
jaredevantabor 8e71705c39 adding the featureConfig promise to the feature directive
to prevent any race conditions
2016-12-19 15:59:09 -08:00
jaredevantabor bd95aebe36 more unit test code that doens't work and fixing jshint 2016-12-19 11:42:48 -08:00
jaredevantabor 5de93aa05c removing reload call when a job ends from the socket listener
on the job results page
2016-12-19 11:37:17 -08:00
jaredevantabor 439b699e73 adding moment for unit tests, but they're still failing :( 2016-12-19 10:09:22 -08:00
jaredevantabor 186c065484 adding elapsed time for a running job 2016-12-19 10:09:22 -08:00
jaredevantabor 4f9d2fbde3 adding moment as a dependency for workflow chart directive
it was throwing a console error
2016-12-16 13:44:54 -08:00
jaredevantabor 2b5d64d746 removing debugger statements 2016-12-15 15:16:25 -08:00
jaredevantabor b78ed36abf post processing for scheduled jobs list 2016-12-15 13:47:12 -08:00
jaredevantabor 817a572674 adding post processing for notification template list 2016-12-14 22:00:20 -08:00
jaredevantabor 7d90a5205f removing debugger statement 2016-12-14 20:12:04 -08:00
jaredevantabor 8c55eaec99 post processing for credentials list 2016-12-14 17:38:09 -08:00
jaredevantabor db4bb50976 adding post-processing for jobs list 2016-12-14 17:24:21 -08:00
jaredevantabor 9e3b5abc37 fixing post-processing for projects list 2016-12-14 17:05:15 -08:00
jaredevantabor c4ce68b4de applying callback mechanism to job tmeplate list 2016-12-14 14:59:05 -08:00
jaredevantabor 976e9bfe82 adding callback for when options are received 2016-12-14 14:58:40 -08:00
jaredevantabor 0900484c62 hiding status icon on right hand side unless fullscreen is true
for job results and workflow results, per request of trahman
2016-12-14 14:25:08 -08:00
jaredevantabor d2f267c34c fixing options request for template list 2016-12-14 13:48:07 -08:00
jaredevantabor 46e74a24f0 adding status line to beginning of left side panel 2016-12-14 10:27:22 -08:00
jaredevantabor 49259e3588 adding explanation to left hand panel 2016-12-13 16:26:29 -08:00
jaredevantabor 4532945d5a adding result_traceback to the UI 2016-12-13 14:35:51 -08:00
jaredevantabor 3fc575dd12 fix for job status on job results, and launched by 2016-12-13 10:59:33 -08:00
jaredevantabor 074fe8a3d1 adding some fields to the job results left hand side panel 2016-12-12 16:33:37 -08:00
jaredevantabor e2ea73aa35 making labels collapsible on workflow-results
to match the job results page
2016-12-12 11:18:22 -08:00
jaredevantabor fd61096291 Workflow status bar for completed jobs
adjusting workflow results link for job standard out views

(job results, projects, inventories, and jobs list)

Enhancing workflow status bar for running jobs

removing workflow_events group from the UI

adding comment

fix for updating while job is running

removing pending from the status bar, and reload the page on job finish
2016-12-08 14:57:11 -05:00
jaredevantabor 8dbaea59b4 Using $log for debugging transitionTo errors 2016-12-06 09:29:33 -08:00
jaredevantabor a9c1969aa0 adding useful comment to $state.defaultErrorHandler 2016-12-06 09:13:19 -08:00
jaredevantabor fe29f5e0c9 Redirect to license page if no license
This was broken due to the upgrade to UI-Router v.1.0.0-beta.3.
I also tracked down the $stateChangeStart function in app.js that when missing
some time in 3.1 development
2016-12-05 19:55:19 -08:00
jaredevantabor 4b10f2d71a adding duration filter for elapsed time on workflow results
relates to #4128
2016-12-01 10:45:11 -08: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
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
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
jaredevantabor dc032489c2 fixing jshint errors 2016-11-29 09:57:20 -08:00
jaredevantabor d332c3bbe6 removing old lines 2016-11-28 11:34:42 -08: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
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
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
jaredevantabor eeeea8ad88 fixing sockets for inv stdout page 2016-11-21 13:30:23 -08:00
jaredevantabor 517c5a0188 fixing errors in unit tests 2016-11-18 15:13:15 -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
jaredevantabor f14be79c69 adding workflow_event group for workflow results page 2016-11-18 11:16:31 -08:00
jaredevantabor b9c071506e first pass at parse-stdout.service-test.js 2016-11-18 11:00:13 -08:00
jaredevantabor d849cec243 removing prettyfyLite function for a flag in prettyify 2016-11-18 11:00:13 -08:00
jaredevantabor 4bcbea6c45 fixing jshint error in old job-detail/main.js file 2016-11-18 11:00:13 -08:00
jaredevantabor 96952e7841 Fixing up host event modal
Moving the details up from a nav pane and into the main body of hte modal.
2016-11-18 11:00:13 -08:00
jaredevantabor 13ee468b14 Adding tooltips and routes for host events
will circle back with more changes for the host events modal
2016-11-18 11:00:13 -08:00
jaredevantabor 05999459a7 Fix for download button being visible on job results 2016-11-18 11:00:13 -08:00
jaredevantabor 0590a1416d Fitting panels to the size of the viewport 2016-11-18 11:00:13 -08:00
jaredevantabor 51bfc0525a adding new line character and 'ok' host colors 2016-11-18 11:00:13 -08:00
jaredevantabor 3e2940203f more stdout styling 2016-11-18 11:00:13 -08:00
jaredevantabor 261c91d836 early styling of stdout 2016-11-18 11:00:13 -08:00
jaredevantabor 777a15f763 fixing small typo in jobs.py and adding sockets to the
new job results page
2016-11-18 11:00:13 -08:00
jaredevantabor 5a7c33c17a error handling for job-result route
for when there are no job_events for a job
2016-11-18 11:00:13 -08:00
jaredevantabor 5dad4ef8d5 Adjusting some colors and first pass at real stdout
by using an ng-repeat and stdoutArr
2016-11-18 11:00:13 -08:00
jaredevantabor e11eb1d4d8 adding some dummy lines 2016-11-18 11:00:13 -08:00
jaredevantabor e6c342d9ad Adding initial files for job results standard out panel
with some very rough dummy text in there for now
2016-11-18 11:00:13 -08:00
jaredevantabor 3ade961e92 Rebase of devel (w/ channels) + socket rework for new job details
Replacing old socket.io receiver w/ new websocket receivers
2016-11-18 11:00:13 -08:00
jaredevantabor fcb9d8b6b5 Adding job results bar files 2016-11-18 11:00:13 -08:00
jaredevantabor 43e4786c7f First pass at the right side of the new job details 2016-11-18 11:00:13 -08:00
jaredevantabor 960f90c4fd Patches to get tests and test-ci to pass 2016-11-18 10:54:26 -08:00
jaredevantabor fb7be12110 Removing stale pendo file
a working version of this file exists in a directory above this file already
2016-11-14 12:42:11 -08:00
jaredevantabor 1b79503075 making workflow-results panels the height of the viewport 2016-11-14 10:00:22 -08:00
jaredevantabor 9f7ac059b7 Small fix for projects list to update on successful websocket messages 2016-11-10 13:10:22 -05:00
jaredevantabor 740daba640 Merge branch 'devel' of https://github.com/ansible/ansible-tower into devel 2016-11-10 11:35:00 -05:00
jaredevantabor b3dbc59df6 Fixing jobs list page: adding launch & cancel buttons
and making sure that you can launch jobs from the jobs list, and that sockets
work with the jobs list for live updates
2016-11-10 11:34:06 -05:00
jaredevantabor 478fc33710 adding workflow status bar to workflow results 2016-11-09 11:09:33 -05:00
jaredevantabor 9cb002b4cb adding more workflow results pages and functionality 2016-11-08 12:21:11 -05:00
jaredevantabor abdd9f8372 adding files for workflow-results 2016-11-08 08:40:14 -05:00
jaredevantabor 8c7a4b56f7 putting form-generator.inject() back into the app
for backwards compatibility with features that relied on that function. see: ctit
2016-11-04 10:56:13 -07:00
jaredevantabor b98524dc91 Temporarily commenting out request for language files
in order to avoid 404 file not found error on the console until the i18n
team provies the language files
2016-10-25 15:46:45 -07:00
jaredevantabor d8b1281d57 adding i18n reference to a few files 2016-10-25 15:26:45 -07:00
jaredevantabor 6bd20c6433 Adding the token to the socket url 2016-10-20 12:58:45 -07:00
jaredevantabor d84912bb2a potentially adding token to websocket url 2016-10-20 10:02:28 -07:00
jaredevantabor bc1561fc67 Removing front end double parsing of socket messages
previously the socket messages were double encoded w/ quotations
2016-10-20 09:17:50 -07:00