aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* use the single web appStas Vilchik2015-08-26335-3320/+2147
* SONAR-6693 WS issue_filters/search rewrite WSTeryk Bellahsene2015-08-2621-239/+419
* SONAR-6797 apply feedbackStas Vilchik2015-08-257-114/+102
* 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
* fix duplication and missing @Override quality flawsSébastien Lesaint2015-08-248-109/+136
* fix dashboard links when using sonar.web.contextStas Vilchik2015-08-241-2/+2
* SONAR-6503 WS permissions/remove_group_from_template remove a group from a pe...Teryk Bellahsene2015-08-244-2/+340
* SONAR-6479 WS permissions/users display email in responseTeryk Bellahsene2015-08-244-7/+14
* rename ComputeEngineBatchExecutorService for clarity and consistencySébastien Lesaint2015-08-246-16/+16
* make SqaleMeasuresVisitor support Views Component treeSébastien Lesaint2015-08-243-45/+263
* rename SumCounter to IntSumCounter and add LongSumCounterSébastien Lesaint2015-08-2415-84/+436
* add MutableMeasureComputersHolderSébastien Lesaint2015-08-243-14/+45
* make DuplicationMeasuresStep support Views Component treeSébastien Lesaint2015-08-245-399/+787
* make CommentMeasuresStep support Views Component treeSébastien Lesaint2015-08-243-6/+344
* make Formulas support Views Component treeSébastien Lesaint2015-08-245-25/+398
* make CoverageMeasuresStep support Views Component treeSébastien Lesaint2015-08-244-29/+258
* rename FileAggregateContext to LeafAggregateContextSébastien Lesaint2015-08-2425-108/+107
* remove unused classes in package computation/measure/newcoverageSébastien Lesaint2015-08-247-281/+0
* make PersistMeasuresStep support Views component treeSébastien Lesaint2015-08-242-58/+179
* add MeasureRepositoryRuleSébastien Lesaint2015-08-245-75/+254
* add CrawlerDepthLimit.LEAVES which is a commonly used limitSébastien Lesaint2015-08-247-24/+41
* add support for Views to SizeMeasuresStep and FormulaExecutorComponentVisitorSébastien Lesaint2015-08-246-30/+325
* add coverage for FeedPeriodsStep support for ViewsSébastien Lesaint2015-08-2411-305/+154
* cleanly define max depth in component visitorsSébastien Lesaint2015-08-2453-151/+628
* finish splitting Crawler and Visitor of CE Component treesSébastien Lesaint2015-08-2451-991/+947
* object instantiation optimization in VisitorsCrawlerSébastien Lesaint2015-08-241-6/+24
* SONAR-6787 FeedPeriodsStep should use project settingsSébastien Lesaint2015-08-242-13/+16
* rename ProjectSettingsRepository to SettingsRepository interfaceSébastien Lesaint2015-08-2413-84/+125
* add support for Views to FeedPeriodsStepSébastien Lesaint2015-08-241-22/+42
* make PersistSnapshotsStep support Views ComponentsSébastien Lesaint2015-08-244-81/+384
* add AnalysisMetadataHolder and remove use of BatchReportReader amapSébastien Lesaint2015-08-2416-83/+328
* extract DbIdsRepository interface and MapBasedDbIdsRepositorySébastien Lesaint2015-08-2419-97/+222
* add ComponentFunctions to factor Functions on ComponentsSébastien Lesaint2015-08-243-7/+123
* create delegate for Map based impl of MeasureRepositorySébastien Lesaint2015-08-243-114/+556
* add Component#getProjectViewAttributesSébastien Lesaint2015-08-245-36/+112
* remove report specific method getComponentByRef from TreeRootHolder interfaceSébastien Lesaint2015-08-2414-91/+191
* ComputeEngineProcessingQueue must catch any error from taskSébastien Lesaint2015-08-242-12/+26
* add missing support and coverage for views components in crawlers&visitorsSébastien Lesaint2015-08-2421-528/+2222
* rename DumbComponent to ReportComponentSébastien Lesaint2015-08-2470-337/+338
* add Component.Type#VIEW, SUBVIEW and PROJECT_VIEWSébastien Lesaint2015-08-249-25/+170
* add Component#getReportAttributes()Sébastien Lesaint2015-08-2447-181/+220
* add missing @CheckForNull on Component#getVersion()Sébastien Lesaint2015-08-241-0/+2
* add ContainerPopulator to be used by ComputeEngineContainerSébastien Lesaint2015-08-2413-342/+462
* ReportProcessor must not have the responsability of populating CEQueueStatusSébastien Lesaint2015-08-242-10/+10
* extract ComputationStepExecutor from ReportProcessorSébastien Lesaint2015-08-243-36/+136
* make ApplyPermissionsStep implementation use a visitorSébastien Lesaint2015-08-241-2/+16