aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix SONAR-6249 Non favorite issue filters cannot be loaded by Issues pageStas Vilchik2015-08-266-34/+79
|
* SONAR-6797 apply feedbackStas Vilchik2015-08-261-1/+4
|
* Revert "install mocha tests for reactjs components"Stas Vilchik2015-08-266-54/+4
| | | | This reverts commit 0ed0fff9863770f14642bb949f2f97cc9f05bb5b.
* update min required version of Maven to 3.2Sébastien Lesaint2015-08-261-1/+1
|
* SONAR-6797 order permissionsStas Vilchik2015-08-261-2/+10
|
* SONAR-6797 do not fail when usersCount or groupsCount are not providedStas Vilchik2015-08-261-4/+1
|
* install mocha tests for reactjs componentsStas Vilchik2015-08-266-4/+54
|
* improve code qualityStas Vilchik2015-08-265-11/+19
|
* clean up ruby codeStas Vilchik2015-08-2613-44/+56
|
* use the single web appStas Vilchik2015-08-26336-3377/+2209
|
* Remove misleading comment about Xms in sonar.propertiesSimon Brandhof2015-08-261-6/+0
|
* SONAR-6693 WS issue_filters/search rewrite WSTeryk Bellahsene2015-08-2625-251/+480
| | | | | | | * return user filters and all shared filters * add the favorite info on each filter * requires authentication * return [SonarQube] when it's a system issue filter
* Deprecate API org.sonar.api.server.debt.DebtModelSimon Brandhof2015-08-252-0/+4
| | | | Prepare https://jira.sonarsource.com/browse/SONAR-6393
* SONAR-6797 apply feedbackStas Vilchik2015-08-258-118/+106
|
* 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 ↵Teryk Bellahsene2015-08-255-9/+20
| | | | description when project permissions only are allowed
* Merge branch branch-5.1Duarte Meneses2015-08-250-0/+0
|\
| * SONAR-6792 Analysis fails with a meaningless ArrayIndexOutOfBounds exception ↵Duarte Meneses2015-08-218-10/+252
| | | | | | | | if a rule try to log an issue on a non-existing line
* | previous_version period is not supported by ViewsSébastien Lesaint2015-08-252-25/+65
| |
* | SONAR-6445 reduce max memory of bootstrap process to 3MbSimon Brandhof2015-08-251-1/+1
| |
* | fix duplication and missing @Override quality flawsSébastien Lesaint2015-08-248-109/+136
| |
* | Fix project lock in WindowsDuarte Meneses2015-08-241-1/+8
| |
* | 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 ↵Teryk Bellahsene2015-08-245-11/+357
| | | | | | | | permission template
* | SONAR-6479 WS permissions/users display email in responseTeryk Bellahsene2015-08-2410-50/+239
| |
* | rename ComputeEngineBatchExecutorService for clarity and consistencySébastien Lesaint2015-08-246-16/+16
| | | | | | | | new name is ReportProcessingSchedulerExecutorService
* | 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 support for each kind of counter in SumFormula
* | add MutableMeasureComputersHolderSébastien Lesaint2015-08-243-14/+45
| | | | | | | | to remove dependency on a concrete class holder
* | 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
| | | | | | | | and not server settings because differential period properties can be defined at project/view level
* | rename ProjectSettingsRepository to SettingsRepository interfaceSébastien Lesaint2015-08-2413-84/+125
| | | | | | | | | | also now use a Component as argument of the repository method getSettings instead of a String in addition, new SettingsRepositoryImpl implementation can holds the properties of any component, not just the one of the root project
* | add support for Views to FeedPeriodsStepSébastien Lesaint2015-08-241-22/+42
| |
* | make PersistSnapshotsStep support Views ComponentsSébastien Lesaint2015-08-245-87/+400
| |
* | add AnalysisMetadataHolder and remove use of BatchReportReader amapSébastien Lesaint2015-08-2416-83/+328
| | | | | | | | this removes a dependency of some steps to BatchReportReader and will make them easier to use (if required) in Views for example