aboutsummaryrefslogtreecommitdiffstats
path: root/it
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-8452 open the last state of projects page (#1760)Stas Vilchik2017-03-094-28/+51
|
* Merge remote-tracking branch 'origin/branch-6.3'Simon Brandhof2017-03-061-3/+10
|\
| * Back to development version 6.3-SNAPSHOTSimon Brandhof2017-03-0624-24/+24
| |
| * Support RELEASE versions in IssueJsonReportTestSimon Brandhof2017-03-041-3/+10
| |
| * Publish 6.3-RC4Simon Brandhof2017-03-0324-24/+24
| |
* | refactor source viewer (#1744)Stas Vilchik2017-03-035-1/+186
| |
* | SONAR-8883 Reenable assertionJulien HENRY2017-03-032-43/+1
| |
* | Automatic merge from branch-6.3Julien Lancelot2017-03-031-18/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.3: SONAR-8883 Fix Server::getVersion() on scanner side, and reenable IssueJsonReportTest IT SONAR-8622 Fix preview mode/JSON report on branches Remove javaProperties plugin from PluginsTest Remove JSON plugin SONAR-8460 Do not fail to write response when profile not found SONAR-8460 Remove Errors SONAR-8460 Remove creation BadRequestException with Errors SONAR-8460 Fix bundled error messages SONAR-8460 Simplify creation of BadRequestException with one message SONAR-8460 Remove isEmpty from Errors SONAR-8460 Remove check from Errors SONAR-8460 Remove writeJson from Errors fix quality flaw
| * SONAR-8883 Fix Server::getVersion() on scanner side, and reenable ↵Julien HENRY2017-03-021-18/+11
| | | | | | | | IssueJsonReportTest IT
| * Remove javaProperties plugin from PluginsTestJulien Lancelot2017-03-021-1/+1
| |
| * Remove JSON pluginJulien Lancelot2017-03-021-1/+1
| |
| * Set version 6.3-SNAPSHOTSimon Brandhof2017-02-2224-24/+24
| |
| * Publish version 6.3-RC3Simon Brandhof2017-02-2224-24/+24
| |
* | Remove javaProperties plugin from PluginsTestJulien Lancelot2017-03-021-1/+1
| |
* | Remove JSON pluginJulien Lancelot2017-03-021-1/+1
| |
* | SONAR-8826 Fix QAJulien HENRY2017-03-021-1/+2
| |
* | Disable IT PurgeTestSimon Brandhof2017-02-281-0/+2
| | | | | | | | | | | | | | QA tests have some false-positives on CIX infrastructure with category4 on postgres. Some DB connections are kept open and job is stuck. Root cause seems to be the direct DB connection from PurgeTest via Orchestrator.
* | Reenabling tests on clusterEric Hartmann2017-02-271-0/+8
| |
* | Disabling cluster tests until fixedEric Hartmann2017-02-271-2/+0
| |
* | SONAR-8435 add info message saying WebServer is operational to web.logSébastien Lesaint2017-02-241-2/+2
| | | | | | | | and modify message in Compute Engine to be "is operational" instead of "is up" for consistency
* | SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-1/+1
| | | | | | | | | | | | | | which implies: 1/ to distinguish from Monitored#getStatus() = UP and OPERATIONAL 2/ to have an option of Monitor to wait on process's status to be OPERATIONAL 3/ every Monitored implementation must return OPERATIONAL rather than UP if then don't make a distinction between the two
* | SONAR-8773 Move WS update_key and bulk_update_key to api/projectsTeryk Bellahsene2017-02-223-40/+54
| |
* | Fix bad import of org.assertj.core.api.Java6Assertions.assertThatSimon Brandhof2017-02-191-1/+1
| |
* | Merge branch 'branch-6.3'Sébastien Lesaint2017-02-172-0/+68
|\|
| * SONAR-8804 Add ITJulien Lancelot2017-02-172-0/+68
| |
* | Prepare for next development iterationSimon Brandhof2017-02-1424-24/+24
|/
* SONAR-8736 it test for issue creation dateDaniel Schwarz2017-02-1317-0/+496
|
* Fix Quality flawsSimon Brandhof2017-02-111-4/+3
|
* SONAR-8761 fix cleanup of db in ITsSimon Brandhof2017-02-105-127/+109
|
* SONAR-8761 remove calls of WS to UserSession#isRoot()Simon Brandhof2017-02-101-9/+10
| | | | replace by UserSession#isSystemAdministrator()
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-10267-537/+636
|
* SONAR-8637 IT to test functional version in a pluginTeryk Bellahsene2017-02-104-3/+62
|
* SONAR-8760 Define 'Cognitive Complexity' metricJulien Lancelot2017-02-107-3/+106
|
* SONAR-8759 Rename setting "sonar.timemachine.period1" to "sonar.leak.period"Julien Lancelot2017-02-1013-26/+26
|
* SONAR-8758 Remove settings related to periods 2 to 5Julien Lancelot2017-02-0911-172/+111
|
* Rename tests of ProvisioningPermissionTestSimon Brandhof2017-02-081-5/+5
|
* SONAR-8716 fix fallback of component to organization permissionSimon Brandhof2017-02-071-1/+62
|
* SONAR-8208 Remove property "sonar.authenticator.createUser"Julien Lancelot2017-02-061-26/+0
|
* SONAR-8438 New web service api/system/pingSimon Brandhof2017-02-062-0/+45
|
* SONAR-8715 Allow provisioning of non-local usersJulien Lancelot2017-02-034-15/+98
|
* SONAR-7762 Remove remaing property definitionJulien Lancelot2017-02-031-13/+0
|
* SONAR-8460 WS errors does not return bundled messagesJulien Lancelot2017-02-021-1/+1
|
* SONAR-7300 Do not generate IllegalArgumentException when id is missingJulien Lancelot2017-02-021-7/+11
|
* SONAR-8610 Remove setting sonar.technicalDebt.hoursInDayJulien Lancelot2017-02-023-59/+0
|
* SONAR-7762 Remove allow to signup featureJulien Lancelot2017-02-011-1/+1
|
* SONAR-8704 replace group names by ids in authorization indicesSimon Brandhof2017-01-311-3/+6
|
* SONAR-8704 Refactor Elasticsearch types "authorization"Simon Brandhof2017-01-311-5/+17
| | | | | | | | | | | Multiple indices define a type "authorization". The related code was duplicated, and sometimes had some minor differences. This commits share all the management of these types in the same bunch of classes. It also allows to quickly create a project-related index, without having to fix the different locations which may require project re-indexing.
* fix OrganizationItSébastien Lesaint2017-01-311-8/+21
|
* SONAR-8388 HTTP POST request parameters are handled as UTF-8 by defaultTeryk Bellahsene2017-01-301-1/+1
|
* SONAR-8684 Clean up rails filesJulien Lancelot2017-01-301-12/+0
|