aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bug-fix : hotspot and drilldown pages fail if the server is not restarted aft...simonbrandhof2010-12-231-0/+2
* the violations tab must reuse the period selected in violations drilldownsimonbrandhof2010-12-231-0/+8
* fix filter by period in violations viewersimonbrandhof2010-12-231-1/+1
* forgot to declare the PurgeDependencies componentsimonbrandhof2010-12-231-1/+1
* update labels of variation select boxessimonbrandhof2010-12-239-18/+22
* 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-2210-72/+243
* add the server-side component ServerUpgradeStatus to know the database versio...simonbrandhof2010-12-226-6/+185
* 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) + c...simonbrandhof2010-12-2223-97/+72
* fix unit test (timezone pb)simonbrandhof2010-12-221-3/+3
* SONAR-1722 improve rendering of inheritance of rulessimonbrandhof2010-12-223-34/+40
* fix unit testssimonbrandhof2010-12-221-3/+3
* fix CSS of profile permalinkssimonbrandhof2010-12-221-0/+4
* SONAR-1722 improve the tab "Hierarchy" of inheritance of profilessimonbrandhof2010-12-229-40/+104
* remove IT of SONAR-2041 which has not been fixed yetsimonbrandhof2010-12-221-3/+2
* SONAR-2052: Should be possible to restore backup without inheritance informationGodin2010-12-223-3/+44
* minor : change the RSS feed iconsimonbrandhof2010-12-221-1/+1
* define new_violations metrics as 'optimized with best value'simonbrandhof2010-12-221-6/+6
* rename the period select box + add a small icon of RSS feedsimonbrandhof2010-12-215-6/+6
* Minor fixGodin2010-12-211-7/+8
* Add missing license headersGodin2010-12-212-0/+38
* SONAR-1941 fix tracking of violations since previous analysissimonbrandhof2010-12-212-10/+13
* SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden i...Godin2010-12-2120-89/+76
* do not persist measures with null value, null variations and "best-value" metricsimonbrandhof2010-12-213-4/+10
* 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
* Remove unused methodGodin2010-12-214-18/+7
* SONAR-1722: Take inheritance into account during rename of profilesGodin2010-12-215-2/+38
* fix migration on large databasessimonbrandhof2010-12-212-4/+8
* fix ITsimonbrandhof2010-12-211-5/+2
* fix typo in ITsimonbrandhof2010-12-211-2/+1
* fix deletion of batch temp directories on MS Windowssimonbrandhof2010-12-211-4/+24
* SONAR-1722: Don't allow to delete inherited profileGodin2010-12-213-2/+20
* Fix unit test.Godin2010-12-211-1/+1
* add a commentsimonbrandhof2010-12-211-0/+2
* fix unit testsimonbrandhof2010-12-211-1/+14
* temporarily ignore HttpDownloadederTest - too many freezes on MS Windowssimonbrandhof2010-12-211-0/+2
* 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-2118-68/+96
* SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order ...Godin2010-12-2124-62/+98
* add JsonUtils#getAsDouble(JSONValue) to GWT APIsimonbrandhof2010-12-202-1/+13
* SONAR-833 time machine WS : improve SQL requests + better support of Q model ...simonbrandhof2010-12-2019-257/+604
* SONAR-1722: Allow to revert rule stateGodin2010-12-194-1/+33
* SONAR-1722: Allow to override inherited ruleGodin2010-12-186-16/+54