| Commit message (Expand) | Author | Age | Files | Lines |
* | Move integration tests to directory tests/ | Simon Brandhof | 2017-06-25 | 422 | -40864/+0 |
* | Deprecate the utilities replaced by Tester in integration tests | Simon Brandhof | 2017-06-23 | 7 | -21/+50 |
* | Improve integration tests by using new Tester class | Simon Brandhof | 2017-06-23 | 81 | -1860/+1758 |
* | SONAR-9253 Remember last selected options on projects page (#2184) | Stas Vilchik | 2017-06-21 | 1 | -0/+2 |
* | Fix ReportDumpTest on release builds | Simon Brandhof | 2017-06-20 | 1 | -1/+2 |
* | SONAR-9441 WS api/duplications/show fails properly when no parameter provided | Teryk Bellahsene | 2017-06-20 | 1 | -28/+46 |
* | Fix Selenium ITs that were using bundle 'admin' user | Julien Lancelot | 2017-06-20 | 58 | -386/+657 |
* | SONAR-9356 Add IT on reactivated user that should see tutorial | Julien Lancelot | 2017-06-20 | 1 | -0/+13 |
* | SONAR-9357 Hide default login form if there are other ways to login (#2163) | Stas Vilchik | 2017-06-20 | 3 | -18/+31 |
* | SONAR-9356 Add ITs on onboardning | Julien Lancelot | 2017-06-20 | 3 | -59/+165 |
* | UI: SONAR-9355 Create onboarding tutorial (#2137) | Stas Vilchik | 2017-06-20 | 1 | -2/+2 |
* | SONAR-9356 new webservice stub for api/users/skipOnboardingTutorial | Daniel Schwarz | 2017-06-20 | 2 | -0/+59 |
* | update projects page layout (#2182) | Stas Vilchik | 2017-06-19 | 1 | -7/+2 |
* | Fix login page in HTML selenese tests | Simon Brandhof | 2017-06-17 | 37 | -107/+108 |
* | Drop support of PhantomJS in integration tests | Simon Brandhof | 2017-06-17 | 2 | -25/+1 |
* | Support recent browsers in Selenese HTML tests | Simon Brandhof | 2017-06-17 | 7 | -165/+23 |
* | Improve the way web hash is retrieved | Julien Lancelot | 2017-06-15 | 1 | -8/+7 |
* | SONAR-9305 Built-in quality profiles should be updated automatically | Simon Brandhof | 2017-06-14 | 1 | -5/+7 |
* | SONAR-9304 add integration tests | Simon Brandhof | 2017-06-14 | 63 | -1190/+1889 |
* | SONAR-9304 Compress rules_profiles for built-in profiles | Teryk Bellahsene | 2017-06-14 | 11 | -50/+109 |
* | SONAR-9303 IT to test built-in profile cannot be modified | Teryk Bellahsene | 2017-06-14 | 1 | -15/+78 |
* | SONAR-9305 Remove action to restore built-in profiles in web app | Stas Vilchik | 2017-06-14 | 2 | -10/+0 |
* | SONAR-9303 Do not display changing actions for built-in quality profiles | Stas Vilchik | 2017-06-14 | 3 | -10/+19 |
* | SONAR-9303 WS api/qualityprofiles/restore_built_in returns http 410 when called | Teryk Bellahsene | 2017-06-14 | 5 | -198/+3 |
* | SONAR-9302 Add IT to test built-in Quality Profiles | Teryk Bellahsene | 2017-06-14 | 2 | -0/+81 |
* | Improve NotificationsPage reliability | Julien Lancelot | 2017-06-14 | 1 | -0/+2 |
* | SONAR-9387 Fix usage of /dashboard/index/<PROJECT_KEY> in notification | Julien Lancelot | 2017-06-14 | 1 | -1/+1 |
* | Upgrade Selenide to 4.4.3 | Simon Brandhof | 2017-06-10 | 5 | -39/+56 |
* | SONAR-8061 speed up issue assign by removing duplicate SQL | Sébastien Lesaint | 2017-06-09 | 1 | -0/+2 |
* | SONAR-8787 WS should return 404 on removed components | Julien Lancelot | 2017-06-09 | 1 | -3/+2 |
* | Update projects page IT's | Grégoire Aubert | 2017-06-09 | 5 | -14/+173 |
* | SONAR-9254 Move projects facets sorting to the topbar of the projects page | Grégoire Aubert | 2017-06-09 | 3 | -24/+24 |
* | SONAR-9230 only index project measures, that will actually be used | Daniel Schwarz | 2017-06-09 | 1 | -1/+1 |
* | SONAR-9245 Return leak period in api/components/search_projects | Julien Lancelot | 2017-06-09 | 1 | -32/+50 |
* | SONAR-9260 add "NO_DATA" range for coverage facets of project search | Daniel Schwarz | 2017-06-09 | 1 | -0/+2 |
* | SONAR-9260 allow to filter on NO_DATA in project search | Daniel Schwarz | 2017-06-09 | 1 | -1/+10 |
* | SONAR-9260 add "NO_DATA" range for duplication facet of project search | Daniel Schwarz | 2017-06-09 | 1 | -11/+32 |
* | SONAR-9245 facet new_lines in search_projects WS | Julien Lancelot | 2017-06-09 | 1 | -1/+7 |
* | SONAR-9245 facet new_duplicated_lines_density in search_projects WS | Julien Lancelot | 2017-06-09 | 1 | -1/+7 |
* | SONAR-9245 facet new_coverage in search_projects WS | Julien Lancelot | 2017-06-09 | 1 | -1/+7 |
* | SONAR-9245 facet new_maintainability_rating in search_projects WS | Julien Lancelot | 2017-06-09 | 1 | -1/+7 |
* | SONAR-9245 facet new_security_rating in search_projects WS | Julien Lancelot | 2017-06-09 | 1 | -1/+7 |
* | SONAR-9245 facet new_reliability_rating in search_projects WS | Daniel Schwarz | 2017-06-09 | 5 | -31/+195 |
* | SONAR-9377 Fix facet values of projects page when using text query | Julien Lancelot | 2017-06-07 | 1 | -2/+34 |
* | Automatic merge from branch-6.4 | ssjenka | 2017-06-02 | 1 | -95/+0 |
|\ |
|
| * | Revert "SONAR-9301 Support HTTP redirect on scanner side" | Julien HENRY | 2017-06-01 | 1 | -95/+0 |
* | | integration tests: avoid false positive, if tests are executed very fast | Daniel Schwarz | 2017-06-01 | 1 | -4/+1 |
* | | Automatic merge from branch-6.4 | ssjenka | 2017-05-30 | 1 | -1/+1 |
|\| |
|
| * | Disable AEM Rules plugin | Julien Lancelot | 2017-05-30 | 1 | -1/+1 |
| * | Set version 6.4-SNAPSHOT | Simon Brandhof | 2017-05-29 | 1 | -1/+1 |