Branch: refs/heads/master Home: https://github.com/jenkinsci/performance-plugin Commit: 6c18dc8219b266494917376fd9e0ccfca7290c04 https://github.com/jenkinsci/performance-plugin/commit/6c18dc8219b266494917376fd9e0ccfca7290c04 Author: terma <artem.sta...@gmail.com> Date: 2014-05-23 (Fri, 23 May 2014)
Changed paths: A src/main/java/hudson/plugins/performance/JMeterThroughputParser.java Log Message: ----------- Add JMeter Throughput Report (like copy of JMeterParser) Commit: 363e6ee1dfc75fd582ded19e2180da553e4939d8 https://github.com/jenkinsci/performance-plugin/commit/363e6ee1dfc75fd582ded19e2180da553e4939d8 Author: terma <artem.sta...@gmail.com> Date: 2014-05-23 (Fri, 23 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/JMeterThroughputParser.java Log Message: ----------- Clean up Commit: e449927cd45435b1bf851c5ec4601ae852909017 https://github.com/jenkinsci/performance-plugin/commit/e449927cd45435b1bf851c5ec4601ae852909017 Author: terma <artem.sta...@gmail.com> Date: 2014-05-23 (Fri, 23 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/PerformancePublisher.java M src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly Log Message: ----------- Add throughput view mode Commit: e2951c32c936e0d3c7029b0612b793e11a0fa531 https://github.com/jenkinsci/performance-plugin/commit/e2951c32c936e0d3c7029b0612b793e11a0fa531 Author: terma <artem.sta...@gmail.com> Date: 2014-05-23 (Fri, 23 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java M src/main/java/hudson/plugins/performance/PerformancePublisher.java 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 Log Message: ----------- Show throughput chart on dashboard Commit: 92db5760c3efc173c9c3b6764a47ae65b3f5161c https://github.com/jenkinsci/performance-plugin/commit/92db5760c3efc173c9c3b6764a47ae65b3f5161c Author: terma <artem.sta...@gmail.com> Date: 2014-05-23 (Fri, 23 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java A src/main/java/hudson/plugins/performance/ThroughputReport.java Log Message: ----------- Add real throughput chart Commit: 5f03d7b6ee9f0ced8440c7b2fb19640f78037150 https://github.com/jenkinsci/performance-plugin/commit/5f03d7b6ee9f0ced8440c7b2fb19640f78037150 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/ThroughputReport.java M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java A src/test/java/hudson/plugins/performance/ThroughputReportTest.java Log Message: ----------- Add support calculate of throughput for zero data or slow requests Commit: 8c192772daf411c0352a6576c1a168afc94bcd29 https://github.com/jenkinsci/performance-plugin/commit/8c192772daf411c0352a6576c1a168afc94bcd29 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/ThroughputReport.java Log Message: ----------- Reformatting Commit: 1110c0be7dfec3f3632b1d8867a8dff346c99c9e https://github.com/jenkinsci/performance-plugin/commit/1110c0be7dfec3f3632b1d8867a8dff346c99c9e Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/test/java/hudson/plugins/performance/ThroughputReportTest.java Log Message: ----------- Correct calculate average throughput Commit: 81e346ab9f3706581ad0b76140c7e1728130b0ec https://github.com/jenkinsci/performance-plugin/commit/81e346ab9f3706581ad0b76140c7e1728130b0ec Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/test/java/hudson/plugins/performance/ThroughputReportTest.java Log Message: ----------- Summarize throughput by uri Commit: 4d38020f980d555ddf30e0589839398057f3567f https://github.com/jenkinsci/performance-plugin/commit/4d38020f980d555ddf30e0589839398057f3567f Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java M src/main/java/hudson/plugins/performance/ThroughputReport.java M src/main/resources/hudson/plugins/performance/Messages.properties Log Message: ----------- Add label for throughput chart Commit: 011fe4378a1700c03d146b38e7b008fc837b6506 https://github.com/jenkinsci/performance-plugin/commit/011fe4378a1700c03d146b38e7b008fc837b6506 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java 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 Log Message: ----------- Allow user add throughput to performance charts Commit: 7e702af0798a8512276ea219c3714b33a57ab4bf https://github.com/jenkinsci/performance-plugin/commit/7e702af0798a8512276ea219c3714b33a57ab4bf Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/ThroughputReport.java A src/main/java/hudson/plugins/performance/ThroughputUriReport.java M src/test/java/hudson/plugins/performance/ThroughputReportTest.java A src/test/java/hudson/plugins/performance/ThroughputUriReportTest.java Log Message: ----------- Refactoring Commit: cba7d5c6694e8169f845831d44cd34966e0dd4f4 https://github.com/jenkinsci/performance-plugin/commit/cba7d5c6694e8169f845831d44cd34966e0dd4f4 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/ThroughputUriReport.java Log Message: ----------- Refactoring Commit: bc2156ea15918763a3850ccf45ce1625aa59e5f8 https://github.com/jenkinsci/performance-plugin/commit/bc2156ea15918763a3850ccf45ce1625aa59e5f8 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/test/java/hudson/plugins/performance/ThroughputUriReportTest.java Log Message: ----------- Refactoring Commit: 3b1c8fe17a46021fba6ce35a0629c7729d1cc502 https://github.com/jenkinsci/performance-plugin/commit/3b1c8fe17a46021fba6ce35a0629c7729d1cc502 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/test/java/hudson/plugins/performance/ThroughputUriReportTest.java Log Message: ----------- Refactoring Commit: a7bd43e55dd1fa4dfd3896cb32d225ec9534b0e9 https://github.com/jenkinsci/performance-plugin/commit/a7bd43e55dd1fa4dfd3896cb32d225ec9534b0e9 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java M src/main/java/hudson/plugins/performance/ThroughputReport.java M src/main/java/hudson/plugins/performance/ThroughputUriReport.java M src/main/resources/hudson/plugins/performance/Messages.properties M src/test/java/hudson/plugins/performance/ThroughputReportTest.java M src/test/java/hudson/plugins/performance/ThroughputUriReportTest.java Log Message: ----------- Refactoring Commit: 4399bdd69c6f2a04e7f1a1edf8d3a94776af16a2 https://github.com/jenkinsci/performance-plugin/commit/4399bdd69c6f2a04e7f1a1edf8d3a94776af16a2 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/test/java/hudson/plugins/performance/ThroughputUriReportTest.java Log Message: ----------- More checks Commit: 5d39256ed9a023d515dee6ee91c1ed17f6ab9a77 https://github.com/jenkinsci/performance-plugin/commit/5d39256ed9a023d515dee6ee91c1ed17f6ab9a77 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: R src/main/java/hudson/plugins/performance/JMeterThroughputParser.java M src/main/java/hudson/plugins/performance/ThroughputReport.java M src/main/java/hudson/plugins/performance/ThroughputUriReport.java M src/test/java/hudson/plugins/performance/ThroughputReportTest.java M src/test/java/hudson/plugins/performance/ThroughputUriReportTest.java Log Message: ----------- clean up Commit: 5721e7567be9c493a52e2aae76fabfd358f9b780 https://github.com/jenkinsci/performance-plugin/commit/5721e7567be9c493a52e2aae76fabfd358f9b780 Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/test/java/hudson/plugins/performance/PerformancePublisherTest.java Log Message: ----------- clean up Commit: f3ef976821b0784d7c33003c2f462444f7ae53bb https://github.com/jenkinsci/performance-plugin/commit/f3ef976821b0784d7c33003c2f462444f7ae53bb Author: terma <artem.sta...@gmail.com> Date: 2014-05-27 (Tue, 27 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java Log Message: ----------- Refactoring Commit: 7d57cae52cd34ffc576c3af712c181c279b80e2d https://github.com/jenkinsci/performance-plugin/commit/7d57cae52cd34ffc576c3af712c181c279b80e2d Author: Manuel Carrasco <man...@apache.org> Date: 2014-05-28 (Wed, 28 May 2014) Changed paths: M src/main/java/hudson/plugins/performance/PerformanceProjectAction.java M src/main/java/hudson/plugins/performance/PerformancePublisher.java A src/main/java/hudson/plugins/performance/ThroughputReport.java A src/main/java/hudson/plugins/performance/ThroughputUriReport.java M src/main/resources/hudson/plugins/performance/Messages.properties 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/test/java/hudson/plugins/performance/PerformancePublisherTest.java A src/test/java/hudson/plugins/performance/ThroughputReportTest.java A src/test/java/hudson/plugins/performance/ThroughputUriReportTest.java Log Message: ----------- Merge pull request #31 from terma/throughput_report Throughput report Compare: https://github.com/jenkinsci/performance-plugin/compare/47c08503ba83...7d57cae52cd3 -- 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.