Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-6547 Clear rules overloaded debt | Julien Lancelot | 2015-09-28 | 3 | -1/+297 | |
| | ||||||
* | Replace SqlSession by DbSession | Julien Lancelot | 2015-09-28 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6143 'SonarQube way' quality gate should be set as default | Julien Lancelot | 2015-09-28 | 2 | -4/+14 | |
| | ||||||
* | fix title link of the issues filter widget | Stas Vilchik | 2015-09-28 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6834 search activity by dates | Simon Brandhof | 2015-09-28 | 1 | -2/+21 | |
| | ||||||
* | show assignee avatar in the "Filter Similar Issues" form | Stas Vilchik | 2015-09-28 | 1 | -1/+3 | |
| | ||||||
* | SONAR-6860 fix widget | Stas Vilchik | 2015-09-28 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6799 Ability to access the logs of the computation of a project | Stas Vilchik | 2015-09-28 | 1 | -6/+16 | |
| | ||||||
* | SONAR-6831 do some sort and clean up in CE's modules | Sébastien Lesaint | 2015-09-28 | 4 | -40/+111 | |
| | ||||||
* | SONAR-6831 move remaining classes out of package computation | Sébastien Lesaint | 2015-09-28 | 24 | -26/+67 | |
| | | | | ComputeEngineProcessingModule will be moved in a separate commit which will refactor CE's modules | |||||
* | SONAR-6831 CeWorkerRunnable is now an interface and impl class in pico | Sébastien Lesaint | 2015-09-28 | 7 | -79/+97 | |
| | ||||||
* | SONAR-6831 move queue related classes to their own package | Sébastien Lesaint | 2015-09-28 | 48 | -54/+134 | |
| | ||||||
* | SONAR-6831 remove ReportProcessingScheduler and CeWorker queue | Sébastien Lesaint | 2015-09-28 | 16 | -537/+97 | |
| | | | | having a report specific scheduler is useless, tasks must be submitted to and only to CeQueue | |||||
* | Fix quality flaw | Simon Brandhof | 2015-09-28 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6798 add ability to empty the CE queue | Stas Vilchik | 2015-09-28 | 3 | -4/+34 | |
| | ||||||
* | SONAR-6834 show failures count, add pending icon | Stas Vilchik | 2015-09-28 | 3 | -4/+41 | |
| | ||||||
* | use production version of react for the build | Stas Vilchik | 2015-09-28 | 2 | -1/+17 | |
| | ||||||
* | fix quality flaws | Sébastien Lesaint | 2015-09-28 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6851 apply default permissions to new provisioned projects | Simon Brandhof | 2015-09-28 | 3 | -5/+18 | |
| | ||||||
* | SONAR-6860 Add the "technical debt ratio on new code" measure in the ↵ | Stas Vilchik | 2015-09-28 | 1 | -16/+29 | |
| | | | | "Technical Debt Synopsis" widget | |||||
* | SONAR-6799 add log of Component visitor cumulative execution duration | Sébastien Lesaint | 2015-09-28 | 5 | -8/+83 | |
| | ||||||
* | SONAR-6799 ReportComponent in tests should always have a key and uuid | Sébastien Lesaint | 2015-09-28 | 1 | -5/+6 | |
| | ||||||
* | SONAR-6855 Increase Tomcat maxHttpHeaderSize to 48kb | Simon Brandhof | 2015-09-27 | 2 | -37/+41 | |
| | ||||||
* | SONAR-6798 split WS api/ce/cancel and api/ce/cancel_all | Simon Brandhof | 2015-09-27 | 6 | -33/+126 | |
| | ||||||
* | SONAR-6799 SONAR-6232 compute engine logs | Simon Brandhof | 2015-09-27 | 37 | -45/+1513 | |
| | | | | | | - add WS api/ce/logs - add boolean field 'logs' to the responses of the WS that return tasks - purge log files (max nb of files per project can be configured) | |||||
* | Fix potential test failure if CR-LF Git newline | Simon Brandhof | 2015-09-26 | 1 | -6/+12 | |
| | ||||||
* | SONAR-6143 update default QG to be fully based on water leak period | Sébastien Lesaint | 2015-09-25 | 2 | -8/+3 | |
| | ||||||
* | SONAR-6353 do not compute the metric days_since_last_commit | Simon Brandhof | 2015-09-25 | 2 | -49/+7 | |
| | ||||||
* | disable web selenium tests | Stas Vilchik | 2015-09-25 | 1 | -12/+1 | |
| | ||||||
* | SONAR-5770 add a analysis status to the component's header | Stas Vilchik | 2015-09-25 | 5 | -7/+92 | |
| | ||||||
* | SONAR-6834 Add search and filtering capabilities to the Project Computation page | Stas Vilchik | 2015-09-25 | 19 | -5030/+6951 | |
| | ||||||
* | SONAR-6859 add migration to remove sizeMetric properties from DB | Sébastien Lesaint | 2015-09-25 | 1 | -0/+36 | |
| | ||||||
* | SONAR-6859 deprecate debt size metric property | Sébastien Lesaint | 2015-09-25 | 5 | -54/+19 | |
| | | | | and also drop the associated language specific size metric properties | |||||
* | SONAR-6143 add new_sqale_debt_ratio to default quality gate | Sébastien Lesaint | 2015-09-25 | 2 | -1/+2 | |
| | ||||||
* | fix quality flaw | Sébastien Lesaint | 2015-09-25 | 1 | -4/+8 | |
| | ||||||
* | Create a builder for Component | Julien Lancelot | 2015-09-25 | 4 | -96/+185 | |
| | ||||||
* | Merge FillComponentsStep in BuildComponentTreeStep | Julien Lancelot | 2015-09-25 | 7 | -782/+275 | |
| | ||||||
* | Try to fix usergroups/ws/DeleteActionTest | Teryk Bellahsene | 2015-09-22 | 1 | -2/+2 | |
| | ||||||
* | SONAR-5876 add SqaleNewMeasuresVisitor to compute new_sqale_debt_ratio | Sébastien Lesaint | 2015-09-22 | 4 | -25/+673 | |
| | ||||||
* | improve MeasureAssert support for Optional and double comparison | Sébastien Lesaint | 2015-09-22 | 1 | -14/+109 | |
| | ||||||
* | small optimisation in NewCoverageMeasuresStep | Sébastien Lesaint | 2015-09-22 | 1 | -5/+4 | |
| | | | | we used to create a Date from a long value to only use Date#getTime; remove useless creation of the Date object | |||||
* | move package computation.dbcleaner to org.sonar.server | Sébastien Lesaint | 2015-09-22 | 8 | -9/+9 | |
| | | | | there should not be any org.sonar.core package in module sonar-server | |||||
* | SONAR-5770 add WS api/ce/project | Simon Brandhof | 2015-09-22 | 21 | -76/+349 | |
| | ||||||
* | SONAR-6843 Read source lines db when nothing in report | Julien Lancelot | 2015-09-22 | 11 | -35/+351 | |
| | ||||||
* | SONAR-6843 Not fail when file has no source | Julien Lancelot | 2015-09-22 | 4 | -18/+16 | |
| | ||||||
* | Remove useless method | Julien Lancelot | 2015-09-22 | 1 | -11/+14 | |
| | ||||||
* | Fix quality flaws | Teryk Bellahsene | 2015-09-22 | 1 | -5/+9 | |
| | ||||||
* | SONAR-6548 Log a message on deprecated projects | Julien Lancelot | 2015-09-22 | 3 | -1/+195 | |
| | ||||||
* | Fix header | David Gageot | 2015-09-22 | 1 | -0/+19 | |
| | ||||||
* | Fix quality flaws | Simon Brandhof | 2015-09-22 | 6 | -11/+165 | |
| |