Commit Graph
100 Commits
Author SHA1 Message Date
jaredevantabor 250340e063 Fix for filtering organizations, and fixing the org lookup on credentials form 2017-01-20 17:50:24 -08:00
jaredevantabor 6c7c4061d1 When a user types into a lookup field, we now only match against objects
the user has permission to access. I also included the type of thing it was.
So for instance, if you're typing into cloud credentials, it should validate
against cloud credentials, instead of validating against all credentials.
2017-01-20 16:33:50 -08:00
jaredevantabor 862a2d3c49 incorporating RBAC into auto-population and for lookup modal lists
basically, you shouldn't be able to select a resource you don't have permission to use, either through autopopulation or selecting manually
2017-01-20 15:45:00 -08:00
jaredevantabor 857780b0c3 Stacking ssl/tls radio buttons on notification templates form 2017-01-20 10:01:02 -08:00
jaredevantabor 8339a9cbf3 removing project sync status from job results if project was a manual project 2017-01-19 17:11:59 -08:00
jaredevantabor fc45603c3b adding three fixes:
1. adding a watcher for the basePath to use for lookups that might
have dynamic lookups. Ex: The groups form -> cred depends on "source.type"

2. adding a fix for RBAC based autopopulation. Basically, if you don't have
permission to "use" something, then you shouldn't be able to see it auto-fill

3. adding a fix for the promptable fields on the job template form. The inventory
and credential are both promptable, and therefore should not auto populate
2017-01-19 15:58:35 -08:00
jaredevantabor 61ad4e3793 fix for autopopulation 2017-01-18 20:49:12 -08:00
jaredevantabor e2288f81b6 fixing filter and sockets for portal jobs 2017-01-17 14:17:16 -08:00
jaredevantabor 176a3cc399 send empty string for email username/password if no user input 2017-01-17 10:44:00 -08:00
jaredevantabor 2217594f27 Changing "Use TLS/Use SSL" radio buttons on the notification template form (for email) 2017-01-13 16:56:57 -08:00
jaredevantabor 2af4a2d558 adding extra check for string in encodeParams 2017-01-13 15:05:33 -08:00
jaredevantabor b1dc0546fd fixing selection on the copy/move groups & hosts lists 2017-01-12 21:03:04 -08:00
jaredevantabor abb2e93bb6 fixing copy/move hosts, and the search for that route 2017-01-12 16:29:51 -08:00
jaredevantabor 2f440a037b fixing copy/move routes, as well as the search on those routes 2017-01-12 16:22:25 -08:00
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