aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* Release 4.4.14.4.1Eric Hartmann2014-09-261-1/+1
|
* SONAR-5640 Fail to upgrade to SQ 4.3 or 4.4 on OracleJulien Lancelot2014-09-191-2/+3
|
* Update version to 4.4.1-SNAPSHOTEric Hartmann2014-07-311-1/+1
|
* Release 4.44.4Eric Hartmann2014-07-311-1/+1
|
* Fix the issue with loading big files in the issues drilldownStas Vilchik2014-07-301-1/+3
|
* SONAR-5237 - Fixed implicit limit on results for RuleIndex::getByIds()Stephane Gamard2014-07-292-3/+32
|
* Fix the issue with duplications on the last lineStas Vilchik2014-07-291-1/+1
|
* SONAR-5486 DB migration hangs on the MeasuresDebtToMinutes step with MsSQL ↵Julien Lancelot2014-07-285-63/+139
| | | | (dead lock)
* SONAR-5137 Add rule param type to WS response, use it in rule activation dialogJean-Baptiste Lievremont2014-07-254-3/+15
|
* SONAR-5007 - Fixed overridden RemFn param in WSStephane Gamard2014-07-253-9/+28
|
* SONAR-5007 Add ignored medium tests when rule debt is overriddenJulien Lancelot2014-07-246-11/+226
|
* Automatically select "modified lines" when select a period in the scm tabStas Vilchik2014-07-231-1/+1
|
* Fix SCM header, add "modified lines" filterStas Vilchik2014-07-234-4/+23
|
* SONAR-5338 When data is coming from the 'test_data' metric, time field can ↵Julien Lancelot2014-07-223-1/+25
| | | | return a float
* SONAR-5209 Fix issue when the unfiltered code is displayedStas Vilchik2014-07-211-1/+3
|
* Fix component viewer permalink with duplications filter enabledStas Vilchik2014-07-181-1/+3
|
* SONAR-5209 Fix bug with duplications on the issues pageStas Vilchik2014-07-181-0/+1
|
* SONAR-5209 Fix bug with tests headerStas Vilchik2014-07-181-0/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-07-171-1/+1
|
* [maven-release-plugin] prepare release 4.4-RC34.4-RC3Eric Hartmann2014-07-171-1/+1
|
* Fix issue with the component viewerStas Vilchik2014-07-171-2/+3
| | | | when it has one issue selected
* Do not display coverage-per-test data for ERROR and FAILURE testsStas Vilchik2014-07-172-13/+16
|
* Fix IE9 drag'n'dropStas Vilchik2014-07-171-0/+4
|
* SONAR-5333 Highligh markdown linksStas Vilchik2014-07-172-5/+5
|
* Fix display of default profilesJulien Lancelot2014-07-161-1/+1
|
* Fix /api/profiles due to missing defaultProfile() methodJulien Lancelot2014-07-162-14/+18
|
* Restore rails dev mode in start-dev-server profileJulien Lancelot2014-07-161-0/+1
|
* Revert "wip"Julien Lancelot2014-07-161-6/+0
| | | | This reverts commit d0aeaf62455dadbfaeb017f33a417cd51cb783b4.
* wipJulien Lancelot2014-07-161-0/+6
|
* SONAR-5338 Fix UTJulien Lancelot2014-07-162-3/+17
|
* SONAR-5338 Add stacktrace when test_data measure is usedJulien Lancelot2014-07-162-8/+2
|
* SONAR-5338 Read test info from the test_data measureJulien Lancelot2014-07-165-13/+159
|
* Remove console.logs...Jean-Baptiste Lievremont2014-07-161-2/+0
|
* Hide "Key" filter on Rules pageJean-Baptiste Lievremont2014-07-161-2/+7
|
* Branch fix: add sonar.woffStas Vilchik2014-07-151-0/+0
|
* Improve font renderingStas Vilchik2014-07-1126-13/+2558
|
* Fix drag'n'dropStas Vilchik2014-07-111-1/+1
|
* Header IE fixStas Vilchik2014-07-101-0/+1
|
* Issue when trying to plan an issue and no action plan existsStas Vilchik2014-07-101-6/+2
|
* SONAR-5007 return debt characteristic names in WS responsesSimon Brandhof2014-07-1015-204/+263
|
* SONAR-5333 Update links style inside markdown textStas Vilchik2014-07-093-3/+8
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-07-081-1/+1
|
* [maven-release-plugin] prepare release 4.4-RC24.4-RC2Eric Hartmann2014-07-081-1/+1
|
* SONAR-5007 fix bug related to synchronization of rule parametersSimon Brandhof2014-07-073-48/+119
| | | | | * removal of rule parameter must be propagated to active rules * addition of rule parameter with default value must be propagated to active rules
* SONAR-5007 fix registration of template rulesSimon Brandhof2014-07-072-388/+388
| | | | | * update severity of custom rules on template changes * fix removal of custom rules on removal of templates
* SONAR-5007 - Fixed hasDebt filter in RuleIndexStephane Gamard2014-07-072-12/+22
|
* SONAR-5007 fix removal of param valueSimon Brandhof2014-07-073-27/+25
|
* Improve search_by_has_debt_characteristic Medium Test to search for rules ↵Julien Lancelot2014-07-071-14/+17
| | | | with default or overridden characteristic
* SONAR-5007 fix update of param activation when no default valueSimon Brandhof2014-07-072-10/+16
|
* Add a Medium Test when activating a rule with param having no default value ↵Julien Lancelot2014-07-071-4/+22
| | | | (Ignored because it has to be fix)