summaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2959 Add the property sonar.showSqlSimon Brandhof2012-01-121-1/+2
|
* SONAR-3012 New widget to monitor the review activityFabrice Bellingard2012-01-121-1/+2
| | | | | | - 5 new metrics added - Decorator implemented to compute those metrics - Widget implemented to report those metrics
* SONAR-3137,SONAR-2292 Add synchronization of groups, prepare API for future ↵Evgeny Mandrikov2012-01-117-57/+79
| | | | enhancements
* SONAR-3137 Add exception handlingEvgeny Mandrikov2012-01-111-7/+16
|
* Update copyright header for this new yearSimon Brandhof2012-01-10387-387/+387
|
* SONAR-2416 Remove the internal Maven repository that is used by Sonar Mojo ↵Simon Brandhof2012-01-1016-541/+1
| | | | 1.0-beta-1
* Revert SONAR-3036 : do not upgrade to latest version of protovis-msie.jsSimon Brandhof2012-01-101-14/+7
|
* Remove Ruby on Rails warningFabrice Bellingard2012-01-101-1/+1
|
* SONAR-3137,SONAR-2292 Fix startup failureEvgeny Mandrikov2012-01-102-10/+13
|
* SONAR-3137,SONAR-2292 Complete API for external security systemsEvgeny Mandrikov2012-01-109-299/+404
|
* Add logs when restoring backup of configurationSimon Brandhof2012-01-095-2/+13
|
* SONAR-3137 Add experimental API to retrieve users from external systemEvgeny Mandrikov2012-01-092-15/+59
|
* Remove "Sign up" link from tabindex.Julien HENRY2012-01-092-2/+2
|
* Copy only plugins instead of all libraries, when launching dev mode for ↵Evgeny Mandrikov2012-01-087-7/+21
| | | | sonar-server
* Improve HTML of review form in order to simplify integration testssimonbrandhof2012-01-081-2/+1
|
* Remove executable flag for source filesEvgeny Mandrikov2012-01-062-0/+0
|
* Fix widget id in the URL /widget used by integration testsSimon Brandhof2012-01-061-1/+2
|
* SONAR-3138 Fallback to database from plugin authenticatorEvgeny Mandrikov2012-01-063-4/+39
|
* SONAR-3147 Web service to list available widgetsSimon Brandhof2012-01-051-0/+44
|
* Add some HTML ids used by integration testsSimon Brandhof2012-01-053-27/+26
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* Fix some quality flawssimonbrandhof2011-12-311-1/+0
|
* SONAR-983 index the project from a dedicated post-job in order to optimize ↵simonbrandhof2011-12-303-7/+5
| | | | SQL requests
* Improve the location of the icon 'loading' when using the search enginesimonbrandhof2011-12-295-6/+11
|
* Indexation of resources during migration must be reentrantSimon Brandhof2011-12-295-131/+42
|
* Delete resource orphans in order to not index themsimonbrandhof2011-12-231-0/+41
| | | | This issue will be fixed in v2.14 (see SONAR-3120)
* SONAR-2662 Display error message inline when no action plan availableFabrice Bellingard2011-12-236-18/+22
| | | | | | When planning a review, if no action exists for the project, it is best to write the message inline rather than opening a popup. => this also makes the code simpler.
* SONAR-2662 Minor improvementsFabrice Bellingard2011-12-235-29/+18
| | | | | | | | - Show closed action plans by default on the admin page - Sort them by descending dead-line - Remove "Show closed action plans" from action plan widget - Remove "More" links on the widgets - Fix bug for review search on Derby
* Do not load twice web services from plugins for a fresh installationEvgeny Mandrikov2011-12-231-2/+1
|
* SONAR-3098 do not l10n dashboard descriptions to avoid conflicts between ↵Simon Brandhof2011-12-231-4/+0
| | | | standard and user dashboards.
* Fix configuration of dashboard when the plugin defining a widget has been ↵Simon Brandhof2011-12-231-1/+1
| | | | uninstalled.
* Fix suppression/move of widgetsSimon Brandhof2011-12-231-3/+0
|
* SONAR-3118 Remove property "sonar.useStructureDump"Evgeny Mandrikov2011-12-231-9/+2
|
* SONAR-983 fix display of search results when a SmartGwt component is loaded ↵Simon Brandhof2011-12-231-1/+1
| | | | in the page
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ↵Simon Brandhof2011-12-234-26/+18
| | | | | | is a layer over ResourceIndexerDao + move derby SQL files to org.sonar.core.persistence
* SONAR-2662 Show filters on the review listing pageFabrice Bellingard2011-12-235-18/+83
|
* SONAR-983 sort result sectionsSimon Brandhof2011-12-231-8/+8
|
* SONAR-2973 do not display the previous severitySimon Brandhof2011-12-221-4/+8
|
* Improvements of management of dashboardsSimon Brandhof2011-12-223-29/+35
| | | | | | * SONAR-1929 do not create a dashboard if another one with the same name exists * SONAR-3103 unfollow default dashboard
* SONAR-2662 Fix some issuesFabrice Bellingard2011-12-225-6/+10
|
* SONAR-2662 Insert feedback from FreddyFabrice Bellingard2011-12-225-12/+78
| | | | | | | | | | - Smaller font-size for dates in the action plan widget - "Back" does not work on Chrome - A user shouldn't have to be authenticated to list reviews - In the "Plan" form, button "Plan" replaced by "Link" - Remove background color for the table in the action plan widget - Do not show closed action plans by default on the admin page so that the greatest "due for" date is displayed first
* SONAR-3086 improve usability of review formsSimon Brandhof2011-12-224-26/+10
|
* Fix compatibility of the ruby method Widget#property_value with the SQALE pluginSimon Brandhof2011-12-221-9/+20
|
* SONAR-2662 Display review detail in the context of the projectFabrice Bellingard2011-12-2212-217/+255
|
* SONAR-2662 Review widgets refactoring + open list on project contextFabrice Bellingard2011-12-224-37/+31
|
* SONAR-2662 Add "Unplanned reviews" widgetFabrice Bellingard2011-12-222-0/+7
|
* Refactor the packages of sonar-coreSimon Brandhof2011-12-2210-30/+29
| | | | | * The root package should be org.sonar.core -> org.sonar.persistence is moved to org.sonar.core.persistence * Classes are grouped by functional domain (resource, review, rule, ...)
* SONAR-983 Display resource viewers when selecting a fileSimon Brandhof2011-12-2221-774/+858
| | | | * New javascript global variable : baseUrl. Examples : '/dev' or ''
* SONAR-2980 WS API: allow to retrieve unassigned reviewsEvgeny Mandrikov2011-12-222-7/+13
|
* SONAR-983 i18n, better purge, fix NPE when deleted resourcesimonbrandhof2011-12-212-11/+15
|