[jenkinsci/performance-plugin] 686704: simplify tests by using nose executor

2017-07-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 68670492ad7a14bfebf49109695f29c0d9f0aeb4
  
https://github.com/jenkinsci/performance-plugin/commit/68670492ad7a14bfebf49109695f29c0d9f0aeb4
  Author: Andrey Pokhilko 
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
M src/test/resources/performanceTest.yml
M src/test/resources/performanceTestWithFailCriteria.yml

  Log Message:
  ---
  simplify tests by using nose executor


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


[jenkinsci/performance-plugin] bfc119: Add change to changelog

2017-07-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: bfc11949d1b75c15a0d815354c94f09a58aee41d
  
https://github.com/jenkinsci/performance-plugin/commit/bfc11949d1b75c15a0d815354c94f09a58aee41d
  Author: Andrey Pokhilko 
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
M docs/Changelog.md

  Log Message:
  ---
  Add change to changelog


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


[jenkinsci/performance-plugin] 4ab754: add PerformanceProjectAction only to runs, which c...

2017-07-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 4ab754b6b2026898f7611ca45bf857fc5bf64d19
  
https://github.com/jenkinsci/performance-plugin/commit/4ab754b6b2026898f7611ca45bf857fc5bf64d19
  Author: Raphael Pionke 
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
M pom.xml
M 
src/main/java/hudson/plugins/performance/workflow/WorkflowActionsFactory.java
M 
src/test/java/hudson/plugins/performance/workflow/WorkflowActionsFactoryTest.java

  Log Message:
  ---
  add PerformanceProjectAction only to runs, which contain 
