Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8773 Move WS update_key and bulk_update_key to api/projects | Teryk Bellahsene | 2017-02-22 | 3 | -40/+54 |
| | |||||
* | Fix bad import of org.assertj.core.api.Java6Assertions.assertThat | Simon Brandhof | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'branch-6.3' | Sébastien Lesaint | 2017-02-17 | 2 | -0/+68 |
|\ | |||||
| * | SONAR-8804 Add IT | Julien Lancelot | 2017-02-17 | 2 | -0/+68 |
| | | |||||
* | | Prepare for next development iteration | Simon Brandhof | 2017-02-14 | 24 | -24/+24 |
|/ | |||||
* | SONAR-8736 it test for issue creation date | Daniel Schwarz | 2017-02-13 | 17 | -0/+496 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-02-11 | 1 | -4/+3 |
| | |||||
* | SONAR-8761 fix cleanup of db in ITs | Simon Brandhof | 2017-02-10 | 5 | -127/+109 |
| | |||||
* | SONAR-8761 remove calls of WS to UserSession#isRoot() | Simon Brandhof | 2017-02-10 | 1 | -9/+10 |
| | | | | replace by UserSession#isSystemAdministrator() | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 267 | -537/+636 |
| | |||||
* | SONAR-8637 IT to test functional version in a plugin | Teryk Bellahsene | 2017-02-10 | 4 | -3/+62 |
| | |||||
* | SONAR-8760 Define 'Cognitive Complexity' metric | Julien Lancelot | 2017-02-10 | 7 | -3/+106 |
| | |||||
* | SONAR-8759 Rename setting "sonar.timemachine.period1" to "sonar.leak.period" | Julien Lancelot | 2017-02-10 | 13 | -26/+26 |
| | |||||
* | SONAR-8758 Remove settings related to periods 2 to 5 | Julien Lancelot | 2017-02-09 | 11 | -172/+111 |
| | |||||
* | Rename tests of ProvisioningPermissionTest | Simon Brandhof | 2017-02-08 | 1 | -5/+5 |
| | |||||
* | SONAR-8716 fix fallback of component to organization permission | Simon Brandhof | 2017-02-07 | 1 | -1/+62 |
| | |||||
* | SONAR-8208 Remove property "sonar.authenticator.createUser" | Julien Lancelot | 2017-02-06 | 1 | -26/+0 |
| | |||||
* | SONAR-8438 New web service api/system/ping | Simon Brandhof | 2017-02-06 | 2 | -0/+45 |
| | |||||
* | SONAR-8715 Allow provisioning of non-local users | Julien Lancelot | 2017-02-03 | 4 | -15/+98 |
| | |||||
* | SONAR-7762 Remove remaing property definition | Julien Lancelot | 2017-02-03 | 1 | -13/+0 |
| | |||||
* | SONAR-8460 WS errors does not return bundled messages | Julien Lancelot | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | SONAR-7300 Do not generate IllegalArgumentException when id is missing | Julien Lancelot | 2017-02-02 | 1 | -7/+11 |
| | |||||
* | SONAR-8610 Remove setting sonar.technicalDebt.hoursInDay | Julien Lancelot | 2017-02-02 | 3 | -59/+0 |
| | |||||
* | SONAR-7762 Remove allow to signup feature | Julien Lancelot | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | SONAR-8704 replace group names by ids in authorization indices | Simon Brandhof | 2017-01-31 | 1 | -3/+6 |
| | |||||
* | SONAR-8704 Refactor Elasticsearch types "authorization" | Simon Brandhof | 2017-01-31 | 1 | -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 OrganizationIt | Sébastien Lesaint | 2017-01-31 | 1 | -8/+21 |
| | |||||
* | SONAR-8388 HTTP POST request parameters are handled as UTF-8 by default | Teryk Bellahsene | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | SONAR-8684 Clean up rails files | Julien Lancelot | 2017-01-30 | 1 | -12/+0 |
| | |||||
* | SONAR-8690 add IT for analysing a project in other organization | Sébastien Lesaint | 2017-01-27 | 3 | -36/+214 |
| | |||||
* | SONAR-8631 Only publish input files used by sensors | Duarte Meneses | 2017-01-27 | 1 | -1/+2 |
| | |||||
* | SONAR-8684 Cleanup code related to rails | Julien Lancelot | 2017-01-26 | 1 | -3/+0 |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com> | ||||
* | SONAR-8675 drop table resource_index | Simon Brandhof | 2017-01-25 | 1 | -2/+0 |
| | |||||
* | SONAR-7299 Replace Ruby WS api/projects/create by java | Julien Lancelot | 2017-01-24 | 2 | -19/+26 |
| | |||||
* | SONAR-8684 Remove Java classes related to rails | Julien Lancelot | 2017-01-24 | 1 | -9/+0 |
| | |||||
* | SONAR-6506 Delete internal WS api/updatecenter/installed_plugins | Julien Lancelot | 2017-01-24 | 1 | -34/+0 |
| | |||||
* | SONAR-7303 Delete WS api/resources/search | Julien Lancelot | 2017-01-24 | 1 | -1/+1 |
| | | | | This is an internal WS, the action is completely removed | ||||
* | SONAR-5270 Delete WS api/user_properties | Julien Lancelot | 2017-01-24 | 1 | -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 Lancelot | 2017-01-24 | 2 | -6/+52 |
| | | | | api/qualityprofiles/export | ||||
* | SONAR-7305 Create WS api/measures/search_history | Teryk Bellahsene | 2017-01-24 | 2 | -72/+66 |
| | |||||
* | SONAR-8236 Add ITs on permission used by analysis | Julien Lancelot | 2017-01-24 | 1 | -24/+47 |
| | |||||
* | SONAR-8236 Add ITs on analysis with only 'Execute Analysis' permission | Julien Lancelot | 2017-01-24 | 2 | -10/+30 |
| | |||||
* | SONAR-7300 Replace key parameter by id | Julien Lancelot | 2017-01-24 | 1 | -15/+42 |
| | | | | Key parameter was badly used instead of id when rewritting api/properties to Java | ||||
* | SONAR-8574 Delete api/resources/index WS | Julien Lancelot | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITs | Julien Lancelot | 2017-01-18 | 36 | -831/+760 |
| | |||||
* | SONAR-8581 Add IT to test PageDefinition API | Teryk Bellahsene | 2017-01-13 | 22 | -325/+82 |
| | |||||
* | SONAR-8582 Clean old Page API related classes | Teryk Bellahsene | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | SONAR-7300 Return global values when component does not exist | Julien Lancelot | 2017-01-12 | 1 | -0/+7 |
| | |||||
* | SONAR-7300 Handle multi values in PUT|POST api/properties | Julien Lancelot | 2017-01-12 | 1 | -4/+20 |
| | |||||
* | SONAR-8518 "sonar.profile" makes the analysis fail in preview mode | Duarte Meneses | 2017-01-11 | 1 | -0/+16 |
| |