Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/extra-columns-plugin
  Commit: 53b4258641feb2861e5a5142991c54434c38826b
      
https://github.com/jenkinsci/extra-columns-plugin/commit/53b4258641feb2861e5a5142991c54434c38826b
  Author: Sanketh I <sank...@alumni.iitm.ac.in>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    A src/main/java/jenkins/plugins/extracolumns/CronTriggerColumn.java
    M src/main/resources/index.jelly
    A 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/column.jelly
    A 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/columnHeader.jelly
    A 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/columnHeader.properties
    A 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/config.jelly
    M src/main/resources/jenkins/plugins/extracolumns/Messages.properties
    A src/main/webapp/help-cron-trigger-column.html

  Log Message:
  -----------
  Title: Adding a Cron Build Trigger column to Extra columns plugin

Description: This change adds the ability to add a new column to jenkins 
dashboards,
showing the periodic build trigger for jobs, if it exists. The column will show
the periodic build trigger in crontab format.

Most of the code is adapted from the build description column.

Test Plan: Tested the following cases with a local debug run of jenkins using 
maven.

1/ Verify that a job with no periodic build trigger shows up empty.
2/ Verify that a job with periodic build trigger shows up correctly.
3/ Verify that removing and adding a trigger has the right effect on the column.


  Commit: 6dc3cd2d342e4859890cff492755c5db2bba4524
      
https://github.com/jenkinsci/extra-columns-plugin/commit/6dc3cd2d342e4859890cff492755c5db2bba4524
  Author: Sanketh I <sank...@alumni.iitm.ac.in>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/extracolumns/CronTriggerColumn.java
    M 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/column.jelly
    M src/main/resources/jenkins/plugins/extracolumns/Messages.properties
    M src/main/webapp/help-cron-trigger-column.html

  Log Message:
  -----------
  Title: Add the ability to show previous and next run times for periodically 
building jobs in a tooltip for the build trigger column.

Description: This change builds on the previous change adding a periodic build 
trigger column and adds a useful tooltip
to show the prev and next runtimes for these jobs. This allows users to quickly 
double check their expectation
of the crontab format value.

Test Plan:
1/ Verify that the previous and next run times are shown correctly for regular 
cron format.
2/ Verify that prev and next runtimes are shown correctly for cron formats 
using jenkins hash 'H' values.


  Commit: c460cb49485edf6d14da71e7ab598e2d4a6ce66b
      
https://github.com/jenkinsci/extra-columns-plugin/commit/c460cb49485edf6d14da71e7ab598e2d4a6ce66b
  Author: Sanketh I <sank...@alumni.iitm.ac.in>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M src/main/resources/jenkins/plugins/extracolumns/Messages.properties

  Log Message:
  -----------
  Title: Minor change to message to match existing message in TimerTrigger

Test Plan: Verify message change is reflected in tooltip.


  Commit: d29089310be47e8c09d2429212f913887fe48de2
      
https://github.com/jenkinsci/extra-columns-plugin/commit/d29089310be47e8c09d2429212f913887fe48de2
  Author: Sanketh I <sank...@alumni.iitm.ac.in>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/extracolumns/CronTriggerColumn.java

  Log Message:
  -----------
  Title: [Minor] Fix possible null pointer deref

Description: Jenkins build reported this new warning.

Test Plan: Verify cron output and tooltip still  show up as expected.


  Commit: b4d93ecacf01d04057f1463fa36157351d0275de
      
https://github.com/jenkinsci/extra-columns-plugin/commit/b4d93ecacf01d04057f1463fa36157351d0275de
  Author: Sanketh I <sank...@alumni.iitm.ac.in>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/extracolumns/CronTriggerColumn.java

  Log Message:
  -----------
  Title: [Minor] Fix another possible null pointer deref

Test Plan: Verify functionality. This should fix the jenkins build warnings.


  Commit: eb0ffdee8f5d7ebfd9f1101bdc6cbb622e8f92ca
      
https://github.com/jenkinsci/extra-columns-plugin/commit/eb0ffdee8f5d7ebfd9f1101bdc6cbb622e8f92ca
  Author: Sanketh I <sank...@alumni.iitm.ac.in>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M README.md
    M src/main/java/jenkins/plugins/extracolumns/CronTriggerColumn.java
    M 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/column.jelly
    M 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/columnHeader.jelly
    M 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/columnHeader.properties
    M 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/config.jelly
    M src/main/webapp/help-cron-trigger-column.html

  Log Message:
  -----------
  Title: Address fredg's feedback

Description:
1/ Make column string and tooltip "N/A" by default for consistency with other 
columns
2/ Style fixes and copyright statement updates

Test Plan:
1/ Test jobs with and without cron triggers. Test changing cron trigger.
2/ Test tooltips for these cases.


  Commit: 693a38f4263f9d343e4579f8d2bd0b670e1d9b6f
      
https://github.com/jenkinsci/extra-columns-plugin/commit/693a38f4263f9d343e4579f8d2bd0b670e1d9b6f
  Author: Fred G <fred...@hotmail.com>
  Date:   2017-05-09 (Tue, 09 May 2017)

  Changed paths:
    M README.md
    A src/main/java/jenkins/plugins/extracolumns/CronTriggerColumn.java
    M src/main/resources/index.jelly
    A 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/column.jelly
    A 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/columnHeader.jelly
    A 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/columnHeader.properties
    A 
src/main/resources/jenkins/plugins/extracolumns/CronTriggerColumn/config.jelly
    M src/main/resources/jenkins/plugins/extracolumns/Messages.properties
    A src/main/webapp/help-cron-trigger-column.html

  Log Message:
  -----------
  Merge pull request #15 from isanketh/master

Add a new column to show the cron trigger for jobs


Compare: 
https://github.com/jenkinsci/extra-columns-plugin/compare/7fad6dd3941a...693a38f4263f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to