aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* add a couple of issues web testsStas Vilchik2015-07-022-0/+209
|
* SONAR-6605 Add Empty FormulaRepositoryJulien Lancelot2015-07-022-0/+37
|
* Revert "SONAR-6605 Replace some batch formulas by compute formulas"Julien Lancelot2015-07-023-159/+0
| | | | This reverts commit 2f948758eebec934beb54701792cf2d558319251.
* refactor web tests to simplify asynchronous actionsStas Vilchik2015-07-023-180/+184
|
* add issues web testsStas Vilchik2015-07-022-16/+217
|
* SONAR-6605 Replace some batch formulas by compute formulasJulien Lancelot2015-07-023-0/+159
|
* SONAR-6605 Create average formulaJulien Lancelot2015-07-023-0/+553
|
* SONAR-6605 Create distribution formulaJulien Lancelot2015-07-026-25/+594
|
* SONAR-6605 Create sum formulaJulien Lancelot2015-07-024-0/+326
|
* SONAR-6605 Create step computing formula measuresJulien Lancelot2015-07-027-0/+493
|
* SONAR-6605 Do not persist FILE_COMPLEXITY_DISTRIBUTION and ↵Julien Lancelot2015-07-022-18/+121
| | | | FUNCTION_COMPLEXITY_DISTRIBUTION measures on file
* Add isHigherThan methodJulien Lancelot2015-07-022-0/+38
|
* add issues saved searches web testsStas Vilchik2015-07-026-7/+78
|
* Revert "update style of search fields"Stas Vilchik2015-07-011-2/+2
| | | | This reverts commit e9f47d1dd0164d9f495aa4f5f24ef85ef5dc1c9d.
* update style of search fieldsStas Vilchik2015-07-011-2/+2
|
* update style of togglesStas Vilchik2015-07-011-12/+6
|
* fix typo in method name in MeasureVariationsSébastien Lesaint2015-07-014-11/+11
|
* SONAR-6645 move New Coverage computation to Compute EngineSébastien Lesaint2015-07-0113-2/+1510
|
* Automatic merge from branch-5.1Jenkins CI2015-07-011-0/+8
|\ | | | | | | | | * origin/branch-5.1: Fix build with empty local Maven repository
| * Fix build with empty local Maven repositoryJulien HENRY2015-06-301-0/+8
| |
* | fix coverage of MeasureVariationsSébastien Lesaint2015-06-301-0/+71
| |
* | add issue web testsStas Vilchik2015-06-304-2/+119
| |
* | fix missing provider initialization when no measure has been added to ruleSébastien Lesaint2015-06-301-0/+4
| |
* | add missing equals() to MeasureVariationsSébastien Lesaint2015-06-301-1/+44
| |
* | improve the web app startStas Vilchik2015-06-305-189/+179
| |
* | translate users page web testsStas Vilchik2015-06-303-412/+159
| |
* | improve the functional web testsStas Vilchik2015-06-302-93/+100
| |
* | translate some tests: applicationStas Vilchik2015-06-302-295/+211
| |
* | add browser config for web testsStas Vilchik2015-06-301-0/+15
| |
* | Fix quality flawsSimon Brandhof2015-06-302-15/+25
| |
* | Fix quality flawsSimon Brandhof2015-06-301-2/+3
| |
* | fix issue reloadingStas Vilchik2015-06-301-0/+2
| |
* | Fix quality flawsSimon Brandhof2015-06-3014-34/+30
| |
* | add intern test framework, setup initial unit and medium testsStas Vilchik2015-06-307-184/+285
| |
* | Quality flawsSimon Brandhof2015-06-2959-197/+380
| | | | | | | | | | - do not declare multiple variables on same line - fix imports
* | update checkbox stylesStas Vilchik2015-06-292-19/+34
| |
* | fix quality flaw (unnecessary boxing)Sébastien Lesaint2015-06-291-1/+1
| |
* | Another test to fix after change of parsing to not lenientJulien HENRY2015-06-291-23/+33
| |
* | Fix test now that date parsing is not lenientJulien HENRY2015-06-291-2/+2
| |
* | fix search of issue tagsStas Vilchik2015-06-291-3/+3
| |
* | SONAR-6668 update issue filters widgets to display the technical debtStas Vilchik2015-06-2917-71/+299
| |
* | SONAR-6078 show debt on issues pageStas Vilchik2015-06-2923-67/+269
| |
* | fix quality flawsTeryk Bellahsene2015-06-263-50/+63
| |
* | Use MetricJsonWriter in the metrics/search WSTeryk Bellahsene2015-06-262-38/+3
| |
* | SONAR-6615 ws custom_measures/search requires 'Administer System' permission ↵Teryk Bellahsene2015-06-266-37/+59
| | | | | | | | or 'Administer' permission on the project
* | SONAR-6615 ws custom_measures/* add the pending fieldTeryk Bellahsene2015-06-268-17/+61
| |
* | add new button stylesStas Vilchik2015-06-264-50/+54
| |
* | SONAR-6664 compute Sqale metrics in CESébastien Lesaint2015-06-269-0/+878
| |
* | double values of Measures must have only 1 decimal (rounded up)Sébastien Lesaint2015-06-267-43/+69
| |
* | SONAR-6664 add MeasureRepositoryRule and MetricRepositoryRuleSébastien Lesaint2015-06-263-0/+637
| |