summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5338 Create a WS /api/tests/show returning the list of test cases from ...Julien Lancelot2014-05-233-1/+90
* SONAR-5338 Create s WS /api/tests/plan returning list of files covered by a t...Julien Lancelot2014-05-235-31/+131
* SONAR-5338 Create s WS /api/tests/testable returning list of test cases from ...Julien Lancelot2014-05-234-18/+136
* SONAR-5007 add tests for RegisterQualityProfilesSimon Brandhof2014-05-231-3/+12
* SONAR-5007 add tests for RegisterQualityProfilesSimon Brandhof2014-05-231-3/+2
* SONAR-5007 - Added assertions for QualityProfile RegistrationStephane Gamard2014-05-231-0/+22
* SONAR-5007 SONAR-5012 Full handling of facetsJean-Baptiste Lievremont2014-05-231-0/+4
* SONAR-5007 improve registration of Quality profilesSimon Brandhof2014-05-233-116/+101
* SONAR-5237 - Changed facet's name to property to link/match search FiltersStephane Gamard2014-05-232-4/+4
* SONAR-SONAR-5237 - Fixed Rule Search Medium WSStephane Gamard2014-05-231-12/+1
* SONAR-5335 When upgrading from SonarQube 4.2 with PMD 2.1, searching for some...Julien Lancelot2014-05-231-0/+8
* Try to fix MeasureDataMigration on mssqlSimon Brandhof2014-05-221-1/+1
* SONAR-5007 improve management of active rules in api/rules/search and api/rul...Simon Brandhof2014-05-2212-175/+214
* fix quality flaw (updated Junit test)Stephane Gamard2014-05-221-9/+14
* SONAR-5007 - Added parentKey to QualityProfileDtoStephane Gamard2014-05-221-0/+1
* SONAR-5007 fix parameter "f" of api/rules/searchSimon Brandhof2014-05-228-130/+114
* SONAR-5237 - Added Char & SubChar filteringStephane Gamard2014-05-222-2/+34
* DAOv.2 - Updated tag for aggregation in RuleService and NormalizerStephane Gamard2014-05-224-46/+34
* SONAR-5334 Create WS to serialize all bundles for a given languageJean-Baptiste Lievremont2014-05-222-113/+88
* DAOv.2 - Updated facets to AggregationStephane Gamard2014-05-225-54/+53
* SONAR-5007 add facets to WS api/rules/searchSimon Brandhof2014-05-221-2/+4
* SONAR-5007 add facets to WS api/rules/searchSimon Brandhof2014-05-223-10/+43
* Add Java WS client for /api/coverage/show and /api/duplications/showJulien Lancelot2014-05-221-0/+1
* Fix quality flawsJulien Lancelot2014-05-223-30/+15
* fix dao flaw (broken embedded in Index)Stephane Gamard2014-05-221-7/+6
* DAOv.2 - Compressing index upserts from sesisonStephane Gamard2014-05-226-26/+70
* SONAR-5007 Add createdAt in rules/show WSJean-Baptiste Lievremont2014-05-221-0/+1
* SONAR-5286 Add parameter "extra_fields" to display actions and transitions in...Julien Lancelot2014-05-221-0/+3
* DAOv.2 - Updated implicit commit in Session (broken ITs)Stephane Gamard2014-05-2213-185/+172
* SONAR-5007 fix CopyRequirementsFromCharacteristicsToRulesTest and remove depr...Simon Brandhof2014-05-222-10/+59
* SONAR-5007 flush previewDb cache when a rule is deactivatedSimon Brandhof2014-05-221-6/+6
* SONAR-5007 remove old ES indices for rules, active rules and rule tagsSimon Brandhof2014-05-2217-2087/+265
* ES freeze due to force refreshingStephane Gamard2014-05-211-1/+0
* quality fix flaw (updated usage of DbClient)Stephane Gamard2014-05-211-4/+3
* SONAR-5238 - Implemented debt's char and subChar as key.Stephane Gamard2014-05-213-8/+17
* SONAR-5238 - Renamed Index FieldsStephane Gamard2014-05-211-8/+5
* SONAR-5286 Provide a new "/api/duplications/show" WSJulien Lancelot2014-05-216-119/+312
* SONAR-5007 improve usage of DbClient and move some services to new DAOsSimon Brandhof2014-05-2116-153/+155
* SONAR-5242 - Fixed deactiveRule for qualityprofile WSStephane Gamard2014-05-212-6/+11
* fix quality flaw (useless if)Stephane Gamard2014-05-211-3/+1
* SONAR-5007 Add profile keys to coding rules app WSJean-Baptiste Lievremont2014-05-211-0/+1
* SONAR-5007 remove code using previous ES rule indicesSimon Brandhof2014-05-2116-2172/+29
* SONAR-5238 - Added activeRules in showAction of Rule WSStephane Gamard2014-05-211-1/+49
* SONAR-5238 - Added ActivRuleService#findByRuleKey() methodStephane Gamard2014-05-211-1/+10
* Fix query to check that project exists in Gality GateJulien Lancelot2014-05-214-11/+6
* DAOv.2 - Implicit refresh for Index classes using ES-NRTStephane Gamard2014-05-213-6/+17
* DAOv.2 - Created IndexClient as counterpart of DbClient.Stephane Gamard2014-05-212-13/+167
* SONAR-5305 Do not display sub project on none multi module projectJulien Lancelot2014-05-212-7/+10
* SONAR-5237 - Added Tag filtering in searchAction for RuleWSStephane Gamard2014-05-211-0/+1
* SONAR-5320 Property "sonar.technicalDebt.hoursInDay" were not been taking int...Julien Lancelot2014-05-215-24/+24