Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation of perf test | Simon Brandhof | 2016-05-27 | 1 | -3/+3 |
| | | | | due to upgrade to orch 2.11 | ||||
* | SONAR-7652 fix connection to SQL Azure | Simon Brandhof | 2016-05-26 | 1 | -3/+3 |
| | | | | | Support of SSL connection is fixed by upgrading to Microsoft driver 4.2. | ||||
* | SONAR-7653 remove Java option XX:MaxPermSize | Simon Brandhof | 2016-05-26 | 8 | -9/+9 |
| | | | | this option is dropped from java 8 | ||||
* | Fix timeout of server startup perf test | Simon Brandhof | 2016-05-24 | 1 | -2/+2 |
| | | | | Faster thanks to the move to Java 8 | ||||
* | Adjust perf timings | Duarte Meneses | 2016-05-23 | 1 | -2/+2 |
| | |||||
* | Fix perf test | Duarte Meneses | 2016-05-23 | 1 | -1/+1 |
| | |||||
* | prepare for next development iteration on release branch | Tom | 2016-05-20 | 3 | -3/+3 |
| | |||||
* | Release 5.6-RC1 | Tom | 2016-05-20 | 3 | -3/+3 |
| | |||||
* | Adjust perf timings | Duarte Meneses | 2016-05-17 | 1 | -1/+1 |
| | |||||
* | Fix perf tests without WS cache and non connected mode | Duarte Meneses | 2016-05-17 | 2 | -28/+3 |
| | |||||
* | Fixed tests submodules poms | Tom | 2016-04-08 | 3 | -2/+29 |
| | |||||
* | Upgrade version to 5.6-SNAPSHOT | Tom | 2016-04-07 | 2 | -2/+2 |
| | |||||
* | SONAR-7436 replace JMX/RMI by HTTP | Simon Brandhof | 2016-04-05 | 1 | -909/+909 |
| | |||||
* | Rename the term "Compute Engine Server" to "Compute Engine" | Simon Brandhof | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | Update timing of highlighting perf test | Julien HENRY | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | SONAR-6732 fix ServerTest perf test confused by extra JVM | Sébastien Lesaint | 2016-03-22 | 2 | -24/+51 |
| | | | | | orchestrator is using the WS /api/server/index which does not wait for the Compute Engine in its own process to actually finish starting startup time and shutdown time are therefor incorrectly calculated. We now rely on logs to compute them correctly, until the WS is updated | ||||
* | Remove performance test IssuesModeBigTest5.5-M10 | Simon Brandhof | 2016-03-14 | 1 | -144/+0 |
| | |||||
* | Fix WS assertion in upgrade tests | Simon Brandhof | 2016-03-09 | 1 | -4/+3 |
| | |||||
* | Fix execution of upgrade tests in QA | Simon Brandhof | 2016-03-09 | 1 | -0/+7 |
| | |||||
* | Enable upgrade tests on QA env | Simon Brandhof | 2016-03-08 | 8 | -18/+167 |
| | |||||
* | Fix timings in performance tests due to hardware/OS change | Simon Brandhof | 2016-03-01 | 2 | -3/+4 |
| | |||||
* | Add upgrade tests | Simon Brandhof | 2016-02-22 | 375 | -0/+92523 |
| | |||||
* | Fix parsing of maven logs in performance tests5.5-M2 | Simon Brandhof | 2016-02-17 | 2 | -4/+4 |
| | |||||
* | Fix pom of performance tests | Simon Brandhof | 2016-02-17 | 1 | -0/+1 |
| | |||||
* | Fix and move perf tests | Simon Brandhof | 2016-02-10 | 27 | -0/+53153 |
| | |||||
* | Move integration & volume tests | simonbrandhof | 2011-02-07 | 494 | -25240/+0 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 46 | -116/+116 |
| | |||||
* | SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled | simonbrandhof | 2011-02-03 | 1 | -4/+5 |
| | |||||
* | Improve IT for postgresql | simonbrandhof | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | Improve IT in order to better support performance issues | simonbrandhof | 2011-02-01 | 1 | -3/+2 |
| | |||||
* | SONAR-2159 The total classes used in complexity distribution is different ↵ | simonbrandhof | 2011-02-01 | 6 | -26/+82 |
| | | | | than the number of classes | ||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-28 | 6 | -6/+6 |
| | |||||
* | [maven-release-plugin] prepare release 2.6-M1 | simonbrandhof | 2011-01-28 | 6 | -6/+6 |
| | |||||
* | SONAR-2149 Resource filters are ignored in complexity distributions of Java ↵ | simonbrandhof | 2011-01-28 | 8 | -1/+244 |
| | | | | | | projects This issue implies SONAR-2153 : API: A decorator should override formulas | ||||
* | fix stop server in IT | simonbrandhof | 2011-01-27 | 1 | -1/+4 |
| | |||||
* | add missing dir in IT | simonbrandhof | 2011-01-26 | 2 | -0/+24 |
| | |||||
* | Execute IT in build directory instead of temp dir | simonbrandhof | 2011-01-26 | 1 | -0/+1 |
| | |||||
* | Squid for Java : remove unused code | simonbrandhof | 2011-01-25 | 6 | -221/+129 |
| | |||||
* | deactivate sonar.hardIndexLock in integration tests | simonbrandhof | 2011-01-25 | 1 | -2/+0 |
| | |||||
* | SONAR-791 add a project with invalid source dir in IT | simonbrandhof | 2011-01-24 | 2 | -0/+32 |
| | |||||
* | SONAR-791 When the source directory is not exactly the java package root, ↵ | simonbrandhof | 2011-01-24 | 1 | -0/+2 |
| | | | | Sonar should stop the analysis | ||||
* | SONAR-1526 comment_line_density is not rounded twice anymore -> fix IT | simonbrandhof | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | revert IT to WAR mode | simonbrandhof | 2011-01-23 | 1 | -2/+2 |
| | |||||
* | SONAR-2127 API: do not automatically create hierarchy of resource tree | simonbrandhof | 2011-01-21 | 1 | -2/+2 |
| | |||||
* | SONAR-2113: Enable integration test | Evgeny Mandrikov | 2011-01-18 | 2 | -2/+4 |
| | |||||
* | add .gitignore to exclude temp directories of integration tests | simonbrandhof | 2011-01-17 | 1 | -0/+10 |
| | |||||
* | merge 2.5: fix IT and web service TimeMachine | simonbrandhof | 2011-01-13 | 1 | -3/+41 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-05 | 6 | -6/+6 |
| | |||||
* | [maven-release-plugin] prepare release 2.5-RC1 | simonbrandhof | 2011-01-05 | 6 | -6/+6 |
| | |||||
* | fix regression issue in violations drilldown: reload sources when selecting ↵ | simonbrandhof | 2011-01-04 | 1 | -2/+1 |
| | | | | a new file |