summaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* Apply sonar custom patches to ruby on railssimonbrandhof2011-02-073-44/+24
|
* Set RULES_PROFILES.ENABLED to true when creating a profilesimonbrandhof2011-02-051-1/+1
|
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-041-2/+0
| | | | | | | * Each environment should provide key and version * Plugins for Maven 2.x and Maven 3.x have same key "Maven" and provide a real version of Maven
* Fix bug on deprecated profilessimonbrandhof2011-02-041-2/+2
|
* Fix restoring of backups when rules not foundsimonbrandhof2011-02-041-1/+1
|
* Upgrade copyright headerssimonbrandhof2011-02-04366-3290/+3290
|
* SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabledsimonbrandhof2011-02-0315-40/+208
|
* Decrease ZIP size: remove many unused ruby filessimonbrandhof2011-02-03866-103602/+0
|
* SONAR-2094 Support backups without the field <enabled>simonbrandhof2011-02-025-6/+85
|
* SONAR-2094 Remove the deprecated ruby model RulesProfile (replaced by ↵simonbrandhof2011-02-026-102/+14
| | | | Profile) + support the ENABLED column
* SONAR-1302 Upgrade to rails 2.3.5 to fix session expirationsimonbrandhof2011-02-024493-15411/+131158
|
* SONAR-2094 Add the column RULES_PROFILES.ENABLEDsimonbrandhof2011-02-0121-41/+80
|
* Disable downloading for certain files from BatchResourcesServletEvgeny Mandrikov2011-02-012-1/+34
|
* Change format of response from BatchResourcesServletEvgeny Mandrikov2011-01-311-3/+1
|
* Change format of response from BatchResourcesServletEvgeny Mandrikov2011-01-311-2/+3
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-315-0/+95
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-281-1/+1
|
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-281-1/+1
|
* SONAR-2138 Displaying differential values in % can be misleadingsimonbrandhof2011-01-262-3/+7
|
* SONAR-791 When the source directory is not exactly the java package root, ↵simonbrandhof2011-01-241-1/+2
| | | | Sonar should stop the analysis
* SONAR-2106: New Java library to bootstrap project analysisEvgeny Mandrikov2011-01-244-1/+184
| | | | | | | | | | * Add BatchResourcesServlet to allow downloading libraries from server * Create in memory POM for non-maven environments * Provide fake MavenPluginExecutor for non-maven environments * Add new module sonar-batch-maven-compat with shaded maven-project
* SONAR-2127 API: do not automatically create hierarchy of resource treesimonbrandhof2011-01-211-0/+5
|
* SONAR-1664: Add access to project settings/propertiesJulien HENRY2011-01-201-6/+47
|
* SONAR-2066: Allow PUT requests from Java Web Service ClientJulien HENRY2011-01-201-113/+113
|
* SONAR-2113: Fix loading of static resourcesEvgeny Mandrikov2011-01-182-7/+11
| | | | | | | | * According to Javadocs name of resource should not start with "/" when loading directly from ClassLoader. * Usage of malformed name was allowed because of bug in older version of plexus-classworlds.
* merge 2.5: fix IT and web service TimeMachinesimonbrandhof2011-01-131-6/+6
|
* merge 2.5: open a new window when clicking on the warning of violations ↵simonbrandhof2011-01-131-1/+1
| | | | drilldown
* fix TimeMachine webservice when metric is uncovered_lines or ↵simonbrandhof2011-01-131-4/+17
| | | | uncovered_conditions
* merge 2.5: SONAR-2101 Drilldown is sometimes empty when the parameter ↵simonbrandhof2011-01-121-1/+1
| | | | characteristic is set
* merge 2.5-RC2: inheritance of profiles - keep search engine context when ↵simonbrandhof2011-01-112-2/+2
| | | | reverting a rule to parent definition
* merge 2.5-RC2: fix header for radiator pluginsimonbrandhof2011-01-111-2/+1
|
* merge 2.5-RC2: fix alignment of trend icons in the components pageSimon Brandhof2011-01-111-1/+1
|
* SONAR-2067 Upgrade to JRuby 1.5.6Simon Brandhof2011-01-1112-15/+15
|
* merge 2.5-RC2: add a warning message in violations drilldown when a period ↵Simon Brandhof2011-01-111-0/+4
| | | | is selected
* improve the date format in 'Time changes' select-boxsimonbrandhof2011-01-102-5/+6
|
* filters: fix bug when CRITERIA.VARIATION is nullsimonbrandhof2011-01-101-2/+2
|
* filters: fix bug on db migration + do not fail if criterion on disabled metricsimonbrandhof2011-01-102-2/+2
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-051-1/+1
|
* [maven-release-plugin] prepare release 2.5-RC1simonbrandhof2011-01-051-1/+1
|
* improve db migration to avoid deleting special snapshots (like pacbase projects)simonbrandhof2011-01-051-7/+4
|
* fix migration to delete unvalid snapshots generated in sonar <= 2.3simonbrandhof2011-01-041-15/+6
|
* remove libraries from timemachine calendarsimonbrandhof2011-01-041-1/+1
|
* do not display the period select-box on treemapssimonbrandhof2011-01-033-20/+8
|
* variation periods: keep period when clicking on a resource from filters + ↵simonbrandhof2011-01-034-31/+39
| | | | disable treemaps
* fix derby migrationsimonbrandhof2011-01-021-1/+36
|
* postgresql : improve type of PROJECT_MEASURES.VARIATION_VALUE columnssimonbrandhof2011-01-021-5/+5
|
* db migration improvement: use db-specific DDL to merge alter statements and ↵simonbrandhof2011-01-023-112/+205
| | | | speed up migration
* display variation values of master projectsimonbrandhof2010-12-301-1/+13
|
* rename the tab "Inheritance tree" to "Profile inheritance"simonbrandhof2010-12-291-1/+1
|
* revert trunk version to 2.5-SNAPSHOTsimonbrandhof2010-12-271-1/+1
|