summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5007 fix bug related to synchronization of rule parametersSimon Brandhof2014-07-071-41/+90
* SONAR-5007 fix registration of template rulesSimon Brandhof2014-07-071-362/+353
* SONAR-5007 - Fixed hasDebt filter in RuleIndexStephane Gamard2014-07-071-4/+13
* SONAR-4253 Use Coding Rules permalink for RuleMacro instead of old Rails modalJean-Baptiste Lievremont2014-07-071-2/+2
* SONAR-5007 fix removal of param valueSimon Brandhof2014-07-071-2/+4
* SONAR-5007 fix update of param activation when no default valueSimon Brandhof2014-07-071-7/+26
* Add the possibility to search for all rules (used by SQALE Sunbirst widget)Julien Lancelot2014-07-041-0/+83
* SONAR-5007 - Fix date-synch for ES SynchronizerStephane Gamard2014-07-041-1/+2
* fix quality flaw (fixed Ignored test)Stephane Gamard2014-07-031-6/+16
* SONAR-5007 - Ignore test for SONAR-5183Stephane Gamard2014-07-031-0/+2
* SONAR-5300 id should be a long instead of an integerJulien Lancelot2014-07-031-1/+1
* Fix quality flawJean-Baptiste Lievremont2014-07-021-1/+20
* Fix quality flawsJulien Lancelot2014-07-011-0/+64
* Fix quality flawsJulien Lancelot2014-07-011-3/+3
* SONAR-5007 Revert find ids to rule finder logic (removed rules are returned)Julien Lancelot2014-07-011-3/+20
* SONAR-5007 - Severity is null for manual rulesJulien Lancelot2014-07-011-12/+29
* Revert "SONAR-4514 Add a default severity when creating manual rules"Julien Lancelot2014-07-012-3/+1
* SONAR-4514 Add a default severity when creating manual rulesJulien Lancelot2014-07-012-1/+3
* Fix some quality flawsSimon Brandhof2014-07-011-0/+25
* SONAR-5007 - Assert ID is preset in Rule domain Object from RuleFinderStephane Gamard2014-07-011-0/+3
* SONAR-5007 refactor Q profile exportersSimon Brandhof2014-07-015-121/+185
* SONAR-5007 - Fixed DefaultFinderTest due to null caseStephane Gamard2014-06-301-2/+2
* Fix some quality flawsSimon Brandhof2014-06-301-4/+4
* Remove useless constructors with System2.INSTANCESimon Brandhof2014-06-305-6/+9
* SONAR-5007 - Returning name of effectiveChar in Issue Show Action WSStephane Gamard2014-06-301-12/+17
* SONAR-5007 - Wrapped DefaultRuleFinder with DAOv.2Stephane Gamard2014-06-301-1/+2
* Deprecating DefaultRuleFinder in core.Stephane Gamard2014-06-302-1/+135
* Add ConvertProfileMeasuresMigrationTestSimon Brandhof2014-06-303-0/+231
* Remove unused filesSimon Brandhof2014-06-293-6/+0
* SONAR-5135 fix bulk activation and resetSimon Brandhof2014-06-293-14/+105
* SONAR-5007 - Fixed user-tag deletion when becomes systemTagStephane Gamard2014-06-271-3/+6
* fix quality flaw (re-enabled test and fixed assertion)Stephane Gamard2014-06-271-6/+16
* SONAR-5407 - Fixed filtering logic for effective debt including NONE and nullStephane Gamard2014-06-271-7/+13
* Fix NPE when no source on fileJulien Lancelot2014-06-273-8/+4
* Add Medium Test on rule search with characteristicsJulien Lancelot2014-06-272-12/+87
* SONAR-5407 Add characteristic name in Rule show WSJulien Lancelot2014-06-2622-67/+130
* SONAR-5007 fix db migration on Q profile keysSimon Brandhof2014-06-264-1/+105
* Remove unused core ruby source tabsSimon Brandhof2014-06-261-8/+0
* Fix UTJulien Lancelot2014-06-261-2/+15
* Update Unit testJulien Lancelot2014-06-261-4/+2
* SONAR-5286 Fix issue when duplications on removed fileJulien Lancelot2014-06-263-4/+34
* SONAR-5407 - Added all fields for SQALEStephane Gamard2014-06-264-20/+37
* SONAR-5407 - Implemented case of char = -1Stephane Gamard2014-06-261-3/+12
* fix quality flaw (Enabled test)Stephane Gamard2014-06-261-3/+1
* fix quality flaw (Enabled test)Stephane Gamard2014-06-261-26/+1
* SONAR-5007 - Enabled BaseIndexTestStephane Gamard2014-06-262-83/+93
* Add medium test when overridding only offset on debtJulien Lancelot2014-06-251-21/+35
* SONAR-5007 fix index of rule debt characteristicsSimon Brandhof2014-06-252-3/+2
* SONAR-5286 Add unit test when a duplication on a file has been removedJulien Lancelot2014-06-251-0/+46
* SONAR-5407 Add a some medium tests on rule with debtJulien Lancelot2014-06-254-3/+146