Branch: refs/heads/master
Home: https://github.com/jenkinsci/plot-plugin
Commit: e7ddcaca78f5812085b25032ea86585fc7578bf3
https://github.com/jenkinsci/plot-plugin/commit/e7ddcaca78f5812085b25032ea86585fc7578bf3
Author: William Skellenger <[email protected]>
Date: 2019-06-11 (Tue, 11 Jun 2019)
Changed paths:
M src/main/java/hudson/plugins/plot/CSVSeries.java
M src/test/java/hudson/plugins/plot/CSVReaderTest.java
M src/test/java/hudson/plugins/plot/CSVSeriesTest.java
A src/test/resources/spacestest.csv
Log Message:
-----------
Trim trailing whitespaces on labels and values
Update test cases and test more than one CSV file.
Add test case that excludes only the last row.
Commit: ae76e99161eb9d589dccc1b2eeaf0d34dc54ea3b
https://github.com/jenkinsci/plot-plugin/commit/ae76e99161eb9d589dccc1b2eeaf0d34dc54ea3b
Author: vgaidarji <[email protected]>
Date: 2019-06-11 (Tue, 11 Jun 2019)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Run tests on Windows too
Commit: dfcc52ae612212a3da9ad014cb1be3e53cb4b5ab
https://github.com/jenkinsci/plot-plugin/commit/dfcc52ae612212a3da9ad014cb1be3e53cb4b5ab
Author: vgaidarji <[email protected]>
Date: 2019-06-12 (Wed, 12 Jun 2019)
Changed paths:
M src/test/java/hudson/plugins/plot/PlotBuilderTest.java
Log Message:
-----------
Switch to writeFile in test pipelines
It's needed for test to run on Windows machines too,
can't use sh step.
Commit: 7e32045a98e0390272fffaa02c6059f1c9312eda
https://github.com/jenkinsci/plot-plugin/commit/7e32045a98e0390272fffaa02c6059f1c9312eda
Author: vgaidarji <[email protected]>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M src/test/java/hudson/plugins/plot/CSVReaderTest.java
M src/test/java/hudson/plugins/plot/CSVSeriesTest.java
R src/test/resources/spacestest.csv
A src/test/resources/test_trailing_spaces.csv
Log Message:
-----------
Reformat introduced test changes
Commit: a96a245dfabd70e769323196741ad17ae06844c5
https://github.com/jenkinsci/plot-plugin/commit/a96a245dfabd70e769323196741ad17ae06844c5
Author: vgaidarji <[email protected]>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M src/test/java/hudson/plugins/plot/CSVSeriesTest.java
Log Message:
-----------
Remove unused constant
Commit: 46f51397c6fd41583d2834a4e7b2549cb76c3587
https://github.com/jenkinsci/plot-plugin/commit/46f51397c6fd41583d2834a4e7b2549cb76c3587
Author: vgaidarji <[email protected]>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M src/test/java/hudson/plugins/plot/CSVReaderTest.java
M src/test/java/hudson/plugins/plot/CSVSeriesTest.java
M src/test/java/hudson/plugins/plot/SeriesTestCase.java
Log Message:
-----------
Use proper assertions and fail methods in tests
Commit: 51a7a4ad71e11b443162df4543841aae0b3e4f3a
https://github.com/jenkinsci/plot-plugin/commit/51a7a4ad71e11b443162df4543841aae0b3e4f3a
Author: vgaidarji <[email protected]>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M src/test/java/hudson/plugins/plot/CSVReaderTest.java
M src/test/java/hudson/plugins/plot/CSVSeriesTest.java
M src/test/java/hudson/plugins/plot/PropertiesSeriesTest.java
M src/test/java/hudson/plugins/plot/SeriesTestCase.java
M src/test/java/hudson/plugins/plot/XMLSeriesTest.java
Log Message:
-----------
Simplify workspace directory creation for tests
Commit: fb575effab3dfc52ad07918fd3a2c591763482c8
https://github.com/jenkinsci/plot-plugin/commit/fb575effab3dfc52ad07918fd3a2c591763482c8
Author: vgaidarji <[email protected]>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M src/test/java/hudson/plugins/plot/CSVReaderTest.java
M src/test/java/hudson/plugins/plot/CSVSeriesTest.java
M src/test/java/hudson/plugins/plot/PropertiesSeriesTest.java
M src/test/java/hudson/plugins/plot/SeriesTestCase.java
M src/test/java/hudson/plugins/plot/XMLSeriesTest.java
Log Message:
-----------
Migrate all tests to org.junit
Remove legacy HudsonTestCase from base SeriesTestCase class
Commit: 2053b48602f0f48c4700ecc0809dc8b39f9f27cd
https://github.com/jenkinsci/plot-plugin/commit/2053b48602f0f48c4700ecc0809dc8b39f9f27cd
Author: vgaidarji <[email protected]>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M src/test/java/hudson/plugins/plot/XMLSeriesTest.java
Log Message:
-----------
Remove XML Boolean test
There are no booleans in source XML and test was ignored since beginning.
Test for booleans will be added later if needed.
Commit: 29898bd08bf5d65834705129413a2f71b839a5f4
https://github.com/jenkinsci/plot-plugin/commit/29898bd08bf5d65834705129413a2f71b839a5f4
Author: vgaidarji <[email protected]>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M src/test/resources/test.csv
M src/test/resources/test.properties
M src/test/resources/test_trailing_semicolon.csv
M src/test/resources/test_trailing_spaces.csv
Log Message:
-----------
Make sure test files end with exactly one new line
Commit: adc23757127218bb023032ed97a5fbea4c8048fe
https://github.com/jenkinsci/plot-plugin/commit/adc23757127218bb023032ed97a5fbea4c8048fe
Author: Veaceslav Gaidarji <[email protected]>
Date: 2019-06-13 (Thu, 13 Jun 2019)
Changed paths:
M Jenkinsfile
M src/main/java/hudson/plugins/plot/CSVSeries.java
M src/test/java/hudson/plugins/plot/CSVReaderTest.java
M src/test/java/hudson/plugins/plot/CSVSeriesTest.java
M src/test/java/hudson/plugins/plot/PlotBuilderTest.java
M src/test/java/hudson/plugins/plot/PropertiesSeriesTest.java
M src/test/java/hudson/plugins/plot/SeriesTestCase.java
M src/test/java/hudson/plugins/plot/XMLSeriesTest.java
M src/test/resources/test.csv
M src/test/resources/test.properties
M src/test/resources/test_trailing_semicolon.csv
A src/test/resources/test_trailing_spaces.csv
Log Message:
-----------
Trim trailing whitespaces on labels and values (#52)
Trim trailing whitespaces on labels and values
Compare:
https://github.com/jenkinsci/plot-plugin/compare/a88cfe6ee279...adc237571272
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/plot-plugin/push/refs/heads/master/a88cfe-adc237%40github.com.
For more options, visit https://groups.google.com/d/optout.