aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* upgrade prettier (#1954)Stas Vilchik2017-04-20206-1500/+1526
* SONAR-9075 fix quality flaws: ComponentIndexQuery#limit is not nullableDaniel Schwarz2017-04-203-14/+13
* SONAR-9073 reverted renaming of atts and values in suggestions apiDaniel Schwarz2017-04-203-33/+31
* SONAR-9074 limit recently browsed items to 50 for api/comps/suggestionsDaniel Schwarz2017-04-201-3/+9
* SONAR-9079 score favorite components higher in suggestionsDaniel Schwarz2017-04-2017-100/+320
* SONAR-9074 score recently browsed components higher in suggestionsDaniel Schwarz2017-04-208-10/+153
* SONAR-8725 ws/components/suggestions emphasises matching for prefixesDaniel Schwarz2017-04-206-12/+142
* SONAR-9077 api/components/suggestions emphasises matchingDaniel Schwarz2017-04-206-22/+53
* SONAR-9077 add highlights to api contract of api/components/suggestionsDaniel Schwarz2017-04-202-22/+22
* SONAR-9077 calculate matching characters for componentDaniel Schwarz2017-04-206-9/+143
* SONAR-9077 hold component search hits in separate classDaniel Schwarz2017-04-205-24/+68
* SONAR-9078 return project names for api/components/suggestionsDaniel Schwarz2017-04-202-8/+54
* SONAR-9076 return organization names for api/components/suggestionsDaniel Schwarz2017-04-203-48/+93
* SONAR-9073 rename attributes of api/components/suggestionsDaniel Schwarz2017-04-204-37/+83
* SONAR-9072 provide short token warning for api/components/suggestionsDaniel Schwarz2017-04-206-22/+69
* SONAR-9075 allow to request more component suggestions for a qualifierDaniel Schwarz2017-04-207-78/+127
* SONAR-9071 add number of more results to api/components/suggestionsDaniel Schwarz2017-04-204-1/+57
* SONAR-9071 refactor ws test of api/components/suggestionsDaniel Schwarz2017-04-202-6/+13
* SONAR-9071 fix example in apidocs of api/components/componentsDaniel Schwarz2017-04-201-45/+7
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-04-1927-295/+292
|\
| * SONAR-9050 Use only needed fields from MeasureDto in api/measures/component_treeJulien Lancelot2017-04-1811-150/+165
| * SONAR-9050 Stop using column project_measures.descriptionSimon Brandhof2017-04-189-91/+12
| * SONAR-9048 Do not accept more than 15 metrics in api/measures/component_treeJulien Lancelot2017-04-182-15/+43
| * SONAR-9049 Prevent using DATA and DISTRIB metrics in api/measures/component_treeJulien Lancelot2017-04-185-25/+65
* | improve react usage (#1936)Stas Vilchik2017-04-19322-2420/+1952
* | SONAR-9013 Remove usage of ServerTester in RuleUpdaterMediumTestJulien Lancelot2017-04-181-142/+131
* | SONAR-9115 Create UT to check creating rule and organizations are enabled is ...Julien Lancelot2017-04-181-0/+22
* | SONAR-9013 Do not fail with error 500 when creating rule on unknown template keyJulien Lancelot2017-04-182-2/+17
* | SONAR-9013 Remove usage of ServerTester in RuleCreatorMediumTestJulien Lancelot2017-04-181-171/+102
* | SONAR-9013 Remove usage of ServerTester in CreateActionMediumTestJulien Lancelot2017-04-187-251/+166
* | SONAR-9138 Improve logs displaying servlet filter patterns at server startupJulien Lancelot2017-04-182-3/+60
* | SONAR-9004 Fix max authentication session timeoutJulien Lancelot2017-04-182-7/+22
* | SONAR-9115 let api/rules/delete fail (only) if organisations are enabledDaniel Schwarz2017-04-183-157/+111
* | make TestResponse#getInputStream public againDaniel Schwarz2017-04-141-1/+1
* | make executing protobuf requests in unit tests easierDaniel Schwarz2017-04-1469-539/+294
* | make parsing protobuf in unit tests easierDaniel Schwarz2017-04-1470-568/+251
* | SONAR-8924 refactored api/qualityprofiles/inheritance to use protobufDaniel Schwarz2017-04-142-69/+58
* | SONAR-8924 ignore removed rules, when calculating qprofile statisticsDaniel Schwarz2017-04-144-3/+102
* | SONAR-9115 let api/rules/create fail, if organizations are enabledDaniel Schwarz2017-04-144-7/+33
* | SONAR-8950 filter rules search on qprofiles org, if not other specifiedDaniel Schwarz2017-04-144-49/+141
* | fix quality flawsDaniel Schwarz2017-04-146-35/+27
* | SONAR-9038 sort results for api/rules/tags and api/issues/tagsDaniel Schwarz2017-04-144-33/+21
* | SONAR-8951 provide org if searching for active rules whenever possibleDaniel Schwarz2017-04-1418-128/+244
* | SONAR-8951 active rule dao: remove “selectAll”Daniel Schwarz2017-04-144-39/+16
* | SONAR-8950 add selected tags to api/rules/search tags facetDaniel Schwarz2017-04-145-48/+174
* | SONAR-8951 make api/rules/show organization awareDaniel Schwarz2017-04-142-14/+165
* | SONAR-8951 changed guava’s Optional to java.util.Optional for RuleDaoDaniel Schwarz2017-04-1411-40/+34
* | SONAR_8951 moved rules/show medium test to dedicated test classDaniel Schwarz2017-04-146-105/+76
* | SONAR-8949 make api/rules/update organization awareDaniel Schwarz2017-04-1416-211/+347
* | SONAR-8949 changed rule update medium test to regular testDaniel Schwarz2017-04-144-57/+184