aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the capability "trustAllHosts" to ws-clientSimon Brandhof2013-07-161-1/+1
|
* SONAR-4464 Fixed migration of existing default permissions propertiesJean-Baptiste Vilain2013-07-161-6/+10
|
* Change color of right colon in form of issue bulk changeSimon Brandhof2013-07-161-4/+4
|
* Sort transitions on bulk change formJulien Lancelot2013-07-161-1/+1
|
* Fix some Java quality flawsSimon Brandhof2013-07-163-4/+6
|
* Add some unit testsJulien Lancelot2013-07-164-4/+129
|
* Fix some JS quality flawsSimon Brandhof2013-07-162-11/+13
|
* Add missing package-info fileJulien Lancelot2013-07-161-0/+23
|
* SONAR-4498 Use modal windows in the "Roles" page to select groups/usersJulien Lancelot2013-07-1512-258/+165
|
* SONAR-4466 Provision the logical key in the model objects used by the viewsJean-Baptiste Vilain2013-07-153-4/+5
|
* SONAR-4466 Provision the logical key in the model objects used by the viewsJean-Baptiste Vilain2013-07-158-17/+32
|
* SONAR-2860 API: remove the dependency on commons-configurationSimon Brandhof2013-07-157-207/+10
|
* SONAR-4463 Re-added schema migration to cover existing permission settings ↵Jean-Baptiste Vilain2013-07-153-1/+147
| | | | conversion
* SONAR-4419 Roles page: improve search engine to add ability to search by ↵Julien Lancelot2013-07-1518-124/+957
| | | | project key
* SONAR-4493 End of support of Maven 2.0 and 2.1Julien HENRY2013-07-153-5/+74
|
* SONAR-4503 ORA-01400 when migrating to 3.6.1 on OracleSimon Brandhof2013-07-151-4/+5
|
* SONAR-4495 Fallback to select first category for project settings tooJulien HENRY2013-07-151-1/+6
|
* Fix some JS quality flawsSimon Brandhof2013-07-151-5/+9
|
* SONAR-4488 Make sonar.dryRun.readTimeout property take seconds as inputJulien HENRY2013-07-151-1/+1
|
* SONAR-4488 Make sonar.dryRun.readTimeout property take seconds as inputJulien HENRY2013-07-153-8/+8
|
* SONAR-4427 Add missing whitespaceJulien HENRY2013-07-151-1/+1
|
* Revert "SONAR-4351 Minor style fix"Julien HENRY2013-07-151-1/+4
| | | | This reverts commit 7a7ca06f189385e85f545fc736e16506ac13b33a.
* SONAR-4351 Minor style fixJulien HENRY2013-07-151-4/+1
|
* Fix some JS quality flawsSimon Brandhof2013-07-154-45/+51
|
* SONAR-4346 Minor style improvementJulien HENRY2013-07-151-3/+1
|
* SONAR-4463 Removed obsolete migrationJean-Baptiste Vilain2013-07-152-167/+0
|
* SONAR-3526 no need to populate field authorLoginJulien HENRY2013-07-155-156/+41
|
* SONAR-4463 Added LoadedTemplate entry to cover default permission template ↵Jean-Baptiste Vilain2013-07-158-17/+253
| | | | initialization
* SONAR-4453 Fixed permissions setup data insertion for h2Jean-Baptiste Vilain2013-07-151-1/+1
|
* SONAR-4418 move the "Bulk change" link close to the select boxes and make it ↵Julien Lancelot2013-07-152-7/+5
| | | | a blue link
* Updated reference to Java Permission class in Ruby codeJean-Baptiste Vilain2013-07-144-8/+8
|
* SONAR-4453 Updated internal permission service to use logical keyJean-Baptiste Vilain2013-07-124-19/+20
|
* SONAR-4453 Fixed migration to support the newly added logical key in ↵Jean-Baptiste Vilain2013-07-129-27/+27
| | | | permission_templates
* SONAR-4453 Added a logical key in the permission_templates table and ↵Jean-Baptiste Vilain2013-07-1277-116/+244
| | | | rearranged permission-related classes
* SONAR-4264 When there is an alert on "new coverage" measure, the measure is ↵Julien Lancelot2013-07-121-3/+12
| | | | not highlighted
* Remove option color in format_variation as it this option is always ↵Julien Lancelot2013-07-121-13/+9
| | | | activated and can never been deactivate
* SONAR-4245 Don't allow to convert a Sonar Maven project into a Sonar Maven ↵Julien HENRY2013-07-123-2/+36
| | | | module
* SONAR-4453 Added modal form to apply permission template to componentsJean-Baptiste Vilain2013-07-125-14/+59
|
* Revert "SONAR-4490 When creating the H2 db, selected issues should be the ↵Julien Lancelot2013-07-124-83/+26
| | | | | | unresolved ones and not ones with status != CLOSED" This reverts commit 28287efade86c3b7ada5d38481c0b6b644fe6c0a.
* SONAR-4195 In the Measures filter form, replace the "Key like" criteria by a ↵Julien Lancelot2013-07-121-1/+1
| | | | "Key contains" criteria to mimic the "Name contains" criteria
* SONAR-4063 When adding a criterion in the Measure Service, set the focus to ↵Julien Lancelot2013-07-121-15/+19
| | | | this added criterion
* SONAR-4183 Prevent adding blank column in Measures ServiceJulien Lancelot2013-07-121-10/+16
|
* Fix css when rule is displayed from a modal issue displayed in a resource viewerJulien Lancelot2013-07-121-5/+2
|
* Fix some quality flawsJulien HENRY2013-07-123-23/+27
|
* Fix quality flawsJulien Lancelot2013-07-113-19/+27
|
* SONAR-4351 Centralize the management of licenses in the Global SettingsJulien HENRY2013-07-114-69/+85
|
* Fix some quality flawsJulien HENRY2013-07-111-2/+4
|
* Fix quality flawsJulien Lancelot2013-07-111-2/+4
|
* SONAR-4453 Added tests to cover permission template applicationJean-Baptiste Vilain2013-07-1121-68/+188
|
* Add some CheckForNull and Nullable annotationsJulien Lancelot2013-07-119-10/+99
|