aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Fix quality flawsSimon Brandhof2015-08-311-1/+1
* SONAR-6730 Add component key in the APIJulien Lancelot2015-08-312-0/+6
* SONAR-6730 Move RangeDistrubtionBuilder to API and allow constructor to take ...Julien Lancelot2015-08-313-296/+2
* SONAR-6730 Measure computer should allowed no Input metricsJulien Lancelot2015-08-312-25/+64
* SONAR-6730 Improve error message when adding measure on not allowed metricJulien Lancelot2015-08-312-2/+3
* Adding trace log on visitors and measure computersJulien Lancelot2015-08-317-4/+47
* SONAR-6730 Add issues in Measure APIJulien Lancelot2015-08-3110-37/+99
* SONAR-6730 Create a repository of issues for a given componentJulien Lancelot2015-08-318-3/+356
* SONAR-6730 Split IntegrateIssuesStep into 3 visitorsJulien Lancelot2015-08-3111-58/+736
* javadoc update on PersistComponentsStepSébastien Lesaint2015-08-291-1/+1
* change NewCoverageVariationSumFormula into VariationSumFormulaSébastien Lesaint2015-08-297-46/+130
* add QualityGateStatus#equals to fix MeasureRepoEntry#equalsByQualityGateStatusSébastien Lesaint2015-08-291-0/+17
* PurgeDatastoresStep now supports Views Component treeSébastien Lesaint2015-08-292-22/+115
* FillMeasuresWithVariationsStep now support Views Component treeSébastien Lesaint2015-08-294-11/+259
* add support for Views Component tree to NewCoverageVariationSumFormulaSébastien Lesaint2015-08-2910-40/+543
* add support for Views Component tree to ComplexityMeasuresStepSébastien Lesaint2015-08-294-37/+272
* add support for Views Component tree to UnitTestMeasuresStepSébastien Lesaint2015-08-293-26/+304
* add support for Views Component tree to LanguageDistributionMeasuresStepSébastien Lesaint2015-08-293-10/+149
* fix badly named test LanguageDistributionMeasuresTestSébastien Lesaint2015-08-291-1/+1
* rename Counter#aggregate(LeafContext) to initialize(InitContext)Sébastien Lesaint2015-08-2928-117/+118
* SONAR-6812 Improve format of generated UUIDs for better usage of LuceneSimon Brandhof2015-08-2814-13/+15
* Trim all WS string request parametersTeryk Bellahsene2015-08-282-2/+3
* SONAR-6498 WS permissions/delete_template impossible to delete a default temp...Teryk Bellahsene2015-08-2824-78/+377
* SONAR-6290 fix bubble chart when using french language packStas Vilchik2015-08-281-2/+2
* fix SONAR-6290Stas Vilchik2015-08-284-9/+9
* Fix PermissionTemplateServiceTestTeryk Bellahsene2015-08-281-2/+2
* SONAR-6497 SONAR-6496 WS create and update permission template with better te...Teryk Bellahsene2015-08-2717-46/+102
* Update tests to use the ignore fields feature of JsonAssertTeryk Bellahsene2015-08-276-23/+9
* JsonAssert can ignore fields and small improvementsTeryk Bellahsene2015-08-276-19/+19
* SONAR-6496 SONAR-6497 Rename template key by template id and projectPattern b...Teryk Bellahsene2015-08-275-8/+8
* SONAR-6485 WS permissions/search_project_permissions replace uuid by id in re...Teryk Bellahsene2015-08-272-5/+5
* SONAR-6479 WS permissions/users take out Paging from the loop when building r...Teryk Bellahsene2015-08-271-9/+8
* SONAR-6693 WS issue_filters/search do no require to be authenticatedTeryk Bellahsene2015-08-272-12/+1
* fix SONAR-6290 Histogram widget fails to display using French language packStas Vilchik2015-08-271-3/+3
* Add static to permission template methodsTeryk Bellahsene2015-08-272-2/+2
* SONAR-6805 WS permissions/remove_group allow removal of last group and users ...Teryk Bellahsene2015-08-271-0/+2
* SONAR-6693 WS issue_filters/search replace favourite by favoriteTeryk Bellahsene2015-08-275-17/+17
* Move PermissionRequestValidator in the ws packageTeryk Bellahsene2015-08-2711-22/+24
* Sanitize PermissionTemplateDao methodsTeryk Bellahsene2015-08-272-4/+4
* SONAR-6498 WS permissions/delete_template delete a permission templateTeryk Bellahsene2015-08-2710-15/+220
* Remove PermissionTemplateDao#insert(String,String,String)Teryk Bellahsene2015-08-277-17/+23
* SONAR-6497 WS permissions/update/template update a permission templateTeryk Bellahsene2015-08-2727-77/+516
* SONAR-6496 WS permissions/create_template create a permission templateTeryk Bellahsene2015-08-2718-65/+496
* use the single web appStas Vilchik2015-08-262-23/+21
* SONAR-6693 WS issue_filters/search rewrite WSTeryk Bellahsene2015-08-2621-239/+419
* SONAR-6582 complete example of api/issues/search with actionsSimon Brandhof2015-08-251-0/+3
* SONAR-6582 Fix example of api/issues/searchSimon Brandhof2015-08-251-16/+26
* fix PersistMeasuresStepTest on OracleSébastien Lesaint2015-08-251-3/+16
* SONAR-6503 SONAR-6500 SONAR-6502 SONAR-6501 Update permission parameter descr...Teryk Bellahsene2015-08-255-9/+20
* previous_version period is not supported by ViewsSébastien Lesaint2015-08-252-25/+65