Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bugs, mainly about type casts | Simon Brandhof | 2018-10-18 | 4 | -21/+16 |
| | |||||
* | SONAR-11280 add TreeRootHolder#isEmpty | Sébastien Lesaint | 2018-10-11 | 8 | -46/+58 |
| | | | | and fix interface MutableTreeRootHolder | ||||
* | stabilize UT in QualityProfileEventsStepTest | Sébastien Lesaint | 2018-10-10 | 1 | -22/+15 |
| | |||||
* | SONAR-11241 Persist analysis warnings from scanner report | Janos Gyerik | 2018-10-10 | 7 | -2/+170 |
| | |||||
* | SONAR-11238 move PersistFileSourcesStep to source package | Sébastien Lesaint | 2018-10-10 | 3 | -25/+13 |
| | |||||
* | SONAR-11238 record warning when broken symbol data in report | Sébastien Lesaint | 2018-10-10 | 2 | -14/+115 |
| | |||||
* | SONAR-11238 debug log instead of warn when highlighting data error | Sébastien Lesaint | 2018-10-10 | 2 | -6/+6 |
| | |||||
* | SONAR-11238 record warning when broken highlighting data in report | Sébastien Lesaint | 2018-10-10 | 23 | -291/+880 |
| | |||||
* | SONAR-11310 add temporary columns to CE tables | Sébastien Lesaint | 2018-10-04 | 9 | -99/+214 |
| | | | | | | | | | | - add main_component_uuid temporary columns to CE_QUEUE - add main_last_key and main_component_uuid columns to CE_ACTIVITY - back to initial paradigm in Compute Engine: even for branches/PRs, the row in table PROJECTS a task belongs to is created in api/ce/submit - add main component concept to CeTask - improved consistency check when processing a report task to account for row in PROJECTS now being the one of the branche/PR - stronger validation of characteristics passed to api/ce/submit - add api/system/migrate_data for SonarCloud online data migration | ||||
* | remove usage of Guava Optional from ComponentDao | Sébastien Lesaint | 2018-10-04 | 5 | -11/+11 |
| | |||||
* | SONAR-10555 fail analysis if leak period is invalid | Sébastien Lesaint | 2018-10-03 | 3 | -327/+506 |
| | |||||
* | SONAR-10555 enforce at API level that project version is never null | Sébastien Lesaint | 2018-10-03 | 63 | -433/+394 |
| | |||||
* | SONAR-10555 drop DBUnit from PersistEventsStepTest | Sébastien Lesaint | 2018-10-03 | 8 | -173/+77 |
| | |||||
* | SONAR-10471 change description of LoadPeriodStep | Sébastien Lesaint | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | SONAR-7086 use firstAnalysis flag in LoadPeriodsStep | Sébastien Lesaint | 2018-10-03 | 2 | -18/+28 |
| | |||||
* | polish design of PeriodHolder | Sébastien Lesaint | 2018-10-03 | 3 | -12/+11 |
| | |||||
* | SONAR-11209 remove space in ad hoc rule names | Julien HENRY | 2018-09-24 | 3 | -5/+5 |
| | |||||
* | SONAR-11209 Store ad hoc rules coming from scanner in rules_metadata | Julien HENRY | 2018-09-24 | 19 | -95/+612 |
| | |||||
* | SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issues | Julien HENRY | 2018-09-24 | 9 | -68/+67 |
| | |||||
* | SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader | Julien HENRY | 2018-09-19 | 1 | -1/+2 |
| | |||||
* | SONAR-11125 Build a pruned component tree without unchanged files for ↵ | Janos Gyerik | 2018-09-19 | 10 | -7/+234 |
| | | | | selected visitors | ||||
* | SONAR-11139 Store changed lines information received in scanner report | Duarte Meneses | 2018-09-19 | 10 | -14/+133 |
| | |||||
* | SONAR-11151 Only cache new lines from the report | Duarte Meneses | 2018-09-19 | 2 | -11/+14 |
| | |||||
* | Refactor persisting of sources | Duarte Meneses | 2018-09-19 | 11 | -517/+654 |
| | |||||
* | SONAR-11151 Use changed lines in the Scanner report to calculate metrics ↵ | Duarte Meneses | 2018-09-19 | 26 | -562/+382 |
| | | | | concerning new code | ||||
* | SONAR-11151 Load changed lines from the report | Duarte Meneses | 2018-09-19 | 4 | -5/+130 |
| | |||||
* | SONAR-11185 Allow portfolio to define projects by tags | Julien Lancelot | 2018-09-07 | 12 | -29/+44 |
| | | | | | | | | * SONAR-11199 Allow selection of no project mode * Add tags in views definition * Create api/views/set_tags_mode * Return tags mode in api/views/show * Take into account tags during portfolio computation | ||||
* | SONAR-11097 Order live measures to prevent deadlocks | Eric Hartmann | 2018-08-30 | 1 | -15/+9 |
| | |||||
* | SONAR-8368 do not track closed issues on first analysis | Sébastien Lesaint | 2018-08-28 | 3 | -4/+30 |
| | |||||
* | SONAR-8368 closed issues max age can be set by property | Sébastien Lesaint | 2018-08-21 | 4 | -6/+122 |
| | | | | and effectively disabled with value 0 | ||||
* | SONAR-8368 reopen only closed issues closed less than 30 days ago | Sébastien Lesaint | 2018-08-21 | 4 | -18/+94 |
| | |||||
* | SONAR-8368 support reopening closed issues which had no line | Sébastien Lesaint | 2018-08-21 | 2 | -18/+41 |
| | |||||
* | SONAR-8368 reopen closed issues (restore status) | Sébastien Lesaint | 2018-08-21 | 21 | -102/+618 |
| | | | | but those from Hotspots rules and manual vulnerabilities | ||||
* | SONAR-8368 use Stream instead of Iterable in Tracking class | Sébastien Lesaint | 2018-08-21 | 4 | -24/+17 |
| | |||||
* | SONAR-9904 fix author of issue to not depend on analyzer implementations | Simon Brandhof | 2018-08-17 | 2 | -5/+32 |
| | | | | | | The Xoo plugin used in QA tests declares the component on all the issue locations. That is not the case with SonarJava for instance. It assumes that the component is the one declared on the issue. | ||||
* | SONAR-9904 guess author of issue based on all its locations | Simon Brandhof | 2018-08-16 | 2 | -59/+87 |
| | |||||
* | SONAR-9904 fix Quality flaws in IssueAssignerTest | Simon Brandhof | 2018-08-16 | 1 | -35/+32 |
| | |||||
* | SONAR-9904 extract traversal of issue changesets in Changeset | Simon Brandhof | 2018-08-16 | 4 | -48/+166 |
| | |||||
* | fix misleading error message in ReportComponent when type is not report | Sébastien Lesaint | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | SONAR-11077 fix DEBUG log in FileMoveDetectionStep | Simon Brandhof | 2018-08-07 | 2 | -1/+6 |
| | |||||
* | SONAR-11077 log nb of SQL inserts in CE PersistCrossProjectDuplicationsStep | Simon Brandhof | 2018-08-02 | 2 | -6/+18 |
| | |||||
* | SONAR-11077 log nb of triggered portfolio refreshes in CE | Simon Brandhof | 2018-08-02 | 3 | -4/+16 |
| | |||||
* | SONAR-11077 log nb of duplications in CE LoadDuplicationsFromReportStep | Simon Brandhof | 2018-08-02 | 2 | -36/+58 |
| | |||||
* | SONAR-11077 log nb of inserts in CE PersistMeasuresStep | Simon Brandhof | 2018-08-02 | 2 | -8/+23 |
| | |||||
* | SONAR-11077 add size of uncompressed report in to CE DEBUG logs | Simon Brandhof | 2018-08-02 | 2 | -1/+21 |
| | |||||
* | SONAR-11077 display nb of analyzed components in CE logs | Simon Brandhof | 2018-08-02 | 6 | -2/+40 |
| | |||||
* | Fix Quality flaw in CE ComponentTreeBuilder | Simon Brandhof | 2018-08-02 | 1 | -3/+3 |
| | |||||
* | SONAR-11077 add statistics to CE SendIssueNotificationsStep | Simon Brandhof | 2018-08-02 | 2 | -33/+87 |
| | |||||
* | SONAR-11077 add statistics to CE PersistLiveMeasuresStep | Simon Brandhof | 2018-08-02 | 2 | -8/+30 |
| | |||||
* | SONAR-11077 add statistics to CE FileMoveDetectionStep | Simon Brandhof | 2018-08-02 | 2 | -15/+52 |
| |