PerformanceBuildAction (#121)

* add PerformanceProjectAction only to jobs which use the plugin

* apply canonical POM element order ('mvn tidy:pom') and update workflow 
dependencies

* fix unit tests


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


[jenkinsci/performance-plugin] 0caa85: fixed: Split params for build step (#120)

2017-07-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0caa85da873d838403cba50a0267d3901b2a55df
  
https://github.com/jenkinsci/performance-plugin/commit/0caa85da873d838403cba50a0267d3901b2a55df
  Author: Artem Fedorov 
  Date:   2017-07-10 (Mon, 10 Jul 2017)

  Changed paths:
M docs/Changelog.md
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M src/test/java/hudson/plugins/performance/PerformancePipelineTest.java

  Log Message:
  ---
  fixed: Split params for build step (#120)


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


[jenkinsci/performance-plugin] bb74af: Support absolute path in publisher (#119)

2017-07-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: bb74afe662df17b84f694c2a094f2372a71c2769
  
https://github.com/jenkinsci/performance-plugin/commit/bb74afe662df17b84f694c2a094f2372a71c2769
  Author: Artem Fedorov 
  Date:   2017-07-10 (Mon, 10 Jul 2017)

  Changed paths:
M docs/Changelog.md
M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M src/test/java/hudson/plugins/performance/parsers/ParserFactoryTest.java
A src/test/resources/single_result/nested/res.jtl
A src/test/resources/single_result/res.csv

  Log Message:
  ---
  Support absolute path in publisher (#119)

* add tests for absolute path

* fixed test

* support absolute path

* add change log

* fixed glob

* fixed slave channel

* add some logs


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


[jenkinsci/performance-plugin] 6a0986: fixed default values of errorUnstableThreshold & e...

2017-07-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 6a098613270f879a33a66199f329417c46691bda
  
https://github.com/jenkinsci/performance-plugin/commit/6a098613270f879a33a66199f329417c46691bda
  Author: Artem Fedorov 
  Date:   2017-07-08 (Sat, 08 Jul 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/test/java/hudson/plugins/performance/PerformancePipelineTest.java

  Log Message:
  ---
  fixed default values of errorUnstableThreshold & errorFailedThreshold (#117)

* fixed default values of errorUnstableThreshold & errorFailedThreshold

* fixed test


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


[jenkinsci/performance-plugin] 0dbbe0: FIX: Comparison to baseline (#118)

2017-07-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0dbbe0730f70a6a0be3d0c67491192350a078219
  
https://github.com/jenkinsci/performance-plugin/commit/0dbbe0730f70a6a0be3d0c67491192350a078219
  Author: Artem Fedorov 
  Date:   2017-07-08 (Sat, 08 Jul 2017)

  Changed paths:
M docs/Changelog.md
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java

  Log Message:
  ---
  FIX: Comparison to baseline (#118)


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


[jenkinsci/performance-plugin] 4a01ac: add `Always use virtualenv` flag (#116)

2017-07-08 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 4a01acd8223a748222ee7e42f4b82e7e6f1a8328
  
https://github.com/jenkinsci/performance-plugin/commit/4a01acd8223a748222ee7e42f4b82e7e6f1a8328
  Author: Artem Fedorov 
  Date:   2017-07-08 (Sat, 08 Jul 2017)

  Changed paths:
M docs/Changelog.md
M docs/RunTests.md
M docs/run_extended_config.png
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.properties
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  add `Always use virtualenv` flag (#116)


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


[jenkinsci/performance-plugin] 59a63f: Fixed changing build status with default compariso...

2017-07-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 59a63f67cc4d7d829f854a79ec6d6ef9b77d9e65
  
https://github.com/jenkinsci/performance-plugin/commit/59a63f67cc4d7d829f854a79ec6d6ef9b77d9e65
  Author: Artem Fedorov 
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
M docs/Changelog.md
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Fixed changing build status with default comparison option (#115)

* Fixed changing build status with default compatison

* add changelog


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


[jenkinsci/performance-plugin] a6b5ed: fix saving RelativeUnstableThresholdNegative (#114...

2017-06-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: a6b5ed42465cabce41197e527016acfcbb6e9cd2
  
https://github.com/jenkinsci/performance-plugin/commit/a6b5ed42465cabce41197e527016acfcbb6e9cd2
  Author: Märt 
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  fix saving RelativeUnstableThresholdNegative (#114)


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


[jenkinsci/performance-plugin] 77c850: Add release notice

2017-06-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 77c8501503b370c5fea5633887ee513927b8e94d
  
https://github.com/jenkinsci/performance-plugin/commit/77c8501503b370c5fea5633887ee513927b8e94d
  Author: Andrey Pohilko 
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
M docs/Changelog.md

  Log Message:
  ---
  Add release notice


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


[jenkinsci/performance-plugin] 1a123a: [maven-release-plugin] prepare for next developmen...

2017-06-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 1a123a939cca271b9166137388e482ead44dcaba
  
https://github.com/jenkinsci/performance-plugin/commit/1a123a939cca271b9166137388e482ead44dcaba
  Author: Andrey Pohilko 
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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


[jenkinsci/performance-plugin]

2017-06-02 Thread GitHub
  Branch: refs/tags/performance-3.1
  Home:   https://github.com/jenkinsci/performance-plugin

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


[jenkinsci/performance-plugin] 08d9e3: [maven-release-plugin] prepare release performance...

2017-06-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 08d9e3599ef7fc3e0ba1b7842ecb2bcff16497c5
  
https://github.com/jenkinsci/performance-plugin/commit/08d9e3599ef7fc3e0ba1b7842ecb2bcff16497c5
  Author: Andrey Pohilko 
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-3.1


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


[jenkinsci/performance-plugin] 01175d: Choose bzt version (#113)

2017-06-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 01175d7a9f950636148bc6968f963f5ec441b193
  
https://github.com/jenkinsci/performance-plugin/commit/01175d7a9f950636148bc6968f963f5ec441b193
  Author: Artem Fedorov 
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
M docs/Changelog.md
M docs/RunTests.md
M docs/run_extended_config.png
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.properties
M src/test/java/hudson/plugins/performance/PerformancePipelineTest.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  Choose bzt version (#113)

* add changes in changelog

* add bztVersion field

* change bzt version to install

* fixed displaying of quotes

* add docs

* added test for checking installed bzt version

* fixed travis

* restart travis


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


[jenkinsci/performance-plugin] af6cd4: Fix showing performance trend in workflow job (#11...

2017-06-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: af6cd4812b8bd76f0b280cba7525d4a6b8bbbcdc
  
https://github.com/jenkinsci/performance-plugin/commit/af6cd4812b8bd76f0b280cba7525d4a6b8bbbcdc
  Author: Artem Fedorov 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M 
src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/java/hudson/plugins/performance/details/GraphConfigurationDetail.java
M 
src/main/java/hudson/plugins/performance/details/TestSuiteReportDetail.java
M src/main/java/hudson/plugins/performance/details/TrendReportDetail.java
A 
src/main/java/hudson/plugins/performance/workflow/WorkflowActionsFactory.java
M 
src/main/resources/hudson/plugins/performance/actions/PerformanceProjectAction/index.jelly
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
M src/main/resources/hudson/plugins/performance/tags/summaryTable.jelly
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java
A 
src/test/java/hudson/plugins/performance/workflow/WorkflowActionsFactoryTest.java

  Log Message:
  ---
  Fix showing performance trend in workflow job (#112)

* fixed spinnet generator for bzt command

* change project type from AbstractProject to Job

* add WorkflowActionsFactory

* add performance trend to workflow job

* fixed PWD test

* move Previous Http Code into sup tag

* fixed performance action test

* fixed test on jenkins

* change name folder in root


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


[jenkinsci/performance-plugin] bf1c87: Add change pwd into build step (#111)

2017-05-31 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: bf1c87bd8216872d8026bf01a81f4dd0fa2a521e
  
https://github.com/jenkinsci/performance-plugin/commit/bf1c87bd8216872d8026bf01a81f4dd0fa2a521e
  Author: Artem Fedorov 
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.properties
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  Add change pwd into build step (#111)

* update structs version

* add change pwd for build step

* add pwd test

* fixed empty workspace

* add field on gui

* fixed GUI and replace labels into prop file

* changed error message for mkdir fail


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


[jenkinsci/performance-plugin] c6668b: choose graph type based on failure condition (#110...

2017-05-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: c6668b864117ff1af4d382e2129b3eaa6260c060
  
https://github.com/jenkinsci/performance-plugin/commit/c6668b864117ff1af4d382e2129b3eaa6260c060
  Author: Märt 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
M 
src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java
A src/main/java/hudson/plugins/performance/data/ReportValueSelector.java
M 
src/main/java/hudson/plugins/performance/details/TestSuiteReportDetail.java
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
A src/test/java/hudson/plugins/performance/AbstractGraphGenerationTest.java
A src/test/java/hudson/plugins/performance/PerformanceReportMapTest.java
A 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionGraphTest.java
A src/test/java/hudson/plugins/performance/data/ReportValueSelectorTest.java
M 
src/test/java/hudson/plugins/performance/details/TestSuiteReportDetailTest.java
A src/test/java/hudson/plugins/performance/parsers/JMeterTestHelper.java

  Log Message:
  ---
  choose graph type based on failure condition (#110)

* add support for graphing median/percentile values

* add graph generation tests


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


[jenkinsci/performance-plugin] 958f74: Add changelog

2017-05-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 958f744281156d56477d3bf06278321c696927d1
  
https://github.com/jenkinsci/performance-plugin/commit/958f744281156d56477d3bf06278321c696927d1
  Author: Andrey Pohilko 
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
M docs/Changelog.md

  Log Message:
  ---
  Add changelog


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


[jenkinsci/performance-plugin] 49d1c6: Fix syntax and snippet generator in Pipeline (#109...

2017-05-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 49d1c67b86c94f29eee00c0b193a9caf9ffe5598
  
https://github.com/jenkinsci/performance-plugin/commit/49d1c67b86c94f29eee00c0b193a9caf9ffe5598
  Author: Andrew Bayer 
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
R src/main/java/hudson/plugins/performance/dsl/PerfReportDSLVariable.java
R src/main/java/hudson/plugins/performance/dsl/PerfTestDSLVariable.java
R src/main/resources/hudson/plugins/performance/dsl/bzt.groovy
R src/main/resources/hudson/plugins/performance/dsl/perfReport.groovy
A src/test/java/hudson/plugins/performance/PerformancePipelineTest.java
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java
R 
src/test/java/hudson/plugins/performance/dsl/PerfReportDSLVariableTest.java
R src/test/java/hudson/plugins/performance/dsl/PerfTestDSLVariableTest.java

  Log Message:
  ---
  Fix syntax and snippet generator in Pipeline (#109)

* Fix syntax and snippet generator in Pipeline

The previous approach was...odd. The result was that the snippet
generator would fail badly, and there were a lot of "required"
parameters that were not, in fact, required. So I reworked things to
make the non-required parameters not on the @DataBoundConstructors,
added @DataBoundSetter methods where appropriate, added the additional
"bzt" and "perfReport" symbols for compatibility purposes, added real
tests for the steps, and bumped a lot of dependencies to modern
versions, etc.

This does *not* fix the durability problem - PerformancePublisher
isn't a DurableTask, and so if it's running while the Jenkins master
restarts or otherwise gets disconnected from the agent, the build will
fail. With a DurableTask, such as "sh" or "bat", the task will keep
running even if the master gets disconnected, and the build will pick
back up upon reconnecting.

* Fix junit version, re-add setting pointless optionType field

* Make codacy happier maybe?

* Smarter logic on parser migration

* Hopefully fixing test on travis

* Don't use system site packages in Pipeline test

The jenkins.ci.cloudbees.com build agents don't seem to actually
create taurus-venv/bin/pip when --system-site-packages is specified
for virtualenv, so get rid of that in the test to play it safe.


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


[jenkinsci/performance-plugin] fe61be: fix jenkins tests (#108)

2017-05-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: fe61be58ec0a4138d675b0179d68f9b35f8b9a9a
  
https://github.com/jenkinsci/performance-plugin/commit/fe61be58ec0a4138d675b0179d68f9b35f8b9a9a
  Author: Artem Fedorov 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  fix jenkins tests (#108)


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


[jenkinsci/performance-plugin] 868730: fixed 44317 (#107)

2017-05-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 8687309e1fcb5f181a43c5ab2251c1b65277928f
  
https://github.com/jenkinsci/performance-plugin/commit/8687309e1fcb5f181a43c5ab2251c1b65277928f
  Author: Artem Fedorov 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M .travis.yml
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M src/main/java/hudson/plugins/performance/parsers/ParserDetector.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java
M src/test/java/hudson/plugins/performance/parsers/ParserDetectorTest.java
A src/test/resources/TEST-results.xml

  Log Message:
  ---
  fixed 44317 (#107)

* fixed 44317

https://issues.jenkins-ci.org/browse/JENKINS-44317

* fix travis

* small refactor

* fixed tests


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


[jenkinsci/performance-plugin] b2a029: Refactor perf publisher (#106)

2017-05-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: b2a029b3e4c4079eb555fecbbcb15dc26e27adc3
  
https://github.com/jenkinsci/performance-plugin/commit/b2a029b3e4c4079eb555fecbbcb15dc26e27adc3
  Author: Artem Fedorov 
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java
A src/test/resources/JMeterPublisher.csv

  Log Message:
  ---
  Refactor perf publisher (#106)

* add tests

* refactor uri report gui

* refactor publisher

* fix using deprecated field

* refactor standard mode

* refactor: get response time map & print Info about Error Threshold

* refactor Error Threshold

* add comments

* refactor print info about relative threshold

* refactor relative comparasion

* refactor relative compare

* refactor relative comparasion logging

* cleanup getBuildUriReports

* refactor check of average response time

* refactor write Error Threshold Report In XML

* add try-finally to writeErrorThresholdReportInXML

* refactor perf report location

* added tests

* fix codacy warnings

* added test for migration

* fixed calculateDiffInPercents

* add test for relartive threshold

* fixed test after changed source data file

* add TOODO


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


[jenkinsci/performance-plugin] 48614b: Improve report docs

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 48614bd1cad7c2fb7ef1ba67c38ce30532e8bb56
  
https://github.com/jenkinsci/performance-plugin/commit/48614bd1cad7c2fb7ef1ba67c38ce30532e8bb56
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M docs/README.md
M docs/Reporting.md
A docs/report_constraints.png

  Log Message:
  ---
  Improve report docs


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


[jenkinsci/performance-plugin] 8ab99f: Working on report page

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 8ab99f117a068a332f1388a3b71a12cdda23d908
  
https://github.com/jenkinsci/performance-plugin/commit/8ab99f117a068a332f1388a3b71a12cdda23d908
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M docs/Reporting.md
M docs/RunTests.md

  Log Message:
  ---
  Working on report page


  Commit: 63591cdaee50b647294bbbc366e4ed2454fd4739
  
https://github.com/jenkinsci/performance-plugin/commit/63591cdaee50b647294bbbc366e4ed2454fd4739
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
A docs/report_filter.jpg
A docs/report_single.jpg
A docs/report_trend.jpg
A docs/report_trend_table.jpg

  Log Message:
  ---
  add images


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/e1dd452f3582...63591cdaee50

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


[jenkinsci/performance-plugin] e1dd45: Some docs

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: e1dd452f3582759809ba5b9550efe6b36e188b4c
  
https://github.com/jenkinsci/performance-plugin/commit/e1dd452f3582759809ba5b9550efe6b36e188b4c
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M README.md
M docs/README.md
M docs/RunTests.md
A docs/report_2graphs.png
A docs/report_firstlevel.png
A docs/report_seclevel.png
A docs/report_step_choice.png
A docs/report_toplevel.png

  Log Message:
  ---
  Some docs


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


[jenkinsci/performance-plugin] 4e0b05: Describe run step

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 4e0b05e3a61c5d29e73cb4d010b4a454360d1572
  
https://github.com/jenkinsci/performance-plugin/commit/4e0b05e3a61c5d29e73cb4d010b4a454360d1572
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M README.md
M docs/Reporting.md
M docs/RunTests.md
A docs/run_extended_config.png
A docs/run_jmeter.png
A docs/run_step_choice.png

  Log Message:
  ---
  Describe run step


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


[jenkinsci/performance-plugin] 224ae8: Working on docs

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 224ae8df4cf6094a03a874d41a2bf310f4234a5d
  
https://github.com/jenkinsci/performance-plugin/commit/224ae8df4cf6094a03a874d41a2bf310f4234a5d
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M docs/README.md
M docs/Reporting.md
M docs/RunTests.md

  Log Message:
  ---
  Working on docs


  Commit: 5db3630f1b3de7080f3dab4da69f5e18bd6e0db3
  
https://github.com/jenkinsci/performance-plugin/commit/5db3630f1b3de7080f3dab4da69f5e18bd6e0db3
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/help.html

  Log Message:
  ---
  change link


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/38fb51833915...5db3630f1b3d

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


[jenkinsci/performance-plugin] 38fb51: [maven-release-plugin] prepare for next developmen...

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 38fb518339154bb097f885ffe5af69f6ef27aa29
  
https://github.com/jenkinsci/performance-plugin/commit/38fb518339154bb097f885ffe5af69f6ef27aa29
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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


[jenkinsci/performance-plugin]

2017-05-05 Thread GitHub
  Branch: refs/tags/performance-3.0
  Home:   https://github.com/jenkinsci/performance-plugin

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


[jenkinsci/performance-plugin] ca8393: [maven-release-plugin] prepare release performance...

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: ca83938fc484280e12f6cfcf8eb5a9ee2f21b751
  
https://github.com/jenkinsci/performance-plugin/commit/ca83938fc484280e12f6cfcf8eb5a9ee2f21b751
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-3.0


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


[jenkinsci/performance-plugin] e1ccbd: Update files

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: e1ccbdd8cd4bd7ac2087117fbe066ff26aae8898
  
https://github.com/jenkinsci/performance-plugin/commit/e1ccbdd8cd4bd7ac2087117fbe066ff26aae8898
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
R _config.yml
M docs/README.md

  Log Message:
  ---
  Update files


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


[jenkinsci/performance-plugin] 4b122d: Update docs

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 4b122d070880dd3a38d2355c74f90f0c34fd95bf
  
https://github.com/jenkinsci/performance-plugin/commit/4b122d070880dd3a38d2355c74f90f0c34fd95bf
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M README.md
M docs/Changelog.md
M docs/README.md
A docs/Reporting.md
A docs/RunTests.md

  Log Message:
  ---
  Update docs


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


[jenkinsci/performance-plugin] 160e1c: Change ui tables (#105)

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 160e1c2f99c47b3bf851babd6d7a6dc35b7c39b9
  
https://github.com/jenkinsci/performance-plugin/commit/160e1c2f99c47b3bf851babd6d7a6dc35b7c39b9
  Author: Artem Fedorov 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
M src/main/resources/hudson/plugins/performance/tags/summaryTable.jelly
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  Change ui tables (#105)

* add tests

* refactor uri report gui


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


[jenkinsci/performance-plugin] eba63d: Complete stats page

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: eba63d1781d7049d8deed265a96bf9d724fd2fa7
  
https://github.com/jenkinsci/performance-plugin/commit/eba63d1781d7049d8deed265a96bf9d724fd2fa7
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M docs/stats.html

  Log Message:
  ---
  Complete stats page


  Commit: 05e78d979446ffb36566dbc97b7ea6f678b688c8
  
https://github.com/jenkinsci/performance-plugin/commit/05e78d979446ffb36566dbc97b7ea6f678b688c8
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M docs/Changelog.md
M docs/README.md
M docs/stats.html

  Log Message:
  ---
  Some nav and stats


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/a24842403bd5...05e78d979446

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


[jenkinsci/performance-plugin] a24842: Some stats

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: a24842403bd5a6e899c5770ec17fabbde2de76c9
  
https://github.com/jenkinsci/performance-plugin/commit/a24842403bd5a6e899c5770ec17fabbde2de76c9
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M docs/Changelog.md
M docs/stats.html

  Log Message:
  ---
  Some stats


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


[jenkinsci/performance-plugin] e32e33: Moved changelog

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: e32e33186d1beeac38ef16f0f28ec5a05e79e9dc
  
https://github.com/jenkinsci/performance-plugin/commit/e32e33186d1beeac38ef16f0f28ec5a05e79e9dc
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M README.md
M docs/Changelog.md

  Log Message:
  ---
  Moved changelog


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


[jenkinsci/performance-plugin] 90a7fe: Experiment with layout

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 90a7fe9d26619b1e929adbd278fca4d26e26395e
  
https://github.com/jenkinsci/performance-plugin/commit/90a7fe9d26619b1e929adbd278fca4d26e26395e
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M README.md
A docs/Changelog.md
M docs/README.md
A docs/stats.html

  Log Message:
  ---
  Experiment with layout


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


[jenkinsci/performance-plugin] ae639c: Set theme jekyll-theme-cayman

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: ae639cea1586341f89b4711f8e51ffa156d402b6
  
https://github.com/jenkinsci/performance-plugin/commit/ae639cea1586341f89b4711f8e51ffa156d402b6
  Author: Andrey Pokhilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M docs/_config.yml

  Log Message:
  ---
  Set theme jekyll-theme-cayman


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


[jenkinsci/performance-plugin] 900887: Update

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 900887fb1884a5bbe075ddb5d79faade76803641
  
https://github.com/jenkinsci/performance-plugin/commit/900887fb1884a5bbe075ddb5d79faade76803641
  Author: Andrey Pokhilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Log Message:
  ---
  Update


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


[jenkinsci/performance-plugin] c17388: Set theme jekyll-theme-dinky

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: c17388dfdfafe7628ddf12703a1ca28ffc1b2005
  
https://github.com/jenkinsci/performance-plugin/commit/c17388dfdfafe7628ddf12703a1ca28ffc1b2005
  Author: Andrey Pokhilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M README.md
A _config.yml

  Log Message:
  ---
  Set theme jekyll-theme-dinky


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


[jenkinsci/performance-plugin] 21e43b: Create README.md

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 21e43b6a1a53b6c0b3d2a09074f36b64dbaf09e6
  
https://github.com/jenkinsci/performance-plugin/commit/21e43b6a1a53b6c0b3d2a09074f36b64dbaf09e6
  Author: Andrey Pokhilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
A docs/README.md

  Log Message:
  ---
  Create README.md


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


[jenkinsci/performance-plugin] c53563: Delete index.html

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: c5356379e7c34670d5bfff6453bc81f07c5503bc
  
https://github.com/jenkinsci/performance-plugin/commit/c5356379e7c34670d5bfff6453bc81f07c5503bc
  Author: Andrey Pokhilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
R docs/index.html

  Log Message:
  ---
  Delete index.html


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


[jenkinsci/performance-plugin] d3b41c: Experiment with doc pages

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: d3b41c2e17d87f3ff546d6ce9755b77eacde069d
  
https://github.com/jenkinsci/performance-plugin/commit/d3b41c2e17d87f3ff546d6ce9755b77eacde069d
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
A docs/index.html

  Log Message:
  ---
  Experiment with doc pages


  Commit: 7202c084e02bdc8eda736d6d5d27f64d3f8be378
  
https://github.com/jenkinsci/performance-plugin/commit/7202c084e02bdc8eda736d6d5d27f64d3f8be378
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
A docs/_config.yml

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/performance-plugin


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/52dcc8a78ecc...7202c084e02b

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


[jenkinsci/performance-plugin] 52dcc8: Set theme jekyll-theme-tactile

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 52dcc8a78eccad50e0073e9933eeaa09ea277da9
  
https://github.com/jenkinsci/performance-plugin/commit/52dcc8a78eccad50e0073e9933eeaa09ea277da9
  Author: Andrey Pokhilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
A docs/_config.yml

  Log Message:
  ---
  Set theme jekyll-theme-tactile


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


[jenkinsci/performance-plugin] 0d1f8e: add docs folder

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0d1f8e3d7f6d9d7ce6e7969b6f3822e3a55f36d9
  
https://github.com/jenkinsci/performance-plugin/commit/0d1f8e3d7f6d9d7ce6e7969b6f3822e3a55f36d9
  Author: Andrey Pohilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
A docs/.gitkeep

  Log Message:
  ---
  add docs folder


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


[jenkinsci/performance-plugin] b0ce00: Create README.md

2017-05-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: b0ce00151a75e0f3d585cdddff85abb411e322eb
  
https://github.com/jenkinsci/performance-plugin/commit/b0ce00151a75e0f3d585cdddff85abb411e322eb
  Author: Andrey Pokhilko 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
A README.md

  Log Message:
  ---
  Create README.md


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


[jenkinsci/performance-plugin] 656c2e: Don't show sidebar link when no report is generate...

2017-05-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 656c2e51b4f4ccc66ad888f72c628688f7a263d5
  
https://github.com/jenkinsci/performance-plugin/commit/656c2e51b4f4ccc66ad888f72c628688f7a263d5
  Author: Andrey Pohilko 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  Don't show sidebar link when no report is generated


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


[jenkinsci/performance-plugin] 746791: Change labels a bit

2017-05-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 746791a74117bbd952418b8e3c0c3a33373711de
  
https://github.com/jenkinsci/performance-plugin/commit/746791a74117bbd952418b8e3c0c3a33373711de
  Author: Andrey Pohilko 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly

  Log Message:
  ---
  Change labels a bit


  Commit: 505fbf0c530a0c03335d2ddc3dcc9fa222333825
  
https://github.com/jenkinsci/performance-plugin/commit/505fbf0c530a0c03335d2ddc3dcc9fa222333825
  Author: Andrey Pohilko 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M .travis.yml
M 
src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/performance-plugin


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/1eef40c7ed05...505fbf0c530a

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


[jenkinsci/performance-plugin] af49ca: generate report only then result better that FAILU...

2017-05-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: af49caa52200d9780615dafbccb4c69325f3e76d
  
https://github.com/jenkinsci/performance-plugin/commit/af49caa52200d9780615dafbccb4c69325f3e76d
  Author: Artem Fedorov 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  generate report only then result better that FAILURE


  Commit: cc8331e4ac89b0315a3ebd6c6394ef63a7cc5f00
  
https://github.com/jenkinsci/performance-plugin/commit/cc8331e4ac89b0315a3ebd6c6394ef63a7cc5f00
  Author: Artem Fedorov 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  add project action


  Commit: 563dc6b5a5154c2bb653f96c82ca78792dc67e52
  
https://github.com/jenkinsci/performance-plugin/commit/563dc6b5a5154c2bb653f96c82ca78792dc67e52
  Author: Artem Fedorov 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  remove imports


  Commit: 3a6001c2e9912803d5ea60dc321fe1e67d4171ab
  
https://github.com/jenkinsci/performance-plugin/commit/3a6001c2e9912803d5ea60dc321fe1e67d4171ab
  Author: Artem Fedorov 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java

  Log Message:
  ---
  add test for duplication Performance Trend link


  Commit: 85d255405b5d6274f7673ced2507b14b8b5a00eb
  
https://github.com/jenkinsci/performance-plugin/commit/85d255405b5d6274f7673ced2507b14b8b5a00eb
  Author: Artem Fedorov 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  fix travis


  Commit: 7d7f91fe8061240274f5a501488bad60c4195a92
  
https://github.com/jenkinsci/performance-plugin/commit/7d7f91fe8061240274f5a501488bad60c4195a92
  Author: Artem Fedorov 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java

  Log Message:
  ---
  fixed duplication Perfromance Trend Links


  Commit: 1bad8f5edab45e8072c36d5add2f71176a81c691
  
https://github.com/jenkinsci/performance-plugin/commit/1bad8f5edab45e8072c36d5add2f71176a81c691
  Author: Artem Fedorov 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M 
src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java

  Log Message:
  ---
  fixed null pointer in project action


  Commit: 1c08b91b27d9dbe2afa3da2f29c442b7d7731ef4
  
https://github.com/jenkinsci/performance-plugin/commit/1c08b91b27d9dbe2afa3da2f29c442b7d7731ef4
  Author: Artem Fedorov 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java

  Log Message:
  ---
  revert changes


  Commit: f43b759db3552ceb5ea3ebc313acaf6102f21745
  
https://github.com/jenkinsci/performance-plugin/commit/f43b759db3552ceb5ea3ebc313acaf6102f21745
  Author: Artem Fedorov 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java

  Log Message:
  ---
  remove imports


  Commit: 1eef40c7ed059a7e9e2e7e699daf3d13b59b5d41
  
https://github.com/jenkinsci/performance-plugin/commit/1eef40c7ed059a7e9e2e7e699daf3d13b59b5d41
  Author: Andrey Pokhilko 
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
M .travis.yml
M 
src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/test/java/hudson/plugins/performance/actions/PerformanceProjectActionTest.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  Merge pull request #104 from artem-fedorov/perf-test-fix-auto-reporting

Perf test fix auto reporting


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/db32fdbbec33...1eef40c7ed05

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


[jenkinsci/performance-plugin] 88c52b: added "use bzt fail criteria"

2017-05-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 88c52b1b45c4b32c7c4696e5257ac29a87e5878f
  
https://github.com/jenkinsci/performance-plugin/commit/88c52b1b45c4b32c7c4696e5257ac29a87e5878f
  Author: Artem Fedorov 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  added "use bzt fail criteria"


  Commit: 82d96655727f52168beb7d934631c95faa838318
  
https://github.com/jenkinsci/performance-plugin/commit/82d96655727f52168beb7d934631c95faa838318
  Author: Artem Fedorov 
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  add test


  Commit: 552ae3391645d16cd529ce7b68fbfc12a320e55b
  
https://github.com/jenkinsci/performance-plugin/commit/552ae3391645d16cd529ce7b68fbfc12a320e55b
  Author: Artem Fedorov 
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  refactoring


  Commit: 11c9638c2248a367f01379a63d3780994432ec01
  
https://github.com/jenkinsci/performance-plugin/commit/11c9638c2248a367f01379a63d3780994432ec01
  Author: Artem Fedorov 
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M src/main/resources/hudson/plugins/performance/dsl/bzt.groovy
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java
A src/test/resources/performanceTestWithFailCriteria.yml

  Log Message:
  ---
  set default useBztExitCode as true


  Commit: db32fdbbec3363acfa4e4291834c17d75eed2ae1
  
https://github.com/jenkinsci/performance-plugin/commit/db32fdbbec3363acfa4e4291834c17d75eed2ae1
  Author: Andrey Pokhilko 
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M src/main/resources/hudson/plugins/performance/dsl/bzt.groovy
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java
A src/test/resources/performanceTestWithFailCriteria.yml

  Log Message:
  ---
  Merge pull request #103 from artem-fedorov/perf-test-bzt-exit-code

Perf test bzt exit code


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/b34560c1aa8c...db32fdbbec33

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


[jenkinsci/performance-plugin] 6bd493: add checkbox for auto generate perf trend

2017-05-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 6bd4933acabd0889fb9dc159d37af1eac14be79c
  
https://github.com/jenkinsci/performance-plugin/commit/6bd4933acabd0889fb9dc159d37af1eac14be79c
  Author: Artem Fedorov 
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  add checkbox for auto generate perf trend


  Commit: 0a74e8d7066707cd56a61f29986bdea3e419b389
  
https://github.com/jenkinsci/performance-plugin/commit/0a74e8d7066707cd56a61f29986bdea3e419b389
  Author: Artem Fedorov 
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M src/main/resources/hudson/plugins/performance/dsl/bzt.groovy

  Log Message:
  ---
  add default in dsl


  Commit: 99544ca20f0a2f37884c2416968f1aa29d0a52e9
  
https://github.com/jenkinsci/performance-plugin/commit/99544ca20f0a2f37884c2416968f1aa29d0a52e9
  Author: Artem Fedorov 
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  auto generate report


  Commit: 902908ec27fd1ad29dd6bff5a95990a0ff546cab
  
https://github.com/jenkinsci/performance-plugin/commit/902908ec27fd1ad29dd6bff5a95990a0ff546cab
  Author: Artem Fedorov 
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  added autoReporting test


  Commit: 00496af775c898f6692d420c9eeaca3876cf8636
  
https://github.com/jenkinsci/performance-plugin/commit/00496af775c898f6692d420c9eeaca3876cf8636
  Author: Artem Fedorov 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  add test for generating report in pipe


  Commit: bb58e4f4e189ef97e1e474ca910e5eb14cddf5a9
  
https://github.com/jenkinsci/performance-plugin/commit/bb58e4f4e189ef97e1e474ca910e5eb14cddf5a9
  Author: Artem Fedorov 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M .travis.yml
M src/main/resources/hudson/plugins/performance/build/jenkins-report.yml

  Log Message:
  ---
  Merge https://github.com/jenkinsci/performance-plugin into 
performance-test-auto-reporting


  Commit: 253d7796ed7624e797861c0afe2caa5e65768ecc
  
https://github.com/jenkinsci/performance-plugin/commit/253d7796ed7624e797861c0afe2caa5e65768ecc
  Author: Artem Fedorov 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  logging tests


  Commit: 73acb543fc91c17e7ab3f4e5f246c681d3000579
  
https://github.com/jenkinsci/performance-plugin/commit/73acb543fc91c17e7ab3f4e5f246c681d3000579
  Author: Artem Fedorov 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  install bzt on travis


  Commit: 9f6c498d81524fd431acf59b7196f06f0515fbf7
  
https://github.com/jenkinsci/performance-plugin/commit/9f6c498d81524fd431acf59b7196f06f0515fbf7
  Author: Artem Fedorov 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  upd pip


  Commit: 76d9b167cf8ccd505deefa329a2d168aee4e62b5
  
https://github.com/jenkinsci/performance-plugin/commit/76d9b167cf8ccd505deefa329a2d168aee4e62b5
  Author: Artem Fedorov 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  upd pip at home


  Commit: 4272785735c7c53d0eaaf5159b521fbebbadd080
  
https://github.com/jenkinsci/performance-plugin/commit/4272785735c7c53d0eaaf5159b521fbebbadd080
  Author: Artem Fedorov 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  - upd pip


  Commit: 08783f69e87a45c677ee6c7d20b181213d3d2912
  
https://github.com/jenkinsci/performance-plugin/commit/08783f69e87a45c677ee6c7d20b181213d3d2912
  Author: Artem Fedorov 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  fix tests


  Commit: b34560c1aa8c8190b7c22d3c3f0bb4e41de3de52
  
https://github.com/jenkinsci/performance-plugin/commit/b34560c1aa8c8190b7c22d3c3f0bb4e41de3de52
  Author: Andrey Pokhilko 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M .travis.yml
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M

[jenkinsci/performance-plugin] dfe81b: Fail CI on tests fail

2017-05-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: dfe81b35189f30f435a85bfc0d7cdc70d5bf7b51
  
https://github.com/jenkinsci/performance-plugin/commit/dfe81b35189f30f435a85bfc0d7cdc70d5bf7b51
  Author: Andrey Pohilko 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Fail CI on tests fail


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


[jenkinsci/performance-plugin] 918203: Do not print double stats to console

2017-04-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 91820338029faa2114baca08f86e753544917890
  
https://github.com/jenkinsci/performance-plugin/commit/91820338029faa2114baca08f86e753544917890
  Author: Andrey Pohilko 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/resources/hudson/plugins/performance/build/jenkins-report.yml

  Log Message:
  ---
  Do not print double stats to console


  Commit: 72ea50e21e8f7c8019d7c39d1e77ae9aff62b04d
  
https://github.com/jenkinsci/performance-plugin/commit/72ea50e21e8f7c8019d7c39d1e77ae9aff62b04d
  Author: Andrey Pohilko 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  use docker travis


  Commit: ec3035303348914d36eae7f130a73a2faf22c69b
  
https://github.com/jenkinsci/performance-plugin/commit/ec3035303348914d36eae7f130a73a2faf22c69b
  Author: Andrey Pohilko 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M src/main/resources/hudson/plugins/performance/dsl/bzt.groovy
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/performance-plugin


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/4c52ff1b8487...ec3035303348

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


[jenkinsci/performance-plugin] 62188d: +TODO

2017-04-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 62188d0a10aae8549ddc5e861596ef92a9940e27
  
https://github.com/jenkinsci/performance-plugin/commit/62188d0a10aae8549ddc5e861596ef92a9940e27
  Author: Artem Fedorov 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  +TODO


  Commit: f104bd6d4475f3d7b2ecd7051adeb54133ff3939
  
https://github.com/jenkinsci/performance-plugin/commit/f104bd6d4475f3d7b2ecd7051adeb54133ff3939
  Author: Artem Fedorov 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M src/main/resources/hudson/plugins/performance/dsl/bzt.groovy
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  added advanced options


  Commit: 5c5e418698438db5f9d8d2302e5113e2f45ab1d5
  
https://github.com/jenkinsci/performance-plugin/commit/5c5e418698438db5f9d8d2302e5113e2f45ab1d5
  Author: Artem Fedorov 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  + tests


  Commit: 6a2d5b4b9c45e24a858fc303a0c76b93f19eefa9
  
https://github.com/jenkinsci/performance-plugin/commit/6a2d5b4b9c45e24a858fc303a0c76b93f19eefa9
  Author: Artem Fedorov 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  useSystemSitePackages flag && fix pip on Windows


  Commit: 6a96083b31ab46d0696c0b898cdacb7683edf715
  
https://github.com/jenkinsci/performance-plugin/commit/6a96083b31ab46d0696c0b898cdacb7683edf715
  Author: Artem Fedorov 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  write only message in console log


  Commit: 06c664ea7b77f98dd5a9402b82b05b1bdfa84561
  
https://github.com/jenkinsci/performance-plugin/commit/06c664ea7b77f98dd5a9402b82b05b1bdfa84561
  Author: Artem Fedorov 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  print all debug info


  Commit: 2849d7119f31c8a53a10e06ee4b1b93abeb049bf
  
https://github.com/jenkinsci/performance-plugin/commit/2849d7119f31c8a53a10e06ee4b1b93abeb049bf
  Author: Artem Fedorov 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  print stacktrace in debug output


  Commit: 73562e0a5c98f247aec06170660efa742231671e
  
https://github.com/jenkinsci/performance-plugin/commit/73562e0a5c98f247aec06170660efa742231671e
  Author: Artem Fedorov 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  cleanup


  Commit: ae19c4ee5adb62a3c96ff9960ab947a9707b60e8
  
https://github.com/jenkinsci/performance-plugin/commit/ae19c4ee5adb62a3c96ff9960ab947a9707b60e8
  Author: Artem Fedorov 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  fixed path for windows


  Commit: 0681b2ee91c4979f64f84b5b52ae0232dff6bb09
  
https://github.com/jenkinsci/performance-plugin/commit/0681b2ee91c4979f64f84b5b52ae0232dff6bb09
  Author: Artem Fedorov 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  fix test for win


  Commit: 023f09cd9100afbfb4d96dddc347919bc2ae431b
  
https://github.com/jenkinsci/performance-plugin/commit/023f09cd9100afbfb4d96dddc347919bc2ae431b
  Author: Artem Fedorov 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  fix path for win


  Commit: 4c52ff1b8487d4278de18af5459323ad0b6f7bee
  
https://github.com/jenkinsci/performance-plugin/commit/4c52ff1b8487d4278de18af5459323ad0b6f7bee
  Author: Andrey Pokhilko 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
M src/main/resources/hudson/plugins/performance/dsl/bzt.groovy
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.jav

[jenkinsci/performance-plugin] 10dc5c: Change labels & messages

2017-04-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 10dc5c069ad04a111b076e18afc2fdc739756201
  
https://github.com/jenkinsci/performance-plugin/commit/10dc5c069ad04a111b076e18afc2fdc739756201
  Author: Andrey Pohilko 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.properties
M 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/help.html

  Log Message:
  ---
  Change labels & messages


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


[jenkinsci/performance-plugin] a7e1a3: refactor logging

2017-04-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: a7e1a32a142370201686cc32d2dedf097332e640
  
https://github.com/jenkinsci/performance-plugin/commit/a7e1a32a142370201686cc32d2dedf097332e640
  Author: Artem Fedorov 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  refactor logging


  Commit: 82a66447946323516ad773c70eb77fc27c3d5d82
  
https://github.com/jenkinsci/performance-plugin/commit/82a66447946323516ad773c70eb77fc27c3d5d82
  Author: Artem Fedorov 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/resources/hudson/plugins/performance/build/jenkins-report.yml

  Log Message:
  ---
  fix save final stats report


  Commit: dc9dcbba37642e0a36d84556e071096646e7a87e
  
https://github.com/jenkinsci/performance-plugin/commit/dc9dcbba37642e0a36d84556e071096646e7a87e
  Author: Artem Fedorov 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  refactor


  Commit: 9f90400680dcfe162d790c6c2f77e6711500a005
  
https://github.com/jenkinsci/performance-plugin/commit/9f90400680dcfe162d790c6c2f77e6711500a005
  Author: Andrey Pokhilko 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M src/main/resources/hudson/plugins/performance/build/jenkins-report.yml

  Log Message:
  ---
  Merge pull request #100 from artem-fedorov/performance-test-logging

Performance test logging


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/3a74d6f6063e...9f90400680dc

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


[jenkinsci/performance-plugin] 3a74d6: change report name

2017-04-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 3a74d6f6063e9d1bdde84f655948949abdd80f3c
  
https://github.com/jenkinsci/performance-plugin/commit/3a74d6f6063e9d1bdde84f655948949abdd80f3c
  Author: Andrey Pohilko 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/resources/hudson/plugins/performance/build/jenkins-report.yml

  Log Message:
  ---
  change report name


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


[jenkinsci/performance-plugin] df562d: rename additional config

2017-04-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: df562d45cbc5a93d7e8d6d18ad9e8f2da83011d4
  
https://github.com/jenkinsci/performance-plugin/commit/df562d45cbc5a93d7e8d6d18ad9e8f2da83011d4
  Author: Andrey Pohilko 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
R src/main/resources/hudson/plugins/performance/build/defaultReport.yml
A src/main/resources/hudson/plugins/performance/build/jenkins-report.yml

  Log Message:
  ---
  rename additional config


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


[jenkinsci/performance-plugin] 0373d4: build step for performance test

2017-04-20 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0373d45e2e5631b110694b6e935fcc03fa9290be
  
https://github.com/jenkinsci/performance-plugin/commit/0373d45e2e5631b110694b6e935fcc03fa9290be
  Author: Artem Fedorov 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
A src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
A 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.jelly
A 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/config.properties
A 
src/main/resources/hudson/plugins/performance/build/PerformanceTestBuild/help.html

  Log Message:
  ---
  build step for performance test


  Commit: 1e29b951f6177dddceaa939a9f53b925ee6d9bf1
  
https://github.com/jenkinsci/performance-plugin/commit/1e29b951f6177dddceaa939a9f53b925ee6d9bf1
  Author: Artem Fedorov 
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M src/main/resources/hudson/plugins/performance/Messages.properties

  Log Message:
  ---
  + simple build step


  Commit: 8ee2c02ad4f384a05785283c89c3c869dd5f33cf
  
https://github.com/jenkinsci/performance-plugin/commit/8ee2c02ad4f384a05785283c89c3c869dd5f33cf
  Author: Artem Fedorov 
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
A 
src/main/java/hudson/plugins/performance/build/PerformanceTestConfiguration.java
M src/main/resources/hudson/plugins/performance/Messages.properties
A 
src/main/resources/hudson/plugins/performance/build/PerformanceTestConfiguration/config.jelly
A 
src/main/resources/hudson/plugins/performance/build/PerformanceTestConfiguration/config.properties
A 
src/main/resources/hudson/plugins/performance/build/PerformanceTestConfiguration/help.html

  Log Message:
  ---
  add config template


  Commit: ffc5ccbebc13b01f4829a82fe43a29607e0650cc
  
https://github.com/jenkinsci/performance-plugin/commit/ffc5ccbebc13b01f4829a82fe43a29607e0650cc
  Author: Artem Fedorov 
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
A src/main/resources/hudson/plugins/performance/build/defaultReport.yml
A 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java
A src/test/resources/performanceTest.yml

  Log Message:
  ---
  call bzt from build action


  Commit: f97fcd169d206f03f6aecf19657b288b9f33df09
  
https://github.com/jenkinsci/performance-plugin/commit/f97fcd169d206f03f6aecf19657b288b9f33df09
  Author: Artem Fedorov 
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java
M src/test/resources/performanceTest.yml

  Log Message:
  ---
  fix start


  Commit: 79a852542fc358355c84da7064d9e3bb2da06bdb
  
https://github.com/jenkinsci/performance-plugin/commit/79a852542fc358355c84da7064d9e3bb2da06bdb
  Author: Artem Fedorov 
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M src/main/resources/hudson/plugins/performance/Messages.properties

  Log Message:
  ---
  prop name


  Commit: 1af88f9d58238a80b6d8c249f4319e04bf107587
  
https://github.com/jenkinsci/performance-plugin/commit/1af88f9d58238a80b6d8c249f4319e04bf107587
  Author: Artem Fedorov 
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M src/main/resources/hudson/plugins/performance/build/defaultReport.yml
M 
src/test/java/hudson/plugins/performance/build/PerformanceTestBuildTest.java

  Log Message:
  ---
  fix writing report


  Commit: 1725dfffafd3a929b58c75ee2e7cad8bc227681e
  
https://github.com/jenkinsci/performance-plugin/commit/1725dfffafd3a929b58c75ee2e7cad8bc227681e
  Author: Artem Fedorov 
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java

  Log Message:
  ---
  fix logging


  Commit: 50dd9727df5b02b5be1f71f5572c3051e7b23811
  
https://github.com/jenkinsci/performance-plugin/commit/50dd9727df5b02b5be1f71f5572c3051e7b23811
  Author: Artem Fedorov 
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/build/PerformanceTestBuild.java
M src/main/resources/hudson/plugins/performance/build/defaultReport.yml

  Log Message:
  ---
  fixed bzt perform


  Commit: 388cacf0ba2a30414f7a8aa34133a8ccaeb3
  
https://github.com/jenkinsci/performance-plugin/commit/388cacf0ba2a30414f7a8aa34133a8ccaeb3
  Author: Artem Fedorov 
  Date:   2017-04-10 (Mon, 10 Apr

[jenkinsci/performance-plugin] b77952: fix multiline csv reader

2017-04-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: b77952b962ccde461bc32aa4c39ec884b8f2fcf5
  
https://github.com/jenkinsci/performance-plugin/commit/b77952b962ccde461bc32aa4c39ec884b8f2fcf5
  Author: Artem Fedorov 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/parsers/JMeterCsvParser.java
M src/test/java/hudson/plugins/performance/parsers/JMeterCsvParserTest.java
A src/test/resources/multiLineCSV.jtl

  Log Message:
  ---
  fix multiline csv reader


  Commit: 1dddbb0e3600397fc7465890c1d0a80d11fd45b4
  
https://github.com/jenkinsci/performance-plugin/commit/1dddbb0e3600397fc7465890c1d0a80d11fd45b4
  Author: Andrey Pokhilko 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/parsers/JMeterCsvParser.java
M src/test/java/hudson/plugins/performance/parsers/JMeterCsvParserTest.java
A src/test/resources/multiLineCSV.jtl

  Log Message:
  ---
  Merge pull request #99 from artem-fedorov/fix-multiline-csv

Fixed multiline csv reader


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/1f341e340719...1dddbb0e3600

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


[jenkinsci/performance-plugin] a67b1f: refactoring

2017-04-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: a67b1fc36827dc697e704609e7645699d6f2599e
  
https://github.com/jenkinsci/performance-plugin/commit/a67b1fc36827dc697e704609e7645699d6f2599e
  Author: Artem Fedorov 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java

  Log Message:
  ---
  refactoring


  Commit: 2d298b24e9761a8ff3d6e39c6f525f612f68829f
  
https://github.com/jenkinsci/performance-plugin/commit/2d298b24e9761a8ff3d6e39c6f525f612f68829f
  Author: Artem Fedorov 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java

  Log Message:
  ---
  fixed 43438

https://issues.jenkins-ci.org/browse/JENKINS-43438


  Commit: 8e1a054bcb7b828d5dd119caa653b32f76388367
  
https://github.com/jenkinsci/performance-plugin/commit/8e1a054bcb7b828d5dd119caa653b32f76388367
  Author: Artem Fedorov 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/parsers/ParserFactoryTest.java

  Log Message:
  ---
  fix tests


  Commit: 38dd0b2434374dbeb8bcb42746273623acc2f021
  
https://github.com/jenkinsci/performance-plugin/commit/38dd0b2434374dbeb8bcb42746273623acc2f021
  Author: Artem Fedorov 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java

  Log Message:
  ---
  copy reports to temp folder


  Commit: affb5715b0534c00159e75e252ee2cec757e7f12
  
https://github.com/jenkinsci/performance-plugin/commit/affb5715b0534c00159e75e252ee2cec757e7f12
  Author: Artem Fedorov 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java

  Log Message:
  ---
  fix case with absolute path


  Commit: 1f341e340719dcefc8c724242752bb4a51619743
  
https://github.com/jenkinsci/performance-plugin/commit/1f341e340719dcefc8c724242752bb4a51619743
  Author: Andrey Pokhilko 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java
M src/test/java/hudson/plugins/performance/parsers/ParserFactoryTest.java

  Log Message:
  ---
  Merge pull request #97 from artem-fedorov/fix-43438

Fixed  43438


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/606994517f91...1f341e340719

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


[jenkinsci/performance-plugin] f19398: fixed 43503

2017-04-11 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: f19398ef4932bb896af840a87d57ead4696de4a2
  
https://github.com/jenkinsci/performance-plugin/commit/f19398ef4932bb896af840a87d57ead4696de4a2
  Author: Artem Fedorov 
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java
M src/test/java/hudson/plugins/performance/parsers/ParserFactoryTest.java

  Log Message:
  ---
  fixed 43503


  Commit: 2f6af787ca63945994e5607c4d44818058eda6a6
  
https://github.com/jenkinsci/performance-plugin/commit/2f6af787ca63945994e5607c4d44818058eda6a6
  Author: Artem Fedorov 
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/parsers/ParserFactoryTest.java

  Log Message:
  ---
  + test


  Commit: 606994517f91f65977072b47ebac4f987b4fe24d
  
https://github.com/jenkinsci/performance-plugin/commit/606994517f91f65977072b47ebac4f987b4fe24d
  Author: Andrey Pokhilko 
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java
M src/test/java/hudson/plugins/performance/parsers/ParserFactoryTest.java

  Log Message:
  ---
  Merge pull request #96 from artem-fedorov/fix-43503

Fix JENKINS-43503


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/10c66d9af907...606994517f91

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


[jenkinsci/performance-plugin] 200d20: fixed https://issues.jenkins-ci.org/browse/JENKINS...

2017-04-10 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 200d2054ea988e312eec7d7227b3717b158d97fb
  
https://github.com/jenkinsci/performance-plugin/commit/200d2054ea988e312eec7d7227b3717b158d97fb
  Author: Artem Fedorov 
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  fixed https://issues.jenkins-ci.org/browse/JENKINS-43448


  Commit: 10c66d9af907462d670bfdcece5445ffd9b9729c
  
https://github.com/jenkinsci/performance-plugin/commit/10c66d9af907462d670bfdcece5445ffd9b9729c
  Author: Andrey Pokhilko 
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Merge pull request #95 from artem-fedorov/fix-43448

fixed https://issues.jenkins-ci.org/browse/JENKINS-43448


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/948a21af3b43...10c66d9af907

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


[jenkinsci/performance-plugin] 948a21: [maven-release-plugin] prepare for next developmen...

2017-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 948a21af3b439a9caa535bce13f0ed3c3a13eb5a
  
https://github.com/jenkinsci/performance-plugin/commit/948a21af3b439a9caa535bce13f0ed3c3a13eb5a
  Author: Andrey Pohilko 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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


[jenkinsci/performance-plugin] 877f99: [maven-release-plugin] prepare release performance...

2017-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 877f993f61f83ddd57a753be65ffb336b75ebfb3
  
https://github.com/jenkinsci/performance-plugin/commit/877f993f61f83ddd57a753be65ffb336b75ebfb3
  Author: Andrey Pohilko 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-2.2


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


[jenkinsci/performance-plugin]

2017-04-06 Thread GitHub
  Branch: refs/tags/performance-2.2
  Home:   https://github.com/jenkinsci/performance-plugin

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


[jenkinsci/performance-plugin] ec8f34: backward compatibility after refactoring

2017-04-06 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: ec8f340af42fc13c5dc421fac22ffd91c62803c7
  
https://github.com/jenkinsci/performance-plugin/commit/ec8f340af42fc13c5dc421fac22ffd91c62803c7
  Author: Artem Fedorov 
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  backward compatibility after refactoring


  Commit: 2b23ba67f707e73d8a682619e24b9947e76028d1
  
https://github.com/jenkinsci/performance-plugin/commit/2b23ba67f707e73d8a682619e24b9947e76028d1
  Author: Artem Fedorov 
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/reports/PerformanceReport.java

  Log Message:
  ---
  backward compatibility after rename field


  Commit: e0d8fc4271e398bcc1f8bc38a1c1f0600fbab4dd
  
https://github.com/jenkinsci/performance-plugin/commit/e0d8fc4271e398bcc1f8bc38a1c1f0600fbab4dd
  Author: Artem Fedorov 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/AbstractParser.java
M src/main/java/hudson/plugins/performance/reports/PerformanceReport.java
A src/test/java/hudson/plugins/performance/parsers/AbstractParserTest.java

  Log Message:
  ---
  added class mapping to deserializator


  Commit: 11ef0a773152d67961cba4b416ca6754d1d55c4c
  
https://github.com/jenkinsci/performance-plugin/commit/11ef0a773152d67961cba4b416ca6754d1d55c4c
  Author: Artem Fedorov 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/parsers/AbstractParserTest.java
A src/test/resources/results.v.2.0.jtl.serialized

  Log Message:
  ---
  added resourse for test


  Commit: 50f72bba19c6963b994f31b9cee9d1575a2a4d06
  
https://github.com/jenkinsci/performance-plugin/commit/50f72bba19c6963b994f31b9cee9d1575a2a4d06
  Author: Artem Fedorov 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/reports/PerformanceReportTest.java

  Log Message:
  ---
  fix test


  Commit: 6d19cf87ac8a2f6e696bb65863c107f3d2fbf7c2
  
https://github.com/jenkinsci/performance-plugin/commit/6d19cf87ac8a2f6e696bb65863c107f3d2fbf7c2
  Author: Artem Fedorov 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/reports/UriReport.java

  Log Message:
  ---
  fix division by zero


  Commit: 1688538c3601aad87efe786e042026308b25b111
  
https://github.com/jenkinsci/performance-plugin/commit/1688538c3601aad87efe786e042026308b25b111
  Author: Artem Fedorov 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  compatibility in builds


  Commit: 190806e8c79c06a4faaf5a9edd3f41c42d3407cf
  
https://github.com/jenkinsci/performance-plugin/commit/190806e8c79c06a4faaf5a9edd3f41c42d3407cf
  Author: Andrey Pokhilko 
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/parsers/AbstractParser.java
M src/main/java/hudson/plugins/performance/reports/PerformanceReport.java
M src/main/java/hudson/plugins/performance/reports/UriReport.java
A src/test/java/hudson/plugins/performance/parsers/AbstractParserTest.java
M 
src/test/java/hudson/plugins/performance/reports/PerformanceReportTest.java
A src/test/resources/results.v.2.0.jtl.serialized

  Log Message:
  ---
  Merge pull request #94 from artem-fedorov/fix-backward-compatibility

Fix backward compatibility after refactoring


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/cf6e04e01777...190806e8c79c

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


[jenkinsci/performance-plugin] f697a8: add input for report files

2017-04-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: f697a8c207e2e66f2bb6b306d50e509c154b1340
  
https://github.com/jenkinsci/performance-plugin/commit/f697a8c207e2e66f2bb6b306d50e509c154b1340
  Author: Artem Fedorov 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/parsers/JMeterCsvParser.java
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.properties

  Log Message:
  ---
  add input for report files


  Commit: 12afc03d89f99b64fe5aded57cb2aaab24b7002a
  
https://github.com/jenkinsci/performance-plugin/commit/12afc03d89f99b64fe5aded57cb2aaab24b7002a
  Author: Artem Fedorov 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
A src/main/java/hudson/plugins/performance/parsers/ParserFactory.java

  Log Message:
  ---
  add parser factory


  Commit: 5973ab61014ab4fad6ef66ff20f4f62212f4726c
  
https://github.com/jenkinsci/performance-plugin/commit/5973ab61014ab4fad6ef66ff20f4f62212f4726c
  Author: Artem Fedorov 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M 
src/main/java/hudson/plugins/performance/parsers/JmeterSummarizerParser.java

  Log Message:
  ---
  remove date format from summarizer


  Commit: 5277ee062856bd073a479804bbe538191264309e
  
https://github.com/jenkinsci/performance-plugin/commit/5277ee062856bd073a479804bbe538191264309e
  Author: Artem Fedorov 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/IagoParser.java

  Log Message:
  ---
  remove errors pattern from Iago


  Commit: fcf11a53921044b0e7d1c884e4b0e7236a3281cd
  
https://github.com/jenkinsci/performance-plugin/commit/fcf11a53921044b0e7d1c884e4b0e7236a3281cd
  Author: Artem Fedorov 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/ParserFactory.java

  Log Message:
  ---
  fix factory


  Commit: 37a282d03b85eec657a94388191301882d9967aa
  
https://github.com/jenkinsci/performance-plugin/commit/37a282d03b85eec657a94388191301882d9967aa
  Author: Artem Fedorov 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  use single field for parsers


  Commit: 70354e204576a661971f04e4a2ad96622060c5d2
  
https://github.com/jenkinsci/performance-plugin/commit/70354e204576a661971f04e4a2ad96622060c5d2
  Author: Artem Fedorov 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M src/test/java/hudson/plugins/performance/constraints/ConstraintTest.java
M src/test/java/hudson/plugins/performance/parsers/IagoParserTest.java
M 
src/test/java/hudson/plugins/performance/parsers/JmeterSummarizerParserTest.java

  Log Message:
  ---
  fix tests


  Commit: 5650bba337859d23c9e0c93aeb9a266e96680175
  
https://github.com/jenkinsci/performance-plugin/commit/5650bba337859d23c9e0c93aeb9a266e96680175
  Author: Artem Fedorov 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
A src/test/java/hudson/plugins/performance/parsers/ParserFactoryTest.java

  Log Message:
  ---
  added testFor factory


  Commit: d1e7e0672eb6e19d996bf910560efdc940e0b50d
  
https://github.com/jenkinsci/performance-plugin/commit/d1e7e0672eb6e19d996bf910560efdc940e0b50d
  Author: Artem Fedorov 
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.properties
A 
src/main/resources/hudson/plugins/performance/PerformancePublisher/help-reportFiles.html
R 
src/main/resources/hudson/plugins/performance/parsers/IagoParser/config.jelly
R 
src/main/resources/hudson/plugins/performance/parsers/IagoParser/config.properties
R 
src/main/resources/hudson/plugins/performance/parsers/JMeterCsvParser/config.jelly
R 
src/main/resources/hudson/plugins/performance/parsers/JMeterCsvParser/config.properties
R 
src/main/resources/hudson/plugins/performance/parsers/PerformanceReportParser/config.jelly
R 
src/main/resources/hudson/plugins/performance/parsers/PerformanceReportParser/config_es.properties
R 
src/main/resources/hudson/plugins/performance/parsers/PerformanceReportParser/help-glob.html
R 
src/main/resources/hudson/plugins/performance/parsers/PerformanceReportParser/help-glob_es.html
R 
src/main/resources/hudson/plugins/performance/parsers/PerformanceReportParser/logDateFormat.html
R 
src/main/resources/hudson/plugins/performance/parsers/TaurusParser

[jenkinsci/performance-plugin] f787ff: added raurusReport DSL command

2017-03-31 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: f787ffb27c315ea6089c21248c493b566ca56b6d
  
https://github.com/jenkinsci/performance-plugin/commit/f787ffb27c315ea6089c21248c493b566ca56b6d
  Author: Artem Fedorov 
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M pom.xml
A src/main/java/hudson/plugins/performance/dsl/TaurusParserDSLVariable.java
A src/main/resources/hudson/plugins/performance/dsl/taurusReport.groovy
A 
src/test/java/hudson/plugins/performance/dsl/TaurusParserDSLVariableTest.java

  Log Message:
  ---
  added raurusReport DSL command


  Commit: 01624fda6e22797ac804f9187526394570b61921
  
https://github.com/jenkinsci/performance-plugin/commit/01624fda6e22797ac804f9187526394570b61921
  Author: Artem Fedorov 
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M src/main/resources/hudson/plugins/performance/dsl/taurusReport.groovy

  Log Message:
  ---
  cleanup


  Commit: 60224d8e743c18ba3ca16e6f102ccf55279d2d4d
  
https://github.com/jenkinsci/performance-plugin/commit/60224d8e743c18ba3ca16e6f102ccf55279d2d4d
  Author: Artem Fedorov 
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
A src/main/java/hudson/plugins/performance/dsl/PerfReportDSLVariable.java
R src/main/java/hudson/plugins/performance/dsl/TaurusParserDSLVariable.java
A src/main/resources/hudson/plugins/performance/dsl/perfReport.groovy
R src/main/resources/hudson/plugins/performance/dsl/taurusReport.groovy
A 
src/test/java/hudson/plugins/performance/dsl/PerfReportDSLVariableTest.java
R 
src/test/java/hudson/plugins/performance/dsl/TaurusParserDSLVariableTest.java

  Log Message:
  ---
  rename command


  Commit: a3537babefa3532eae9d07745a639282f5c1c2ac
  
https://github.com/jenkinsci/performance-plugin/commit/a3537babefa3532eae9d07745a639282f5c1c2ac
  Author: Artem Fedorov 
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
A src/main/java/hudson/plugins/performance/parsers/ParserDetector.java
A src/test/java/hudson/plugins/performance/parsers/ParserDetectorTest.java

  Log Message:
  ---
  add parser detector


  Commit: 6458a4392bfc480f49d8983da95429d3ef4964a1
  
https://github.com/jenkinsci/performance-plugin/commit/6458a4392bfc480f49d8983da95429d3ef4964a1
  Author: Artem Fedorov 
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/parsers/ParserDetectorTest.java

  Log Message:
  ---
  set file names in test


  Commit: dd4fab13867af4641d463d27f03a338f3d064aa3
  
https://github.com/jenkinsci/performance-plugin/commit/dd4fab13867af4641d463d27f03a338f3d064aa3
  Author: Artem Fedorov 
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/ParserDetector.java
M src/test/java/hudson/plugins/performance/parsers/ParserDetectorTest.java

  Log Message:
  ---
  add check for xml, Iago & WRK


  Commit: 1f1ea961402cd53b8fe789d4888caf026306dc27
  
https://github.com/jenkinsci/performance-plugin/commit/1f1ea961402cd53b8fe789d4888caf026306dc27
  Author: Artem Fedorov 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/ParserDetector.java

  Log Message:
  ---
  use regex for Iaho & wrk


  Commit: 22f823dd2a190c6eca5ed34fdb98467d6cec99e5
  
https://github.com/jenkinsci/performance-plugin/commit/22f823dd2a190c6eca5ed34fdb98467d6cec99e5
  Author: Artem Fedorov 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/ParserDetector.java

  Log Message:
  ---
  add Jmeter summarizer detector


  Commit: 0912850e012b1bab8ba49fa535e0e7e64868cce6
  
https://github.com/jenkinsci/performance-plugin/commit/0912850e012b1bab8ba49fa535e0e7e64868cce6
  Author: Artem Fedorov 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/parsers/ParserDetector.java

  Log Message:
  ---
  refactor detector


  Commit: 5575901026c30e3b980f319c98fa2868d6a9885c
  
https://github.com/jenkinsci/performance-plugin/commit/5575901026c30e3b980f319c98fa2868d6a9885c
  Author: Artem Fedorov 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/parsers/ParserDetectorTest.java

  Log Message:
  ---
  fixed test


  Commit: 1a26007e233249a2f7da56bc92158088db6c8840
  
https://github.com/jenkinsci/performance-plugin/commit/1a26007e233249a2f7da56bc92158088db6c8840
  Author: Artem Fedorov 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M src/main/resources/hudson/plugins/performance/dsl/perfReport.groovy

  Log Message:
  ---
  call detector from groovy


  Commit: 9525c79ab14c643514ff8ca2849d2599c8a9f85d
  
https://github.com/jenkinsci/performance-plugi

[jenkinsci/performance-plugin] 3e2046: move code into packages

2017-03-29 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 3e20466366c4f81a49d636c4f4cf9a513b0834c4
  
https://github.com/jenkinsci/performance-plugin/commit/3e20466366c4f81a49d636c4f4cf9a513b0834c4
  Author: Artem Fedorov 
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
R src/main/java/hudson/plugins/performance/AbstractParser.java
R src/main/java/hudson/plugins/performance/AbstractReport.java
R src/main/java/hudson/plugins/performance/CookieHandler.java
R src/main/java/hudson/plugins/performance/ExternalBuildReport.java
R src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java
R src/main/java/hudson/plugins/performance/HttpSample.java
R src/main/java/hudson/plugins/performance/IagoParser.java
R src/main/java/hudson/plugins/performance/JMeterCsvParser.java
R src/main/java/hudson/plugins/performance/JMeterParser.java
R src/main/java/hudson/plugins/performance/JUnitParser.java
R src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
R src/main/java/hudson/plugins/performance/PerformanceBuildAction.java
R src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
R src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
R src/main/java/hudson/plugins/performance/PerformanceReportParser.java
R 
src/main/java/hudson/plugins/performance/PerformanceReportParserDescriptor.java
R src/main/java/hudson/plugins/performance/PerformanceReportPosition.java
R src/main/java/hudson/plugins/performance/TaurusParser.java
R src/main/java/hudson/plugins/performance/TaurusStatusReport.java
R src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
R src/main/java/hudson/plugins/performance/ThroughputReport.java
R src/main/java/hudson/plugins/performance/ThroughputUriReport.java
R src/main/java/hudson/plugins/performance/TrendReportDetail.java
M src/main/java/hudson/plugins/performance/TrendReportGraphs.java
R src/main/java/hudson/plugins/performance/UriReport.java
R src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
A 
src/main/java/hudson/plugins/performance/actions/ExternalBuildReportAction.java
A 
src/main/java/hudson/plugins/performance/actions/PerformanceBuildAction.java
A 
src/main/java/hudson/plugins/performance/actions/PerformanceProjectAction.java
M 
src/main/java/hudson/plugins/performance/constraints/AbsoluteConstraint.java
M 
src/main/java/hudson/plugins/performance/constraints/AbstractConstraint.java
M 
src/main/java/hudson/plugins/performance/constraints/ConstraintFactory.java
M src/main/java/hudson/plugins/performance/constraints/ConstraintReport.java
M 
src/main/java/hudson/plugins/performance/constraints/RelativeConstraint.java
A src/main/java/hudson/plugins/performance/cookie/CookieHandler.java
A src/main/java/hudson/plugins/performance/data/HttpSample.java
A src/main/java/hudson/plugins/performance/data/TaurusFinalStats.java
A 
src/main/java/hudson/plugins/performance/details/GraphConfigurationDetail.java
A 
src/main/java/hudson/plugins/performance/details/TestSuiteReportDetail.java
A src/main/java/hudson/plugins/performance/details/TrendReportDetail.java
A src/main/java/hudson/plugins/performance/parsers/AbstractParser.java
A src/main/java/hudson/plugins/performance/parsers/IagoParser.java
A src/main/java/hudson/plugins/performance/parsers/JMeterCsvParser.java
A src/main/java/hudson/plugins/performance/parsers/JMeterParser.java
A src/main/java/hudson/plugins/performance/parsers/JUnitParser.java
A 
src/main/java/hudson/plugins/performance/parsers/JmeterSummarizerParser.java
A 
src/main/java/hudson/plugins/performance/parsers/PerformanceReportParser.java
A 
src/main/java/hudson/plugins/performance/parsers/PerformanceReportParserDescriptor.java
A src/main/java/hudson/plugins/performance/parsers/TaurusParser.java
A src/main/java/hudson/plugins/performance/parsers/WrkSummarizerParser.java
A src/main/java/hudson/plugins/performance/reports/AbstractReport.java
A src/main/java/hudson/plugins/performance/reports/PerformanceReport.java
A 
src/main/java/hudson/plugins/performance/reports/PerformanceReportPosition.java
A src/main/java/hudson/plugins/performance/reports/UriReport.java
A 
src/main/java/hudson/plugins/performance/reports/throughput/ThroughputReport.java
A 
src/main/java/hudson/plugins/performance/reports/throughput/ThroughputUriReport.java
R 
src/main/resources/hudson/plugins/performance/GraphConfigurationDetail/CVS/Entries
R 
src/main/resources/hudson/plugins/performance/GraphConfigurationDetail/CVS/Repository
R 
src/main/resources/hudson/plugins/performance/GraphConfigurationDetail/CVS/Root
R 
src

[jenkinsci/performance-plugin] 5745d3: fixed showing constraints gui

2017-03-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 5745d386398982edacfcecbd9c464fa96254bf33
  
https://github.com/jenkinsci/performance-plugin/commit/5745d386398982edacfcecbd9c464fa96254bf33
  Author: Artem Fedorov 
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
R 
src/main/resources/hudson/plugins/performance/AbsoluteConstraint/config.jelly
R 
src/main/resources/hudson/plugins/performance/AbsoluteConstraint/config.properties
R 
src/main/resources/hudson/plugins/performance/AbstractConstraint/help-relatedPerfReport.html
R 
src/main/resources/hudson/plugins/performance/AbstractConstraint/help-testCase.html
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/config.jelly
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/config.properties
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/help-previousResultsString.html
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/help-timeframeEndString.html
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/help-timeframeStartString.html
A 
src/main/resources/hudson/plugins/performance/constraints/AbsoluteConstraint/config.jelly
A 
src/main/resources/hudson/plugins/performance/constraints/AbsoluteConstraint/config.properties
A 
src/main/resources/hudson/plugins/performance/constraints/AbstractConstraint/help-relatedPerfReport.html
A 
src/main/resources/hudson/plugins/performance/constraints/AbstractConstraint/help-testCase.html
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/config.jelly
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/config.properties
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/help-previousResultsString.html
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/help-timeframeEndString.html
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/help-timeframeStartString.html

  Log Message:
  ---
  fixed showing  constraints gui


  Commit: c0189749bda64e4ede61423b3809e33c34139ad6
  
https://github.com/jenkinsci/performance-plugin/commit/c0189749bda64e4ede61423b3809e33c34139ad6
  Author: Artem Fedorov 
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
M 
src/main/java/hudson/plugins/performance/constraints/AbstractConstraint.java

  Log Message:
  ---
  remove extension from abstract class


  Commit: 1fd34b49652a41874cdb6a23aced8be87ddccfc6
  
https://github.com/jenkinsci/performance-plugin/commit/1fd34b49652a41874cdb6a23aced8be87ddccfc6
  Author: Andrey Pokhilko 
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
M 
src/main/java/hudson/plugins/performance/constraints/AbstractConstraint.java
R 
src/main/resources/hudson/plugins/performance/AbsoluteConstraint/config.jelly
R 
src/main/resources/hudson/plugins/performance/AbsoluteConstraint/config.properties
R 
src/main/resources/hudson/plugins/performance/AbstractConstraint/help-relatedPerfReport.html
R 
src/main/resources/hudson/plugins/performance/AbstractConstraint/help-testCase.html
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/config.jelly
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/config.properties
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/help-previousResultsString.html
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/help-timeframeEndString.html
R 
src/main/resources/hudson/plugins/performance/RelativeConstraint/help-timeframeStartString.html
A 
src/main/resources/hudson/plugins/performance/constraints/AbsoluteConstraint/config.jelly
A 
src/main/resources/hudson/plugins/performance/constraints/AbsoluteConstraint/config.properties
A 
src/main/resources/hudson/plugins/performance/constraints/AbstractConstraint/help-relatedPerfReport.html
A 
src/main/resources/hudson/plugins/performance/constraints/AbstractConstraint/help-testCase.html
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/config.jelly
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/config.properties
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/help-previousResultsString.html
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/help-timeframeEndString.html
A 
src/main/resources/hudson/plugins/performance/constraints/RelativeConstraint/help-timeframeStartString.html

  Log Message:
  ---
  Merge pull request #89 from artem-fedorov/fix-constraint-ui

Fixed showing constraints gui


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/788bcec413ec...1fd34b49652a

-- 
You received this message because you are subscribed to the

[jenkinsci/performance-plugin] 69e983: remove null package in test

2017-03-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 69e9831cff33ae207e1b561d9dcd3280c7666f49
  
https://github.com/jenkinsci/performance-plugin/commit/69e9831cff33ae207e1b561d9dcd3280c7666f49
  Author: Artem Fedorov 
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/constraints/ConstraintReportTest.java

  Log Message:
  ---
  remove null package in test


  Commit: 788bcec413eca836fa925640de0accfba51f5f37
  
https://github.com/jenkinsci/performance-plugin/commit/788bcec413eca836fa925640de0accfba51f5f37
  Author: Andrey Pokhilko 
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
M 
src/test/java/hudson/plugins/performance/constraints/ConstraintReportTest.java

  Log Message:
  ---
  Merge pull request #90 from artem-fedorov/fix-test-creating-null-package

Remove 'null' package in test


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/42762feb58e6...788bcec413ec

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


[jenkinsci/performance-plugin]

2017-03-24 Thread GitHub
  Branch: refs/tags/performance-2.1
  Home:   https://github.com/jenkinsci/performance-plugin

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


[jenkinsci/performance-plugin] 42762f: [maven-release-plugin] prepare for next developmen...

2017-03-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 42762feb58e6eb17d59695d2f0349a314ae8a63f
  
https://github.com/jenkinsci/performance-plugin/commit/42762feb58e6eb17d59695d2f0349a314ae8a63f
  Author: Andrey Pohilko 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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


[jenkinsci/performance-plugin] abe7bf: cleanup some console logging

2017-03-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: abe7bfbed0c554c7e1a9873c1c2510f36ba80d62
  
https://github.com/jenkinsci/performance-plugin/commit/abe7bfbed0c554c7e1a9873c1c2510f36ba80d62
  Author: Andrey Pohilko 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  cleanup some console logging


  Commit: da84799a9956c7a714f7f5778cc7b668ab6f59c1
  
https://github.com/jenkinsci/performance-plugin/commit/da84799a9956c7a714f7f5778cc7b668ab6f59c1
  Author: Andrey Pohilko 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-2.1


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/fa27ed5c6924...da84799a9956

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


[jenkinsci/performance-plugin] fa27ed: Fix colon in URL

2017-03-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: fa27ed5c6924bdaebd53d30d760607b12717d51a
  
https://github.com/jenkinsci/performance-plugin/commit/fa27ed5c6924bdaebd53d30d760607b12717d51a
  Author: Andrey Pohilko 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformanceReport.java

  Log Message:
  ---
  Fix colon in URL


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


[jenkinsci/performance-plugin] 0ec2ac: Update pom with description

2017-03-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0ec2acf05abe7a1cded9a3c55e139f08e8c24604
  
https://github.com/jenkinsci/performance-plugin/commit/0ec2acf05abe7a1cded9a3c55e139f08e8c24604
  Author: Andrey Pohilko 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom with description


  Commit: e6cd5e3e350cca62dd2a84837350bb42b92bd708
  
https://github.com/jenkinsci/performance-plugin/commit/e6cd5e3e350cca62dd2a84837350bb42b92bd708
  Author: Andrey Pohilko 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/AbstractReport.java
A src/main/java/hudson/plugins/performance/ExternalBuildReport.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/PerformanceReportParser.java
A src/main/java/hudson/plugins/performance/TaurusParser.java
A src/main/java/hudson/plugins/performance/TaurusStatusReport.java
M src/main/java/hudson/plugins/performance/ThroughputUriReport.java
M src/main/java/hudson/plugins/performance/UriReport.java
A src/main/resources/hudson/plugins/performance/TaurusParser/config.jelly
A 
src/main/resources/hudson/plugins/performance/TaurusParser/config.properties
M src/main/resources/hudson/plugins/performance/tags/summaryTable.jelly
A src/test/java/hudson/plugins/performance/ExternalBuildReportTest.java
M src/test/java/hudson/plugins/performance/JMeterCsvParserTest.java
M src/test/java/hudson/plugins/performance/JMeterParserTest.java
M src/test/java/hudson/plugins/performance/JUnitParserTest.java
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M src/test/java/hudson/plugins/performance/PerformanceReportTest.java
A src/test/java/hudson/plugins/performance/TaurusParserTest.java
M 
src/test/java/hudson/plugins/performance/constraints/ConstraintFactoryTest.java
A src/test/resources/TaurusPreviousBuildReport.xml
A src/test/resources/TaurusXMLReport.xml

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/performance-plugin


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/655330f360c0...e6cd5e3e350c

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


[jenkinsci/performance-plugin] 53ab9d: added taurus parser template

2017-03-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 53ab9d0719dc824e77be85d37c5d19eed5bedb98
  
https://github.com/jenkinsci/performance-plugin/commit/53ab9d0719dc824e77be85d37c5d19eed5bedb98
  Author: Artem Fedorov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
A src/main/java/hudson/plugins/performance/TaurusParser.java
A src/main/resources/hudson/plugins/performance/TaurusParser/config.jelly
A 
src/main/resources/hudson/plugins/performance/TaurusParser/config.properties

  Log Message:
  ---
  added taurus parser template


  Commit: 6d0e46a9158e29f695fc1b2e1125e378b6d3c042
  
https://github.com/jenkinsci/performance-plugin/commit/6d0e46a9158e29f695fc1b2e1125e378b6d3c042
  Author: Artem Fedorov 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/TaurusParser.java
A src/main/java/hudson/plugins/performance/TaurusStatusReport.java
M src/main/java/hudson/plugins/performance/UriReport.java
M src/main/resources/hudson/plugins/performance/TaurusParser/config.jelly
A src/test/java/hudson/plugins/performance/TaurusParserTest.java

  Log Message:
  ---
  added taurus report parser


  Commit: 597860af03bd9cfda97baa92452aa674d1315f9f
  
https://github.com/jenkinsci/performance-plugin/commit/597860af03bd9cfda97baa92452aa674d1315f9f
  Author: Artem Fedorov 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
A src/main/java/hudson/plugins/performance/BlazeMeterBuildReport.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/PerformanceReportParser.java
M src/main/java/hudson/plugins/performance/TaurusParser.java

  Log Message:
  ---
  add link for BlazeMeter report


  Commit: b09fe5176f0146589ca7ea9a108eb0d9bb3445af
  
https://github.com/jenkinsci/performance-plugin/commit/b09fe5176f0146589ca7ea9a108eb0d9bb3445af
  Author: Artem Fedorov 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/TaurusParser.java
M src/main/resources/hudson/plugins/performance/TaurusParser/config.jelly

  Log Message:
  ---
  automatic analyze file extension


  Commit: 639bc988b8c44de28e9d8f9109c118f3dac08151
  
https://github.com/jenkinsci/performance-plugin/commit/639bc988b8c44de28e9d8f9109c118f3dac08151
  Author: Artem Fedorov 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/TaurusParser.java
M src/main/java/hudson/plugins/performance/TaurusStatusReport.java

  Log Message:
  ---
  added avg, median, 90%perc


  Commit: cfda38acc24bfd89881471857e15961366da8677
  
https://github.com/jenkinsci/performance-plugin/commit/cfda38acc24bfd89881471857e15961366da8677
  Author: Artem Fedorov 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformanceReport.java

  Log Message:
  ---
  fixed min/max perc


  Commit: e3bbd1f8a9127e83c88758575eae8390fb1b115c
  
https://github.com/jenkinsci/performance-plugin/commit/e3bbd1f8a9127e83c88758575eae8390fb1b115c
  Author: Artem Fedorov 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/TaurusParser.java

  Log Message:
  ---
  added perc parsing in csv


  Commit: bb404cb0ba1e0783e8dbac571ba335d7fbb0b357
  
https://github.com/jenkinsci/performance-plugin/commit/bb404cb0ba1e0783e8dbac571ba335d7fbb0b357
  Author: Artem Fedorov 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/TaurusParser.java
M src/main/java/hudson/plugins/performance/UriReport.java

  Log Message:
  ---
  add report for each url


  Commit: 676306123ea0e48fd6c954b1b4eaa951b864b683
  
https://github.com/jenkinsci/performance-plugin/commit/676306123ea0e48fd6c954b1b4eaa951b864b683
  Author: Artem Fedorov 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
R src/main/java/hudson/plugins/performance/BlazeMeterBuildReport.java
A src/main/java/hudson/plugins/performance/ExternalBuildReport.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java

  Log Message:
  ---
  change report name


  Commit: 278aa7952e2ca61a8fd2433fa443f8f1b18603e1
  
https://github.com/jenkinsci/performance-plugin/commit/278aa7952e2ca61a8fd2433fa443f8f1b18603e1
  Author: Artem Fedorov 
  Date:   2017-03

[jenkinsci/performance-plugin] 34211b: added test for NPE

2017-03-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 34211b6189b7f9f6279e760348591a12a548aaa1
  
https://github.com/jenkinsci/performance-plugin/commit/34211b6189b7f9f6279e760348591a12a548aaa1
  Author: Artem Fedorov 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  ---
  added test for NPE

https://groups.google.com/forum/#!searchin/codename-
taurus/rodrigues%7Csort:relevance/codename-
taurus/kCXkIOyynio/hGUMbHmvFAAJ


  Commit: 3f5c9bd7a87e4c6e838a21164530bfce399df359
  
https://github.com/jenkinsci/performance-plugin/commit/3f5c9bd7a87e4c6e838a21164530bfce399df359
  Author: Andrey Pokhilko 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java

  Log Message:
  ---
  Merge pull request #87 from artem-fedorov/NPE-test

added test for NPE


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/587e2e1f38a2...3f5c9bd7a87e

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


[jenkinsci/performance-plugin] 6994b0: If we have no parsedReports, do not access a null ...

2017-03-22 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 6994b0c55f92b504fa4894d98455e14cc8e656ae
  
https://github.com/jenkinsci/performance-plugin/commit/6994b0c55f92b504fa4894d98455e14cc8e656ae
  Author: Craig Rodrigues 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  If we have no parsedReports, do not access a null pointer.


  Commit: 587e2e1f38a29b01f9c26c8a29e391f5609c3a83
  
https://github.com/jenkinsci/performance-plugin/commit/587e2e1f38a29b01f9c26c8a29e391f5609c3a83
  Author: Andrey Pokhilko 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Merge pull request #86 from rodrigc/nullpointer-fix

If we have no parsedReports, do not access a null pointer.


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/e1c1229f52f2...587e2e1f38a2

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


[jenkinsci/performance-plugin] 058fbe: fix import in test

2017-03-20 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 058fbeee1a89482f26a30186669b377b390a4f37
  
https://github.com/jenkinsci/performance-plugin/commit/058fbeee1a89482f26a30186669b377b390a4f37
  Author: Artem Fedorov 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/JMeterCsvParserTest.java

  Log Message:
  ---
  fix import in test


  Commit: e74ed0a4edf16605f8cc43f74d64cf980903c174
  
https://github.com/jenkinsci/performance-plugin/commit/e74ed0a4edf16605f8cc43f74d64cf980903c174
  Author: Artem Fedorov 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
M 
src/main/resources/hudson/plugins/performance/JMeterCsvParser/config.properties

  Log Message:
  ---
  fixed default csv pattern


  Commit: 7f424861095d071898a18cbdbce335be6ce888d9
  
https://github.com/jenkinsci/performance-plugin/commit/7f424861095d071898a18cbdbce335be6ce888d9
  Author: Artem Fedorov 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  fixed duplicated Performance Report in Build-View


  Commit: 021ac70e3dc3e6a70d28256dd923bec01045cd62
  
https://github.com/jenkinsci/performance-plugin/commit/021ac70e3dc3e6a70d28256dd923bec01045cd62
  Author: Artem Fedorov 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  fix duplication link


  Commit: b0a49d651cb0b8432dd594d2abfa5f5d8e36bb04
  
https://github.com/jenkinsci/performance-plugin/commit/b0a49d651cb0b8432dd594d2abfa5f5d8e36bb04
  Author: Artem Fedorov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
M 
src/main/resources/hudson/plugins/performance/JMeterCsvParser/config.properties

  Log Message:
  ---
  fixed exception with single elapsed field


  Commit: 5750720cab6ee85a32ba486cba2696f6f9e4c3fe
  
https://github.com/jenkinsci/performance-plugin/commit/5750720cab6ee85a32ba486cba2696f6f9e4c3fe
  Author: Artem Fedorov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M src/test/java/hudson/plugins/performance/JMeterCsvParserTest.java

  Log Message:
  ---
  added test


  Commit: e1c1229f52f2a987eed0699f25afc1dc390e1757
  
https://github.com/jenkinsci/performance-plugin/commit/e1c1229f52f2a987eed0699f25afc1dc390e1757
  Author: Andrey Pokhilko 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M 
src/main/resources/hudson/plugins/performance/JMeterCsvParser/config.properties
M src/test/java/hudson/plugins/performance/JMeterCsvParserTest.java

  Log Message:
  ---
  Merge pull request #85 from artem-fedorov/fix-simple-build-step

Fix simple build step


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/9e6c4d3e0696...e1c1229f52f2

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


[jenkinsci/performance-plugin] 271c22: format code

2017-03-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 271c2282b7dcc4c053b07f80a2908ec77bbada8e
  
https://github.com/jenkinsci/performance-plugin/commit/271c2282b7dcc4c053b07f80a2908ec77bbada8e
  Author: Artem Fedorov 
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/AbstractParser.java
M src/main/java/hudson/plugins/performance/AbstractReport.java
M src/main/java/hudson/plugins/performance/CookieHandler.java
M src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java
M src/main/java/hudson/plugins/performance/HttpSample.java
M src/main/java/hudson/plugins/performance/IagoParser.java
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
M src/main/java/hudson/plugins/performance/JMeterParser.java
M src/main/java/hudson/plugins/performance/JUnitParser.java
M src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
M src/main/java/hudson/plugins/performance/PerformanceBuildAction.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
M src/main/java/hudson/plugins/performance/PerformanceReportParser.java
M 
src/main/java/hudson/plugins/performance/PerformanceReportParserDescriptor.java
M src/main/java/hudson/plugins/performance/PerformanceReportPosition.java
M src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
M src/main/java/hudson/plugins/performance/ThroughputReport.java
M src/main/java/hudson/plugins/performance/ThroughputUriReport.java
M src/main/java/hudson/plugins/performance/TrendReportDetail.java
M src/main/java/hudson/plugins/performance/TrendReportGraphs.java
M src/main/java/hudson/plugins/performance/UriReport.java
M src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
M 
src/main/java/hudson/plugins/performance/constraints/AbsoluteConstraint.java
M 
src/main/java/hudson/plugins/performance/constraints/AbstractConstraint.java
M 
src/main/java/hudson/plugins/performance/constraints/ConstraintChecker.java
M 
src/main/java/hudson/plugins/performance/constraints/ConstraintDescriptor.java
M 
src/main/java/hudson/plugins/performance/constraints/ConstraintEvaluation.java
M 
src/main/java/hudson/plugins/performance/constraints/ConstraintFactory.java
M src/main/java/hudson/plugins/performance/constraints/ConstraintReport.java
M 
src/main/java/hudson/plugins/performance/constraints/ConstraintSettings.java
M 
src/main/java/hudson/plugins/performance/constraints/PreviousResultsBlock.java
M 
src/main/java/hudson/plugins/performance/constraints/RelativeConstraint.java
M src/main/java/hudson/plugins/performance/constraints/TestCaseBlock.java
M src/test/java/hudson/plugins/performance/IagoParserTest.java
M src/test/java/hudson/plugins/performance/JMeterCsvParserTest.java
M src/test/java/hudson/plugins/performance/JMeterParserTest.java
M src/test/java/hudson/plugins/performance/JUnitParserTest.java
M src/test/java/hudson/plugins/performance/JmeterSummarizerParserTest.java
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M src/test/java/hudson/plugins/performance/PerformanceReportTest.java
M src/test/java/hudson/plugins/performance/TestSuiteReportDetailTest.java
M src/test/java/hudson/plugins/performance/ThroughputReportTest.java
M src/test/java/hudson/plugins/performance/ThroughputUriReportTest.java
M src/test/java/hudson/plugins/performance/UriReportTest.java
M src/test/java/hudson/plugins/performance/WrkSummarizerParserTest.java
M 
src/test/java/hudson/plugins/performance/constraints/ConstraintCheckerTest.java
M 
src/test/java/hudson/plugins/performance/constraints/ConstraintFactoryTest.java
M 
src/test/java/hudson/plugins/performance/constraints/ConstraintReportTest.java
M src/test/java/hudson/plugins/performance/constraints/ConstraintTest.java

  Log Message:
  ---
  format code


  Commit: 9e6c4d3e0696a9ba9740786902ff608044210992
  
https://github.com/jenkinsci/performance-plugin/commit/9e6c4d3e0696a9ba9740786902ff608044210992
  Author: Andrey Pokhilko 
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/AbstractParser.java
M src/main/java/hudson/plugins/performance/AbstractReport.java
M src/main/java/hudson/plugins/performance/CookieHandler.java
M src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java
M src/main/java/hudson/plugins/performance/HttpSample.java
M src/main/java/hudson/plugins/performance/IagoParser.java
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
M src

[jenkinsci/performance-plugin] 5ad0e3: fix NumberFormatException

2017-03-16 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 5ad0e34474baa6e558e350f86bf8a4e1306d43a8
  
https://github.com/jenkinsci/performance-plugin/commit/5ad0e34474baa6e558e350f86bf8a4e1306d43a8
  Author: Artem Fedorov 
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java

  Log Message:
  ---
  fix NumberFormatException


  Commit: c6d6a3413f4a318c530122e61ef0322dacb3d75d
  
https://github.com/jenkinsci/performance-plugin/commit/c6d6a3413f4a318c530122e61ef0322dacb3d75d
  Author: Artem Fedorov 
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java

  Log Message:
  ---
  fix break


  Commit: 7b424305440b5541320dbf7f543175107902a4fb
  
https://github.com/jenkinsci/performance-plugin/commit/7b424305440b5541320dbf7f543175107902a4fb
  Author: Artem Fedorov 
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java

  Log Message:
  ---
  grammar


  Commit: a845058055d22a033b6f412a2987bf8cf349bd55
  
https://github.com/jenkinsci/performance-plugin/commit/a845058055d22a033b6f412a2987bf8cf349bd55
  Author: Artem Fedorov 
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M src/test/resources/JMeterCsvResults.csv

  Log Message:
  ---
  +test


  Commit: f61046b10bdddb158b7f2653de59c3286a92
  
https://github.com/jenkinsci/performance-plugin/commit/f61046b10bdddb158b7f2653de59c3286a92
  Author: Artem Fedorov 
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
M src/test/java/hudson/plugins/performance/JMeterCsvParserTest.java
M src/test/resources/JMeterCsvResults.csv
A src/test/resources/JMeterCsvResults2.csv
A src/test/resources/JMeterCsvResults3.csv

  Log Message:
  ---
  use lazy init of SimpleDateFormat


  Commit: 33d246f7c65d0d7b2b48fa4a9491afee0f437684
  
https://github.com/jenkinsci/performance-plugin/commit/33d246f7c65d0d7b2b48fa4a9491afee0f437684
  Author: Andrey Pokhilko 
  Date:   2017-03-16 (Thu, 16 Mar 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/JMeterCsvParser.java
M src/test/java/hudson/plugins/performance/JMeterCsvParserTest.java
M src/test/resources/JMeterCsvResults.csv
A src/test/resources/JMeterCsvResults2.csv
A src/test/resources/JMeterCsvResults3.csv

  Log Message:
  ---
  Merge pull request #83 from artem-fedorov/fix-number-format-exception

Fix number format exception


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/a670083b8e07...33d246f7c65d

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


[jenkinsci/performance-plugin] 062b21: avoid wildcard in @DataBoundConstructor

2017-02-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 062b2150527bfa21cb7a22ed136aeba00b0422e7
  
https://github.com/jenkinsci/performance-plugin/commit/062b2150527bfa21cb7a22ed136aeba00b0422e7
  Author: Daniel Spilker 
  Date:   2017-02-24 (Fri, 24 Feb 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M src/test/java/hudson/plugins/performance/constraints/ConstraintTest.java

  Log Message:
  ---
  avoid wildcard in @DataBoundConstructor

[FIXES JENKINS-41086]


  Commit: a670083b8e07768d02dcafd6e8b279fb5ff58633
  
https://github.com/jenkinsci/performance-plugin/commit/a670083b8e07768d02dcafd6e8b279fb5ff58633
  Author: Andrey Pokhilko 
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java
M src/test/java/hudson/plugins/performance/constraints/ConstraintTest.java

  Log Message:
  ---
  Merge pull request #82 from daspilker/JENKINS-41086

[JENKINS-41086] avoid wildcard in @DataBoundConstructor


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/2c37d5350b30...a670083b8e07

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


[jenkinsci/performance-plugin] 26817b: Fixing another unstable codepath that can result i...

2017-01-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 26817b1a505a3a9750032a70850ec4a43f099c9d
  
https://github.com/jenkinsci/performance-plugin/commit/26817b1a505a3a9750032a70850ec4a43f099c9d
  Author: Shawn Martin 
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Fixing another unstable codepath that can result in a NPE. Also logging 
stacktrace for exceptions.


  Commit: 2c37d5350b3014d126db1a84cb3d14f13d94585e
  
https://github.com/jenkinsci/performance-plugin/commit/2c37d5350b3014d126db1a84cb3d14f13d94585e
  Author: Andrey Pokhilko 
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Merge pull request #81 from shawnmartin/unstable_path_and_stacktrace_logging

Fixing another unstable codepath that can result in a NPE.


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/116ea5508830...2c37d5350b30

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


[jenkinsci/performance-plugin] 69f742: Setting build results for certain unstable result ...

2017-01-11 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 69f74294529d09e517fedcf72ad96563e41a7aab
  
https://github.com/jenkinsci/performance-plugin/commit/69f74294529d09e517fedcf72ad96563e41a7aab
  Author: Shawn Martin 
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Setting build results for certain unstable result codepaths


  Commit: 116ea55088308e7d11cbddadcd94dac9c9b5ee40
  
https://github.com/jenkinsci/performance-plugin/commit/116ea55088308e7d11cbddadcd94dac9c9b5ee40
  Author: Andrey Pokhilko 
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Merge pull request #80 from shawnmartin/setting_unstable_result

Setting build results for certain unstable result codepaths


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/537d548603c8...116ea5508830

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


[jenkinsci/performance-plugin] c2e47f: Logging exceptions to ease debugging

2017-01-11 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: c2e47fe4f6fa2fb037a825f8d30c17403a273454
  
https://github.com/jenkinsci/performance-plugin/commit/c2e47fe4f6fa2fb037a825f8d30c17403a273454
  Author: Shawn Martin 
  Date:   2017-01-11 (Wed, 11 Jan 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Logging exceptions to ease debugging


  Commit: 537d548603c86d953bf618cad9bdf3e2b3b53c03
  
https://github.com/jenkinsci/performance-plugin/commit/537d548603c86d953bf618cad9bdf3e2b3b53c03
  Author: Andrey Pokhilko 
  Date:   2017-01-12 (Thu, 12 Jan 2017)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java

  Log Message:
  ---
  Merge pull request #79 from shawnmartin/logging_exceptions

Logging exceptions to ease debugging


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/ef0794a03df5...537d548603c8

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


[jenkinsci/performance-plugin] 1873c9: Improve CPU and memory usage on heavy performance ...

2016-12-15 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 1873c93fde143717556c0c3a8d45c67290416304
  
https://github.com/jenkinsci/performance-plugin/commit/1873c93fde143717556c0c3a8d45c67290416304
  Author: Brice Ruzand 
  Date:   2016-12-15 (Thu, 15 Dec 2016)

  Changed paths:
M src/main/java/hudson/plugins/performance/AbstractParser.java
M src/main/java/hudson/plugins/performance/AbstractReport.java

  Log Message:
  ---
  Improve CPU and memory usage on heavy performance test.


  Commit: ef0794a03df585f04afc3dbed1f0c01dc7aba72c
  
https://github.com/jenkinsci/performance-plugin/commit/ef0794a03df585f04afc3dbed1f0c01dc7aba72c
  Author: Andrey Pokhilko 
  Date:   2016-12-15 (Thu, 15 Dec 2016)

  Changed paths:
M src/main/java/hudson/plugins/performance/AbstractParser.java
M src/main/java/hudson/plugins/performance/AbstractReport.java

  Log Message:
  ---
  Merge pull request #77 from briceruzand/master

Improve CPU and memory usage on heavy performance test.


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/8e7b9c05147f...ef0794a03df5

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


[jenkinsci/performance-plugin] 8e7b9c: [maven-release-plugin] prepare for next developmen...

2016-12-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 8e7b9c05147f373d65df2854829e5acc523c423e
  
https://github.com/jenkinsci/performance-plugin/commit/8e7b9c05147f373d65df2854829e5acc523c423e
  Author: Andrey Pohilko 
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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


[jenkinsci/performance-plugin] 884705: [maven-release-plugin] prepare release performance...

2016-12-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 8847059282f5690d1b3897e3df7e4ec6f43c276d
  
https://github.com/jenkinsci/performance-plugin/commit/8847059282f5690d1b3897e3df7e4ec6f43c276d
  Author: Andrey Pohilko 
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-2.0


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


[jenkinsci/performance-plugin]

2016-12-09 Thread GitHub
  Branch: refs/tags/performance-2.0
  Home:   https://github.com/jenkinsci/performance-plugin

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


[jenkinsci/performance-plugin] 5832ec: Added test for JENKINS-40254

2016-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 5832ec79a5dd63d0bd8e11e8011bb4a05b2e9d9c
  
https://github.com/jenkinsci/performance-plugin/commit/5832ec79a5dd63d0bd8e11e8011bb4a05b2e9d9c
  Author: Tõnis Pool 
  Date:   2016-12-07 (Wed, 07 Dec 2016)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
A src/test/java/hudson/plugins/performance/TestSuiteReportDetailTest.java

  Log Message:
  ---
  Added test for JENKINS-40254

Had to refactor doRespondingTimeGraphPerTestCaseMode method and extracted 
getChartDatasetBuilderForBuilds from it to make it a bit easier to test. Also I 
removed some unused parameters from the constructor of TestSuiteReportDetail.


  Commit: aaeb73573159ec88cf61e6b6ca91ce434ae9c11e
  
https://github.com/jenkinsci/performance-plugin/commit/aaeb73573159ec88cf61e6b6ca91ce434ae9c11e
  Author: Andrey Pokhilko 
  Date:   2016-12-07 (Wed, 07 Dec 2016)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
A src/test/java/hudson/plugins/performance/TestSuiteReportDetailTest.java

  Log Message:
  ---
  Merge pull request #76 from poolik/master

Added test for JENKINS-40254


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/22c7f1760fe6...aaeb73573159

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


[jenkinsci/performance-plugin]

2016-12-07 Thread GitHub
  Branch: refs/tags/performance-1.16
  Home:   https://github.com/jenkinsci/performance-plugin

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


[jenkinsci/performance-plugin] 22c7f1: [maven-release-plugin] prepare for next developmen...

2016-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 22c7f1760fe6a075f5f0eb360d0fdcf1338fe5ed
  
https://github.com/jenkinsci/performance-plugin/commit/22c7f1760fe6a075f5f0eb360d0fdcf1338fe5ed
  Author: Andrey Pohilko 
  Date:   2016-12-07 (Wed, 07 Dec 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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


[jenkinsci/performance-plugin] 085107: [maven-release-plugin] prepare release performance...

2016-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 0851076dcf8a8a802ffacaeeaf3de3cbdf703a24
  
https://github.com/jenkinsci/performance-plugin/commit/0851076dcf8a8a802ffacaeeaf3de3cbdf703a24
  Author: Andrey Pohilko 
  Date:   2016-12-07 (Wed, 07 Dec 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release performance-1.16


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


[jenkinsci/performance-plugin] 286d45: [FIXED JENKINS-40254] Show the average for the uri...

2016-12-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 286d4563ddcf2f04dfaed21791777a180945ac2a
  
https://github.com/jenkinsci/performance-plugin/commit/286d4563ddcf2f04dfaed21791777a180945ac2a
  Author: Tõnis Pool 
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
M src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java

  Log Message:
  ---
  [FIXED JENKINS-40254] Show the average for the uri on the 'Performance Trend 
Per Test Case' view as well.


  Commit: 68804be6763f686ebeae6bec6e0c59cb328c28f8
  
https://github.com/jenkinsci/performance-plugin/commit/68804be6763f686ebeae6bec6e0c59cb328c28f8
  Author: Andrey Pokhilko 
  Date:   2016-12-07 (Wed, 07 Dec 2016)

  Changed paths:
M src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java

  Log Message:
  ---
  Merge pull request #75 from poolik/master

Show the average for the uri on the 'Performance Trend Per Test Case' view as 
well.


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/6af1a2cbceb9...68804be6763f

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


[jenkinsci/performance-plugin] 6af1a2: rename comparisonType to configType in jelly and c...

2016-11-21 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 6af1a2cbceb936069838eadccb61e82fee40a8c6
  
https://github.com/jenkinsci/performance-plugin/commit/6af1a2cbceb936069838eadccb61e82fee40a8c6
  Author: Raphael Pionke 
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly

  Log Message:
  ---
  rename comparisonType to configType in jelly and constructor (#74)


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


[jenkinsci/performance-plugin] 520a9a: [JENKINS-32650] make Performance Plugin Pipeline c...

2016-11-07 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 520a9a0ac3ab50abb78fbcdf10c89a500814caea
  
https://github.com/jenkinsci/performance-plugin/commit/520a9a0ac3ab50abb78fbcdf10c89a500814caea
  Author: Raphael Pionke 
  Date:   2016-11-07 (Mon, 07 Nov 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/AbstractParser.java
M src/main/java/hudson/plugins/performance/PerformanceBuildAction.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
M src/main/java/hudson/plugins/performance/PerformanceReportParser.java
M 
src/main/java/hudson/plugins/performance/PerformanceReportParserDescriptor.java
M src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
M src/main/java/hudson/plugins/performance/TrendReportGraphs.java
M src/main/java/hudson/plugins/performance/UriReport.java
M 
src/main/java/hudson/plugins/performance/constraints/AbsoluteConstraint.java
M 
src/main/java/hudson/plugins/performance/constraints/AbstractConstraint.java
M 
src/main/java/hudson/plugins/performance/constraints/ConstraintChecker.java
M 
src/main/java/hudson/plugins/performance/constraints/ConstraintDescriptor.java
M 
src/main/java/hudson/plugins/performance/constraints/ConstraintFactory.java
M src/main/java/hudson/plugins/performance/constraints/ConstraintReport.java
M 
src/main/java/hudson/plugins/performance/constraints/RelativeConstraint.java

  Log Message:
  ---
  [JENKINS-32650] make Performance Plugin Pipeline compatible (#73)

* replace Hudson.getInstance()

* make Performance Plugin Pipeline compatible

* add Symbol

* replace AbstractBuild occurrences


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


[jenkinsci/performance-plugin] 40ab8f: update parent pom version (#72)

2016-10-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 40ab8fecbe84839b17311365e1ad13571f5f7153
  
https://github.com/jenkinsci/performance-plugin/commit/40ab8fecbe84839b17311365e1ad13571f5f7153
  Author: Raphael Pionke 
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/AbstractParser.java
M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java
M src/main/java/hudson/plugins/performance/PerformanceReportMap.java
M src/main/java/hudson/plugins/performance/TestSuiteReportDetail.java
M 
src/main/resources/hudson/plugins/performance/AbsoluteConstraint/config.jelly
M 
src/main/resources/hudson/plugins/performance/GraphConfigurationDetail/index.jelly
M src/main/resources/hudson/plugins/performance/IagoParser/config.jelly
M src/main/resources/hudson/plugins/performance/JMeterCsvParser/config.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceProjectAction/floatingBox.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceProjectAction/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/config.jelly
M 
src/main/resources/hudson/plugins/performance/RelativeConstraint/config.jelly
M 
src/main/resources/hudson/plugins/performance/TestSuiteReportDetail/index.jelly
M 
src/main/resources/hudson/plugins/performance/TrendReportDetail/index.jelly
M 
src/main/resources/hudson/plugins/performance/TrendReportGraphs/index.jelly
M src/main/resources/hudson/plugins/performance/UriReport/index.jelly
M src/main/resources/hudson/plugins/performance/tags/captionLine.jelly
M src/main/resources/hudson/plugins/performance/tags/summaryTable.jelly
M 
src/main/resources/hudson/plugins/performance/tags/summaryTableSummarizer.jelly
M src/main/resources/index.jelly

  Log Message:
  ---
  update parent pom version (#72)

* update parent pom version

* fix travis ci build

* fix travis ci build


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


<    1   2   3   4   5   6   7   >