Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix excepted time of perf test | Julien Lancelot | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | SONAR-9442 Update notification first sentence and add line breaks | Julien Lancelot | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | SONAR-9442 Fix wrong notification info when profile inherit from builtin | Julien Lancelot | 2017-06-29 | 1 | -24/+9 |
| | |||||
* | SONAR-9442 Add a suject in email sent to quality profiles admin | Julien Lancelot | 2017-06-29 | 1 | -0/+12 |
| | |||||
* | SONAR-9443 Add setting to avoid quality profile change notification | Julien Lancelot | 2017-06-29 | 1 | -4/+37 |
| | |||||
* | SONAR-9442 Update notification email by adding comma before urls | Julien Lancelot | 2017-06-29 | 1 | -2/+2 |
| | |||||
* | SONAR-9442 filter changelog by dates in quality profile notification | Julien Lancelot | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | SONAR-9442 Add profile links to the notification | Julien Lancelot | 2017-06-29 | 1 | -4/+7 |
| | |||||
* | SONAR-9442 Add details of added/updated/disabled rules in notification | Julien Lancelot | 2017-06-29 | 5 | -21/+62 |
| | |||||
* | SONAR-9442 add names of changed quality profiles in mail notification | Julien Lancelot | 2017-06-29 | 3 | -8/+11 |
| | |||||
* | SONAR-9442 Send email to profile admin on each qprofile update | Julien Lancelot | 2017-06-29 | 18 | -4/+765 |
| | |||||
* | SONAR-7618 Compute Engine does not load @ServerSide components anymore | Sébastien Lesaint | 2017-06-26 | 1 | -16/+19 |
| | |||||
* | Do not override version of scanner in performance tests | Simon Brandhof | 2017-06-26 | 4 | -6/+1 |
| | | | | | The default version of scanner provided by Orchestrator should be used. | ||||
* | Move integration tests to directory tests/ | Simon Brandhof | 2017-06-25 | 1487 | -2779/+72917 |
| | |||||
* | Drop support of PhantomJS in integration tests | Simon Brandhof | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | SONAR-9387 Fix usage of /dashboard/index/<PROJECT_KEY> in notification | Julien Lancelot | 2017-06-14 | 1 | -3/+3 |
| | | | | Replace usage of /dashboard/index/<PROJECT_KEY> by /dashboard?id=<PROJECT_KEY> | ||||
* | Upgrade Selenide to 4.4.3 | Simon Brandhof | 2017-06-10 | 1 | -1/+8 |
| | |||||
* | Drop long upgrade tests from versions 6.0 and 6.1 | Simon Brandhof | 2017-05-29 | 1 | -17/+2 |
| | |||||
* | Automatic merge from branch-6.4 | ssjenka | 2017-05-19 | 1 | -1/+1 |
|\ | | | | | | | | | * origin/branch-6.4: Fix stability of perf test ComputationTest | ||||
| * | Fix stability of perf test ComputationTest | Simon Brandhof | 2017-05-19 | 1 | -1/+1 |
| | | |||||
| * | Reuse version 6.4-SNAPSHOT | Simon Brandhof | 2017-05-18 | 3 | -3/+3 |
| | | |||||
| * | 6.4-RC16.4-RC1 | Simon Brandhof | 2017-05-16 | 3 | -3/+3 |
| | | |||||
* | | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 3 | -3/+3 |
|/ | |||||
* | Adjust scanner 2.8 perf timings | Duarte Meneses | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Update scanner perf tests to scanner 2.8 | Duarte Meneses | 2017-05-04 | 3 | -5/+6 |
| | |||||
* | Upgrade to Orchestrator 3.15.0.1038 | Simon Brandhof | 2017-05-02 | 4 | -3/+21 |
| | | | | to benefit from better HTTP reliability | ||||
* | Increase expected timeout | Julien Lancelot | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | SONAR-9064 Rework facets sidebar on the issues page | Stas Vilchik | 2017-04-13 | 2 | -4/+4 |
| | |||||
* | Disable DEBUG logs in performance test ComputationTest | Simon Brandhof | 2017-04-11 | 1 | -1/+0 |
| | |||||
* | Do not use Java plugin with dynamic version in server startup perf test | Simon Brandhof | 2017-04-11 | 1 | -3/+5 |
| | | | | | | The Java plugin was defined with version LATEST_RELEASE, so version may change over time and break the performance test. It is replaced by Xoo plugin. | ||||
* | Fix dependency of upgrade tests on jsr305 | Simon Brandhof | 2017-04-11 | 2 | -4/+7 |
| | | | | | Tests use JSR305 annotations, so the Maven dependency must be explicitly defined instead of relying on transitive dependency. | ||||
* | Increase expected duration of scanner perf test | Julien HENRY | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | Improve reliability of UpgradeTest | Simon Brandhof | 2017-03-17 | 1 | -1/+3 |
| | | | | | Do not test URLs on old versions of SQ. Checks are not valid. | ||||
* | SONAR-8816 automatic election of web leader in cluster mode | Simon Brandhof | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | SONAR-8435 add info message saying WebServer is operational to web.log | Sébastien Lesaint | 2017-02-24 | 1 | -1/+1 |
| | | | | and modify message in Compute Engine to be "is operational" instead of "is up" for consistency | ||||
* | SONAR-8435 run level3, 4 and startup in background thread in safemode | Sébastien Lesaint | 2017-02-24 | 3 | -16/+27 |
| | |||||
* | Prepare for next development iteration | Simon Brandhof | 2017-02-14 | 3 | -3/+3 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 24 | -48/+48 |
| | |||||
* | Increase expected perf timing | Julien Lancelot | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| |