Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-4034 Support a new property sonar.security.updateUserAttributes | Julien HENRY | 2013-04-18 | 1 | -4/+10 |
| | |||||
* | SONAR-3893 Rollbacked unwanted push on RoR environment file | Jean-Baptiste Vilain | 2013-04-18 | 1 | -128/+124 |
| | |||||
* | SONAR-3893 Fixed excessive collection iteration when decorating souce | Jean-Baptiste Vilain | 2013-04-18 | 2 | -137/+146 |
| | |||||
* | SONAR-3755 support the parameter "rules" in /api/issues/search | Simon Brandhof | 2013-04-17 | 4 | -28/+67 |
| | |||||
* | SONAR-3755 Fix issue when displaying issues in source viewer | Julien Lancelot | 2013-04-17 | 1 | -3/+1 |
| | |||||
* | SONAR-3893 Fixed snapshot source and data querying for better performance | Jean-Baptiste Vilain | 2013-04-17 | 3 | -2/+6 |
| | |||||
* | SONAR-4147 Implemented profiling of purge | Julien HENRY | 2013-04-17 | 1 | -1/+7 |
| | | | | + minor changes like display of percents | ||||
* | SONAR-3893 Added symbols class for debug purpose | Jean-Baptiste Vilain | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | SONAR-3893 Added symbols class for debug purpose | Jean-Baptiste Vilain | 2013-04-17 | 1 | -0/+1 |
| | |||||
* | SONAR-3893 Added symbol usages highlighting in drilldown perspective | Jean-Baptiste Vilain | 2013-04-17 | 2 | -0/+8 |
| | |||||
* | SONAR-4252 Add SonarQube logo | Simon Brandhof | 2013-04-16 | 1 | -0/+0 |
| | |||||
* | SONAR-3893 HTML source decoration using both syntax highlighting and symbol data | Jean-Baptiste Vilain | 2013-04-16 | 2 | -4/+4 |
| | |||||
* | SONAR-3893 Symbol data deserialization | Jean-Baptiste Vilain | 2013-04-16 | 2 | -4/+4 |
| | |||||
* | SONAR-3755 Fix issue in duration displayed in issues code viewer | Julien Lancelot | 2013-04-16 | 3 | -5/+7 |
| | |||||
* | SONAR-3755 Add componentRoots filter to select issues from component and its ↵ | Julien Lancelot | 2013-04-16 | 4 | -7/+12 |
| | | | | children | ||||
* | Fix issue when deleting copy of rule | Julien Lancelot | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | SONAR-3755 Add rule and created at filters on issue query. | Julien Lancelot | 2013-04-16 | 3 | -9/+36 |
| | |||||
* | SONAR-3755 Add first version of Issues drilldown | Julien Lancelot | 2013-04-16 | 14 | -13/+980 |
| | |||||
* | SONAR-4252 Rename Sonar to SonarQube | Simon Brandhof | 2013-04-16 | 4 | -4/+4 |
| | |||||
* | New try to fix execution of PluginDownloaderTest on Windows | Simon Brandhof | 2013-04-15 | 1 | -1/+2 |
| | |||||
* | Try to execution of PluginDownloaderTest on Windows | Simon Brandhof | 2013-04-15 | 1 | -14/+26 |
| | |||||
* | SONAR-3755 add authorization to search of issues | Simon Brandhof | 2013-04-14 | 7 | -14/+14 |
| | |||||
* | SONAR-3755 Update java web service client to use latest ruby API | Julien Lancelot | 2013-04-12 | 1 | -2/+2 |
| | |||||
* | SONAR-3755 Add Issues console page | Julien Lancelot | 2013-04-12 | 6 | -2/+181 |
| | |||||
* | SONAR-3755 refactor WS /api/issues | Simon Brandhof | 2013-04-12 | 4 | -79/+67 |
| | |||||
* | SONAR-3755 JRuby API for issues | Simon Brandhof | 2013-04-12 | 6 | -5/+245 |
| | |||||
* | SONAR-3755 refactor IssueFinder | Simon Brandhof | 2013-04-12 | 2 | -10/+39 |
| | |||||
* | SONAR-3893 Removed syntax highlighting support in source REST API | Jean-Baptiste Vilain | 2013-04-11 | 1 | -5/+1 |
| | |||||
* | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-10 | 3 | -2/+7 |
| | | | | allow to work on multi-line tokens - Full stack integration from RoR API | ||||
* | Fix metrics web service json | Julien Lancelot | 2013-04-10 | 1 | -9/+5 |
| | |||||
* | Revert "SONAR-4157 Remove unnecessary dependency" | Julien HENRY | 2013-04-10 | 1 | -7/+0 |
| | | | | This reverts commit 64fcf0c5dcbb85f4c4330b798140a03ae9c58e48. | ||||
* | SONAR-3755 Add Issue Web Service | Julien Lancelot | 2013-04-10 | 4 | -20/+122 |
| | |||||
* | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-10 | 2 | -0/+7 |
| | | | | allow to work on multi-line tokens - Updated highlighted html to return a list of html lines | ||||
* | SONAR-4157 Remove unnecessary dependency | Julien HENRY | 2013-04-10 | 1 | -0/+7 |
| | |||||
* | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-09 | 1 | -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 Vilain | 2013-04-09 | 1 | -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 Vilain | 2013-04-09 | 2 | -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 Issue | Julien Lancelot | 2013-04-09 | 1 | -0/+2 |
| | |||||
* | SONAR-3755 Rename IssueChangelog in IssueChange and rename uuid to key in ↵ | Julien Lancelot | 2013-04-08 | 1 | -2/+2 |
| | | | | Issue API | ||||
* | SONAR-3755 Replace userId and assigneeUserId by userLogin and by ↵ | Julien Lancelot | 2013-04-08 | 1 | -20/+20 |
| | | | | assigneeLogin. Add IssueQuery API. | ||||
* | SONAR-3755 Add Issues DTO + DAO | Julien Lancelot | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | SONAR-3755 Issues tables creation and first API draft | Julien Lancelot | 2013-04-05 | 2 | -0/+94 |
| | |||||
* | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-04 | 1 | -42/+8 |
| | | | | allow to work on multi-line tokens - Fixed IoC issues in integration tests | ||||
* | Add a comment | Julien Lancelot | 2013-04-04 | 1 | -0/+1 |
| | |||||
* | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-04 | 1 | -1/+3 |
| | | | | allow to work on multi-line tokens | ||||
* | SONAR-4083 add java web service API for metrics | Julien Lancelot | 2013-04-04 | 2 | -45/+63 |
| | |||||
* | Remove useless comment in web.xml for IE6 | SimonBrandhof | 2013-04-04 | 1 | -20/+0 |
| | |||||
* | Replace deprecated find(:all) by all() | Julien Lancelot | 2013-04-03 | 1 | -2/+2 |
| | |||||
* | Fix unit test | Julien Lancelot | 2013-04-03 | 1 | -2/+2 |
| | |||||
* | SONAR-4193 Increase width of rule modal windows | Julien Lancelot | 2013-04-03 | 4 | -7/+9 |
| |