Commit Graph
100 Commits
Author SHA1 Message Date
Michael Abashian 70704610c5 Expand group name column out a bit 2017-02-02 19:58:03 -05:00
Michael Abashian 81a2070cff Fixed template link regressions 2017-02-02 16:03:30 -05:00
Michael Abashian 92857b20a8 Wrap alert text 2017-02-02 10:35:27 -05:00
Michael Abashian ef8b54476d Keep the scm update status hidden until we actually have a status to show. 2017-02-02 10:13:36 -05:00
Michael Abashian 81f5a0fea5 Fixed up launched by when jt/wfjt is launched via schedule 2017-02-01 16:55:04 -05:00
Michael Abashian b25b5a9287 ParseTypeChange when scheduling a workflow job template 2017-02-01 16:08:02 -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 2128d34d50 Navigate to Job Template/Workflow Job Template specific resource streams 2017-01-31 13:28:52 -05:00
Michael Abashian 1ea73cad4b Fixed pulsing status bug when you refresh during a run 2017-01-31 13:02:27 -05:00
Michael Abashian afdb8d67f2 Added order_by default params to the workflow add/edit lists 2017-01-31 11:16:34 -05:00
Michael Abashian 1ac047c302 Fixed permissions list sorting across app. Fixed inv edit breadcrumb 2017-01-31 10:11:54 -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
Michael Abashian aee30a7fc6 Properly navigate user after jt/wfjt deletion 2017-01-28 12:05:15 -05:00
Michael Abashian 75d89fcda1 Add workflow job templates to the recently used templates list on the dashboard 2017-01-28 11:45:16 -05:00
Michael Abashian db80f12579 Truncate inventory manage breadcrumbs 2017-01-28 11:00:39 -05:00
Michael Abashian 131a0edfb4 Marking strings for translation. This covers a lot of breadcrumbs as well as login, activity stream and project list 2017-01-28 10:30:46 -05:00
Michael Abashian 2dbc3abc34 Make sure to delete any nodes that need to be deleted before attempting to associate 2017-01-27 11:23:20 -05:00
Michael Abashian 55d74f0975 Launch job with prompts fixes 2017-01-27 10:36:38 -05:00
Michael Abashian f7f92c961d Adding tags was creating this nested array structure which was causing buggy behavior. This should fix that. 2017-01-26 17:36:51 -05:00
Michael Abashian a380830861 Building workflow node tree now returns a promise. Code needed to be updated accordingly 2017-01-25 10:46:28 -05:00
Michael Abashian 0af574e213 Actually fixed the unit tests this time 2017-01-23 17:06:48 -05:00
Michael Abashian 4e62fe084e Fixed unit test failures 2017-01-23 16:43:12 -05:00
Michael Abashian 7c970becaa Fixed bug where you couldn't delete the standard out search tags if there was more than one. 2017-01-23 15:39:41 -05:00
Michael Abashian bfa099d80a Removed ScanJobs list - no longer used. 2017-01-23 11:13:52 -05:00
Michael Abashian f0dc841aea Fixed stale workflow node data issue 2017-01-23 10:58:00 -05:00
Michael Abashian c98cf49ff2 Fix for smart search back/forward browser page navigation 2017-01-20 15:29:15 -05:00
Michael Abashian 72e4ac8c66 Added unit test cases to cover parenthesis in search tags 2017-01-20 09:53:04 -05:00
Michael Abashian 095a9bf84d Fixed regex that was breaking on parenthesis 2017-01-19 19:45:58 -05:00
Michael Abashian a13d2ca4bb Fixed alignment issue with the download standard out tooltip when the output is too big. 2017-01-19 18:49:43 -05:00
Michael Abashian 86a681c7ed Only call toggleColumnOrderBy if columnNoSort is not true 2017-01-18 17:48:54 -05:00
Michael Abashian 0a04e12ba9 WFJT nodes can be paginated, recursively get the nodes from all pages before building the graph. 2017-01-18 16:29:28 -05:00
Michael Abashian 66e5cf88ad Fixed basePath at the root level of the inventory manage (thanks @jared) 2017-01-13 18:49:42 -05:00
Michael Abashian 05c3f5fbea Fixed bug that was preventing wfjt survey deletion 2017-01-13 16:10:21 -05:00
Michael Abashian 4d66c6dd0a Generate the correct base path for groups and hosts so that paginate works properly 2017-01-13 15:55:11 -05:00
Michael Abashian 3879760430 Only try to regex replace quotes in strings 2017-01-13 13:30:17 -05:00
Michael Abashian 1f40569a32 Changed backend mock to /static regex to catch all static requests and return 200 2017-01-13 13:07:36 -05:00
Michael Abashian eaf68004d4 Fixed unit test failure 2017-01-13 11:58:48 -05:00
Michael Abashian 5344c66f45 Only show groups with a dynamic inventory source in the workflow editor 2017-01-13 11:50:37 -05:00
Michael Abashian 28ac03f291 Fixed wrapping bug on the search key 2017-01-12 20:20:22 -05:00
Michael Abashian 306da7b793 Updated the search key to be a little more relevant 2017-01-12 19:39:32 -05:00
Michael Abashian 4b16d12d48 Fixed bug where organization with a & in it was causing failed api requests 2017-01-12 14:41:29 -05:00
Michael Abashian 18fcfee96d Fixed a few search related bugs based on PR review feedback 2017-01-12 10:39:07 -05:00
Michael Abashian 531bf15330 Workflow node border tweaks and a small change to the workflow root in the details view. 2017-01-11 21:13:05 -05:00
Michael Abashian 83a6b8ba53 Fixed bug where relaunching a workflow job from the details view was throwing a 404. Also fixed bug where relaunching a workflow from the details view was not redirecting the user to the new details view. 2017-01-11 20:43:43 -05:00
Michael Abashian 46491a59e6 Removed the use of startsWith from encodeParam. PhantomJS didn't recognize that when the unit tests ran in jenkins. Rather than try to figure out why that might be the case I just changed the line. 2017-01-11 15:46:52 -05:00
Michael Abashian 50fd3d38cb Treat any search string that doesn't start with a matching attribute as a string 2017-01-11 15:00:50 -05:00
Michael Abashian 33aabfeb4c Fixed bug where clicking add permission when editing an org would do nothing 2017-01-11 14:53:08 -05:00
Michael Abashian c452f5fd80 Added more testing 2017-01-11 13:21:19 -05:00
Michael Abashian 644e464798 Handle the injected __search and __icontains so that they don't show up in the search tags. 2017-01-11 10:47:06 -05:00
Michael Abashian a36981dcb9 Now handling multiple instances of the same query param with different values 2017-01-10 16:53:35 -05:00
Michael Abashian d589dceaa2 Fixed pagination by stringifying the page number before trying to update the query param 2017-01-10 16:00:59 -05:00
Michael Abashian 2b0598f092 Started to refactor some smart search functionality 2017-01-10 15:10:59 -05:00
Michael Abashian e4d661f659 Fixed the column widths on the permissions modals 2017-01-06 21:14:04 -05:00
Michael Abashian f557d9cb71 Fixed bug that I introduced that was preventing permissions from being added 2017-01-06 17:08:49 -05:00
Michael Abashian 3945fbbb1c Fixed bug where breadcrumbs on a really small screen were dropping down below the bar 2017-01-04 17:44:55 -05:00
Michael Abashian 73a8b86360 Fixed the breadcrumb on the edit users page 2017-01-04 17:29:00 -05:00
Michael Abashian 006acadc25 Systematically truncate breadcrumbs based on their length to keep them inside the breadcrumb bar. This does not work on inventory manage breadcrumbs as those are controlled via a different mechanism. 2017-01-03 17:11:51 -05:00
Michael Abashian 36149b3c15 Sort by the name column when the list is a lookup 2016-12-22 15:39:06 -05:00
Michael Abashian c14612cd5d Fixed adhoc command flow 2016-12-22 14:30:01 -05:00
Michael Abashian 75334a4ea8 Properly relaunch a workflow job from the jobs list 2016-12-21 17:27:46 -05:00
Michael Abashian 72367310e0 Handle case where the user just hits enter without inputing a search string 2016-12-21 16:56:05 -05:00
Michael Abashian f2d6f3d4f3 Handle failed searches gracefully and consistently fire search when enter is pressed 2016-12-21 13:17:49 -05:00
Michael Abashian e152608332 Removed escaped quotes from template literal string - not needed 2016-12-21 09:18:31 -05:00
Michael Abashian 3d32597ec4 Merge branch 'mabashian-4272-add-team-user' into release_3.1.0 2016-12-20 16:58:35 -05:00
Michael Abashian 80fd0bd2e8 Merge branch '4272-add-team-user' of https://github.com/mabashian/ansible-tower into mabashian-4272-add-team-user
# Conflicts:
#	awx/ui/client/src/shared/stateDefinitions.factory.js
2016-12-20 16:58:16 -05:00
Michael Abashian cbdea119bd Fixed various issues with the lookup modals and lookup lists 2016-12-20 16:36:55 -05:00
Michael Abashian 43574ab74a Fixed bug where adding a user to a team wasn't possible. Also fixed some other bugs with deleting permissions. 2016-12-19 16:05:26 -05:00
Michael Abashian a5f275bcca Fix for adding batch permissions to teams. Also added logic to properly enable/disable the save button on this modal. 2016-12-19 12:27:41 -05:00
Michael Abashian 0ba47c1246 Fixed dashboard hosts edit 2016-12-19 10:40:40 -05:00
Michael Abashian 453df905ec Fixed bug where organization inventory/project lists were not being rendered 2016-12-16 13:24:34 -05:00
Michael Abashian 3f73e8f8d1 Fixed system jobs notifications route 2016-12-16 11:54:23 -05:00
Michael Abashian 0662720da3 Set the url before attempting to update the team 2016-12-15 17:44:20 -05:00
Michael Abashian 0504348d69 Removed Job Templates and Workflow Job Templates from the activity stream dropdown in favor of the combined Templates 2016-12-15 16:59:33 -05:00
Michael Abashian 851dacd407 Fixed recently used job templates edit link 2016-12-15 16:44:38 -05:00
Michael Abashian da5ff59081 Removed extra appendage of id to the edit user url 2016-12-15 16:08:03 -05:00
Michael Abashian 594f643fd8 Fix projects modal in jt add/edit 2016-12-15 15:39:17 -05:00
Michael Abashian d5ac7d6eae Fixed bug where scm_update_cache_timeout was not ever being shown 2016-12-15 12:47:24 -05:00
Michael Abashian 54e08256ba Enabled ssh_key_unlock field for network credentials 2016-12-15 12:22:39 -05:00
Michael Abashian 69292df170 Moved toggle password logic to a directive that can be added as an attribute of the button. 2016-12-15 12:07:08 -05:00
Michael Abashian ffaa43941a Added UI support for simultaneous job template runs 2016-12-14 16:25:20 -05:00
Michael Abashian 912af09831 Fixed organization add user/admin save button functionality 2016-12-14 15:36:29 -05:00
Michael Abashian 8d067172bb Merge branch 'mabashian-4164-details-view-audit' into release_3.1.0 2016-12-14 13:49:23 -05:00
Michael Abashian 32001521be Merge branch '4164-details-view-audit' of https://github.com/mabashian/ansible-tower into mabashian-4164-details-view-audit
# Conflicts:
#	awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js
#	awx/ui/client/src/workflow-results/workflow-results.partial.html
2016-12-14 13:48:48 -05:00
Michael Abashian c4c5e67427 Properly redirect after creating a new credential 2016-12-14 10:16:33 -05:00
Michael Abashian 0ff5c06b2b Removed moment injection from the workflow chart directive - not needed 2016-12-14 09:41:32 -05:00
Michael Abashian 24ee84b094 Fixed various bugs after auditing the workflow details page 2016-12-14 09:31:18 -05:00
Michael Abashian ec9065bc2f Added elapsed to the job default summary fields and removed started/finished 2016-12-13 16:55:03 -05:00
Michael Abashian 7e87f5031a Add 20px margin to the base workflow graph 2016-12-13 15:14:44 -05:00
Michael Abashian b93156d9b0 Fixed "add between node" icon location when adding between the root and another node. 2016-12-13 12:06:23 -05:00
Michael Abashian 7e54783fca Fixed bug where UI was not hitting different endpoints when deleting wfjt labels v. normal jt labels 2016-12-13 09:26:32 -05:00
Michael Abashian deca2bb5c1 Various fixes to the templates list based on audit feedback 2016-12-12 14:14:36 -05:00
Michael Abashian fdcae226aa Removed rogue comment - not needed 2016-12-12 11:25:20 -05:00
Michael Abashian 8165e18e64 Various small bug fixes dealing with the workflow maker and the add/edit workflow form. 2016-12-12 11:20:10 -05:00
Michael Abashian e8436699a9 Merge branch 'mabashian-4254-manual-pan-zoom' into release_3.1.0
# Conflicts:
#	awx/ui/client/src/workflow-results/workflow-results.controller.js
2016-12-08 16:14:16 -05:00
Michael Abashian 47d1b142b1 Merge branch '4254-manual-pan-zoom' of https://github.com/mabashian/ansible-tower into mabashian-4254-manual-pan-zoom 2016-12-08 16:10:39 -05:00
Michael Abashian 5666aab601 Tweaked workflow maker node help text based on how many nodes currently exist 2016-12-08 14:16:18 -05:00
Michael Abashian 0fbd6dde1e Change TOTAL JOBS to TOTAL TEMPLATES in the workflow maker 2016-12-08 12:06:16 -05:00
Michael Abashian 7e571d8ec9 Sanitize JT info popover strings before rending to avoid any monkeys being unnecessarily punched. 2016-12-08 11:42:24 -05:00
Michael Abashian f7d7e05877 Fixes for some Activity Stream bugs involving the query param changes that I made previously. 2016-12-08 11:25:09 -05:00
Michael Abashian bf6ee24a0c Added jt details popover when adding/eding workflow node 2016-12-07 16:29:38 -05:00