aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-11721 Fix example of web API api/user_groups/usersSimon Brandhof2019-02-122-7/+23
* SONAR-11626 Make set/unset_baseline internalJanos Gyerik2019-02-114-2/+4
* SONAR-11628 add api/project_analyses/unset_baselineSébastien Lesaint2019-02-114-2/+400
* SONAR-11665 api/project_analyses/delete prevents deletion of baselineSébastien Lesaint2019-02-112-5/+37
* SONAR-11666 add baseline flag to api/project_analyses/search responseSébastien Lesaint2019-02-115-1/+34
* SONAR-11659 add analysis's versions to api/project_analyses/searchSébastien Lesaint2019-02-113-8/+49
* fix Request.mandatoryParam not failing on blank parameter valueSébastien Lesaint2019-02-1124-130/+133
* SONAR-11631 rename constants to codePeriodVersion in notificationsSébastien Lesaint2019-02-111-2/+2
* SONAR-11631 move version event data validation to UI codeSébastien Lesaint2019-02-114-9/+19
* SONAR-11631 rename snapshot's version to codePeriodVersionSébastien Lesaint2019-02-1110-19/+19
* SONAR-11626 Add new WS project_analyses/set_baselineJanos Gyerik2019-02-114-2/+459
* SONAR-11439 Analysis of long branch doesn't trigger purge of dependent short ...Duarte Meneses2019-02-111-2/+2
* SONAR-11680 upgrade Tomcat to 8.5.37Simon Brandhof2019-02-111-2/+1
* SONARCLOUD-375 fix NPE in WS api/measures/search_historySimon Brandhof2019-02-113-43/+113
* SONAR-10199 Fix search of issues by author containing commaJulien Lancelot2019-02-116-72/+110
* SONAR-11603 Deprecate api/metrics WS related to custom measuresJulien Lancelot2019-02-115-5/+19
* Merge pull request #1178 from SonarSource/feature/jl/add_dates_to_users_and_u...Julien Lancelot2019-02-1112-35/+337
* SONAR-11643 Drop elasticsearch index 'tests'Julien Lancelot2019-02-111-2/+0
* Revert "SONAR-11680 upgrade Tomcat to 8.5.37"Simon Brandhof2019-02-071-1/+2
* SONAR-11680 upgrade Tomcat to 8.5.37Simon Brandhof2019-02-071-2/+1
* Fix quality flawsJulien Lancelot2019-01-181-2/+3
* SONARCLOUD-312 Use key instead of UUID to send downgrade feedback (#1140)Jean-Baptiste Lièvremont2019-01-184-5/+6
* replace Protobuf.setNullable with Optional.ofNullableMichal Duda2019-01-1885-350/+341
* SONAR-11632 Remove api/tests WSJulien Lancelot2019-01-1715-1155/+20
* SONAR-11571 Restore warning in project badges and search projects WSJulien Lancelot2019-01-166-5/+88
* SONAR-11610 Store user UUID instead of login in JWT tokenJulien Lancelot2019-01-162-38/+40
* SONARCLOUD-332 Use EXTERNAL_LOGIN to authenticate usersJulien Lancelot2019-01-162-7/+42
* SONAR-11610 Create api/users/update_login WSJulien Lancelot2019-01-166-26/+393
* SONAR-11519 Fix description of api/users/update WSJulien Lancelot2019-01-161-1/+1
* SONAR-11615 Drop "sonar.onboardingTutorial.showToNewUsers" settingStas Vilchik2019-01-166-13/+39
* Remove last use of root_uuid that is not updatedJulien HENRY2019-01-162-9/+10
* SONAR-10180 Drop the ability to keep history of directory measuresJulien HENRY2019-01-161-1/+1
* SONAR-11476 deprecate/drop support for providing module/dir keys as parameter...Michal Duda2019-01-166-11/+19
* Improve code qualityDuarte Meneses2019-01-161-5/+3
* SONAR-11464 Refactor ITsDuarte Meneses2019-01-162-7/+2
* SONAR-11464 Fix migration of branches and add ITDuarte Meneses2019-01-162-4/+4
* SONAR-11463 Don't migrate root folders and fix component key migrationJulien HENRY2019-01-162-2/+0
* SONAR-11507 WS /batch/project new file structureMichal Duda2019-01-164-34/+108
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-167-655/+37
* SONAR-11476 deprecate/drop support for providing module/dir keys as parameter...Michal Duda2019-01-1632-144/+135
* SONAR-11477 Drop UI for updating module keys (#958)Stas Vilchik2019-01-161-0/+1
* SONAR-11570 Add period back to QG conditions recomputed on UI changeJanos Gyerik2019-01-161-0/+3
* Improve tests on user settings stabilityJulien Lancelot2019-01-101-1/+1
* Fix broken license headersJanos Gyerik2019-01-101-19/+1
* SONAR-11605 No changed lines detected in P/R and SLB if target branch is not ...Duarte Meneses2019-01-092-24/+18
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-091-1/+4
* SONAR-11572 Limit list of operators for QG conditionsBenoît Gianinetti2019-01-0810-79/+310
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-0836-462/+191
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-0818-304/+119
* SONAR-11535 Do not use Elasticsearch index for issue counts in summaryJanos Gyerik2019-01-082-78/+0