aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4034 Support a new property sonar.security.updateUserAttributesJulien HENRY2013-04-181-4/+10
|
* SONAR-3893 Rollbacked unwanted push on RoR environment fileJean-Baptiste Vilain2013-04-181-128/+124
|
* SONAR-3893 Fixed excessive collection iteration when decorating souceJean-Baptiste Vilain2013-04-182-137/+146
|
* SONAR-3755 support the parameter "rules" in /api/issues/searchSimon Brandhof2013-04-174-28/+67
|
* SONAR-3755 Fix issue when displaying issues in source viewerJulien Lancelot2013-04-171-3/+1
|
* SONAR-3893 Fixed snapshot source and data querying for better performanceJean-Baptiste Vilain2013-04-173-2/+6
|
* SONAR-4147 Implemented profiling of purgeJulien HENRY2013-04-171-1/+7
| | | | + minor changes like display of percents
* SONAR-3893 Added symbols class for debug purposeJean-Baptiste Vilain2013-04-171-1/+1
|
* SONAR-3893 Added symbols class for debug purposeJean-Baptiste Vilain2013-04-171-0/+1
|
* SONAR-3893 Added symbol usages highlighting in drilldown perspectiveJean-Baptiste Vilain2013-04-172-0/+8
|
* SONAR-4252 Add SonarQube logoSimon Brandhof2013-04-161-0/+0
|
* SONAR-3893 HTML source decoration using both syntax highlighting and symbol dataJean-Baptiste Vilain2013-04-162-4/+4
|
* SONAR-3893 Symbol data deserializationJean-Baptiste Vilain2013-04-162-4/+4
|
* SONAR-3755 Fix issue in duration displayed in issues code viewerJulien Lancelot2013-04-163-5/+7
|
* SONAR-3755 Add componentRoots filter to select issues from component and its ↵Julien Lancelot2013-04-164-7/+12
| | | | children
* Fix issue when deleting copy of ruleJulien Lancelot2013-04-161-1/+1
|
* SONAR-3755 Add rule and created at filters on issue query.Julien Lancelot2013-04-163-9/+36
|
* SONAR-3755 Add first version of Issues drilldownJulien Lancelot2013-04-1614-13/+980
|
* SONAR-4252 Rename Sonar to SonarQubeSimon Brandhof2013-04-164-4/+4
|
* New try to fix execution of PluginDownloaderTest on WindowsSimon Brandhof2013-04-151-1/+2
|
* Try to execution of PluginDownloaderTest on WindowsSimon Brandhof2013-04-151-14/+26
|
* SONAR-3755 add authorization to search of issuesSimon Brandhof2013-04-147-14/+14
|
* SONAR-3755 Update java web service client to use latest ruby APIJulien Lancelot2013-04-121-2/+2
|
* SONAR-3755 Add Issues console pageJulien Lancelot2013-04-126-2/+181
|
* SONAR-3755 refactor WS /api/issuesSimon Brandhof2013-04-124-79/+67
|
* SONAR-3755 JRuby API for issuesSimon Brandhof2013-04-126-5/+245
|
* SONAR-3755 refactor IssueFinderSimon Brandhof2013-04-122-10/+39
|
* SONAR-3893 Removed syntax highlighting support in source REST APIJean-Baptiste Vilain2013-04-111-5/+1
|
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-103-2/+7
| | | | allow to work on multi-line tokens - Full stack integration from RoR API
* Fix metrics web service jsonJulien Lancelot2013-04-101-9/+5
|
* Revert "SONAR-4157 Remove unnecessary dependency"Julien HENRY2013-04-101-7/+0
| | | | This reverts commit 64fcf0c5dcbb85f4c4330b798140a03ae9c58e48.
* SONAR-3755 Add Issue Web ServiceJulien Lancelot2013-04-104-20/+122
|
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-102-0/+7
| | | | allow to work on multi-line tokens - Updated highlighted html to return a list of html lines
* SONAR-4157 Remove unnecessary dependencyJulien HENRY2013-04-101-0/+7
|
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-091-31/+0
| | | | allow to work on multi-line tokens - Added MyBatis data access layer
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-091-1/+1
| | | | allow to work on multi-line tokens - Fixed syntax issue in migration file
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-092-0/+75
| | | | allow to work on multi-line tokens - Added new table SNAPSHOT_DATA to store the highlighting data
* SONAR-3755 Fix IssueDao and add title property in IssueJulien Lancelot2013-04-091-0/+2
|
* SONAR-3755 Rename IssueChangelog in IssueChange and rename uuid to key in ↵Julien Lancelot2013-04-081-2/+2
| | | | Issue API
* SONAR-3755 Replace userId and assigneeUserId by userLogin and by ↵Julien Lancelot2013-04-081-20/+20
| | | | assigneeLogin. Add IssueQuery API.
* SONAR-3755 Add Issues DTO + DAOJulien Lancelot2013-04-081-1/+1
|
* SONAR-3755 Issues tables creation and first API draftJulien Lancelot2013-04-052-0/+94
|
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-041-42/+8
| | | | allow to work on multi-line tokens - Fixed IoC issues in integration tests
* Add a commentJulien Lancelot2013-04-041-0/+1
|
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-041-1/+3
| | | | allow to work on multi-line tokens
* SONAR-4083 add java web service API for metricsJulien Lancelot2013-04-042-45/+63
|
* Remove useless comment in web.xml for IE6SimonBrandhof2013-04-041-20/+0
|
* Replace deprecated find(:all) by all()Julien Lancelot2013-04-031-2/+2
|
* Fix unit testJulien Lancelot2013-04-031-2/+2
|
* SONAR-4193 Increase width of rule modal windowsJulien Lancelot2013-04-034-7/+9
|