| Commit message (Expand) | Author | Age | Files | Lines |
* | Use INFO level by default in unit tests | Simon Brandhof | 2016-02-02 | 1 | -1/+1 |
* | Cut many dependencies on sonar-testing-harness | Julien HENRY | 2016-01-19 | 1 | -1/+2 |
* | Add unit test for Java CPD Engine | Julien HENRY | 2015-12-16 | 1 | -0/+11 |
* | SONAR-6978 Provide enhanced issue locations (start/end) offset in issues mode | Duarte Meneses | 2015-11-09 | 1 | -1/+4 |
* | SONAR-6658 Remove ProjectClasspath, ProjectFileSystem, sonar.binaries, sonar.... | Julien HENRY | 2015-11-05 | 8 | -32/+0 |
* | SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r' | Julien HENRY | 2015-10-14 | 1 | -0/+1 |
* | Improve coverage | Duarte Meneses | 2015-10-09 | 1 | -0/+0 |
* | SONAR-6818 Split batch/project WS in several simpler WS | Duarte Meneses | 2015-09-30 | 3 | -105/+0 |
* | SONAR-6818 Split batch/project WS in several simpler WS | Duarte Meneses | 2015-09-30 | 3 | -2093/+105 |
* | SONAR-6665 Fix StackOverflow error when analyzing project with several module... | Julien HENRY | 2015-09-25 | 2 | -2/+12 |
* | SONAR-6052 Drop secondary locations and rename execution flow -> flow | Julien HENRY | 2015-09-10 | 4 | -6/+6 |
* | SONAR-6817 Issues mode should support analysis of projects not associated | Duarte Meneses | 2015-09-09 | 9 | -198/+98 |
* | Optimize project reactor builder | Duarte Meneses | 2015-09-04 | 3 | -0/+0 |
* | Revert "SONAR-6658 Drop validation on sonar.libraries and sonar.binaries" | Duarte Meneses | 2015-08-24 | 11 | -0/+49 |
* | SONAR-6658 Drop validation on sonar.libraries and sonar.binaries | Duarte Meneses | 2015-08-24 | 11 | -49/+0 |
* | SONAR-6665 StackOverflow error when analyzing project with several modules ha... | Duarte Meneses | 2015-08-24 | 3 | -0/+21 |
* | Fix Cpd errors on test sources | Duarte Meneses | 2015-08-21 | 23 | -25/+29 |
* | Debug log level in unit tests | Duarte Meneses | 2015-08-19 | 1 | -0/+42 |
* | clean batch unused test resources | Duarte Meneses | 2015-08-13 | 80 | -1566/+0 |
* | SONAR-6777 Project cache sync | Duarte Meneses | 2015-08-12 | 10 | -7/+362 |
* | SONAR-6777 Project cache sync | Duarte Meneses | 2015-08-12 | 1 | -0/+2093 |
* | SONAR-6754 Add support of execution flow in Xoo | Julien HENRY | 2015-08-05 | 1 | -0/+14 |
* | use new rule WS | Duarte Meneses | 2015-07-31 | 1 | -0/+637 |
* | SONAR-6052 Extract primaryLocation as a special attribute | Julien HENRY | 2015-07-31 | 4 | -2/+18 |
* | Remove no more used test resources | Julien Lancelot | 2015-07-23 | 10 | -378/+0 |
* | SONAR-4865, SONAR-6052 Improved issue locations | Julien HENRY | 2015-07-23 | 3 | -0/+14 |
* | SONAR-6634 drop column resource_id from the manual_measures table | Teryk Bellahsene | 2015-06-26 | 1 | -2/+2 |
* | SONAR-6557 Remove library filter in SQL queries | Julien Lancelot | 2015-06-12 | 1 | -5/+2 |
* | SONAR-6260 Remove snapshot and project persistence form batch | Julien Lancelot | 2015-06-10 | 2 | -84/+0 |
* | SONAR-6615 add in table 'manual_measures' column 'compunent_uuid' | Teryk Bellahsene | 2015-06-10 | 1 | -0/+11 |
* | Temporarily remove custom measures from batch | Simon Brandhof | 2015-06-10 | 1 | -11/+0 |
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 1 | -2/+2 |
* | SONAR-6370 move batch extensions out of core plugin | Simon Brandhof | 2015-05-28 | 12 | -0/+275 |
* | SONAR-6555 Drop design related features on batch side | Julien HENRY | 2015-05-19 | 2 | -38/+0 |
* | SONAR-6536 Drop concept of task | Julien HENRY | 2015-05-11 | 6 | -0/+84 |
* | SONAR-6370 isolate plugin classloader from core | Simon Brandhof | 2015-05-11 | 1 | -0/+0 |
* | add new column data_type in file_sources table - SONAR-6255 | Teryk Bellahsene | 2015-04-28 | 4 | -5/+5 |
* | cancel test_data migration in file_sources | Teryk Bellahsene | 2015-04-17 | 4 | -5/+0 |
* | Move tests persistence from batch to compute - SONAR-6255 | Teryk Bellahsene | 2015-04-16 | 4 | -28/+33 |
* | Fix regression during local issue tracking on empty files | Julien HENRY | 2015-04-08 | 3 | -0/+13 |
* | SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute report | Julien HENRY | 2015-03-31 | 1 | -0/+0 |
* | Improve error message when issue is out of line range during issue tracking | Julien HENRY | 2015-03-31 | 1 | -0/+0 |
* | SONAR-6327 Add is_default column to rules_profiles | Jean-Baptiste Lievremont | 2015-03-26 | 2 | -8/+8 |
* | SONAR-6275 Feed measures in compute report | Julien HENRY | 2015-03-23 | 10 | -113/+0 |
* | Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert. | Simon Brandhof | 2015-03-20 | 2 | -74/+83 |
* | SONAR-6261 Persist events in compute stack | Julien Lancelot | 2015-03-17 | 3 | -19/+19 |
* | SONAR-6163 - timezones - events migration | Teryk Bellahsene | 2015-02-17 | 3 | -15/+15 |
* | SONAR-6118 Module UUID path on projects and modules must contain the componen... | Julien HENRY | 2015-02-13 | 3 | -3/+3 |
* | SONAR-6134, SONAR-6048 Improve performance of FS indexation | Julien HENRY | 2015-02-10 | 12 | -2/+2 |
* | SONAR-2570 compress db table FILE_SOURCES | Simon Brandhof | 2015-02-10 | 5 | -32/+8 |