aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java/org/sonar/server/ui
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-108-824/+0
|
* Remove unused core ruby source tabsSimon Brandhof2014-06-261-8/+0
|
* SONAR-5329 Format date and actionJulien Lancelot2014-06-201-0/+7
|
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-201-2/+2
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-118-8/+8
|
* SONAR-5056 Create new Durations API to format Duration and convert String to ↵Julien Lancelot2014-03-061-5/+9
| | | | Duration
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-051-2/+9
|
* SONAR-4996 Update work duration message and move code to i18n APIJulien Lancelot2014-03-032-105/+6
|
* SONAR-4996 Save debt on issues and measures in minutes (instead of seconds)Julien Lancelot2014-02-251-4/+4
|
* SONAR-4996 Update debt display in technical debt pyramid widgetJulien Lancelot2014-02-251-17/+35
|
* SONAR-4996 Update debt on measures sqale_indexJulien Lancelot2014-02-251-0/+87
|
* Fix some quality flawsSimon Brandhof2014-02-012-204/+0
|
* Override distance_of_time_in_words_to_now in order to have consistent age ↵Julien Lancelot2014-01-301-8/+49
| | | | dates between rails and java
* SONAR-4688 remove loading of rule bundlesSimon Brandhof2013-12-091-2/+1
|
* SONAR-4756 Define a JRuby facade for profiling, use it in rules searchJean-Baptiste Lievremont2013-12-021-0/+50
|
* Fix some quality flawsDinesh Bolkensteyn2013-08-291-1/+1
|
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-231-1/+1
|
* Allow to get user locale from java componentsSimon Brandhof2013-05-031-9/+11
|
* Improve interactions between JRuby and Java componentsSimon Brandhof2013-04-272-116/+0
|
* Update copyright headersSimon Brandhof2013-04-2211-44/+44
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2111-33/+33
|
* SONAR-3755 Add first version of Issues drilldownJulien Lancelot2013-04-161-1/+1
|
* SONAR-3755 add authorization to search of issuesSimon Brandhof2013-04-142-85/+1
|
* SONAR-3755 refactor WS /api/issuesSimon Brandhof2013-04-121-0/+7
|
* SONAR-3755 JRuby API for issuesSimon Brandhof2013-04-122-0/+113
|
* Fix unit testJulien Lancelot2013-04-031-2/+2
|
* SONAR-3153 Add missing deprecated tag and move property from ↵Julien Lancelot2013-03-251-20/+23
| | | | SecurityRealmFactory to CoreProperties
* SONAR-4173 Renamed project_configuration by resource_configurationJulien Lancelot2013-03-251-2/+2
|
* SONAR-4173 Add the possibility for a plugin to add a configuration pageJulien Lancelot2013-03-221-62/+62
|
* Complete unit testJulien Lancelot2013-03-141-1/+1
|
* SONAR-4193 Authorize "-" in rule repo and interpret macro when description ↵Julien Lancelot2013-03-141-0/+9
| | | | is not in html
* SONAR-4193 Create a macro interpreter API in sonar and use it for the rule macroJulien Lancelot2013-03-131-0/+71
|
* SONAR-4002 Display widget properties in the same order than the annotations ↵Simon Brandhof2012-12-101-16/+31
| | | | @WidgetProperty
* SONAR-2376 Add an extension point to define a HTML bannerSimon Brandhof2012-09-241-0/+46
|
* Remove warningDavid Gageot2012-07-161-1/+1
|
* SONAR-3620 Define a new TEXT widget property typeDavid Gageot2012-07-061-10/+25
|
* Revert "SONAR-3529 First baby step in providing property sets"David Gageot2012-07-051-35/+3
| | | | This reverts commit b547f32a3de0381e41b2da6cfab1545f7447b315.
* Revert "Fix compilation with Java 1.5"David Gageot2012-07-051-2/+2
| | | | This reverts commit b2ae917fef0c1cd678de4350f748e978e866599b.
* Fix compilation with Java 1.5Evgeny Mandrikov2012-07-051-2/+2
|
* SONAR-3529 First baby step in providing property setsDavid Gageot2012-07-041-3/+35
|
* Check that @WidgetScope is given a valid scope.David Gageot2012-05-141-0/+27
| | | | Because it's a public API, we don't want to use enums. So we have to check for valid values.
* Replace @WidgetGlobal by @WidgetScope.David Gageot2012-05-141-3/+2
| | | A widget could be available for both project and global dashboards so we can't rely on a single flag. Using a scope identifier is better.
* SONAR-1927 Dashboards are global instead of detachedDavid Gageot2012-05-041-10/+11
|
* SONAR-1927 Global dashboardsDavid Gageot2012-05-021-14/+42
|
* Code cleaning : Remove unnecessary castsDavid Gageot2012-04-271-1/+1
|
* SONAR-3323 rename @RequiredMeasures attributes to allOf and anyOfSimon Brandhof2012-03-271-3/+3
|
* SONAR-3323 Display tab/page/widget only when required measures existFabrice Bellingard2012-03-222-26/+107
| | | | | | => new annotation @RequiredMeasure(mandatory={}, oneOf={}) that can be applied on any views. Tested on pages, tabs and widgets
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-221-41/+0
| | | | | | | * new extension point org.sonar.api.resources.ResourceTypeTree * new component org.sonar.api.resources.ResourceTypes to access resource types * fix compatibility of hotspots, clouds and treemaps with PROJECT_MEASURES.PERSON_ID * ApplicationController share ruby methods to load the selected resource
* SONAR-3138 Prevent possible security flawsEvgeny Mandrikov2012-01-241-6/+24
| | | | | | * Save external password only if enabled "sonar.security.savePassword". * Bypass restriction on password length (4), when external system enabled. * Improve error handling.
* SONAR-3179 Allow to declare resources which can be used for filtersEvgeny Mandrikov2012-01-181-1/+2
|