Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3755 Add status when creating new Issues | Julien Lancelot | 2013-04-12 | 1 | -26/+29 |
| | |||||
* | SONAR-3755 Add unit tests and fix quality flaw | Julien Lancelot | 2013-04-12 | 1 | -12/+10 |
| | |||||
* | SONAR-3755 Add IssueTracking and update IssuePersister to save or update ↵ | Julien Lancelot | 2013-04-12 | 4 | -81/+672 |
| | | | | issue (but without re-loading issue being update during analysis) | ||||
* | Remove unused imports | Julien Lancelot | 2013-04-04 | 1 | -2/+0 |
| | |||||
* | Use new PropertyDefinition API in CpdPlugin | Julien Lancelot | 2013-04-04 | 2 | -33/+31 |
| | |||||
* | SONAR-4221 Remove the property sonar.timemachine.TRK.period4/5 and restore ↵ | Julien Lancelot | 2013-04-02 | 1 | -6/+4 |
| | | | | method on PastSnapshotFinder used by dev cockpit | ||||
* | SONAR-4201 "sonar.login" and "sonar.password" should default to "admin/admin" | Julien Lancelot | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | SONAR-4212 It should be possible to edit/remove the pre-defined manual metrics | Julien Lancelot | 2013-03-28 | 1 | -15/+0 |
| | |||||
* | SONAR-4221 Make it possible for the Views and Developers plugin to define ↵ | Julien Lancelot | 2013-03-28 | 1 | -5/+13 |
| | | | | the differential periods 4 and 5 | ||||
* | SONAR-3891 Make it possible for the Views and Developers plugin to decide if ↵ | Julien Lancelot | 2013-03-27 | 1 | -0/+2 |
| | | | | the Settings must be displayed on a View and a Developer | ||||
* | SONAR-4163 Add " - False Positive" in email subject when the new resolution ↵ | Julien Lancelot | 2013-03-26 | 2 | -72/+68 |
| | | | | is False positive | ||||
* | SONAR-3153 Add missing deprecated tag and move property from ↵ | Julien Lancelot | 2013-03-25 | 1 | -1/+1 |
| | | | | SecurityRealmFactory to CoreProperties | ||||
* | Change level of CPD log to DEBUG when language is not supported | Julien HENRY | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | SONAR-3879 Display rule tags in title of popup | Julien Lancelot | 2013-03-22 | 1 | -4/+3 |
| | |||||
* | SONAR-4145 Remove the useless and misleading properties ↵ | Julien Lancelot | 2013-03-21 | 2 | -21/+8 |
| | | | | 'sonar.skipTendencies' and 'tendency.depth' | ||||
* | SONAR-4163 Add "New false positive issue" notification | Julien Lancelot | 2013-03-20 | 6 | -10/+206 |
| | |||||
* | SONAR-4069 Refactoring to ease override of some components | Julien HENRY | 2013-03-19 | 3 | -28/+28 |
| | | | | | * Don't fail when there is a fake profile with id=null * Don't fail when there is a fake language | ||||
* | Merge pull request #25 from soid/master | Julien Lancelot | 2013-03-19 | 1 | -1/+1 |
|\ | | | | | SONAR-4197 Escaping JSON in Timeline widget | ||||
| * | escaping json for timeline widget | Greg Temchenko | 2013-03-08 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2013-03-07 | 6 | -6/+6 |
| | | |||||
| * | [maven-release-plugin] prepare release 3.5-RC4 | Eric Hartmann | 2013-03-07 | 6 | -6/+6 |
| | | |||||
* | | SONAR-4182 Unit tests coverage widget: unexpected 0 appears in differential mode | Julien Lancelot | 2013-03-18 | 1 | -1/+1 |
| | | |||||
* | | Fix loading of DefaultPurgeTask | Simon Brandhof | 2013-03-15 | 1 | -1/+2 |
| | | |||||
* | | Remove deprecated and unused API of dbcleaner plugin | Simon Brandhof | 2013-03-15 | 8 | -659/+1 |
| | | |||||
* | | SONAR-4139 Move Java language definition to sonar-java-plugin | Julien Lancelot | 2013-03-14 | 2 | -4/+3 |
| | | |||||
* | | SONAR-4069 fix task extension point | Simon Brandhof | 2013-03-14 | 1 | -0/+7 |
| | | |||||
* | | SONAR-4170 Revert feature to search for removed rules | Julien Lancelot | 2013-03-13 | 1 | -5/+5 |
| | | |||||
* | | SONAR-4193 Improve modal rule window layout | Julien Lancelot | 2013-03-13 | 1 | -0/+1 |
| | | |||||
* | | SONAR-3879 Remove enabled column of rules | Julien Lancelot | 2013-03-12 | 3 | -6/+6 |
| | | |||||
* | | SONAR-4170 SONAR-3880 Make it possible to search for 'Removed' rules and to ↵ | Julien Lancelot | 2013-03-11 | 1 | -1/+7 |
| | | | | | | | | sort the rules by 'Removal date', and by 'Available date' | ||||
* | | SONAR-3879 Provide the ability to flag a rule as 'Deprecated' or 'Beta' | Julien Lancelot | 2013-03-08 | 1 | -0/+3 |
| | | |||||
* | | SONAR-3879 SONAR-4170 SONAR-3880 Add status, created_at and updated_at ↵ | Julien Lancelot | 2013-03-08 | 1 | -0/+3 |
| | | | | | | | | columns to Rules table | ||||
* | | Update sonar pom version to 3.6-SNAPSHOT | Julien Lancelot | 2013-03-08 | 6 | -6/+6 |
| | | |||||
* | | SONAR-4191 Refactor the Quality Profile search engine to use Select2 components | Julien Lancelot | 2013-03-07 | 1 | -0/+1 |
|/ | |||||
* | SONAR-3837 Fix violation tracking mechanism | Evgeny Mandrikov | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2013-03-01 | 6 | -6/+6 |
| | |||||
* | [maven-release-plugin] prepare release 3.5-RC2 | Eric Hartmann | 2013-03-01 | 6 | -6/+6 |
| | |||||
* | Fix alignment of trend icons | Simon Brandhof | 2013-02-26 | 1 | -7/+8 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2013-02-25 | 6 | -6/+6 |
| | |||||
* | [maven-release-plugin] prepare release 3.5-RC1 | Eric Hartmann | 2013-02-25 | 6 | -6/+6 |
| | |||||
* | Add HTML classes | Julien Lancelot | 2013-02-25 | 1 | -4/+5 |
| | |||||
* | Improve CSS of test tracking | Simon Brandhof | 2013-02-20 | 1 | -2/+2 |
| | |||||
* | SONAR-4100 Fix typo | Fabrice Bellingard | 2013-02-20 | 1 | -1/+1 |
| | |||||
* | SONAR-4100 Update default notification dispatchers | Fabrice Bellingard | 2013-02-19 | 6 | -162/+142 |
| | | | | | - AlertsOnMyFavouriteProject => NewAlerts - NewViolationsOnMyFavouriteProject => NewViolationsOnFirstDiffPeriod | ||||
* | SONAR-4100 Update labels | Fabrice Bellingard | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Simplify testability of PathResolver.RelativePath | Simon Brandhof | 2013-02-19 | 1 | -2/+1 |
| | |||||
* | SONAR-3317 download last analysis on dry run | Simon Brandhof | 2013-02-19 | 6 | -210/+83 |
| | |||||
* | SONAR-3108 Improve log to look like the main exclusions/inclusions | Fabrice Bellingard | 2013-02-18 | 2 | -3/+12 |
| | |||||
* | Fix inclusions by absolute path and improve documentation | Simon Brandhof | 2013-02-18 | 1 | -0/+15 |
| | |||||
* | SONAR-3108 Improve description of the exclusion property | Fabrice Bellingard | 2013-02-18 | 1 | -1/+2 |
| |