Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust test timing after change on indexing | Duarte Meneses | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | SONAR-8622 Lazily generate metadata for input files | Duarte Meneses | 2017-01-27 | 2 | -0/+3 |
| | |||||
* | SONAR-8684 Cleanup code related to rails | Julien Lancelot | 2017-01-26 | 2 | -2/+1 |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com> | ||||
* | SONAR-8684 Decrease expected startup time | Julien Lancelot | 2017-01-24 | 1 | -1/+1 |
| | | | | The removal of rails has increased the server startup! | ||||
* | Don't wait for CE queue to complete | Julien HENRY | 2017-01-18 | 1 | -1/+1 |
| | | | | since this test is about preview mode (so no publish). | ||||
* | SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITs | Julien Lancelot | 2017-01-18 | 4 | -12/+44 |
| | |||||
* | SONAR-8547 Get MSSQL driver from Maven central | Simon Brandhof | 2016-12-16 | 1 | -14/+4 |
| | | | | MSSQL driver has been deployed by Microsoft on Maven central. This artifact is used now instead of copying it in Git sources. | ||||
* | Use local SonarQube ZIP in performance and upgrade tests | Simon Brandhof | 2016-12-11 | 4 | -52/+98 |
| | |||||
* | SONAR-8498 Disable check on api/l10/index | Julien Lancelot | 2016-12-07 | 1 | -1/+2 |
| | | | | UpgrateTest on QA doesn't use current build of SQ but latest version on repox. | ||||
* | SONAR-8451 Checking redirection on maintenance is now done with Selenium | Julien Lancelot | 2016-12-07 | 4 | -3/+78 |
| | | | | As redirections are now done by JS, it's no more possible to check them with HTTP calls, Selenium should be used instead | ||||
* | SONAR-8498 Make WS api/l10n/index accessible without authentication or migration | Julien Lancelot | 2016-12-07 | 1 | -2/+12 |
| | |||||
* | Prepare for next development iteration | David Rautureau | 2016-11-21 | 3 | -3/+3 |
| | |||||
* | SONAR-8333 fixing ITs | Sébastien Lesaint | 2016-11-16 | 2 | -10/+14 |
| | |||||
* | SONAR-8333 use orchestrator 3.13-build783 to fix SQ ITs based on logs | Sébastien Lesaint | 2016-11-16 | 2 | -4/+4 |
| | |||||
* | Prepare for next development iteration | David Rautureau | 2016-09-19 | 3 | -3/+3 |
| | |||||
* | Update assertion of IssuesModeTest to avoid false positive | Julien HENRY | 2016-08-31 | 1 | -4/+3 |
| | |||||
* | SONAR-7892 do not support upgrade from before SQ 5.6 | Sébastien Lesaint | 2016-08-30 | 1 | -16/+30 |
| | |||||
* | SONAR-7844 fix ComputationTest using dropped ce_activity.log | Sébastien Lesaint | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | SONAR-7960 fix ClusterTest, ServerLogsTest and WS logs example | Sébastien Lesaint | 2016-08-16 | 1 | -2/+2 |
| | |||||
* | SONAR-7834 fix perf test as task duration is now in ce_activity.log | Sébastien Lesaint | 2016-08-16 | 5 | -35/+67 |
| | |||||
* | SONAR-7908 add integration test on ES + web nodes in cluster | Simon Brandhof | 2016-08-03 | 1 | -18/+26 |
| | |||||
* | prepare for next development iteration | David Rautureau | 2016-07-20 | 3 | -3/+3 |
| | |||||
* | Automatic merge from branch-5.6 | Julien Lancelot | 2016-07-08 | 1 | -8/+8 |
|\ | | | | | | | | | * origin/branch-5.6: Fix Java plugin version in UpgradeTest | ||||
| * | Fix Java plugin version in UpgradeTest | Julien Lancelot | 2016-07-07 | 1 | -7/+7 |
| | | |||||
| * | set next dev version to 5.6.1-SNAPSHOT | Tom | 2016-06-27 | 3 | -3/+3 |
| | | |||||
| * | Update version to 5.6-SNAPSHOT | Tom | 2016-06-01 | 3 | -3/+3 |
| | | |||||
| * | Release 5.65.6 | Tom | 2016-06-01 | 3 | -3/+3 |
| | | |||||
| * | prepare for next development iteration on release branch | Tom | 2016-05-27 | 3 | -3/+3 |
| | | |||||
| * | release 5.6-RC2 | Tom | 2016-05-27 | 3 | -3/+3 |
| | | |||||
* | | SONAR-7759 Add checks on urls availability before and after upgrade | Julien Lancelot | 2016-06-29 | 2 | -0/+68 |
| | | |||||
* | | SONAR-7759 Decrease expected timing of perf test | Julien Lancelot | 2016-06-29 | 1 | -1/+1 |
| | | | | | | | | As WS are no more using Rails, some of them are faster | ||||
* | | Remove useless code from UpgradeTest | Simon Brandhof | 2016-06-15 | 1 | -12/+4 |
| | | |||||
* | | Automatic merge from branch-5.6 | Jenkins CI | 2016-05-27 | 1 | -3/+3 |
|\| | | | | | | | | | * origin/branch-5.6: Fix compilation of perf test | ||||
| * | Fix compilation of perf test | Simon Brandhof | 2016-05-27 | 1 | -3/+3 |
| | | | | | | | | due to upgrade to orch 2.11 | ||||
* | | Automatic merge from branch-5.6 | Jenkins CI | 2016-05-27 | 9 | -12/+12 |
|\| | | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7652 fix connection to SQL Azure Upgrade version of java 8 on Travis SONAR-7653 remove useless code SONAR-7653 remove Java option XX:MaxPermSize SONAR-7587 end of support of Java 7 | ||||
| * | 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 | ||||
* | | Automatic merge from branch-5.6 | Jenkins CI | 2016-05-24 | 1 | -1/+1 |
|\| | | | | | | | | | | | * origin/branch-5.6: Fix version of Oracle driver for QA Fix timeout of server startup perf test | ||||
| * | 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 |
| | | |||||
* | | Fix timeout of server startup perf test | Simon Brandhof | 2016-05-24 | 1 | -1/+1 |
| | | | | | | | | 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 | 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 |
| |