summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-4688 Do not load i18n bundle twice (rules are already updated by ↵Jean-Baptiste Lievremont2013-12-031-7/+3
| | | | RegisterRules)
* SONAR-4688 Replace Hamcrest with FestJean-Baptiste Lievremont2013-12-031-78/+71
|
* SONAR-4688 Load name and description from i18n bundles and store them into DBJean-Baptiste Lievremont2013-12-031-13/+31
|
* Fix some quality flawsJulien HENRY2013-12-021-10/+1
|
* SONAR-4535 Apply permission template based on patternJulien HENRY2013-12-021-1/+1
|
* SONAR-4756 Add servlet filter for HTTP profiling in BASIC levelJean-Baptiste Lievremont2013-12-021-0/+111
|
* SONAR-4756 Define a JRuby facade for profiling, use it in rules searchJean-Baptiste Lievremont2013-12-021-0/+50
|
* SONAR-4901 Implement FULL level profiling at ES index levelJean-Baptiste Lievremont2013-12-022-2/+13
|
* SONAR-4535 Validate key patternJulien HENRY2013-12-021-3/+24
|
* SONAR-4535 Add key pattern field on permission templatesJulien HENRY2013-12-022-11/+11
|
* SONAR-4891 Remove useless characteristics columns and tablesJulien Lancelot2013-12-021-49/+0
|
* SONAR-4885 Stop supporting the internationalization of rule descriptions and ↵Simon Brandhof2013-11-291-18/+0
| | | | titles
* SONAR-4831 Mode some technical debt classes to internal packagesJulien Lancelot2013-11-291-2/+3
|
* SONAR-4831 Refactored technical debtJulien Lancelot2013-11-282-10/+18
|
* SONAR-2447 Fix permission template testsJulien HENRY2013-11-281-1/+1
|
* SONAR-2447 Fix UTJulien HENRY2013-11-281-2/+9
|
* SONAR-2447 Add default permiision on default template and add missing fileJulien HENRY2013-11-281-0/+31
|
* SONAR-2447 Check "Administer Issue" permission when displaying "set ↵Julien HENRY2013-11-281-6/+24
| | | | severity" action
* SONAR-2447 Refactor permission check to work with resource key instead of idsJulien HENRY2013-11-287-64/+108
|
* SONAR-4860 Add explicit check in ES that document is deleted if rule has ↵Jean-Baptiste Lievremont2013-11-281-0/+2
| | | | been deleted
* SONAR-4897 Improve the way are displayed characteristic infos on an issueJulien Lancelot2013-11-281-2/+4
|
* SONAR-4897 Use new API to display Characteristic infos on an issueJulien Lancelot2013-11-271-0/+9
|
* SONAR-4831 Improve technical debt model synchronisationJulien Lancelot2013-11-271-2/+2
|
* SONAR-4896 refactor SearchNodeSimon Brandhof2013-11-272-81/+110
|
* SONAR-4893 Update technical debt pyramid widget to use new technical debt modelJulien Lancelot2013-11-271-2/+15
|
* SONAR-4832 Tune query string behaviorJean-Baptiste Lievremont2013-11-272-1/+8
| | | | | Use AND operator instead of OR by default Forbid leading wildcard (potentiel performance issues)
* SONAR-4892 SONAR-4917 Update technical debt merge model and technical debt ↵Julien Lancelot2013-11-271-4/+4
| | | | decorator to use mybatis classes
* SONAR-4830 Extract plugin dependencies in the cacheJulien HENRY2013-11-261-3/+2
|
* SONAR-4860 Remove deleted rules from index (removed rules are still kept)Jean-Baptiste Lievremont2013-11-261-1/+19
|
* SONAR-4860 Remove JPA from rule management - first in bulk indexJean-Baptiste Lievremont2013-11-261-21/+36
| | | | | | Create DTOs and MyBatis mappers for rules and rule parameters Use them instead of JPA mappings for rule index building Fix performance issue when loading description (using only locale EN)
* SONAR-4912 Keep deprecated rules extension on server sideJulien HENRY2013-11-265-0/+22
|
* SONAR-4912 Drop support of deprecated plugin rules extensionJulien HENRY2013-11-256-39/+0
|
* SONAR-4900 Make ES persistent in server data dirJean-Baptiste Lievremont2013-11-251-5/+20
|
* SONAR-4904 Disable dynamic mapping in ESJean-Baptiste Lievremont2013-11-221-0/+9
|
* SONAR-4858 Silence search errorsJean-Baptiste Lievremont2013-11-211-0/+5
|
* SONAR-4832 Fix issue with status search criterion (by default, exclude ↵Jean-Baptiste Lievremont2013-11-203-6/+23
| | | | REMOVED rules)
* SONAR-4859 Explicitly update index upon instanciation/modification of ↵Jean-Baptiste Lievremont2013-11-192-0/+43
| | | | template rules
* SONAR-4833 Link rule search form to RuleRegistryJean-Baptiste Lievremont2013-11-182-0/+32
|
* SONAR-4832 Add query to fetch IDs from search form criteriaJean-Baptiste Lievremont2013-11-086-24/+193
|
* SONAR-4832 RE-enable indexation of rules at startupJean-Baptiste Lievremont2013-11-081-10/+22
|
* SONAR-4832 Cleanup a bit experiment leftoversJean-Baptiste Lievremont2013-11-084-8/+76
| | | | | | | | Introduce elasticsearch-test for ES integration tests Enhance coverage on SearchIndex Rename node in SearchNode Unplug index at startup (will be triggered by call from RegisterRule to RuleRegistry)
* SONAR-4832 Integrate ElasticSearch into sonar-server (with initial WIP API)Jean-Baptiste Lievremont2013-11-063-0/+229
|
* Rename TechnicalDebt class name to WorkDayDuration and move it to issue ↵Julien Lancelot2013-11-064-16/+16
| | | | internal package
* SONAR-4834 Add technical debt in issues changelogJulien Lancelot2013-11-034-1/+189
|
* SONAR-4834 Create a changelog formatter on java side to manage display of ↵Julien Lancelot2013-10-312-1/+125
| | | | changelog in order to integrate more easily technical debt in changelog
* SONAR-4839 Permission user should be needed to see the changelog of an issueJulien Lancelot2013-10-312-12/+50
|
* Fix EntityNotFoundException when removing active rulesJulien Lancelot2013-10-291-3/+23
|
* SONAR-4819 A project admin can no more manage permissions on his projectJulien Lancelot2013-10-287-33/+160
|
* Fix some quality flawsSimon Brandhof2013-10-211-2/+3
|
* SONAR-4748 Fix issues and regression for temp foldersJulien HENRY2013-10-211-5/+2
|