aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-3/+10
|
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-38/+128
|
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-131-4/+4
|
* fix db script to avoid restarting sonarsimonbrandhof2010-12-101-0/+5
|
* SONAR-1956 support variations in treemapssimonbrandhof2010-12-1010-54/+153
|
* SONAR-1956 improve filters in order to display variationssimonbrandhof2010-12-1014-79/+148
|
* SONAR-1956 Add a dropdown list on the top right of all Filters to support ↵simonbrandhof2010-12-0911-26/+156
| | | | the differential views
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-091-2/+4
|
* SONAR-833: New Web Service to get history of measures (time machine)Godin2010-12-091-0/+92
|
* remove the duplicated gray border on treemapssimonbrandhof2010-12-091-3/+1
|
* CSS: fix class ul.bulletsimonbrandhof2010-12-091-1/+1
|
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-081-4/+5
| | | | * Fix javadocs
* SONAR-1987: Ignore incorrect rule paramsGodin2010-12-082-5/+30
|
* SONAR-1987: Add rule configKey to backup tooGodin2010-12-085-2/+15
|
* SONAR-1941 improve the select box of periodssimonbrandhof2010-12-086-33/+61
|
* SONAR-1987: Improve testGodin2010-12-083-7/+68
|
* SONAR-1987: Fix bug and improve testGodin2010-12-082-18/+71
|
* SONAR-1987: Backup/restore user rulesGodin2010-12-086-13/+278
|
* SONAR-1937 violations tab : display violation age in days to current datesimonbrandhof2010-12-081-10/+0
|
* SONAR-1937 fix calculation of new_violations : compare to a date instead of ↵simonbrandhof2010-12-081-2/+2
| | | | a snapshot
* SONAR-2039 Allow non-admin users to backup quality profilessimonbrandhof2010-12-081-2/+4
|
* SONAR-2037 The index on 'measure_data.snapshot_id' is needed for DB performancesimonbrandhof2010-12-081-0/+30
|
* Remove debug outputGodin2010-12-071-1/+0
|
* Don't use deprecated API in BackupTestGodin2010-12-071-6/+18
|
* SONAR-1937 add the field 'age' to violations web service + display the ↵simonbrandhof2010-12-076-57/+45
| | | | select box to filter violations by period
* SONAR-1829: Use severity instead of priorityGodin2010-12-077-29/+20
|
* SONAR-1829: Use severity instead of priorityGodin2010-12-074-30/+31
|
* SONAR-1605: Correct backup should be created if value of property already ↵Godin2010-12-073-3/+55
| | | | contains CDATA section
* SONAR-1937 filter on new violations in violations drilldownsimonbrandhof2010-12-076-34/+98
|