Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename batch into scanner | Julien HENRY | 2016-03-18 | 4 | -833/+0 |
| | |||||
* | Cut many dependencies on sonar-testing-harness | Julien HENRY | 2016-01-19 | 1 | -8/+8 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 4 | -4/+4 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 4 | -16/+16 |
| | |||||
* | SONAR-6993 Replace hash of CpdTextBlock from a list of int to a string | Julien Lancelot | 2015-11-12 | 2 | -3/+3 |
| | | | | Having a the hash represented as a list of int in the report brings too much complexity in the compute engine, as we need only a string. | ||||
* | SONAR-6993 Rename DuplicationBlock into CpdTextBlock | Julien Lancelot | 2015-11-12 | 2 | -10/+10 |
| | |||||
* | SONAR-6989 Feed the file duplication index in the batch report | Julien HENRY | 2015-11-09 | 2 | -5/+0 |
| | |||||
* | SONAR-6988 Add cross project duplication info in batch report | Julien Lancelot | 2015-11-04 | 2 | -20/+78 |
| | | | | | Add duplication blocks Add isCrossProjectDuplicationActivated boolen in metada | ||||
* | Remove unused json objects | Duarte Meneses | 2015-10-09 | 1 | -42/+0 |
| | |||||
* | SONAR-6823 WS batch/project with protobuf and new behaviors | Teryk Bellahsene | 2015-09-30 | 1 | -95/+0 |
| | |||||
* | SONAR-6843 Not fail when file has no source | Julien Lancelot | 2015-09-22 | 1 | -0/+18 |
| | |||||
* | use new rule WS | Duarte Meneses | 2015-07-31 | 1 | -56/+0 |
| | |||||
* | SONAR-6750 Support new SQ Runner API for retrieving issues | Duarte Meneses | 2015-07-30 | 1 | -2/+2 |
| | |||||
* | SONAR-6713 Load rules in global container | Duarte Meneses | 2015-07-28 | 1 | -0/+56 |
| | |||||
* | SONAR-4865, SONAR-6052 Improved issue locations | Julien HENRY | 2015-07-23 | 2 | -11/+10 |
| | |||||
* | SONAR-6684 remove unused measure fields from report | Simon Brandhof | 2015-07-23 | 1 | -52/+39 |
| | |||||
* | Improve utility org.sonar.core.util.Protobuf | Simon Brandhof | 2015-07-22 | 2 | -87/+12 |
| | |||||
* | Remove useless usage of BatchReport.Measure.setDescription() and ↵ | Julien Lancelot | 2015-07-21 | 1 | -1/+0 |
| | | | | | | setVariationXXX() Batch doesn't send anymore measure with variations, and description is no more used | ||||
* | SONAR-6703 load common rule parameters from batch report | Simon Brandhof | 2015-07-20 | 3 | -62/+89 |
| | |||||
* | Rename variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 2 | -78/+78 |
| | |||||
* | SONAR-6623 extract issue tracking algorithm from batch | Simon Brandhof | 2015-07-02 | 2 | -39/+1 |
| | |||||
* | SONAR-6259 Use component caches to get id or uuid | Julien Lancelot | 2015-05-21 | 1 | -2/+0 |
| | |||||
* | SONAR-6553 Remove Java design WS and File dependencies persistence in ↵ | Julien Lancelot | 2015-05-20 | 2 | -71/+4 |
| | | | | Compute Engine | ||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 4 | -39/+39 |
| | |||||
* | several tests with the same name SONAR-6255 | Teryk Bellahsene | 2015-04-28 | 1 | -2/+2 |
| | | | | | several tests can have the same name. a uuid is introduced to have an identifier for the test. coverage details are aggregated for all the tests with the same name. | ||||
* | persist tests in db - SONAR-6255 | Teryk Bellahsene | 2015-04-28 | 1 | -2/+2 |
| | |||||
* | SONAR-6278 Feed tests in compute report | Julien HENRY | 2015-04-27 | 1 | -7/+5 |
| | |||||
* | SONAR-6256 Add dependencies in batch report | Julien Lancelot | 2015-04-22 | 2 | -4/+70 |
| | |||||
* | Reorganize unit tests | Julien Lancelot | 2015-04-22 | 1 | -116/+116 |
| | |||||
* | sanitize batch protocol domains relating to use of singular/plural | Teryk Bellahsene | 2015-04-20 | 2 | -17/+17 |
| | |||||
* | separate test and coverage details in batch protocol - SONAR-6255 | Teryk Bellahsene | 2015-04-17 | 2 | -21/+51 |
| | |||||
* | Move tests persistence from batch to compute - SONAR-6255 | Teryk Bellahsene | 2015-04-16 | 2 | -82/+98 |
| | | | | | | - define index and check the 3 use cases - define batch report format - create file_sources.test_data | ||||
* | SONAR-6258 Read/write Highlighting using Streaming | Julien Lancelot | 2015-04-09 | 2 | -35/+38 |
| | |||||
* | Fix compilation issue after merge | Julien HENRY | 2015-04-07 | 1 | -4/+1 |
| | |||||
* | SONAR-6277 Replace ReportStream by CloseableIterator and remove FileStream ↵ | Julien Lancelot | 2015-04-02 | 4 | -264/+41 |
| | | | | (IOUtils.lineIterator should be used instead) | ||||
* | Restore some tests | Julien Lancelot | 2015-04-01 | 1 | -0/+207 |
| | |||||
* | SONAR-6277 Add File source in report | Julien Lancelot | 2015-04-01 | 4 | -22/+117 |
| | |||||
* | Allow ReportStream to call iterator() multiple times | Julien Lancelot | 2015-04-01 | 1 | -7/+17 |
| | |||||
* | Improve message streaming | Julien Lancelot | 2015-04-01 | 3 | -23/+135 |
| | |||||
* | Simplify tests | Julien Lancelot | 2015-03-31 | 2 | -264/+82 |
| | |||||
* | SONAR-6338 Stream reading / writing coverage message | Julien Lancelot | 2015-03-31 | 2 | -34/+83 |
| | |||||
* | SONAR-6338 Coverage in compute | Julien Lancelot | 2015-03-27 | 2 | -0/+65 |
| | |||||
* | SONAR-6280 Use a range to represent duplication position | Julien HENRY | 2015-03-26 | 2 | -20/+22 |
| | |||||
* | SONAR-6317 Feed SCM in compute report - batch side | Julien HENRY | 2015-03-26 | 1 | -5/+2 |
| | |||||
* | SCM on server side - SONAR-6253 SONAR-6316 | Teryk Bellahsene | 2015-03-26 | 2 | -1/+38 |
| | |||||
* | SONAR-6318 Highlighting in compute | Julien Lancelot | 2015-03-26 | 2 | -1/+52 |
| | |||||
* | SONAR-6320 Symbol in compute | Julien Lancelot | 2015-03-26 | 2 | -1/+69 |
| | |||||
* | SONAR-6257 Persist duplication measures in compute | Julien Lancelot | 2015-03-25 | 2 | -1/+65 |
| | |||||
* | Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert. | Simon Brandhof | 2015-03-20 | 2 | -29/+18 |
| | | | | This class supports lenient comparison of datetime values. | ||||
* | persist measures on server side - SONAR-6253 | Teryk Bellahsene | 2015-03-20 | 2 | -23/+55 |
| |