summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3755 Add status when creating new IssuesJulien Lancelot2013-04-121-26/+29
|
* SONAR-3755 Add unit tests and fix quality flawJulien Lancelot2013-04-121-12/+10
|
* SONAR-3755 Add IssueTracking and update IssuePersister to save or update ↵Julien Lancelot2013-04-124-81/+672
| | | | issue (but without re-loading issue being update during analysis)
* Remove unused importsJulien Lancelot2013-04-041-2/+0
|
* Use new PropertyDefinition API in CpdPluginJulien Lancelot2013-04-042-33/+31
|
* SONAR-4221 Remove the property sonar.timemachine.TRK.period4/5 and restore ↵Julien Lancelot2013-04-021-6/+4
| | | | method on PastSnapshotFinder used by dev cockpit
* SONAR-4201 "sonar.login" and "sonar.password" should default to "admin/admin"Julien Lancelot2013-03-281-1/+1
|
* SONAR-4212 It should be possible to edit/remove the pre-defined manual metricsJulien Lancelot2013-03-281-15/+0
|
* SONAR-4221 Make it possible for the Views and Developers plugin to define ↵Julien Lancelot2013-03-281-5/+13
| | | | the differential periods 4 and 5
* SONAR-3891 Make it possible for the Views and Developers plugin to decide if ↵Julien Lancelot2013-03-271-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 Lancelot2013-03-262-72/+68
| | | | is False positive
* SONAR-3153 Add missing deprecated tag and move property from ↵Julien Lancelot2013-03-251-1/+1
| | | | SecurityRealmFactory to CoreProperties
* Change level of CPD log to DEBUG when language is not supportedJulien HENRY2013-03-221-1/+1
|
* SONAR-3879 Display rule tags in title of popupJulien Lancelot2013-03-221-4/+3
|
* SONAR-4145 Remove the useless and misleading properties ↵Julien Lancelot2013-03-212-21/+8
| | | | 'sonar.skipTendencies' and 'tendency.depth'
* SONAR-4163 Add "New false positive issue" notificationJulien Lancelot2013-03-206-10/+206
|
* SONAR-4069 Refactoring to ease override of some componentsJulien HENRY2013-03-193-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/masterJulien Lancelot2013-03-191-1/+1
|\ | | | | SONAR-4197 Escaping JSON in Timeline widget
| * escaping json for timeline widgetGreg Temchenko2013-03-081-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2013-03-076-6/+6
| |
| * [maven-release-plugin] prepare release 3.5-RC4Eric Hartmann2013-03-076-6/+6
| |
* | SONAR-4182 Unit tests coverage widget: unexpected 0 appears in differential modeJulien Lancelot2013-03-181-1/+1
| |
* | Fix loading of DefaultPurgeTaskSimon Brandhof2013-03-151-1/+2
| |
* | Remove deprecated and unused API of dbcleaner pluginSimon Brandhof2013-03-158-659/+1
| |
* | SONAR-4139 Move Java language definition to sonar-java-pluginJulien Lancelot2013-03-142-4/+3
| |
* | SONAR-4069 fix task extension pointSimon Brandhof2013-03-141-0/+7
| |
* | SONAR-4170 Revert feature to search for removed rulesJulien Lancelot2013-03-131-5/+5
| |
* | SONAR-4193 Improve modal rule window layoutJulien Lancelot2013-03-131-0/+1
| |
* | SONAR-3879 Remove enabled column of rulesJulien Lancelot2013-03-123-6/+6
| |
* | SONAR-4170 SONAR-3880 Make it possible to search for 'Removed' rules and to ↵Julien Lancelot2013-03-111-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 Lancelot2013-03-081-0/+3
| |
* | SONAR-3879 SONAR-4170 SONAR-3880 Add status, created_at and updated_at ↵Julien Lancelot2013-03-081-0/+3
| | | | | | | | columns to Rules table
* | Update sonar pom version to 3.6-SNAPSHOTJulien Lancelot2013-03-086-6/+6
| |
* | SONAR-4191 Refactor the Quality Profile search engine to use Select2 componentsJulien Lancelot2013-03-071-0/+1
|/
* SONAR-3837 Fix violation tracking mechanismEvgeny Mandrikov2013-03-041-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2013-03-016-6/+6
|
* [maven-release-plugin] prepare release 3.5-RC2Eric Hartmann2013-03-016-6/+6
|
* Fix alignment of trend iconsSimon Brandhof2013-02-261-7/+8
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2013-02-256-6/+6
|
* [maven-release-plugin] prepare release 3.5-RC1Eric Hartmann2013-02-256-6/+6
|
* Add HTML classesJulien Lancelot2013-02-251-4/+5
|
* Improve CSS of test trackingSimon Brandhof2013-02-201-2/+2
|
* SONAR-4100 Fix typoFabrice Bellingard2013-02-201-1/+1
|
* SONAR-4100 Update default notification dispatchersFabrice Bellingard2013-02-196-162/+142
| | | | | - AlertsOnMyFavouriteProject => NewAlerts - NewViolationsOnMyFavouriteProject => NewViolationsOnFirstDiffPeriod
* SONAR-4100 Update labelsFabrice Bellingard2013-02-191-1/+1
|
* Simplify testability of PathResolver.RelativePathSimon Brandhof2013-02-191-2/+1
|
* SONAR-3317 download last analysis on dry runSimon Brandhof2013-02-196-210/+83
|
* SONAR-3108 Improve log to look like the main exclusions/inclusionsFabrice Bellingard2013-02-182-3/+12
|
* Fix inclusions by absolute path and improve documentationSimon Brandhof2013-02-181-0/+15
|
* SONAR-3108 Improve description of the exclusion propertyFabrice Bellingard2013-02-181-1/+2
|