Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-3755 first draft of issue state machine | Simon Brandhof | 2013-04-22 | 3 | -6/+117 | |
| | ||||||
* | SONAR-3755 Restore fix of issue tracking, add author login to issue | Julien Lancelot | 2013-04-22 | 3 | -2/+4 | |
| | ||||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 114 | -457/+469 | |
| | ||||||
* | SONAR-3755 abbreviate issue descriptions | Simon Brandhof | 2013-04-22 | 1 | -7/+3 | |
| | ||||||
* | SONAR-3755 fix INSERT of ISSUES on Oracle | Simon Brandhof | 2013-04-22 | 1 | -1/+1 | |
| | ||||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 114 | -342/+342 | |
| | ||||||
* | SONAR-3755 Renamed some column of issues and issue_changes | Julien Lancelot | 2013-04-19 | 17 | -321/+98 | |
| | ||||||
* | SONAR-3755 Fix unit test | Julien Lancelot | 2013-04-19 | 1 | -3/+3 | |
| | ||||||
* | SONAR-3755 Add unit test to check that ruleKey, repoKey and componentKey are ↵ | Julien Lancelot | 2013-04-19 | 1 | -4/+20 | |
| | | | | set when selecting issues from db | |||||
* | SONAR-3755 Fix problem when setting rule key from db | Julien Lancelot | 2013-04-19 | 1 | -0/+2 | |
| | ||||||
* | SONAR-3755 Set isNew at false when loading issue from db | Julien Lancelot | 2013-04-19 | 1 | -1/+1 | |
| | ||||||
* | SONAR-3755 complete the ability to change issue | Simon Brandhof | 2013-04-19 | 2 | -100/+84 | |
| | ||||||
* | SONAR-3755 Set issues updated at to the date when issues were loaded from ↵ | Julien Lancelot | 2013-04-19 | 1 | -0/+56 | |
| | | | | | | database Update wrong copyright headers | |||||
* | SONAR-3755 rename Issue#message() to description() | Simon Brandhof | 2013-04-19 | 5 | -17/+26 | |
| | ||||||
* | SONAR-3755 improve support of issue attributes + SQL loading of ↵ | Simon Brandhof | 2013-04-19 | 12 | -440/+488 | |
| | | | | RULES/PROJECTS through joins | |||||
* | SONAR-3893 Further memory usage optimization | Jean-Baptiste Vilain | 2013-04-18 | 1 | -21/+21 | |
| | ||||||
* | SONAR-3893 Fixed excessive collection iteration when decorating souce | Jean-Baptiste Vilain | 2013-04-18 | 1 | -14/+22 | |
| | ||||||
* | SONAR-3755 support the parameter "rules" in /api/issues/search | Simon Brandhof | 2013-04-17 | 2 | -5/+9 | |
| | ||||||
* | SONAR-3893 Fixed snapshot source and data querying for better performance | Jean-Baptiste Vilain | 2013-04-17 | 2 | -9/+27 | |
| | ||||||
* | SONAR-4147 Implemented profiling of purge | Julien HENRY | 2013-04-17 | 3 | -10/+123 | |
| | | | | + minor changes like display of percents | |||||
* | Fix IssuePersisterTest | Simon Brandhof | 2013-04-17 | 2 | -15/+14 | |
| | ||||||
* | Add missing test file | Julien Lancelot | 2013-04-17 | 1 | -0/+116 | |
| | ||||||
* | SONAR-3755 Add IssuesWorkflowDecorator | Julien Lancelot | 2013-04-17 | 1 | -0/+7 | |
| | ||||||
* | SONAR-3893 Added symbols class for debug purpose | Jean-Baptiste Vilain | 2013-04-17 | 2 | -8/+8 | |
| | ||||||
* | SONAR-3893 Changed symbols css class separator from period to hyphen | Jean-Baptiste Vilain | 2013-04-17 | 1 | -1/+1 | |
| | ||||||
* | SONAR-3893 Changed symbols css class separator from period to hyphen | Jean-Baptiste Vilain | 2013-04-17 | 2 | -8/+8 | |
| | ||||||
* | SONAR-3893 HTML source decoration using both syntax highlighting and symbol data | Jean-Baptiste Vilain | 2013-04-16 | 4 | -64/+110 | |
| | ||||||
* | SONAR-3893 Symbol data deserialization | Jean-Baptiste Vilain | 2013-04-16 | 6 | -51/+74 | |
| | ||||||
* | SONAR-3755 Add componentRoots filter to select issues from component and its ↵ | Julien Lancelot | 2013-04-16 | 1 | -2/+2 | |
| | | | | children | |||||
* | SONAR-3755 the perspective Issuable should not be available on Java classes ↵ | Simon Brandhof | 2013-04-16 | 1 | -0/+44 | |
| | | | | and methods | |||||
* | SONAR-3755 Add rule and created at filters on issue query. | Julien Lancelot | 2013-04-16 | 2 | -2/+28 | |
| | ||||||
* | SONAR-3755 add missing files | Simon Brandhof | 2013-04-15 | 5 | -0/+162 | |
| | ||||||
* | SONAR-3755 add authorization to search of issues | Simon Brandhof | 2013-04-14 | 1 | -7/+31 | |
| | ||||||
* | SONAR-3755 refactor IssueFinder | Simon Brandhof | 2013-04-12 | 3 | -21/+115 | |
|\ | ||||||
| * | SONAR-3755 Fix issue where Issues updated at was not set | Julien Lancelot | 2013-04-12 | 1 | -4/+7 | |
| | | ||||||
| * | SONAR-3893 Added CR EOL support | Jean-Baptiste Vilain | 2013-04-12 | 1 | -0/+26 | |
| | | ||||||
| * | SONAR-3893 Added ampersand encoding | Jean-Baptiste Vilain | 2013-04-12 | 1 | -1/+33 | |
| | | ||||||
| * | SONAR-3893 Added HTML markup tags encoding | Jean-Baptiste Vilain | 2013-04-12 | 1 | -0/+36 | |
| | | ||||||
| * | SONAR-3755 Add IssueTracking and update IssuePersister to save or update ↵ | Julien Lancelot | 2013-04-12 | 1 | -1/+1 | |
| | | | | | | | | issue (but without re-loading issue being update during analysis) | |||||
* | | SONAR-3755 refactor IssueFinder | Simon Brandhof | 2013-04-12 | 3 | -155/+37 | |
|/ | ||||||
* | SONAR-3755 fix component key and rename Issuable.IssueBuilder#create() | Simon Brandhof | 2013-04-11 | 1 | -2/+4 | |
| | ||||||
* | SONAR-3755 complete IssueActions | Simon Brandhof | 2013-04-11 | 1 | -0/+71 | |
| | ||||||
* | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-11 | 3 | -175/+0 | |
| | | | | allow to work on multi-line tokens - Added highlighting caching and persistence | |||||
* | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-11 | 5 | -3/+14 | |
| | | | | allow to work on multi-line tokens - Updated snapshot purge and deletion to include snapshot_data entries removal | |||||
* | SONAR-3755 refactor the way to persist component perspectives | Simon Brandhof | 2013-04-10 | 13 | -74/+789 | |
|\ | ||||||
| * | SONAR-3755 Add Issue Web Service | Julien Lancelot | 2013-04-10 | 4 | -9/+180 | |
| | | ||||||
| * | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-10 | 2 | -49/+53 | |
| | | | | | | | | allow to work on multi-line tokens - Updated highlighted html to return a list of html lines | |||||
| * | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-10 | 3 | -1/+91 | |
| | | | | | | | | allow to work on multi-line tokens - Added main access point for syntax highlighting | |||||
| * | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵ | Jean-Baptiste Vilain | 2013-04-10 | 3 | -25/+75 | |
| | | | | | | | | allow to work on multi-line tokens - Implemented rules deserialization and added missing package-info files | |||||
| * | SONAR-3755 IssueDAO select query to work on all databases | Julien Lancelot | 2013-04-10 | 2 | -6/+20 | |
| | |