aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE when indexing manual rulesJulien Lancelot2014-06-061-8/+7
* SONAR-5209 Big refactoringStas Vilchik2014-06-061-1/+1
* Fix DefaultDatabase and ServerImpl for loggingSimon Brandhof2014-06-051-1/+1
* SONAR-5300 Return differential measures when a period is set in /api/componen...Julien Lancelot2014-06-058-44/+80
* SONAR-5134 Add option to sort by relevance (aka using default sort from server)Jean-Baptiste Lievremont2014-06-051-0/+1
* SONAR-5007 improve restore, copy and reset of Q profilesSimon Brandhof2014-06-052-6/+14
* SONAR-5352 SONAR-5353 Start work on rule templatesJean-Baptiste Lievremont2014-06-041-0/+5
* Fix db field nameStephane Gamard2014-06-041-2/+2
* Fix db field nameStephane Gamard2014-06-041-1/+1
* SONAR-5329 - Field renaming in DBStephane Gamard2014-06-042-4/+4
* SONAR-5329 - Added test caseStephane Gamard2014-06-041-1/+2
* fix quality flaw (missing header)Stephane Gamard2014-06-041-0/+19
* SONAR-5329 - Added Activity class as Payload of LogDtoStephane Gamard2014-06-049-177/+148
* SONAR-5329 - Created LogDaoTest and added mappingStephane Gamard2014-06-047-10/+66
* SONAR-5329 - Moved some files over to sonar-core due to legacyStephane Gamard2014-06-046-1/+295
* SONAR-5007 - Switched to native scripts for ListUpdate (fixed routing)Stephane Gamard2014-06-041-0/+7
* fix quality flaw (reduced ES verbosity in tests)Stephane Gamard2014-06-041-1/+6
* SONAR-5209 Display test information on test filesStas Vilchik2014-06-041-0/+3
* SONAR-5007 initialize version of new quality profilesSimon Brandhof2014-06-041-1/+3
* SONAR-5209 Issues tabStas Vilchik2014-06-041-0/+1
* SONAR-5209 Improve workspaceStas Vilchik2014-06-031-0/+3
* Delete unused code in org.sonar.jpa.daoSimon Brandhof2014-06-023-39/+6
* SONAR-5306 Add list of component viewer extensions in /api/component/app WSJulien Lancelot2014-06-023-0/+27
* SONAR-5007 complete activation resetSimon Brandhof2014-06-022-6/+1
* fix quality flaw (failing test)Stephane Gamard2014-05-301-3/+0
* SONAR-5007 - Fixed ActiveRule Inheritance ENUMs to match org.sonar.core onesStephane Gamard2014-05-301-2/+6
* SONAR-5007 - deprecated selectByNameAndLang method. Use find or getByKeyStephane Gamard2014-05-301-3/+43
* SONAR-5209 Favorites: feedback appliedStas Vilchik2014-05-301-2/+2
* SONAR-5209 DuplicationsStas Vilchik2014-05-301-0/+1
* SONAR-5007 complete tests of active rulesSimon Brandhof2014-05-291-1/+1
* SONAR-5007 improve medium testsSimon Brandhof2014-05-292-10/+11
* SONAR-5007 merge api/rules/set_tags and api/rules/set_note into api/rules/updateSimon Brandhof2014-05-282-8/+8
* SONAR-5007 fix some quality flawsSimon Brandhof2014-05-272-479/+1
* SONAR-5007 move package org.sonar.server.rule2 to ruleSimon Brandhof2014-05-243-483/+4
* SONAR-5007 fix db migration when registering q profilesSimon Brandhof2014-05-242-0/+10
* SONAR-5007 fix test on postgresSimon Brandhof2014-05-241-19/+25
* SONAR-5007 fix synchronizer of active rulesSimon Brandhof2014-05-241-19/+19
* SONAR-5007 - Implementation of IndexSynchronizerStephane Gamard2014-05-231-5/+5
* SONAR-5007 add test (to be fixed and enabled soon)Simon Brandhof2014-05-233-0/+8
* DAOv.2 - Updated Dao interface for upcoming SynchronizerStephane Gamard2014-05-232-9/+6
* SONAR-5012 - Removed empty facets.Stephane Gamard2014-05-231-0/+16
* SONAR-5007 add ACTIVE_RULES.CREATED_AT / UPDATED_AT and sanitize DAOsSimon Brandhof2014-05-2320-81/+116
* Fix compatibility with MSSQLSimon Brandhof2014-05-232-15/+15
* SONAR-5007 SONAR-5012 Full handling of facetsJean-Baptiste Lievremont2014-05-231-0/+4
* SONAR-5007 improve registration of Quality profilesSimon Brandhof2014-05-236-15/+80
* SONAR-5007 - Added test assertion for QualityProfileDto#getParentKey()Stephane Gamard2014-05-221-0/+1
* SONAR-5007 - Added parentKey to QualityProfileDtoStephane Gamard2014-05-221-0/+10
* SONAR-5334 Create WS to serialize all bundles for a given languageJean-Baptiste Lievremont2014-05-221-2/+1
* DAOv.2 - Updated implicit commit in Session (broken ITs)Stephane Gamard2014-05-224-18/+9
* SONAR-5007 fix CopyRequirementsFromCharacteristicsToRulesTest and remove depr...Simon Brandhof2014-05-229-337/+90