aboutsummaryrefslogtreecommitdiffstats
path: root/it
Commit message (Collapse)AuthorAgeFilesLines
...
* | | prepare for next development iterationDavid Rautureau2016-07-2025-25/+25
|/ /
* | SONAR-7770 Remove realm plugins in PluginsTest as no external authentication ↵Julien Lancelot2016-07-191-1/+5
| | | | | | | | | | | | is used If at least one authentication plugin is found but no realm configuration is found, the startup is failing during the migration that feed the local column in users table.
* | Merge remote-tracking branch 'origin/branch-5.6'Julien Lancelot2016-07-191-2/+4
|\|
| * Fix SonarQube version to use in PluginsTestJulien Lancelot2016-07-181-2/+4
| |
| * set next dev version to 5.6.1-SNAPSHOTTom2016-06-2726-26/+26
| |
* | fix saving of new issue filterStas Vilchik2016-07-153-0/+151
| |
* | SONAR-7871 Fix searching issues by type in IssueService client WSJulien Lancelot2016-07-151-25/+16
| |
* | SONAR-7880 Fix IT due to refactoring of projects management pageJulien Lancelot2016-07-143-13/+20
| |
* | SONAR-7835 WS permissions/users return permissions in responseTeryk Bellahsene2016-07-121-3/+2
| |
* | SONAR-7835 Rename UsersAction to OldUsersActionTeryk Bellahsene2016-07-121-2/+2
| |
* | SONAR-7700 re-enable IT PurgeTestSébastien Lesaint2016-07-111-19/+37
| |
* | SONAR-7741 upgrade OK HTTP to 3.3.1Sébastien Lesaint2016-07-114-12/+12
| |
* | SONAR-7804 /api/events creates events only on PROJECTSébastien Lesaint2016-07-081-13/+32
| |
* | SONAR-7783 Ensure Sensors don't save same data twiceDuarte Meneses2016-07-084-131/+2
| |
* | SONAR-7783 Ensure Sensors don't save same data twiceDuarte Meneses2016-07-074-2/+131
| |
* | Fix deprecated calls to SonarRunner in testsSimon Brandhof2016-07-0647-170/+169
| |
* | SONAR-7700 Temporarily disable some purge testsSimon Brandhof2016-07-061-10/+2
| |
* | Disable VB and CPP ITsJulien HENRY2016-07-051-5/+7
| | | | | | | | Currently not compatible with SQ 6.0
* | Provide plugin key when failing to load an extensionJulien HENRY2016-07-051-2/+0
| |
* | SONAR-7727 Remove some deprecated propertiesJulien HENRY2016-07-052-6/+4
| |
* | SONAR-7727 Remove deprecated stuff on ProjectDefinitionJulien HENRY2016-07-051-4/+4
| |
* | apply feedback for the quality profiles pageStas Vilchik2016-07-052-5/+10
| |
* | SONAR-7705 purge: delete measures of FILE and DIR via analysis uuidSébastien Lesaint2016-07-041-9/+25
| |
* | SONAR-7780 Apply feedbackSimon Brandhof2016-07-041-1/+1
| |
* | Fix Selenium tests on quality profiles pageJulien Lancelot2016-07-043-9/+6
| |
* | Revert "Temporary disable AbapCheck as there's no compatible version with 6.0"Julien Lancelot2016-07-041-4/+4
| | | | | | | | This reverts commit b7eae0bc041206ca6457941a004e9f37fcc31139.
* | Temporary disable AbapCheck as there's no compatible version with 6.0Julien Lancelot2016-07-041-4/+4
| |
* | SONAR-7761 Fix ITs as login page is now using AJAXJulien Lancelot2016-06-302-39/+5
| |
* | SONAR-7853 Stop support of API org.sonar.api.web.RequiredMeasuresSimon Brandhof2016-06-3023-386/+0
| |
* | Fix login form in ProjectAdministrationTestSimon Brandhof2016-06-301-1/+6
| |
* | SONAR-7761 Fix other ITs as login page is now using AJAXJulien Lancelot2016-06-297-0/+35
| |
* | SONAR-7781 Delete sonar.security.savePassword propertyJulien Lancelot2016-06-291-41/+0
| |
* | SONAR-7759 Java WS are not executed by RailsJulien Lancelot2016-06-291-4/+4
| |
* | SONAR-7761 Fix ITs as login page is now using AJAXJulien Lancelot2016-06-2971-53/+421
| |
* | SONAR-7761 Login page is using /api/authentication/login WSJulien Lancelot2016-06-291-55/+60
| |
* | SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-292-8/+8
| |
* | SONAR-7800 add column PROJECTS.UUID_PATHSimon Brandhof2016-06-271-2/+2
| |
* | refactor quality profiles page (#1056)Stas Vilchik2016-06-2722-110/+1524
| |
* | SONAR-7690 support EVENTS.ANALYSIS_UUID in codeSébastien Lesaint2016-06-271-3/+3
| |
* | SONAR-7779 Event.already_exists can now use component uuidSébastien Lesaint2016-06-271-1/+1
| | | | | | | | rather than snapshot id and do a select on snapshot
* | SONAR-7803 creates events only on PROJECTSSébastien Lesaint2016-06-273-4/+4
| |
* | Add integration test for WS GET api/properties?resource=xSimon Brandhof2016-06-211-0/+5
| |
* | SONAR-7747 IT to validate automatic onboardingTeryk Bellahsene2016-06-171-22/+31
| |
* | SONAR-7747 IT to add and remove a project template creatorTeryk Bellahsene2016-06-171-2/+18
| |
* | SONAR-7708 Reorganize "Code Smells" domain on project page (#1027)Stas Vilchik2016-06-161-2/+2
| |
* | fix MyAccountPageTestStas Vilchik2016-06-151-1/+1
| |
* | improve reliability of MyAccountPageTestStas Vilchik2016-06-151-0/+1
| |
* | SONAR-7229 Create new Projects page for My Account spaceStas Vilchik2016-06-153-5/+171
| |
* | SONAR-7693 support removal of ID columns in SNAPSHOTSSébastien Lesaint2016-06-141-3/+3
| |
* | SONAR-7720 Modify the Permission Templates page to support project creators ↵Stas Vilchik2016-06-143-0/+128
| | | | | | | | (#1030)