[jira] [Work started] (KNOX-3012) Fix the DN links on the Ozone SCM UI

2024-02-28 Thread Zita Dombi (Jira)


 [ 
https://issues.apache.org/jira/browse/KNOX-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on KNOX-3012 started by Zita Dombi.

> Fix the DN links on the Ozone SCM UI
> 
>
> Key: KNOX-3012
> URL: https://issues.apache.org/jira/browse/KNOX-3012
> Project: Apache Knox
>  Issue Type: Bug
>Reporter: Zita Dombi
>Assignee: Zita Dombi
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In HDDS-9732 we changed the datanode links on the SCM UI in Ozone, which we 
> need to follow in Knox too. 
> From this:
> {code:java}
>  href="{{typestat.portval.toLowerCase()}}://{{typestat.hostname}}:{{typestat.portno}}"
>  target="_blank">{{typestat.hostname}}
> {code}
> To this:
> {code:java}
>  target="_blank">{{typestat.hostname}}
> {code}
> We didn't adjust this in Knox, it's still looking for the previous one:
> {code:java}
>     
>     
>          pattern="{{typestat.portval.toLowerCase()}}://{{typestat.hostname}}:{{typestat.portno}}"/>
>          template="{gateway.url}/ozone-scm/datanode/index.html?host={{typestat.portval.toLowerCase()}}://{{typestat.hostname}}:{{typestat.portno}}
>  "/>
>     
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (KNOX-3012) Fix the DN links on the Ozone SCM UI

2024-02-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on KNOX-3012:


Author: ASF GitHub Bot
Created on: 28/Feb/24 22:45
Start Date: 28/Feb/24 22:45
Worklog Time Spent: 10m 
  Work Description: dombizita opened a new pull request, #873:
URL: https://github.com/apache/knox/pull/873

   ## What changes were proposed in this pull request?
   
   In Ozone in [HDDS-9732](https://issues.apache.org/jira/browse/HDDS-9732) the 
datanode links were changed on the SCM UI. We need to reflect these changes in 
Knox.
   
   ## How was this patch tested?
   
   I'll update this section with screenshots.
   




Issue Time Tracking
---

Worklog Id: (was: 907434)
Remaining Estimate: 0h
Time Spent: 10m

> Fix the DN links on the Ozone SCM UI
> 
>
> Key: KNOX-3012
> URL: https://issues.apache.org/jira/browse/KNOX-3012
> Project: Apache Knox
>  Issue Type: Bug
>Reporter: Zita Dombi
>Assignee: Zita Dombi
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In HDDS-9732 we changed the datanode links on the SCM UI in Ozone, which we 
> need to follow in Knox too. 
> From this:
> {code:java}
>  href="{{typestat.portval.toLowerCase()}}://{{typestat.hostname}}:{{typestat.portno}}"
>  target="_blank">{{typestat.hostname}}
> {code}
> To this:
> {code:java}
>  target="_blank">{{typestat.hostname}}
> {code}
> We didn't adjust this in Knox, it's still looking for the previous one:
> {code:java}
>     
>     
>          pattern="{{typestat.portval.toLowerCase()}}://{{typestat.hostname}}:{{typestat.portno}}"/>
>          template="{gateway.url}/ozone-scm/datanode/index.html?host={{typestat.portval.toLowerCase()}}://{{typestat.hostname}}:{{typestat.portno}}
>  "/>
>     
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] KNOX-3012 - Fix the DN links on the Ozone SCM UI [knox]

2024-02-28 Thread via GitHub


dombizita opened a new pull request, #873:
URL: https://github.com/apache/knox/pull/873

   ## What changes were proposed in this pull request?
   
   In Ozone in [HDDS-9732](https://issues.apache.org/jira/browse/HDDS-9732) the 
datanode links were changed on the SCM UI. We need to reflect these changes in 
Knox.
   
   ## How was this patch tested?
   
   I'll update this section with screenshots.
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [DISCUSS] Release Apache Knox v2.1.0

2024-02-28 Thread larry mccay
+1 - thanks, @Sandor!!!

On Tue, Feb 27, 2024 at 9:45 AM Phil Zampino  wrote:

> Even better!
>
> Thank you for volunteering to drive this release.
>
> On Tue, Feb 27, 2024 at 9:43 AM Sandor Molnar  >
> wrote:
>
> > Now, that Attila updated his JIRAs too, the previously mentioned 50+
> items
> > are a huge underestimation as there are almost 90 issues fixed since our
> > last release.
> > I also forgot to indicate that I'm volunteering for being the release
> > manager of v2.1.0.
> >
> > On Tue, Feb 27, 2024 at 3:35 PM Phil Zampino 
> wrote:
> >
> > > There are a number of good improvements included in that list of closed
> > > JIRAs, so I agree that releasing v2.1.0 in March is a good goal.
> > >
> > > +1
> > >
> > > On Tue, Feb 27, 2024 at 4:19 AM Sandor Molnar
> >  > > >
> > > wrote:
> > >
> > > > Hi folks!
> > > >
> > > > There have been more than 12 months or so since we released 2.0.0.
> > > >
> > > > We have a bit more than 50 resolved/closed JIRAs:
> > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/issues/?filter=-1=project%20%3D%20KNOX%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%202.1.0%20order%20by%20updated%20DESC
> > > >
> > > > Our dependabot integration was paused due to the lack of recent
> > > activities.
> > > > Today, I resumed that by merging one of the dependabot changes and
> now
> > > I'm
> > > > going through all of those open PRs and reviewing/merging them one by
> > > one.
> > > > Once those changes are merged I cannot see any obstacles preventing
> us
> > > from
> > > > releasing v2.1.0.
> > > >
> > > > I think we should release v2.1.0 over the next couple of weeks and
> aim
> > > for
> > > > a release in March 2024.
> > > >
> > > > Thoughts?
> > > >
> > > > Thanks,
> > > > Sandor
> > > >
> > >
> >
>


[jira] [Updated] (KNOX-3012) Fix the DN links on the Ozone SCM UI

2024-02-28 Thread Zita Dombi (Jira)


 [ 
https://issues.apache.org/jira/browse/KNOX-3012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zita Dombi updated KNOX-3012:
-
Description: 
In HDDS-9732 we changed the datanode links on the SCM UI in Ozone, which we 
need to follow in Knox too. 

>From this:
{code:java}
{{typestat.hostname}}
{code}
To this:
{code:java}
{{typestat.hostname}}
{code}
We didn't adjust this in Knox, it's still looking for the previous one:
{code:java}
    

    
        
        
    
{code}

  was:
In HDDS-9732 we changed the datanode links on the SCM UI in Ozone, which we 
need to follow in Knox too. 

>From this:
{code:java}
{{typestat.hostname}}
{code}
To this:
{code:java}
{{typestat.hostname}}
{code}
We didn't adjust this in Knox, it's still looking for the previous one, check 
[here|https://github.infra.cloudera.com/CDH/knox/blob/cdpd-master/gateway-service-definitions/src/main/resources/services/ozone-scm/1.2.0/rewrite.xml#L120]:
{code:java}
    

    
        
        
    
{code}


> Fix the DN links on the Ozone SCM UI
> 
>
> Key: KNOX-3012
> URL: https://issues.apache.org/jira/browse/KNOX-3012
> Project: Apache Knox
>  Issue Type: Bug
>Reporter: Zita Dombi
>Assignee: Zita Dombi
>Priority: Major
>
> In HDDS-9732 we changed the datanode links on the SCM UI in Ozone, which we 
> need to follow in Knox too. 
> From this:
> {code:java}
>  href="{{typestat.portval.toLowerCase()}}://{{typestat.hostname}}:{{typestat.portno}}"
>  target="_blank">{{typestat.hostname}}
> {code}
> To this:
> {code:java}
>  target="_blank">{{typestat.hostname}}
> {code}
> We didn't adjust this in Knox, it's still looking for the previous one:
> {code:java}
>     
>     
>          pattern="{{typestat.portval.toLowerCase()}}://{{typestat.hostname}}:{{typestat.portno}}"/>
>          template="{gateway.url}/ozone-scm/datanode/index.html?host={{typestat.portval.toLowerCase()}}://{{typestat.hostname}}:{{typestat.portno}}
>  "/>
>     
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (KNOX-3012) Fix the DN links on the Ozone SCM UI

2024-02-28 Thread Zita Dombi (Jira)
Zita Dombi created KNOX-3012:


 Summary: Fix the DN links on the Ozone SCM UI
 Key: KNOX-3012
 URL: https://issues.apache.org/jira/browse/KNOX-3012
 Project: Apache Knox
  Issue Type: Bug
Reporter: Zita Dombi
Assignee: Zita Dombi


In HDDS-9732 we changed the datanode links on the SCM UI in Ozone, which we 
need to follow in Knox too. 

>From this:
{code:java}
{{typestat.hostname}}
{code}
To this:
{code:java}
{{typestat.hostname}}
{code}
We didn't adjust this in Knox, it's still looking for the previous one, check 
[here|https://github.infra.cloudera.com/CDH/knox/blob/cdpd-master/gateway-service-definitions/src/main/resources/services/ozone-scm/1.2.0/rewrite.xml#L120]:
{code:java}
    

    
        
        
    
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)