You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/26 17:55:00 UTC

[jira] [Work logged] (KNOX-1955) Admin UI should handle gateway.path change

     [ https://issues.apache.org/jira/browse/KNOX-1955?focusedWorklogId=283529&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-283529 ]

ASF GitHub Bot logged work on KNOX-1955:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Jul/19 17:54
            Start Date: 26/Jul/19 17:54
    Worklog Time Spent: 10m 
      Work Description: risdenk commented on issue #123: KNOX-1955 - Admin UI should handle gateway.path change
URL: https://github.com/apache/knox/pull/123#issuecomment-515544203
 
 
   @pzampino can you take a look?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 283529)
    Time Spent: 20m  (was: 10m)

> Admin UI should handle gateway.path change
> ------------------------------------------
>
>                 Key: KNOX-1955
>                 URL: https://issues.apache.org/jira/browse/KNOX-1955
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: AdminUI
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Major
>             Fix For: 1.4.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> gateway.path is assumed to be "/gateway/" in the AdminUI. This should instead take gateway.path into account.
> {code:java}
> git grep -F gateway/ -- gateway-admin-ui/ | cat
> gateway-admin-ui/admin-ui/app/gateway-version.service.ts:    private apiUrl = '/gateway/manager/api/v1/version';
> gateway-admin-ui/admin-ui/app/resource/resource.service.ts:    apiUrl = '/gateway/manager/api/v1/';
> gateway-admin-ui/admin-ui/app/topology.service.ts:    apiUrl = '/gateway/manager/api/v1/';
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)