summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/resources/org
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused filesSimon Brandhof2014-07-313-52/+0
|
* Merge branch 'master' into SONAR-4898Stephane Gamard2014-07-253-0/+52
|\
| * SONAR-5007 Add ignored medium tests when rule debt is overriddenJulien Lancelot2014-07-253-0/+52
| |
* | fixed creating log files during testsStephane Gamard2014-07-241-9/+0
|/
* Merge remote-tracking branch 'origin/branch-4.4'Stas Vilchik2014-07-231-0/+9
|\ | | | | | | | | | | Conflicts: sonar-server/src/main/coffee/component-viewer/header/scm-header.coffee sonar-server/src/main/coffee/component-viewer/main.coffee
| * SONAR-5338 When data is coming from the 'test_data' metric, time field can ↵Julien Lancelot2014-07-221-0/+9
| | | | | | | | return a float
* | Fix bad mergeStas Vilchik2014-07-181-16/+0
| |
* | Merge remote-tracking branch 'origin/branch-4.4'Julien Lancelot2014-07-171-0/+16
|\| | | | | | | | | | | Conflicts: sonar-server/src/main/hbs/common/_markdown-tips.hbs sonar-server/src/main/java/org/sonar/server/test/ws/TestsShowAction.java
| * SONAR-5338 Fix UTJulien Lancelot2014-07-161-0/+16
| |
* | Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-10352-7534/+0
| |
* | Merge commit 'f1fa4be793dcadbd6628150d24e441c2095e0a54' into HEADJenkins CI2014-07-103-6/+6
|\|
| * SONAR-5007 return debt characteristic names in WS responsesSimon Brandhof2014-07-103-6/+6
| |
* | SONAR-5447 Drop unused DB tables ACTIVE_RULE_CHANGES and ↵Simon Brandhof2014-07-081-0/+113
|/ | | | ACTIVE_RULE_PARAM_CHANGES
* Add ConvertProfileMeasuresMigrationTestSimon Brandhof2014-06-302-0/+164
|
* Remove unused filesSimon Brandhof2014-06-293-6/+0
|
* SONAR-5407 Add characteristic name in Rule show WSJulien Lancelot2014-06-2618-39/+51
|
* SONAR-5007 fix db migration on Q profile keysSimon Brandhof2014-06-262-0/+27
|
* SONAR-5286 Fix issue when duplications on removed fileJulien Lancelot2014-06-261-0/+6
|
* SONAR-5407 - Added all fields for SQALEStephane Gamard2014-06-261-15/+25
|
* SONAR-5007 fix index of rule debt characteristicsSimon Brandhof2014-06-251-1/+1
|
* SONAR-5407 Add a some medium tests on rule with debtJulien Lancelot2014-06-253-0/+54
|
* SONAR-5407 Add a medium test to display rule with debt infos (ignored as ↵Julien Lancelot2014-06-252-3/+27
| | | | it's failing)
* SONAR-5313 Return long name in /api/components/appJulien Lancelot2014-06-2514-0/+14
|
* SONAR-5007 fix db migrationSimon Brandhof2014-06-243-3/+3
|
* SONAR-5007 add RULES_PROFILES.CREATED_AT, UPDATED_AT and RULES_UPDATED_ATSimon Brandhof2014-06-205-0/+96
|
* SONAR-5007 add single unique key to quality profiles. Replace DB ID.Simon Brandhof2014-06-1914-111/+136
|
* SONAR-5401 Remove support of HTML for custom rules and manual rulesJulien Lancelot2014-06-193-0/+37
|
* Improve naming of migration IssueMigrationSimon Brandhof2014-06-193-0/+0
|
* Add project key and sub project key in /api/components/app WSJulien Lancelot2014-06-1917-0/+32
|
* SONAR-5329 Fix migration when no changelogJulien Lancelot2014-06-181-0/+18
|
* Add extra fields "reporterName" to /api/issues/searchJulien Lancelot2014-06-181-0/+7
|
* SONAR-5209 Add manual rules in /api/components/appJulien Lancelot2014-06-1819-0/+47
|
* SONAR-5329 - added ChangeLog Migration scriptsStephane Gamard2014-06-181-0/+43
|
* Fix display of debt in /api/issues/showJulien Lancelot2014-06-181-1/+1
|
* SONAR-5360 Add a parameter "prevent_reactivation" in order to not reactivate ↵Julien Lancelot2014-06-161-0/+14
| | | | a removed rule when creating a rule
* SONAR-5393 Fail to upgrade to SQ 4.3 + MySQL when millions of issuesSimon Brandhof2014-06-161-0/+10
|
* SONAR-4514 New web service to manage manual rulesJulien Lancelot2014-06-162-0/+27
|
* SONAR-5376 Custom rules should not be updated on each server startup if ↵Julien Lancelot2014-06-131-1/+1
| | | | there's no modification
* SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATEJulien Lancelot2014-06-1254-152/+152
|
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-1251-146/+146
|
* SONAR-5392 When migrating to SonarQube 4.3.X with a incompatible plugin, ↵Julien Lancelot2014-06-113-0/+273
| | | | requirements are not copied to rules
* SONAR-5360 When creating a custom rule, the rule key should be setJulien Lancelot2014-06-112-0/+2
|
* SONAR-5007 fix restore of empty backupSimon Brandhof2014-06-091-0/+5
|
* SONAR-4795 Delete inheriting quality profilesSimon Brandhof2014-06-0932-432/+0
|
* SONAR-5362 Update /api/rules/update WS to update custom rulesJulien Lancelot2014-06-062-0/+50
|
* SONAR-5288 Component app WS should return the list of tabs to be displayedJulien Lancelot2014-06-0616-17/+28
|
* SONAR-5300 Return differential measures when a period is set in ↵Julien Lancelot2014-06-057-10/+130
| | | | /api/components/app
* SONAR-5007 improve restore, copy and reset of Q profilesSimon Brandhof2014-06-052-0/+1
|
* DAOv.2 - Removed legacy filesStephane Gamard2014-06-043-19/+0
|
* Add "userName", "updatable", and "markdown" to comments of /api/issues/searchJulien Lancelot2014-06-041-1/+18
|