aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-6547 Clear rules overloaded debtJulien Lancelot2015-09-283-1/+297
|
* Replace SqlSession by DbSessionJulien Lancelot2015-09-281-1/+1
|
* SONAR-6143 'SonarQube way' quality gate should be set as defaultJulien Lancelot2015-09-282-4/+14
|
* fix title link of the issues filter widgetStas Vilchik2015-09-281-1/+1
|
* SONAR-6834 search activity by datesSimon Brandhof2015-09-281-2/+21
|
* show assignee avatar in the "Filter Similar Issues" formStas Vilchik2015-09-281-1/+3
|
* SONAR-6860 fix widgetStas Vilchik2015-09-281-1/+1
|
* SONAR-6799 Ability to access the logs of the computation of a projectStas Vilchik2015-09-281-6/+16
|
* SONAR-6831 do some sort and clean up in CE's modulesSébastien Lesaint2015-09-284-40/+111
|
* SONAR-6831 move remaining classes out of package computationSébastien Lesaint2015-09-2824-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 picoSébastien Lesaint2015-09-287-79/+97
|
* SONAR-6831 move queue related classes to their own packageSébastien Lesaint2015-09-2848-54/+134
|
* SONAR-6831 remove ReportProcessingScheduler and CeWorker queueSébastien Lesaint2015-09-2816-537/+97
| | | | having a report specific scheduler is useless, tasks must be submitted to and only to CeQueue
* Fix quality flawSimon Brandhof2015-09-281-1/+1
|
* SONAR-6798 add ability to empty the CE queueStas Vilchik2015-09-283-4/+34
|
* SONAR-6834 show failures count, add pending iconStas Vilchik2015-09-283-4/+41
|
* use production version of react for the buildStas Vilchik2015-09-282-1/+17
|
* fix quality flawsSébastien Lesaint2015-09-281-1/+1
|
* SONAR-6851 apply default permissions to new provisioned projectsSimon Brandhof2015-09-283-5/+18
|
* SONAR-6860 Add the "technical debt ratio on new code" measure in the ↵Stas Vilchik2015-09-281-16/+29
| | | | "Technical Debt Synopsis" widget
* SONAR-6799 add log of Component visitor cumulative execution durationSébastien Lesaint2015-09-285-8/+83
|
* SONAR-6799 ReportComponent in tests should always have a key and uuidSébastien Lesaint2015-09-281-5/+6
|
* SONAR-6855 Increase Tomcat maxHttpHeaderSize to 48kbSimon Brandhof2015-09-272-37/+41
|
* SONAR-6798 split WS api/ce/cancel and api/ce/cancel_allSimon Brandhof2015-09-276-33/+126
|
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-2737-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 newlineSimon Brandhof2015-09-261-6/+12
|
* SONAR-6143 update default QG to be fully based on water leak periodSébastien Lesaint2015-09-252-8/+3
|
* SONAR-6353 do not compute the metric days_since_last_commitSimon Brandhof2015-09-252-49/+7
|
* disable web selenium testsStas Vilchik2015-09-251-12/+1
|
* SONAR-5770 add a analysis status to the component's headerStas Vilchik2015-09-255-7/+92
|
* SONAR-6834 Add search and filtering capabilities to the Project Computation pageStas Vilchik2015-09-2519-5030/+6951
|
* SONAR-6859 add migration to remove sizeMetric properties from DBSébastien Lesaint2015-09-251-0/+36
|
* SONAR-6859 deprecate debt size metric propertySébastien Lesaint2015-09-255-54/+19
| | | | and also drop the associated language specific size metric properties
* SONAR-6143 add new_sqale_debt_ratio to default quality gateSébastien Lesaint2015-09-252-1/+2
|
* fix quality flawSébastien Lesaint2015-09-251-4/+8
|
* Create a builder for ComponentJulien Lancelot2015-09-254-96/+185
|
* Merge FillComponentsStep in BuildComponentTreeStepJulien Lancelot2015-09-257-782/+275
|
* Try to fix usergroups/ws/DeleteActionTestTeryk Bellahsene2015-09-221-2/+2
|
* SONAR-5876 add SqaleNewMeasuresVisitor to compute new_sqale_debt_ratioSébastien Lesaint2015-09-224-25/+673
|
* improve MeasureAssert support for Optional and double comparisonSébastien Lesaint2015-09-221-14/+109
|
* small optimisation in NewCoverageMeasuresStepSébastien Lesaint2015-09-221-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.serverSébastien Lesaint2015-09-228-9/+9
| | | | there should not be any org.sonar.core package in module sonar-server
* SONAR-5770 add WS api/ce/projectSimon Brandhof2015-09-2221-76/+349
|
* SONAR-6843 Read source lines db when nothing in reportJulien Lancelot2015-09-2211-35/+351
|
* SONAR-6843 Not fail when file has no sourceJulien Lancelot2015-09-224-18/+16
|
* Remove useless methodJulien Lancelot2015-09-221-11/+14
|
* Fix quality flawsTeryk Bellahsene2015-09-221-5/+9
|
* SONAR-6548 Log a message on deprecated projectsJulien Lancelot2015-09-223-1/+195
|
* Fix headerDavid Gageot2015-09-221-0/+19
|
* Fix quality flawsSimon Brandhof2015-09-226-11/+165
|