Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-24 Thread Victor Martinez
Hi, any news? Thanks On Saturday, 19 September 2015 13:44:52 UTC+2, Victor Martinez wrote: > > Alright, I've already renamed, further details: > >- Github repo: *https://github.com/v1v/percentage-du-node-column-plugin >* >-

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-24 Thread Daniel Beck
Done: https://github.com/jenkinsci/percentage-du-node-column-plugin I also created a JIRA component for you. Daniel On 24.09.2015, at 12:43, Victor Martinez wrote: > Hi, >any news? > Thanks > On Saturday, 19 September 2015 13:44:52 UTC+2, Victor Martinez

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-24 Thread Victor Martinez
Awesome, Thanks Daniel! On Thursday, 24 September 2015 14:08:19 UTC+2, Daniel Beck wrote: > > Done: https://github.com/jenkinsci/percentage-du-node-column-plugin > > I also created a JIRA component for you. > > Daniel > > On 24.09.2015, at 12:43, Victor Martinez >

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-19 Thread Victor Martinez
Alright, I've already renamed, further details: - Github repo: *https://github.com/v1v/percentage-du-node-column-plugin * - Plugin name:* percentage-du-node-column* - Github user: *v1v* - jenkins-ci.org: *v2v* -

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-18 Thread Daniel Beck
The general naming convention (often broken, but still) would result in percentage-du-node-column as the artifactID, and percentage-du-node-column-plugin as the GitHub repo name. On 18.09.2015, at 21:05, Victor Martinez wrote: > It's exactly the same

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-18 Thread Robert Sandell
Using the word column in the plugin is probably what made the initial discussion in this thread a bit confusing, since it can be confused with a ListViewColumn for when displaying Jobs and other items, which is the more common type of "column", and that could confuse users as well. Maybe using

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-18 Thread Daniel Beck
It uses % rather than the absolute byte value, and is therefore more useful when you have vastly different nodes. E.g. the 50GB workspaces on the 2TB slave will require a different take-this-offline threshold than the 20MB workspaces on the 20GB VM. OTOH is doesn't tell you exactly how much is

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-17 Thread Victor Martinez
Awesome Thanks Daniel, Regarding your question, I just wanted a tiny plugin with simple functionality rather than a complex one which might be harder to maintain. Thanks for the advice of the plugin name, I've just renamed it as "percentage-du-column" *Repo*:

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-14 Thread Daniel Beck
On 02.09.2015, at 23:53, Victor Martinez wrote: > - The Extra Columns plugin is job based I'm afraid, does it make sense to > merge those functionalities? No. You cannot actually hide node columns AFAIK, so every installed + enabled plugin always contributes

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-14 Thread Victor Martinez
Hi, any feedback? Thanks On Friday, 4 September 2015 21:11:06 UTC+2, Victor Martinez wrote: > > Hi, > > Any updates on this? Please let me know your thoughts and if you need > further details. > > Thanks > > On Wednesday, 2 September 2015 23:53:22 UTC+2, Victor Martinez wrote: >> >> Hi, >>

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-04 Thread Victor Martinez
Hi, Any updates on this? Please let me know your thoughts and if you need further details. Thanks On Wednesday, 2 September 2015 23:53:22 UTC+2, Victor Martinez wrote: > > Hi, > > - The Extra Columns plugin is job based I'm afraid, does it make sense to > merge those functionalities? >

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-02 Thread Victor Martinez
I agree, disk space usage plugin is causing some performance issues AFAIK besides of that it is job focus. IMO its Name should be more descriptive for that plugin rather than merging that functionality. What do you thing? -- You received this message because you are subscribed to the Google

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-02 Thread Christopher Orr
Or at least it could be part of the Extra Columns plugin, which is an existing collection of various useful columns. https://wiki.jenkins-ci.org/display/JENKINS/Extra+Columns+Plugin If this does get added as a new plugin, it would really need to have a different name, as "PercentageColumn" gives

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-02 Thread Victor Martinez
Hi, - The Extra Columns plugin is job based I'm afraid, does it make sense to merge those functionalities? - Does it make sense to use % of remaining free disk space or % disk usage? - Regarding the name of that plugin, what do you think about "PercentageFreeDiskSpaceColumn" and

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-02 Thread domi
would this not make more sense to be included in https://wiki.jenkins-ci.org/display/JENKINS/Disk+Usage+Plugin ? /Domi On 02 Sep 2015, at 11:58, Victor Martinez wrote: > I've already created the wiki page: >

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-02 Thread Richard Bywater
I'm not sure they are the same thing. If I read it correctly, one (Disk Usage Plugin) appears to be the amount of usage a job uses, whilst the % Disk Space plugin proposed here simply translates the free/total disk space to a percentage on the Nodes list. Richard. On Wed, 2 Sep 2015 at 23:29

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-02 Thread Victor Martinez
I've already created the wiki page: *https://wiki.jenkins-ci.org/display/JENKINS/PercentageColumn+Plugin * Cheers On Tuesday, 1 September 2015 23:26:35 UTC+2, Victor Martinez wrote: > > Hi there, > I've been working on some

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-02 Thread Daniel Beck
> On 02.09.2015, at 07:40, domi wrote: > > From an enduser perspective I think these two things provide similar > information (one just more fine grained) and I would rather have both in the > same plugin - the name DiskUsage Plugin just screens for this functionality Disk

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-02 Thread Victor Martinez
Exactly, it does provide a simple use case for monitoring total disk space & percentage of usage since Jenkins doesn't provide those details Víctor On Wednesday, 2 September 2015 13:52:22 UTC+2, Richard Bywater wrote: > > I'm not sure they are the same thing. If I read it correctly, one (Disk >

Re: Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-02 Thread domi
>From an enduser perspective I think these two things provide similar >information (one just more fine grained) and I would rather have both in the >same plugin - the name DiskUsage Plugin just screens for this functionality …just my 2 cents /Domi On 02 Sep 2015, at 16:31, Victor Martinez

Hosting a new Plugin - Percentage DiskSpace usage column

2015-09-01 Thread Victor Martinez
Hi there, I've been working on some Jenkins automation to monitor those slaves and have some specific disk space cleanup policy, rather than using absolute diskspace usage metrics I wanted to use % disk space usage column in the Manage Nodes page. - Github repo: