aboutsummaryrefslogtreecommitdiffstats
path: root/it
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-8690 add IT for analysing a project in other organizationSébastien Lesaint2017-01-273-36/+214
|
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-271-1/+2
|
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-261-3/+0
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com>
* SONAR-8675 drop table resource_indexSimon Brandhof2017-01-251-2/+0
|
* SONAR-7299 Replace Ruby WS api/projects/create by javaJulien Lancelot2017-01-242-19/+26
|
* SONAR-8684 Remove Java classes related to railsJulien Lancelot2017-01-241-9/+0
|
* SONAR-6506 Delete internal WS api/updatecenter/installed_pluginsJulien Lancelot2017-01-241-34/+0
|
* SONAR-7303 Delete WS api/resources/searchJulien Lancelot2017-01-241-1/+1
| | | | This is an internal WS, the action is completely removed
* SONAR-5270 Delete WS api/user_propertiesJulien Lancelot2017-01-241-58/+39
| | | | As this is a public WS, the action is still declared but the response code will always be 410
* SONAR-7277 Create a route to redirect profiles/export to ↵Julien Lancelot2017-01-242-6/+52
| | | | api/qualityprofiles/export
* SONAR-7305 Create WS api/measures/search_historyTeryk Bellahsene2017-01-242-72/+66
|
* SONAR-8236 Add ITs on permission used by analysisJulien Lancelot2017-01-241-24/+47
|
* SONAR-8236 Add ITs on analysis with only 'Execute Analysis' permissionJulien Lancelot2017-01-242-10/+30
|
* SONAR-7300 Replace key parameter by idJulien Lancelot2017-01-241-15/+42
| | | | Key parameter was badly used instead of id when rewritting api/properties to Java
* SONAR-8574 Delete api/resources/index WSJulien Lancelot2017-01-181-1/+1
|
* SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITsJulien Lancelot2017-01-1836-831/+760
|
* SONAR-8581 Add IT to test PageDefinition APITeryk Bellahsene2017-01-1322-325/+82
|
* SONAR-8582 Clean old Page API related classesTeryk Bellahsene2017-01-131-1/+1
|
* SONAR-7300 Return global values when component does not existJulien Lancelot2017-01-121-0/+7
|
* SONAR-7300 Handle multi values in PUT|POST api/propertiesJulien Lancelot2017-01-121-4/+20
|
* SONAR-8518 "sonar.profile" makes the analysis fail in preview modeDuarte Meneses2017-01-111-0/+16
|