aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-6226 Updating an email with blank value store nullJulien Lancelot2016-02-044-7/+36
|
* SONAR-6226 When url is not https, throw a MessageExceptionJulien Lancelot2016-02-042-4/+8
|
* SONAR-6226 Remove password when updating userJulien Lancelot2016-02-045-15/+29
|
* rename permission "Provision Projects" to "Create Projects"Stas Vilchik2016-02-034-4/+4
|
* SONAR-7266 Rename project parameters creation methodTeryk Bellahsene2016-02-039-17/+17
|
* SONAR-7266 Project admin can manage project permissionsTeryk Bellahsene2016-02-032-15/+3
|
* SONAR-6987 WS api/tests/list factor test codeTeryk Bellahsene2016-02-031-108/+54
|
* SONAR-6987 WS api/tests/list search tests by source file keyTeryk Bellahsene2016-02-034-21/+83
|
* SONAR-7242 Remove "Execute Preview Analysis" permissionJulien Lancelot2016-02-0321-117/+142
|
* SONAR-6584 WS api/resources/index limit number of measures and componentsTeryk Bellahsene2016-02-031-4/+7
|
* SONAR-7152 WS api/qualitygates/project_status search by project id or keyTeryk Bellahsene2016-02-024-96/+249
|
* SONAR-5582 drop jfreechartSimon Brandhof2016-02-0226-2381/+0
|
* SONAR-7122 Drop the ability to customize the web app contextSimon Brandhof2016-02-025-62/+6
|
* Merge pull request #748 from SonarSource/feature/stas/issues-notificationsStas Vilchik2016-02-023-4/+3
|\ | | | | SONAR-7246 Link of "My New Issues" notification should go the User's Issues page
| * SONAR-7246 Link of "My New Issues" notification should go the User's Issues pageStas Vilchik2016-02-013-4/+3
| |
* | SONAR-7134 WS api/measures/* return empy measures array when there is no measureTeryk Bellahsene2016-02-022-5/+5
| |
* | Fix quality flawsTeryk Bellahsene2016-02-019-39/+92
| |
* | SONAR-7257 make SymbolsLineReader instantaneousSébastien Lesaint2016-02-011-37/+40
| |
* | SONAR-7020 forbid login with a space when creating a userTeryk Bellahsene2016-02-012-1/+15
|/
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-014-12/+13
|
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-0111-105/+222
|
* squid:UselessPrenthesesCheck Useless parentheses around expression should be ↵Zeeshan Asghar2016-01-294-6/+6
| | | | removed to prevent any misunderstanging
* SONAR-7168 add CeQueue.massSubmitSébastien Lesaint2016-01-293-44/+263
|
* SONAR-7183 add CeQueueStatus.addReceived(long)Sébastien Lesaint2016-01-294-3/+84
|
* SONAR-7070 WS qualitygates/* leak period enforced when creating/updating a ↵Teryk Bellahsene2016-01-296-17/+19
| | | | quality gate condition
* SONAR-7070 WS qualitygates/app returns solely the leak periodTeryk Bellahsene2016-01-292-13/+7
|
* Fix quality flawsJulien Lancelot2016-01-2911-87/+87
|
* SONAR-7168 don't query Components of CETasks 1 by 1 in TaskFormatterSébastien Lesaint2016-01-292-39/+91
|
* SONAR-7135 SONAR-7129 base component is returned in the responseTeryk Bellahsene2016-01-292-2/+2
|
* SONAR-7135 WS api/measures/component_tree fix leaves strategy and qualifiers ↵Teryk Bellahsene2016-01-295-6/+26
| | | | together
* SONAR-7129 SONAR-7131 SONAR-7134 SONAR-7135 add language in responseTeryk Bellahsene2016-01-2912-47/+87
|
* SONAR-7129 WS api/components/tree leaves strategy with qualifiers fixedTeryk Bellahsene2016-01-292-6/+9
|
* SONAR-7013 fail in CE for bad line count in file sourceSébastien Lesaint2016-01-292-15/+46
|
* SONAR-7250 WS users/current - add detailsTeryk Bellahsene2016-01-286-31/+138
|
* SONAR-7166 fix check of projectKey for branches analysesSébastien Lesaint2016-01-282-5/+21
|
* SONAR-7166 fail when projectKey in report is not the component keySébastien Lesaint2016-01-282-10/+52
| | | | failure implemented as early as possible
* SONAR-7164 WS api/users/search is not sensitive to special charactersTeryk Bellahsene2016-01-282-10/+22
|
* SONAR-6584 WS api/resources/index document known bug regarding paginationTeryk Bellahsene2016-01-281-1/+8
|
* SONAR-6226 Not fail when reactivating a user without passwordJulien Lancelot2016-01-273-5/+41
|
* SONAR-7217 Fail to authenticate user with existing emailJulien Lancelot2016-01-278-1/+116
|
* SONAR-6226 Create IdentityProvider APIJulien Lancelot2016-01-2530-29/+2008
|
* SONAR-6226 Add ext identity columns in USERS tableJulien Lancelot2016-01-2515-40/+223
|
* SONAR-6226 UserUpdater now allows user to be created without passwordJulien Lancelot2016-01-259-244/+105
|
* SONAR-7205 WS api/users/search deprecate 'f' fieldTeryk Bellahsene2016-01-202-2/+4
|
* SONAR-7134 WS api/measures/component refKey in responseTeryk Bellahsene2016-01-202-3/+4
|
* SONAR-7134 WS api/measures/componentTeryk Bellahsene2016-01-2013-54/+874
|
* SONAR-7135 WS api/measures/component_tree refKey in the responseTeryk Bellahsene2016-01-205-18/+21
|
* SONAR-7129 WS api/components/tree return refKeyTeryk Bellahsene2016-01-202-29/+32
|
* fix display of issues tag cloud widget when period is selectedStas Vilchik2016-01-201-2/+2
|
* SONAR-7236 When clicking on TechDebt Ratio on New Code, we should drilldown ↵Stas Vilchik2016-01-201-1/+1
| | | | on that metric