aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 2.5simonbrandhof2010-12-241-1/+1
|
* rename select box in filter headersimonbrandhof2010-12-241-2/+2
|
* improve labels of diff viewssimonbrandhof2010-12-246-13/+14
|
* inheritance tree: display the number of overriding rulessimonbrandhof2010-12-234-4/+26
|
* fix bug on oracle to avoid restarting the serversimonbrandhof2010-12-233-1/+4
|
* fix migration on oraclesimonbrandhof2010-12-231-1/+1
|
* bug-fix : hotspot and drilldown pages fail if the server is not restarted ↵simonbrandhof2010-12-231-0/+2
| | | | after db upgrade
* update labels of variation select boxessimonbrandhof2010-12-237-16/+17
|
* do not display the delete button on profiles inherited by other profilessimonbrandhof2010-12-225-5/+8
|
* db migration : do not fail if SNAPSHOTS.VARIATION_VALUE_x columns already existsimonbrandhof2010-12-221-8/+24
|
* fix memory leak in ruby database migrationsimonbrandhof2010-12-229-70/+241
|
* add the server-side component ServerUpgradeStatus to know the database ↵simonbrandhof2010-12-223-2/+135
| | | | version before starting the server
* SONAR-1722 add a filter on inheritance fieldsimonbrandhof2010-12-227-14/+67
|
* SONAR-1722 change color of overrides icon + fix bulk changesimonbrandhof2010-12-222-1/+1
|
* SONAR-1722 rename the Inheritance Tree tab + add missing imagesimonbrandhof2010-12-224-8/+8
|
* SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + ↵simonbrandhof2010-12-2220-55/+53
| | | | change the type of ACTIVE_RULES.INHERITANCE
* SONAR-1722 improve rendering of inheritance of rulessimonbrandhof2010-12-223-34/+40
|
* fix CSS of profile permalinkssimonbrandhof2010-12-221-0/+4
|
* SONAR-1722 improve the tab "Hierarchy" of inheritance of profilessimonbrandhof2010-12-229-40/+104
|
* SONAR-2052: Should be possible to restore backup without inheritance informationGodin2010-12-223-3/+44
|
* rename the period select box + add a small icon of RSS feedsimonbrandhof2010-12-215-6/+6
|
* Add missing license headersGodin2010-12-211-0/+19
|
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden ↵Godin2010-12-2117-60/+54
| | | | into one with enum type
* SONAR-2048: Show inherited profilesGodin2010-12-212-0/+10
|
* SONAR-2048: Move inheritance settings to separate tabGodin2010-12-213-20/+21
|
* SONAR-2048: Move inheritance settings to separate tabGodin2010-12-215-14/+29
|
* SONAR-1722: Take inheritance into account during rename of profilesGodin2010-12-215-2/+38
|
* fix migration on large databasessimonbrandhof2010-12-212-4/+8
|
* SONAR-1722: Don't allow to delete inherited profileGodin2010-12-213-2/+20
|
* SONAR-1722: Minor fixesGodin2010-12-211-5/+7
|
* SONAR-1722: Support multiple levels of inheritanceGodin2010-12-2115-43/+99
|
* SONAR-1722: Rename ActiveRule.overrides to AcriveRule.overriddenGodin2010-12-2117-62/+89
| | | | | SONAR-2052: Support inheritance of quality profiles in backup of global configuration
* SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ↵Godin2010-12-2122-49/+89
| | | | | | | to simplify backup SONAR-2052: Add test for backup of inherited profiles
* SONAR-833 time machine WS : improve SQL requests + better support of Q model ↵simonbrandhof2010-12-202-114/+161
| | | | characteristics
* SONAR-1722: Allow to revert rule stateGodin2010-12-194-1/+33
|
* SONAR-1722: Allow to override inherited ruleGodin2010-12-185-16/+36
|
* Fix bug in ActiveRule.clone()Godin2010-12-174-15/+4
|
* * SONAR-2048: Add an option to define parent in quality profile settingsGodin2010-12-1720-16/+376
| | | | | | | | * SONAR-1722: Provide a simple inheritance mechanism on Quality Profiles ** current implementation is some kind of synchronization between profiles ** only one level of inheritance supported, this constraint exists on UI side and not handled on Java side ** inherited rule can't be modified
* SONAR-1941 add a period filter on violations tabsimonbrandhof2010-12-166-36/+49
|
* fix memory leak : hibernate session is not correctly cleared with batch ↵simonbrandhof2010-12-162-9/+4
| | | | processing mode
* fix filter criteria on variation simonbrandhof2010-12-161-7/+3
|
* SONAR-1948 Temporary folder is not deleted after installation of pluginssimonbrandhof2010-12-161-7/+7
|
* SONAR-1722: Add DB columns for profiles inheritanceGodin2010-12-161-0/+36
|
* remove ISO categories from ws-client ResourceQuery + minor improvements of ↵simonbrandhof2010-12-153-29/+51
| | | | GWT API
* SONAR-249 support filter criteria on variationssimonbrandhof2010-12-154-20/+50
|
* SONAR-249 rename FILTERS.VARIATION_INDEX to FILTERS.PERIOD_INDEX + support ↵simonbrandhof2010-12-1523-96/+126
| | | | variations in the resources web service + add IT
* fix a NPE when restoring a backup without node <alerts/>simonbrandhof2010-12-151-11/+13
|
* SONAR-249 rename the SNAPSHOTS.VARIATION_xxx columns + add ↵simonbrandhof2010-12-1512-62/+88
| | | | SNAPSHOTS.PERIODx_DATE
* SONAR-833 remove support of XML formatsimonbrandhof2010-12-141-30/+0
|
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-141-0/+35
|