aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-5597 When clicking on a tab, automatically select its most important ↵Stas Vilchik2014-10-072-2/+6
| | | | filter
* SONAR-5699 Ruby pages are not listed in project sidebarSimon Brandhof2014-10-062-0/+63
|
* SONAR-5608 Impossible to backup profile when the key contains "+" charactersJulien Lancelot2014-10-061-2/+2
|
* SONAR-5697 Remove E/S response and add exception to logJulien Lancelot2014-10-061-13/+1
|
* SONAR-5572 Improve the style of table headers in rule descriptionsStas Vilchik2014-10-061-1/+11
|
* SONAR-5570 Improve the hover effect of treemap blocksStas Vilchik2014-10-061-2/+4
|
* SONAR-5606 Timeline chart does not behave correctly when measures don't have ↵Stas Vilchik2014-10-061-1/+5
| | | | the same history
* SONAR-5634 Keep facets and filters in sync, use sticky facetsJean-Baptiste Lievremont2014-10-064-28/+48
|
* SONAR-5615 When the DSM is not computed on a module, the page fails to loadStas Vilchik2014-10-061-0/+9
|
* SONAR-5616 DSM should show the files dependencies to cut found on modulesStas Vilchik2014-10-064-2/+31
|
* SONAR-5631 Activation filter is not correctly set when a quality profile is ↵Stas Vilchik2014-10-061-0/+1
| | | | selected
* SONAR-5669 The green color should not be used to identify symbols in the ↵Stas Vilchik2014-10-061-1/+7
| | | | component viewer
* SONAR-5594 The name of a quality profile cannot be blankJean-Baptiste Lievremont2014-10-062-1/+26
|
* SONAR-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXTSimon Brandhof2014-10-052-1/+45
|
* Fix some javadocSimon Brandhof2014-10-031-0/+1
|
* SONAR-5655 Hide "Edit" link on widget while already editingJean-Baptiste Lievremont2014-10-031-0/+2
|
* Fix loading of settings tabsSimon Brandhof2014-10-032-5/+5
|
* SONAR-5634 - Implemented facets as sticky (multi-select) facets for RuleIndexStephane Gamard2014-10-033-87/+260
| | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java server/sonar-server/src/main/java/org/sonar/server/search/Result.java
* Fix administration section in webappSimon Brandhof2014-10-031-3/+3
|
* SONAR-5558 Add licence info, update WS API labelJean-Baptiste Lievremont2014-10-021-1/+2
|
* Fix quality flawJean-Baptiste Lievremont2014-10-021-2/+2
|
* SONAR-5680 Fix an issue with restore of issue filters (first parameter ↵Jean-Baptiste Lievremont2014-10-022-2/+7
| | | | overwritten) + fix links using issue filter ID
* SONAR-5619 Change pattern of repository facet values when duplicate namesJean-Baptiste Lievremont2014-10-022-1/+10
|
* SONAR-5579 Show what the default value is on boolean rule parametersJean-Baptiste Lievremont2014-10-021-1/+1
|
* Maven profiles for each technical stackSimon Brandhof2014-09-3010-5/+54
| | | | and remove sonar-channel helpers from sonar-testing-harness
* Backport fix for UT on WindowsEric Hartmann2014-09-291-1/+1
|
* Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-297-7/+7
|
* Release 4.54.5Eric Hartmann2014-09-297-7/+7
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-267-7/+7
|
* [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-267-7/+7
|
* Revert "SONAR-5664 Component Viewer doesn't work properly in the ↵Stas Vilchik2014-09-261-2/+2
| | | | | | differential mode in Safari" This reverts commit 070db3abc8f5854935f25ac53692d3111cb6436c.
* SONAR-5664 Component Viewer doesn't work properly in the differential mode ↵Stas Vilchik2014-09-261-2/+2
| | | | in Safari
* SONAR-4898 add missing testsSimon Brandhof2014-09-252-6/+34
|
* SONAR-4898 add missing testsSimon Brandhof2014-09-259-71/+182
|
* Use correct temp dir for Ruby on Rails appSimon Brandhof2014-09-251-1/+1
|
* SONAR-5621 Merge server log files into a single oneSimon Brandhof2014-09-249-18/+10
|
* SONAR-5621 merge log filesSimon Brandhof2014-09-243-40/+15
|
* Fix quality flawSimon Brandhof2014-09-231-5/+3
|
* SONAR-4898 add some testsSimon Brandhof2014-09-221-1/+1
|
* SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-229-88/+69
|
* SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-2217-269/+436
|
* SONAR-4898 add info logSimon Brandhof2014-09-221-1/+7
|
* Remove debug stuff (logs and ...Thread.sleep)Simon Brandhof2014-09-222-10/+0
|
* SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-2150-1382/+600
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-167-7/+7
|
* [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-167-13/+9
|
* Try to increase stability of MonitorTestSimon Brandhof2014-09-161-1/+1
|
* SONAR-5580 Migration issue to SQ 4.4 when the quality profile used to ↵Simon Brandhof2014-09-159-5/+322
| | | | analyze the last version of a project has been removed before the migration
* SONAR-4898 improve (again) stability of WatcherThreadTestSimon Brandhof2014-09-122-26/+13
|
* SONAR-4898 improve (again) stability of WatcherThreadTestSimon Brandhof2014-09-121-14/+2
|