[GitHub] jmeter pull request #432: Bug 62870 / Templates : Add ability to provide par...

2018-11-19 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request:

https://github.com/apache/jmeter/pull/432

Bug 62870 / Templates : Add ability to provide parameters

## Description

This is the implementation of a feature in enhancement list:

"Templates : Add ability to provide parameters:"

- https://bz.apache.org/bugzilla/show_bug.cgi?id=62870

It has been implemented by members of UbikLoadPack 
(https://ubikloadpack.com) team (Thomas, Florent and Philippe) and is donated 
to Apache JMeter project since we have signed a CCLA few years ago.

## Motivation and Context
This feature will allow providing a kind of wizard for template allowing to 
specify parameters when creating a new Plan:

https://bz.apache.org/bugzilla/show_bug.cgi?id=62870

## How Has This Been Tested?

The PR contains JUnit tests for part of the code.
And we have performed manual testing.

## Screenshots (if appropriate):

The feature is fully documented in the PR with screenshots as long as 
existing one (template).

https://user-images.githubusercontent.com/14978275/48736366-58201500-ec4b-11e8-9f88-ad8b356be891.png";>

## Types of changes

- New feature (non-breaking change which adds functionality)
- No Breaking change as parameters are optional

## Checklist:

- [X] My code follows the [code style][style-guide] of this project.
- [X] I have updated the documentation accordingly.

[style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ubikloadpack/jmeter BUG_62870

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/432.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #432


commit 58d37f82c7fa92f50fd7df8e6ecbb8c38d9c7934
Author: pmouawad 
Date:   2018-11-19T21:26:20Z

Bug 62870 / Templates : Add ability to provide parameters

https://bz.apache.org/bugzilla/show_bug.cgi?id=62870

Contributed by https://ubikloadpack.com




---


[GitHub] jmeter pull request #320: HTTPClient 4.5. migration to last APIs / Bugzilla ...

2018-02-24 Thread ubikloadpack
Github user ubikloadpack closed the pull request at:

https://github.com/apache/jmeter/pull/320


---


[GitHub] jmeter pull request #320: HTTPClient 4.5. migration to last APIs / Bugzilla ...

2017-11-05 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request:

https://github.com/apache/jmeter/pull/320

HTTPClient 4.5. migration to last APIs / Bugzilla 58757 & 61664

Hello,
Find in this PR the migration to last HC4 APIs and the fix of Digest Auth 
that was only partially implemented.

This PR fixes:
- https://bz.apache.org/bugzilla/show_bug.cgi?id=61664 
- https://bz.apache.org/bugzilla/show_bug.cgi?id=58757

Regards
Philippe M.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ubikloadpack/jmeter HC4_FULL_MIGRATION

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/320.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #320


commit 702c8308c2b2db3152e4ef7c1c35747bc686fdf0
Author: pmouawad 
Date:   2017-10-09T21:20:26Z

Migration

commit 1e120df142c2380fdf52298dba9301261907186d
Author: pmouawad 
Date:   2017-10-12T08:32:36Z

Remove deprecated use of VIRTUAL_HOST

commit 92bdafa0e7ba197670f3f278113ff559e29e16ee
Author: pmouawad 
Date:   2017-10-13T19:29:59Z

Migrate Slow Socket feature to new APIs

commit e179a7c17e3c094f3b17436cbf74b360df64a288
Author: pmouawad 
Date:   2017-10-13T19:53:37Z

Use non deprecated constructor in ViewableFileBody
Drop call to
post.getParams().setParameter(CoreProtocolPNames.HTTP_CONTENT_CHARSET,
contentEncoding);

commit f30b574dfe53b6cfb6157877e56669db41eafdb7
Author: pmouawad 
Date:   2017-10-13T19:55:00Z

Merge remote-tracking branch 'upstream/trunk' into HC4_FULL_MIGRATION

commit b1773d9ee3d7444071cd88b02a6170365cbd1b47
Author: pmouawad 
Date:   2017-10-13T22:22:06Z

Implement LazyLayeredConnectionSocketFactory
Migrate Bandwidth measurement

commit 3910c2a8630d0b928d9c61f53a6934eee532ca45
Author: pmouawad 
Date:   2017-10-14T20:28:15Z

Adapt test cases after migration to HC4.5.x new APIs

commit f7164b7cfcdb6158493b8c789f55147c3977
Author: pmouawad 
Date:   2017-10-27T19:56:22Z

Temp code

commit b27bb3caf8f189938c5f8d322df7570d81f0ae79
Author: pmouawad 
Date:   2017-10-27T20:02:36Z

Merge current trunk

commit c6cc9d86df139c4d635547d272ec45457528ff74
Author: pmouawad 
Date:   2017-10-28T22:30:24Z

Merge remote-tracking branch 'upstream/trunk' into HC4_FULL_MIGRATION

commit e6d18781bf04d3bc02fe1291e2376356626a8fd3
Author: pmouawad 
Date:   2017-10-28T22:31:23Z

Add Basic and Digest preemptive auth

commit 4b25ac3c49e064b3508ed1ff443ef1ae23bde89b
Author: pmouawad 
Date:   2017-10-29T09:14:49Z

Sonar cleanups, upgrade ViewableFileBody

commit e2f4c72ed411059564fac94561e6a32a493a382e
Author: pmouawad 
Date:   2017-10-30T17:32:35Z

Fix logger

commit 799d65f6fdf2d074ea46fa10523fc8ac2605cd77
Author: pmouawad 
Date:   2017-10-30T17:32:55Z

Deprecate classes

commit 713474625d8f81b1dfa5a3a76c03844e05935e54
Author: pmouawad 
Date:   2017-10-30T17:33:10Z

Deprecate classes

commit e6293b3267cca306fda060bbdf7e852e387d3f8f
Author: pmouawad 
Date:   2017-10-30T17:35:06Z

Some refactoring
Plugin Proxy Auth
Start Kerberos

commit 96e60fcaff96ac145a828b79190ac2ced1b56048
Author: pmouawad 
Date:   2017-11-04T14:19:29Z

Merge remote-tracking branch 'upstream/trunk' into HC4_FULL_MIGRATION

commit 5e9df36d9ce869eacd99784e79a9e6131892d045
Author: pmouawad 
Date:   2017-11-05T08:42:37Z

Merge remote-tracking branch 'upstream/trunk' into HC4_FULL_MIGRATION

commit d929454a9917565582bc4a361d5095c90a4911ef
Author: pmouawad 
Date:   2017-11-05T08:47:42Z

Complete Kerberos
Use constants

commit e02e8fa64d364e64a1c081e207567d02e975fbf5
Author: pmouawad 
Date:   2017-11-05T08:48:53Z

Complete Kerberos
Use constants

commit 42699f997cfbd1287fff64be77991e3c6e790fbc
Author: pmouawad 
Date:   2017-11-05T11:58:10Z

Fix wrong default

commit 9f710d9f9840b547dc9a1fd93c2ea9420c18c2a8
Author: pmouawad 
Date:   2017-11-05T14:24:22Z

Finalize

commit 234b21fd480daf07cef1e6fc8729bede60e493cb
Author: pmouawad 
Date:   2017-11-05T20:17:53Z

Merge remote-tracking branch 'upstream/trunk' into HC4_FULL_MIGRATION

commit bbfef0eff48a771f7b4db892d959c6e0008882c9
Author: pmouawad 
Date:   2017-11-05T22:07:36Z

Improve logging

commit c8c2d9b53b863aa3285d366dd473c3851af36d79
Author: pmouawad 
Date:   2017-11-05T22:07:53Z

Remove useless code




---


[GitHub] jmeter pull request #308: Java9 migration

2017-09-16 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request:

https://github.com/apache/jmeter/pull/308

Java9 migration



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ubikloadpack/jmeter Java9_Migration

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/308.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #308


commit 0ef44fdb7db335e4f85089ab90f7ca0e6d0d1666
Author: pmouawad 
Date:   2017-09-16T16:17:02Z

Fix to Java9_Migration

commit bd7a8a37c9ab0158d3162c9d664dcca916687738
Author: pmouawad 
Date:   2017-09-16T16:26:09Z

Handle Java 9




---


[GitHub] jmeter pull request #306: Fix to BUG_60156

2017-09-02 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request:

https://github.com/apache/jmeter/pull/306

Fix to BUG_60156



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ubikloadpack/jmeter BUG_60156

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/306.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #306


commit a25764304ce0589acb357bbac2dc1b5085d598fb
Author: pmouawad 
Date:   2017-09-02T20:15:47Z

Fix to BUG_60156




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter issue #285: Fix to Bugzilla 60917: Load Test with embedded resources ...

2017-05-25 Thread ubikloadpack
Github user ubikloadpack commented on the issue:

https://github.com/apache/jmeter/pull/285
  
As no feedback came, closing PR


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter pull request #285: Fix to Bugzilla 60917: Load Test with embedded res...

2017-05-25 Thread ubikloadpack
Github user ubikloadpack closed the pull request at:

https://github.com/apache/jmeter/pull/285


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter issue #285: Fix to Bugzilla 60917: Load Test with embedded resources ...

2017-04-06 Thread ubikloadpack
Github user ubikloadpack commented on the issue:

https://github.com/apache/jmeter/pull/285
  
Hello,
What's you thoughts on this PR ?
Thank you
Regards


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter pull request #285: Fix to Bugzilla 60917: Load Test with embedded res...

2017-03-25 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request:

https://github.com/apache/jmeter/pull/285

Fix to Bugzilla 60917: Load Test with embedded resources download : H…

…its per seconds does not take into account the downloaded resources

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ubikloadpack/jmeter BUG_60917

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/285.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #285


commit 2130cdba053820ce9894de295a7fb9153a34f552
Author: Philippe Mouawad 
Date:   2017-03-25T09:09:11Z

Fix to Bugzilla 60917: Load Test with embedded resources download : Hits 
per seconds does not take into account the downloaded resources




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter issue #223: Bug59945_DefaultGroovyEngineToJSR223ElementsV2

2016-08-05 Thread ubikloadpack
Github user ubikloadpack commented on the issue:

https://github.com/apache/jmeter/pull/223
  
Hello,
Thanks for PR.
My notes:

- defaultScriptLanguage should be uppercase being a constant.

- use StringUtils.isEmpty to avoid spaces breaking the control

- Maybe a solution to @vlsi note is to set the script , something like this 
(note that I don't think it will set the lang on the final test but only avoid 
repeating the log message for the same element each time it runs

`if (StringUtils.isEmpty(lang)) {
lang = DEFAULT_SCRIPT_LANGUAGE;
setScript(lang);
log.warn("Script language has not been chosen on the UI: 
"+getName()+", the script will be interpreted as a groovy script");
}
    `

Regards
@ubikloadpack


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter issue #224: Bug59948 html formated render

2016-08-05 Thread ubikloadpack
Github user ubikloadpack commented on the issue:

https://github.com/apache/jmeter/pull/224
  
Hello,
Thanks for PR.
Wouldn't it be more user friendly to add a checkbox on the existing HTML 
viewer to format or not the HTML ?

Regards
@ubikloadpack


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter pull request: Bug 59133 - Regression in custom TG for upcom...

2016-03-14 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request:

https://github.com/apache/jmeter/pull/164

Bug 59133 - Regression in custom TG for upcoming 3.0

Revert to old algorithm modified by :
- http://svn.apache.org/viewvc?view=revision&revision=1720004

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ubikloadpack/jmeter BUG_59133

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/164.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #164


commit dd6e3caf5f4194e57bedf232f027c4d381988ee4
Author: pmouawad 
Date:   2016-03-14T17:02:31Z

Bug 59133 - Regression in custom TG for upcoming 3.0




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter pull request: Ubikloadpack report dashboard donation

2015-12-06 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request:

https://github.com/apache/jmeter/pull/42

Ubikloadpack report dashboard donation



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ubikloadpack/jmeter 
UBIKLOADPACK_REPORT_DASHBOARD_DONATION

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/42.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #42


commit 63fb99dd863d6284803d04809a93cccb0913
Author: ubikfsabbe 
Date:   2015-10-23T16:35:23Z

Initial release for report dashboard

commit 984075fef98b25756689a501cd22606b9b5ba90f
Author: pmouawad 
Date:   2015-10-24T20:08:55Z

Merge branch 'trunk' into UBIKLOADPACK_REPORT_DASHBOARD_DONATION

commit 89e68e84d93ecafe68132397d0aba5638fcf46b2
Author: pmouawad 
Date:   2015-10-24T20:35:15Z

Ajout javadocs pour packages

commit 7a4a1eb888b7ce7b1996d772c2001b6d4d1c617c
Author: pmouawad 
Date:   2015-10-24T20:41:51Z

Document new command line options and clarify options on help

commit 3c2299f3476f43c7843dfb5dd423c67486f4c972
Author: pmouawad 
Date:   2015-10-24T21:44:05Z

Add licenses for java libs

commit 2b1d0adec7b3d11c0933b242e42b8f2e879b62a5
Author: pmouawad 
Date:   2015-10-24T21:48:28Z

Fix dashboard generation post load test

commit 605063b74428229f8b20d3cf4de86e59495de607
Author: ubikfsabbe 
Date:   2015-10-26T09:15:24Z

Changing comments to suppress some javadoc warnings

commit 8908793de0a500dc8d849607bd91edc77a7c628a
Author: ubikfsabbe 
Date:   2015-10-26T17:05:00Z

Add use of SumAggregatorFactory in ResponseTimeDistributionGraphConsumer

commit 23ac799156093f5baaa635e9b711dd6f1fadb419
Author: ubikfsabbe 
Date:   2015-10-27T15:44:14Z

Adds user manual page

commit b02c130c62690614c58fcae47c437b000cd13036
Author: pmouawad 
Date:   2015-10-27T22:06:29Z

Typo

commit 0094546d6e7cee301c5ccef2a32368f56d8c8a15
Author: pmouawad 
Date:   2015-10-27T22:06:53Z

index and typos

commit a8f0317230a1f89425311e85a44d609c2f6f0c2f
Author: ubikfsabbe 
Date:   2015-10-28T10:39:17Z

Reformat sources

commit f21657f6a0d0e04426d038d95cdc4a46c68b3b73
Author: ubikfsabbe 
Date:   2015-10-28T10:42:33Z

Adds developer guide.

commit 203db3e3f01d0239b7fab57f1b20c64f7ba9ceba
Author: ubikfsabbe 
Date:   2015-10-28T10:57:39Z

Corrects some typos in user manual.

commit bb8bb1e51d3bfa614076afb76cbedd38408ce0ef
Author: ubikfsabbe 
Date:   2015-10-28T10:57:46Z

Merge branch 'UBIKLOADPACK_REPORT_DASHBOARD_DONATION' of 
https://github.com/ubikloadpack/jmeter into 
UBIKLOADPACK_REPORT_DASHBOARD_DONATION

commit 9ca6848416d611bbc0fb1c89d4858eca0ca3bf76
Author: ubikfsabbe 
Date:   2015-10-28T14:04:42Z

Changes developer guide format to xml.

commit 644b21e036defde6cd9a6a238d9deffcd120eda6
Author: ubikfsabbe 
Date:   2015-10-28T15:31:55Z

Changes sample.getXXX methods to throw useful message.

commit 4d07d83bdf78c82891bf0bf81d12ad0f4507ac93
Author: ubikfsabbe 
Date:   2015-10-29T15:21:01Z

Fixes the problem of begin and end dates of load tests.

commit 39a15a00d4c8e817459a8d87015dfce9328b693f
Author: ubikfsabbe 
Date:   2015-10-30T08:08:39Z

Fixes the problem of begin and end dates of load tests.

commit bf0523be231bf93354eab78d72bdaffe4a23e3c2
Author: ubikfsabbe 
Date:   2015-10-30T08:33:00Z

Changes Errors Summary column titles.

commit 7d6965fe4bd1cd219cf67f2e37c1fa6b9c4426ca
Author: pmouawad 
Date:   2015-10-30T11:07:59Z

Fix JUnit Tests failures

commit 9aba462f4805a1e3fe9424d95e850da102f8f9bd
Author: pmouawad 
Date:   2015-10-30T11:08:32Z

Fix JUnit Tests failures

commit 7eb67acb523f7de82a6e097b602af4c148c60147
Author: ubikfsabbe 
Date:   2015-10-30T14:36:36Z

Fixes percentile evalution using DescriptiveStatitic. Replaces 
NullPointerException by ArgumentNullException when revelant.

commit 292bc58b93123b8e6b1f5c0d63e995086d4e77d0
Author: ubikfsabbe 
Date:   2015-10-30T14:37:49Z

Add sorting graph series.

commit 5e88eccd94e9d1682533a94f0eb1686eea557a8e
Author: ubikfsabbe 
Date:   2015-10-30T14:38:06Z

Merge branch 'UBIKLOADPACK_REPORT_DASHBOARD_DONATION' of 
https://github.com/ubikloadpack/jmeter into 
UBIKLOADPACK_REPORT_DASHBOARD_DONATION

commit c153b6f367be870fb620f94ef77479ce3a200c0c
Author: ubikfsabbe 
Date:   2015-10-30T15:26:06Z

Adds support of aggregate_rpt_pctX for StatisticsSummaryConsumer.

commit cec38f642350d5cde3d754911edb53036d660d15
Author: ubikfsabbe 
Date:   2015-10-30T15:36:18Z

Hides * Vs Requests lines in graphs.

commit e5c60cf8218280bdcc4340f5b3485b4715122b37
Author: ubikfsabbe 
Date:   2015-10-30T16:27:38Z

Changes Response Time Distribution tooltip.

commit 82af0e3e24d3698b153487d1dcc625b27e4ff2e8
Author: pmouawad 
Date:   2015-10-30T17:57:00Z

Ig

[GitHub] jmeter pull request: Ubikloadpack report dashboard donation

2015-12-06 Thread ubikloadpack
Github user ubikloadpack closed the pull request at:

https://github.com/apache/jmeter/pull/41


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jmeter pull request: Ubikloadpack report dashboard donation

2015-12-06 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request:

https://github.com/apache/jmeter/pull/41

Ubikloadpack report dashboard donation



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ubikloadpack/jmeter 
UBIKLOADPACK_REPORT_DASHBOARD_DONATION

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/41.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #41


commit 63fb99dd863d6284803d04809a93cccb0913
Author: ubikfsabbe 
Date:   2015-10-23T16:35:23Z

Initial release for report dashboard

commit 984075fef98b25756689a501cd22606b9b5ba90f
Author: pmouawad 
Date:   2015-10-24T20:08:55Z

Merge branch 'trunk' into UBIKLOADPACK_REPORT_DASHBOARD_DONATION

commit 89e68e84d93ecafe68132397d0aba5638fcf46b2
Author: pmouawad 
Date:   2015-10-24T20:35:15Z

Ajout javadocs pour packages

commit 7a4a1eb888b7ce7b1996d772c2001b6d4d1c617c
Author: pmouawad 
Date:   2015-10-24T20:41:51Z

Document new command line options and clarify options on help

commit 3c2299f3476f43c7843dfb5dd423c67486f4c972
Author: pmouawad 
Date:   2015-10-24T21:44:05Z

Add licenses for java libs

commit 2b1d0adec7b3d11c0933b242e42b8f2e879b62a5
Author: pmouawad 
Date:   2015-10-24T21:48:28Z

Fix dashboard generation post load test

commit 605063b74428229f8b20d3cf4de86e59495de607
Author: ubikfsabbe 
Date:   2015-10-26T09:15:24Z

Changing comments to suppress some javadoc warnings

commit 8908793de0a500dc8d849607bd91edc77a7c628a
Author: ubikfsabbe 
Date:   2015-10-26T17:05:00Z

Add use of SumAggregatorFactory in ResponseTimeDistributionGraphConsumer

commit 23ac799156093f5baaa635e9b711dd6f1fadb419
Author: ubikfsabbe 
Date:   2015-10-27T15:44:14Z

Adds user manual page

commit b02c130c62690614c58fcae47c437b000cd13036
Author: pmouawad 
Date:   2015-10-27T22:06:29Z

Typo

commit 0094546d6e7cee301c5ccef2a32368f56d8c8a15
Author: pmouawad 
Date:   2015-10-27T22:06:53Z

index and typos

commit a8f0317230a1f89425311e85a44d609c2f6f0c2f
Author: ubikfsabbe 
Date:   2015-10-28T10:39:17Z

Reformat sources

commit f21657f6a0d0e04426d038d95cdc4a46c68b3b73
Author: ubikfsabbe 
Date:   2015-10-28T10:42:33Z

Adds developer guide.

commit 203db3e3f01d0239b7fab57f1b20c64f7ba9ceba
Author: ubikfsabbe 
Date:   2015-10-28T10:57:39Z

Corrects some typos in user manual.

commit bb8bb1e51d3bfa614076afb76cbedd38408ce0ef
Author: ubikfsabbe 
Date:   2015-10-28T10:57:46Z

Merge branch 'UBIKLOADPACK_REPORT_DASHBOARD_DONATION' of 
https://github.com/ubikloadpack/jmeter into 
UBIKLOADPACK_REPORT_DASHBOARD_DONATION

commit 9ca6848416d611bbc0fb1c89d4858eca0ca3bf76
Author: ubikfsabbe 
Date:   2015-10-28T14:04:42Z

Changes developer guide format to xml.

commit 644b21e036defde6cd9a6a238d9deffcd120eda6
Author: ubikfsabbe 
Date:   2015-10-28T15:31:55Z

Changes sample.getXXX methods to throw useful message.

commit 4d07d83bdf78c82891bf0bf81d12ad0f4507ac93
Author: ubikfsabbe 
Date:   2015-10-29T15:21:01Z

Fixes the problem of begin and end dates of load tests.

commit 39a15a00d4c8e817459a8d87015dfce9328b693f
Author: ubikfsabbe 
Date:   2015-10-30T08:08:39Z

Fixes the problem of begin and end dates of load tests.

commit bf0523be231bf93354eab78d72bdaffe4a23e3c2
Author: ubikfsabbe 
Date:   2015-10-30T08:33:00Z

Changes Errors Summary column titles.

commit 7d6965fe4bd1cd219cf67f2e37c1fa6b9c4426ca
Author: pmouawad 
Date:   2015-10-30T11:07:59Z

Fix JUnit Tests failures

commit 9aba462f4805a1e3fe9424d95e850da102f8f9bd
Author: pmouawad 
Date:   2015-10-30T11:08:32Z

Fix JUnit Tests failures

commit 7eb67acb523f7de82a6e097b602af4c148c60147
Author: ubikfsabbe 
Date:   2015-10-30T14:36:36Z

Fixes percentile evalution using DescriptiveStatitic. Replaces 
NullPointerException by ArgumentNullException when revelant.

commit 292bc58b93123b8e6b1f5c0d63e995086d4e77d0
Author: ubikfsabbe 
Date:   2015-10-30T14:37:49Z

Add sorting graph series.

commit 5e88eccd94e9d1682533a94f0eb1686eea557a8e
Author: ubikfsabbe 
Date:   2015-10-30T14:38:06Z

Merge branch 'UBIKLOADPACK_REPORT_DASHBOARD_DONATION' of 
https://github.com/ubikloadpack/jmeter into 
UBIKLOADPACK_REPORT_DASHBOARD_DONATION

commit c153b6f367be870fb620f94ef77479ce3a200c0c
Author: ubikfsabbe 
Date:   2015-10-30T15:26:06Z

Adds support of aggregate_rpt_pctX for StatisticsSummaryConsumer.

commit cec38f642350d5cde3d754911edb53036d660d15
Author: ubikfsabbe 
Date:   2015-10-30T15:36:18Z

Hides * Vs Requests lines in graphs.

commit e5c60cf8218280bdcc4340f5b3485b4715122b37
Author: ubikfsabbe 
Date:   2015-10-30T16:27:38Z

Changes Response Time Distribution tooltip.

commit 82af0e3e24d3698b153487d1dcc625b27e4ff2e8
Author: pmouawad 
Date:   2015-10-30T17:57:00Z

Ig

[GitHub] jmeter pull request: UBIKLOADPACK json plugin donation to Apache J...

2015-10-16 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request:

https://github.com/apache/jmeter/pull/28

UBIKLOADPACK json plugin donation to Apache JMeter

Hello,
As discussed in this dev mailing list thread:
- 
http://mail-archives.apache.org/mod_mbox/jmeter-dev/201510.mbox/%3CCAH9fUpZcutmA-RwUSxYTgxDNCu3HjdE0EwsaJ4jeS%2BxtQdKACw%40mail.gmail.com%3E

Find this PR containing:
- The full code with renamed packages
- A documentation at ODT format describing the components

Regards
Ubik Load Pack Team
@ubikloadpack
http://ubikloadpack.com

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ubikloadpack/jmeter 
UBIKLOADPACK_JSON_PLUGIN_DONATION_TO_JMETER

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/28.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #28


commit 93f80dc75ae9a157b8c1f06a03a79c11eb9f3061
Author: pmouawad 
Date:   2015-10-16T10:07:23Z

UBIKLOADPACK JSON PLUGIN DONATION TO APACHE JMETER

commit 4fc2dc115d543eb157c1d5417a7b4c9d0e21499a
Author: pmouawad 
Date:   2015-10-16T10:14:49Z

Typo




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---