Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6588 move computation of debt to Compute Engine | Simon Brandhof | 2015-07-02 | 3 | -148/+51 |
| | |||||
* | SONAR-6588 integrate issues to Compute Engine | Simon Brandhof | 2015-07-02 | 2 | -664/+401 |
| | |||||
* | SONAR-6623 extract issue tracking algorithm from batch | Simon Brandhof | 2015-07-02 | 6 | -2606/+160 |
| | |||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 3 | -7/+17 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITY | Simon Brandhof | 2015-06-12 | 2 | -226/+137 |
| | |||||
* | SONAR-6260 Remove snapshot id from batch report | Julien Lancelot | 2015-06-10 | 2 | -325/+132 |
| | |||||
* | SONAR-6568 remove events from batch | Simon Brandhof | 2015-06-08 | 2 | -1429/+82 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-06-03 | 1 | -6/+4 |
| | |||||
* | SONAR-6590 use a CE specific interface to read batch report | Sébastien Lesaint | 2015-06-01 | 1 | -14/+25 |
| | |||||
* | SONAR-6589 Remove projectKey from ComputationContext | Julien Lancelot | 2015-05-27 | 2 | -0/+62 |
| | |||||
* | SONAR-6259 Use component caches to get id or uuid | Julien Lancelot | 2015-05-21 | 3 | -5297/+3085 |
| | |||||
* | SONAR-6553 Remove Java design WS and File dependencies persistence in ↵ | Julien Lancelot | 2015-05-20 | 6 | -5381/+4894 |
| | | | | Compute Engine | ||||
* | Fix quality flaws | Julien Lancelot | 2015-05-13 | 1 | -5/+29 |
| | |||||
* | SONAR-6281 Add description in Component report | Julien Lancelot | 2015-05-13 | 3 | -170/+396 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 6 | -97/+77 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 4 | -39/+39 |
| | |||||
* | update WS to rely on new tests - SONAR-6255 | Teryk Bellahsene | 2015-05-07 | 2 | -41/+146 |
| | |||||
* | Fix protobuf merge | Jean-Baptiste Lievremont | 2015-05-05 | 4 | -1335/+1094 |
| | |||||
* | SONAR-6521 Add protobuf declaration for users | Jean-Baptiste Lievremont | 2015-05-05 | 2 | -1/+783 |
| | |||||
* | SONAR-6457 Feed dependencies in batch report | Julien HENRY | 2015-05-05 | 2 | -0/+13 |
| | |||||
* | Cleanup batch side from specific code for devcockpit and views | Julien HENRY | 2015-05-04 | 5 | -1136/+1224 |
| | |||||
* | Remove useless ResourceSnapshotMapper and rename folder dependency to design | Julien Lancelot | 2015-04-28 | 1 | -10/+170 |
| | |||||
* | several tests with the same name SONAR-6255 | Teryk Bellahsene | 2015-04-28 | 3 | -70/+228 |
| | | | | | 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 | 7 | -1209/+3040 |
| | |||||
* | SONAR-6338 Add some docs in the coverage batch report | Julien Lancelot | 2015-04-28 | 1 | -2/+7 |
| | |||||
* | SONAR-6278 Feed tests in compute report | Julien HENRY | 2015-04-27 | 8 | -1476/+1397 |
| | |||||
* | SONAR-6392 Drop measure trends | Simon Brandhof | 2015-04-23 | 2 | -154/+74 |
| | |||||
* | SONAR-6256 Add dependencies in batch report | Julien Lancelot | 2015-04-22 | 7 | -5/+2461 |
| | |||||
* | 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 | 7 | -244/+244 |
| | |||||
* | separate test and coverage details in batch protocol - SONAR-6255 | Teryk Bellahsene | 2015-04-17 | 9 | -893/+1521 |
| | |||||
* | SONAR-6258 Remove hack setting updated_at to 0 by only indexing file sources ↵ | Julien Lancelot | 2015-04-17 | 1 | -0/+48 |
| | | | | of current project | ||||
* | Move tests persistence from batch to compute - SONAR-6255 | Teryk Bellahsene | 2015-04-16 | 11 | -88/+5694 |
| | | | | | | - 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 | 6 | -1102/+227 |
| | |||||
* | Fix compilation issue after merge | Julien HENRY | 2015-04-07 | 1 | -4/+1 |
| | |||||
* | SONAR-6277 Feed file sources in compute report | Julien HENRY | 2015-04-07 | 2 | -14/+20 |
| | |||||
* | SONAR-6277 Replace ReportStream by CloseableIterator and remove FileStream ↵ | Julien Lancelot | 2015-04-02 | 9 | -467/+46 |
| | | | | (IOUtils.lineIterator should be used instead) | ||||
* | SONAR-6319 Another perf improvement | Julien HENRY | 2015-04-01 | 1 | -0/+5 |
| | |||||
* | Restore some tests | Julien Lancelot | 2015-04-01 | 1 | -0/+207 |
| | |||||
* | SONAR-6277 Add File source in report | Julien Lancelot | 2015-04-01 | 12 | -154/+462 |
| | |||||
* | Allow ReportStream to call iterator() multiple times | Julien Lancelot | 2015-04-01 | 2 | -19/+24 |
| | |||||
* | Improve message streaming | Julien Lancelot | 2015-04-01 | 7 | -75/+256 |
| | |||||
* | Simplify tests | Julien Lancelot | 2015-03-31 | 3 | -274/+83 |
| | |||||
* | SONAR-6338 Stream reading / writing coverage message | Julien Lancelot | 2015-03-31 | 7 | -1186/+473 |
| | |||||
* | SONAR-6338 Coverage in compute | Julien Lancelot | 2015-03-27 | 10 | -973/+2709 |
| | |||||
* | fix quality flaws | Teryk Bellahsene | 2015-03-27 | 1 | -2/+1 |
| | |||||
* | SONAR-6280 Use a range to represent duplication position | Julien HENRY | 2015-03-26 | 8 | -1453/+1791 |
| | |||||
* | SONAR-6317 Feed SCM in compute report - batch side | Julien HENRY | 2015-03-26 | 3 | -33/+3 |
| | |||||
* | SCM on server side - SONAR-6253 SONAR-6316 | Teryk Bellahsene | 2015-03-26 | 7 | -60/+1840 |
| | |||||
* | SONAR-6318 Highlighting in compute | Julien Lancelot | 2015-03-26 | 9 | -9/+1743 |
| |