Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix SONAR-6249 Non favorite issue filters cannot be loaded by Issues page | Stas Vilchik | 2015-08-26 | 6 | -34/+79 |
| | |||||
* | SONAR-6797 apply feedback | Stas Vilchik | 2015-08-26 | 1 | -1/+4 |
| | |||||
* | Revert "install mocha tests for reactjs components" | Stas Vilchik | 2015-08-26 | 6 | -54/+4 |
| | | | | This reverts commit 0ed0fff9863770f14642bb949f2f97cc9f05bb5b. | ||||
* | update min required version of Maven to 3.2 | Sébastien Lesaint | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | SONAR-6797 order permissions | Stas Vilchik | 2015-08-26 | 1 | -2/+10 |
| | |||||
* | SONAR-6797 do not fail when usersCount or groupsCount are not provided | Stas Vilchik | 2015-08-26 | 1 | -4/+1 |
| | |||||
* | install mocha tests for reactjs components | Stas Vilchik | 2015-08-26 | 6 | -4/+54 |
| | |||||
* | improve code quality | Stas Vilchik | 2015-08-26 | 5 | -11/+19 |
| | |||||
* | clean up ruby code | Stas Vilchik | 2015-08-26 | 13 | -44/+56 |
| | |||||
* | use the single web app | Stas Vilchik | 2015-08-26 | 336 | -3377/+2209 |
| | |||||
* | Remove misleading comment about Xms in sonar.properties | Simon Brandhof | 2015-08-26 | 1 | -6/+0 |
| | |||||
* | SONAR-6693 WS issue_filters/search rewrite WS | Teryk Bellahsene | 2015-08-26 | 25 | -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.DebtModel | Simon Brandhof | 2015-08-25 | 2 | -0/+4 |
| | | | | Prepare https://jira.sonarsource.com/browse/SONAR-6393 | ||||
* | SONAR-6797 apply feedback | Stas Vilchik | 2015-08-25 | 8 | -118/+106 |
| | |||||
* | SONAR-6582 complete example of api/issues/search with actions | Simon Brandhof | 2015-08-25 | 1 | -0/+3 |
| | |||||
* | SONAR-6582 Fix example of api/issues/search | Simon Brandhof | 2015-08-25 | 1 | -16/+26 |
| | |||||
* | fix PersistMeasuresStepTest on Oracle | Sébastien Lesaint | 2015-08-25 | 1 | -3/+16 |
| | |||||
* | SONAR-6503 SONAR-6500 SONAR-6502 SONAR-6501 Update permission parameter ↵ | Teryk Bellahsene | 2015-08-25 | 5 | -9/+20 |
| | | | | description when project permissions only are allowed | ||||
* | Merge branch branch-5.1 | Duarte Meneses | 2015-08-25 | 0 | -0/+0 |
|\ | |||||
| * | SONAR-6792 Analysis fails with a meaningless ArrayIndexOutOfBounds exception ↵ | Duarte Meneses | 2015-08-21 | 8 | -10/+252 |
| | | | | | | | | if a rule try to log an issue on a non-existing line | ||||
* | | previous_version period is not supported by Views | Sébastien Lesaint | 2015-08-25 | 2 | -25/+65 |
| | | |||||
* | | SONAR-6445 reduce max memory of bootstrap process to 3Mb | Simon Brandhof | 2015-08-25 | 1 | -1/+1 |
| | | |||||
* | | fix duplication and missing @Override quality flaws | Sébastien Lesaint | 2015-08-24 | 8 | -109/+136 |
| | | |||||
* | | Fix project lock in Windows | Duarte Meneses | 2015-08-24 | 1 | -1/+8 |
| | | |||||
* | | fix dashboard links when using sonar.web.context | Stas Vilchik | 2015-08-24 | 1 | -2/+2 |
| | | |||||
* | | SONAR-6503 WS permissions/remove_group_from_template remove a group from a ↵ | Teryk Bellahsene | 2015-08-24 | 5 | -11/+357 |
| | | | | | | | | permission template | ||||
* | | SONAR-6479 WS permissions/users display email in response | Teryk Bellahsene | 2015-08-24 | 10 | -50/+239 |
| | | |||||
* | | rename ComputeEngineBatchExecutorService for clarity and consistency | Sébastien Lesaint | 2015-08-24 | 6 | -16/+16 |
| | | | | | | | | new name is ReportProcessingSchedulerExecutorService | ||||
* | | make SqaleMeasuresVisitor support Views Component tree | Sébastien Lesaint | 2015-08-24 | 3 | -45/+263 |
| | | |||||
* | | rename SumCounter to IntSumCounter and add LongSumCounter | Sébastien Lesaint | 2015-08-24 | 15 | -84/+436 |
| | | | | | | | | add support for each kind of counter in SumFormula | ||||
* | | add MutableMeasureComputersHolder | Sébastien Lesaint | 2015-08-24 | 3 | -14/+45 |
| | | | | | | | | to remove dependency on a concrete class holder | ||||
* | | make DuplicationMeasuresStep support Views Component tree | Sébastien Lesaint | 2015-08-24 | 5 | -399/+787 |
| | | |||||
* | | make CommentMeasuresStep support Views Component tree | Sébastien Lesaint | 2015-08-24 | 3 | -6/+344 |
| | | |||||
* | | make Formulas support Views Component tree | Sébastien Lesaint | 2015-08-24 | 5 | -25/+398 |
| | | |||||
* | | make CoverageMeasuresStep support Views Component tree | Sébastien Lesaint | 2015-08-24 | 4 | -29/+258 |
| | | |||||
* | | rename FileAggregateContext to LeafAggregateContext | Sébastien Lesaint | 2015-08-24 | 25 | -108/+107 |
| | | |||||
* | | remove unused classes in package computation/measure/newcoverage | Sébastien Lesaint | 2015-08-24 | 7 | -281/+0 |
| | | |||||
* | | make PersistMeasuresStep support Views component tree | Sébastien Lesaint | 2015-08-24 | 2 | -58/+179 |
| | | |||||
* | | add MeasureRepositoryRule | Sébastien Lesaint | 2015-08-24 | 5 | -75/+254 |
| | | |||||
* | | add CrawlerDepthLimit.LEAVES which is a commonly used limit | Sébastien Lesaint | 2015-08-24 | 7 | -24/+41 |
| | | |||||
* | | add support for Views to SizeMeasuresStep and FormulaExecutorComponentVisitor | Sébastien Lesaint | 2015-08-24 | 6 | -30/+325 |
| | | |||||
* | | add coverage for FeedPeriodsStep support for Views | Sébastien Lesaint | 2015-08-24 | 11 | -305/+154 |
| | | |||||
* | | cleanly define max depth in component visitors | Sébastien Lesaint | 2015-08-24 | 53 | -151/+628 |
| | | |||||
* | | finish splitting Crawler and Visitor of CE Component trees | Sébastien Lesaint | 2015-08-24 | 51 | -991/+947 |
| | | |||||
* | | object instantiation optimization in VisitorsCrawler | Sébastien Lesaint | 2015-08-24 | 1 | -6/+24 |
| | | |||||
* | | SONAR-6787 FeedPeriodsStep should use project settings | Sébastien Lesaint | 2015-08-24 | 2 | -13/+16 |
| | | | | | | | | and not server settings because differential period properties can be defined at project/view level | ||||
* | | rename ProjectSettingsRepository to SettingsRepository interface | Sébastien Lesaint | 2015-08-24 | 13 | -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 FeedPeriodsStep | Sébastien Lesaint | 2015-08-24 | 1 | -22/+42 |
| | | |||||
* | | make PersistSnapshotsStep support Views Components | Sébastien Lesaint | 2015-08-24 | 5 | -87/+400 |
| | | |||||
* | | add AnalysisMetadataHolder and remove use of BatchReportReader amap | Sébastien Lesaint | 2015-08-24 | 16 | -83/+328 |
| | | | | | | | | this removes a dependency of some steps to BatchReportReader and will make them easier to use (if required) in Views for example |