summaryrefslogtreecommitdiffstats
path: root/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'Simon Brandhof2013-01-2523-92/+279
|\
| * SONAR-2296 Revert modification because the server hosting sonar should be ↵Julien Lancelot2013-01-232-6/+1
| | | | | | | | updated instead of the code
| * SONAR-3692 Boolean type are now always displayed as select boxJulien Lancelot2013-01-238-19/+22
| |
| * SONAR-3692 Really fix issue with property setJulien Lancelot2013-01-232-5/+6
| |
| * SONAR-3692 Fix issue with property setJulien Lancelot2013-01-235-5/+7
| |
| * SONAR-3692 Fix issue with name generation and improve widget property i18nJulien Lancelot2013-01-2311-20/+33
| |
| * SONAR-3692 Centralize the way widget property and settings property are ↵Julien Lancelot2013-01-2215-63/+130
| | | | | | | | generated
| * SONAR-4088 Sort available widgets by name when editing a dashboardFabrice Bellingard2013-01-221-2/+6
| |
| * SONAR-4071 Replace widget.<widget.key>.prop.<property>.X by ↵Julien Lancelot2013-01-221-2/+2
| | | | | | | | widget.<widget.key>.property.<property>.X
| * SONAR-4071 Replace widget.<widget.key>.prop.<property>.key by ↵Julien Lancelot2013-01-221-1/+1
| | | | | | | | widget.<widget.key>.prop.<property>.name
| * SONAR-3981 Fix issue on ChromeFabrice Bellingard2013-01-221-1/+1
| |
| * SONAR-3948 Make it possible to delete "ghost" resourcesFabrice Bellingard2013-01-223-24/+126
| | | | | | | | | | => The bulk deletion page should allow to delete a project definition which doesn't have any associated quality snapshots
* | SONAR-4087 first draft of test apiSimon Brandhof2013-01-253-1/+50
| |
* | Remove unused ruby files (generators)Simon Brandhof2013-01-2539-3611/+0
|/
* SONAR-3434 Drilldown: Allow files to be opened in new tabsFabrice Bellingard2013-01-212-2/+10
| | | AKA the "Dinesh most wanted feature" ;-)
* SONAR-2296 Sonar behind a HTTPS reverse proxy sometimes fall back to HTTPJulien Lancelot2013-01-212-1/+7
|
* SONAR-4071 Make it possible to localize the widget property keysJulien Lancelot2013-01-211-2/+6
|
* SONAR-3981 Column sort broken on project_reviews pageFabrice Bellingard2013-01-213-27/+65
|
* SONAR-3884 Fix compatibility with MsSQLJulien Lancelot2013-01-211-1/+1
|
* SONAR-1110 Alerts with deleted metric are no more displayed on quality ↵Julien Lancelot2013-01-183-3/+7
| | | | alerts page
* SONAR-4078 fix performance issue on oracle when verifying user permissionsSimon Brandhof2013-01-181-9/+17
|
* SONAR-3884 Added alias in the query in order to display correctly the ↵Julien Lancelot2013-01-181-10/+2
| | | | project names and roles project
* SONAR-3991 Add html class for Selenium testJulien Lancelot2013-01-182-3/+7
|
* SONAR-4065 During migration of measure filter to Sonar 3.4, the criteria ↵Julien Lancelot2013-01-171-2/+2
| | | | 'Inspected within the last' and 'Inspected more than' have been switched
* SONAR-3991 The behavior of the metric selector component is broken when ↵Julien Lancelot2013-01-172-2/+3
| | | | adding several instances of the same project widget to a global dashboard
* SONAR-3884 Roles & Filters use different alphabetizationJulien Lancelot2013-01-171-5/+15
|
* SONAR-3992 Fix issue on IE (errors div were displayed)Julien Lancelot2013-01-163-5/+3
|
* SONAR-4003 Improve "Action Plans" widget: display or not closed reviewsFabrice Bellingard2013-01-162-5/+17
| | | | | => Make the "Action Plans" widget support a new option to display or not the closed reviews in each action plan
* SONAR-3992 Improve Quality Profile Alert designJulien Lancelot2013-01-163-5/+5
|
* SONAR-4064 No way to edit a user when its password is emptyFabrice Bellingard2013-01-151-0/+5
|
* SONAR-4069 Provide a new Task extension pointJulien HENRY2013-01-141-3/+1
| | | | | * Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task)
* SONAR-4067 fix unit testSimon Brandhof2013-01-144-21/+0
|
* SONAR-3992 Fixed default alert period selected valueJulien Lancelot2013-01-111-1/+1
|
* SONAR-3992 Reload new alert line by ajax at metric selectionJulien Lancelot2013-01-113-69/+48
|
* SONAR-3932 problems with "Raw" link in Violations drilldown Fabrice Bellingard2013-01-111-3/+11
| | | | => For user without Code Viewer role
* SONAR-3992 Fix alert period label when not logguedJulien Lancelot2013-01-111-1/+1
|
* SONAR-4031 Compare service should suggest "LATEST" if requiredFabrice Bellingard2013-01-112-1/+16
| | | | | => This is useful for Views or Developers, as they don't have a version on their latest snapshot
* SONAR-3992 Minor fixJulien Lancelot2013-01-111-1/+4
|
* SONAR-3992 Replace prototype ajax by jquery ajax on Quality Profile alert pageJulien Lancelot2013-01-114-68/+66
|
* SONAR-3992 Use a dynamic component to select a metric in the Quality Profile ↵Julien Lancelot2013-01-114-47/+113
| | | | / Alert page
* SONAR-4032 Display first category (by alpha) on settings pageJulien Lancelot2013-01-105-9/+20
|
* SONAR-4032 If no general category properties existing on project settings ↵Julien Lancelot2013-01-101-2/+4
| | | | page, then display the first one
* SONAR-4032 Removed property sonar.skippedModules because it was already ↵Julien Lancelot2013-01-101-1/+2
| | | | existing and moved existing one to exclusions category
* SONAR-4036 Do not filter the unit test source files in the 'Components' pageJulien Lancelot2013-01-091-1/+1
|
* SONAR-4027 There isn't any input field having the focus when opening a modal ↵Julien Lancelot2013-01-096-15/+8
| | | | window with Internet Explorer
* Add HTML ids for better integration testsSimon Brandhof2013-01-041-6/+6
|
* [maven-release-plugin] prepare for next development iterationGAUDIN2012-12-221-1/+1
|
* [maven-release-plugin] prepare release 3.43.4GAUDIN2012-12-221-1/+1
|
* rollbak to 3.4-SNAPSHOTGAUDIN2012-12-221-1/+1
|
* [maven-release-plugin] prepare for next development iterationGAUDIN2012-12-211-1/+1
|