Commit Graph
32 Commits
Author SHA1 Message Date
Jared Tabor a3144ee234 Update error handling on host service after angular upgrade 2017-12-04 13:52:34 -08:00
Jared Tabor 32cb18fc85 removing codemirror instantiation from $transition event 2017-11-14 10:24:36 -08:00
Jared Tabor 4fbfddaa93 changes from PR feedback: removing ghost action icon
and fixing a bug where the list of job templates was improperly
updated when a job was running and live events were received.
2017-10-26 16:50:12 -07:00
Jared Tabor 5e349590fd making JOB TEMPLATES tab the last tab on the projects form 2017-10-25 11:21:36 -07:00
Jared Tabor 625c0ad578 Adding Project Based Navigation of Job Templates
This adds a Job Templates tab onto the Project form that gives
the user the ability to see all the job templates using a project.
Clicking the add button on this list will take the user to the job
template form with the project field auto-filled with the project.
2017-10-25 11:21:36 -07:00
Jared Tabor 275e02a8cf fixing issue with scrolling due to UI-router upgrade 2017-10-18 20:16:05 -07:00
Jared Tabor 887a09d052 fixing issue from UI-router upgrade where document title wouldn't update
with the name of the state.
2017-10-18 16:34:39 -07:00
Jared Tabor 02af117f51 adjusting unit tests to pass 2017-10-18 16:34:39 -07:00
Jared Tabor 6e2de1b4b0 changing "dyanmic" to "dynamic" 2017-10-18 16:34:39 -07:00
Jared Tabor 47f743e623 fixing removeTerm for smart search to work 2017-10-18 16:34:39 -07:00
Jared Tabor 4f0fa57a1b removing $urlMatcherFactory and $urlRouter b/c they're deprecated
in favor or $urlService
2017-10-18 16:34:39 -07:00
Jared Tabor 3d5f301a07 removing notify:false, it's deprecated 2017-10-18 16:34:39 -07:00
Jared Tabor f9c991e660 replacing all stateChangeSuccess for $transition.onSuccess 2017-10-18 16:34:39 -07:00
Jared Tabor 6e3f4a7a6e fixing issues w/ lazyloaded states 2017-10-18 16:34:38 -07:00
Jared Tabor 07139820cb updating angular-ui-router to v. 1.0.7 2017-10-18 16:34:38 -07:00
Jared Tabor 774a3da7f4 generalizing class which is ignored when trying to drag the host-event-modal
it was only applied to .CodeMirror, which is only used by the JSON tab
2017-10-17 16:03:39 -07:00
Jared Tabor c9ffc0e7c1 adding extra logic check for ansible_facts in smart search
a change related to related-group-searches caused a regression when
searching for ansible_facts
2017-09-29 15:02:50 -07:00
Jared Tabor 140af9ea47 adding "admin_role" as a default query param for insights cred lookup 2017-09-29 12:25:21 -07:00
Jared Tabor 8980e70918 changing insights cred lookup to not use hard coded cred type
and rather, do a comparison against the credential_type endpoint
2017-09-29 12:18:30 -07:00
Jared Tabor 3c29baea61 fixing typo with adding query params for instance groups modal
it was missing the query params for order_by and page_size
2017-09-27 13:57:02 -07:00
Jared Tabor a2e947ff70 turning off debug mode 2017-09-21 20:17:54 -07:00
Jared Tabor 4aa841f44b Final fix for socket connection when emitting messages before connection is open
using setTimeout
2017-09-20 20:07:17 -07:00
Jared Tabor 28c1718965 tagging ON/OFF toggles for translations 2017-09-20 17:58:52 -07:00
Jared Tabor 557780bf08 adding translation tag for "No records matched your search" 2017-09-20 17:52:13 -07:00
Jared Tabor 0b1d8ccd92 send last socket message if last socket didn't go thru due to socket not open 2017-09-20 18:40:37 +00:00
Jared Tabor 44be46a436 using settimeout if connection not opened 2017-09-19 16:28:12 -07:00
Jared Tabor ef4388f414 taging some delete modals for translations 2017-09-19 13:25:45 -07:00
Jared Tabor 3b83d6639a initializing i18nInit module 2017-09-18 16:29:49 -07:00
Jared Tabor bf2aabda66 My fix for reverting adhoc modules 2017-08-04 15:21:42 -07:00
Jared Tabor 73c118b914 fixing race condition with config service
for enterprise/basic licenses, the user should be immediately routed
to the license page if they do not have a license.
2017-08-03 12:33:10 -07:00
Jared Tabor 6f51571550 allowing job submission to submit only a vault cred
previously you were only allowed to submit a job if it had an ssh cred
2017-07-25 18:14:50 -07:00
Jared Tabor 005079e5b6 fixing URL used for "VIEW MORE" of groups 2017-07-25 14:37:38 -07:00