summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-5884 show ut and it coverage separatelyStas Vilchik2015-03-024-18/+27
|
* SONAR-5884 show ut and it coverage separatelyStas Vilchik2015-03-023-7/+58
|
* SONAR-5884 Apply feedback on unit test and field namesJean-Baptiste Lievremont2015-03-023-95/+94
|
* SONAR-5884 Replace overall coverage with UT coverage, add IT coverage infoJean-Baptiste Lievremont2015-03-023-61/+84
|
* SONAR-6233 Searching for rules without debt characteristic is not workingJulien Lancelot2015-03-022-24/+36
|
* fix bug with extra duplicated line in the popupStas Vilchik2015-03-022-2/+5
|
* fix bug with extra duplicated lineStas Vilchik2015-03-022-2/+2
|
* Fix quality flawsSimon Brandhof2015-03-021-1/+1
|
* show rule's issues in the same tabStas Vilchik2015-03-021-1/+1
|
* update help windowStas Vilchik2015-03-024-31/+73
|
* Refactor table ANALYSIS_REPORTS because of MySQL packet size limitationSimon Brandhof2015-03-0260-1212/+1207
| | | | | * do not store report zip in table ANALYSIS_REPORTS but in FS dir {home}/data/analysis * do not store snapshot id in table but in protobuf report
* SONAR-6222 SQALE Rating is badly render in the timeline widgetJulien Lancelot2015-02-271-3/+5
|
* fix component wrapping on issues pageStas Vilchik2015-02-261-1/+1
|
* sort extra measures categories by nameStas Vilchik2015-02-261-6/+10
|
* fix deletion of scm accountsStas Vilchik2015-02-261-2/+2
|
* Rename a migration because the name is too long on windowsJulien Lancelot2015-02-2617-9/+8
|
* SONAR-6075 Hide projects and authors facets on a developer technical projectJean-Baptiste Lievremont2015-02-261-0/+1
|
* SONAR-6012 Checksum can be nullJulien Lancelot2015-02-253-4/+8
|
* Fix quality flawJulien Lancelot2015-02-251-1/+3
|
* SONAR-5927, SONAR-6012 Rework incremental preview mode to speedup issue ↵Julien HENRY2015-02-2524-664/+812
| | | | retrieval
* add combined dev&watch grunt taskStas Vilchik2015-02-251-0/+3
|
* add web assets headersStas Vilchik2015-02-25327-37/+6321
|
* Increase reliability of ProgressLoggerTest on slow machinesSimon Brandhof2015-02-251-1/+1
|
* change issue comment shortcutStas Vilchik2015-02-253-3/+3
|
* Adjust performance testSimon Brandhof2015-02-251-1/+1
|
* Fix quality flawSimon Brandhof2015-02-241-1/+1
|
* SONAR-5936 remove "Disk Usage" from ES infoSimon Brandhof2015-02-242-2/+0
|
* Fix quality flawJulien Lancelot2015-02-241-0/+3
|
* SONAR-6009 Instead of loading active rules then iterate on rules, load rules ↵Julien Lancelot2015-02-2414-119/+108
| | | | and then iterate on active rules
* Add missing testSimon Brandhof2015-02-243-27/+32
|
* SONAR-6075 Add ability to search issues on developer technical project copyJean-Baptiste Lievremont2015-02-247-20/+178
|
* Fix quality flawsSimon Brandhof2015-02-233-8/+9
|
* Fix quality flawsSimon Brandhof2015-02-233-9/+11
|
* SONAR-5936 add response example to documentationSimon Brandhof2015-02-232-0/+197
|
* Fix quality flawsSimon Brandhof2015-02-235-9/+11
|
* SONAR-5716 drop documentation of api/server/systemSimon Brandhof2015-02-233-57/+2
|
* SONAR-5936 remove useless ES startup time (same as web server)Simon Brandhof2015-02-231-1/+0
|
* SONAR-5936 remove ES CPU usage which is most of times nullSimon Brandhof2015-02-233-8/+90
|
* Fix quality flawSimon Brandhof2015-02-231-1/+1
|
* SONAR-5936 improve Elasticsearch information displayed in System InfoSimon Brandhof2015-02-2318-958/+172
|
* fix quality flawsStas Vilchik2015-02-231-130/+0
|
* fix quality flawsStas Vilchik2015-02-231-139/+97
|
* Merge pull request #112 from SonarSource/feature/fast_gruntStas Vilchik2015-02-232-18/+8
|\ | | | | speed up uglify js step
| * add static mapping for expressStas Vilchik2015-02-201-1/+3
| |
| * speed up uglify js stepStas Vilchik2015-02-202-18/+6
| |
* | fix issues bulk change on contextualized pages, part 2Stas Vilchik2015-02-232-3/+3
| |
* | fix issues bulk change on contextualized pagesStas Vilchik2015-02-231-0/+9
| |
* | SONAR-6009 Return only needed rule fieldsJulien Lancelot2015-02-232-6/+45
| |
* | SONAR-6009 Use filter instead of query for activation filter of rule searchJean-Baptiste Lievremont2015-02-231-27/+7
| |
* | Revert "Fix quality flaws"Julien Lancelot2015-02-232-4/+8
| | | | | | | | This reverts commit 7efdaa4a6e4f2ce8cbcc024e74407ccb13a413d3.