aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationEric Hartmann2013-07-251-1/+1
|
* [maven-release-plugin] prepare release 3.7-RC1Eric Hartmann2013-07-251-1/+1
|
* Fix some quality flawsSimon Brandhof2013-07-242-4/+8
|
* Add debug logs to export of dry run H2 dbSimon Brandhof2013-07-232-9/+22
|
* SONAR-4451 Permission templates will be applied to all the projects matching ↵Jean-Baptiste Vilain2013-07-234-1/+13
| | | | the search criteria
* Added missing id values in DBUnit datasetsJean-Baptiste Vilain2013-07-1910-16/+16
|
* Migrated unit tests for components permissions to ComponentPermissionFacadeJean-Baptiste Vilain2013-07-1912-0/+201
|
* SONAR-4419 Replace SQL in by orJulien Lancelot2013-07-181-2/+2
|
* SONAR-4419 when searching for projects, the technical projects should not be ↵Julien Lancelot2013-07-175-0/+54
| | | | returned
* Fix quality flawSimon Brandhof2013-07-161-2/+2
|
* Revert drop of non-deprecated classesSimon Brandhof2013-07-162-0/+115
|
* Fix some Java quality flawsSimon Brandhof2013-07-162-2/+4
|
* Add missing package-info fileJulien Lancelot2013-07-161-0/+23
|
* SONAR-4466 Provision the logical key in the model objects used by the viewsJean-Baptiste Vilain2013-07-153-6/+10
|
* SONAR-2860 API: remove the dependency on commons-configurationSimon Brandhof2013-07-153-124/+0
|
* SONAR-4463 Re-added schema migration to cover existing permission settings ↵Jean-Baptiste Vilain2013-07-151-0/+1
| | | | conversion
* SONAR-4419 Roles page: improve search engine to add ability to search by ↵Julien Lancelot2013-07-151-1/+12
| | | | project key
* SONAR-4463 Removed obsolete migrationJean-Baptiste Vilain2013-07-151-1/+0
|
* SONAR-4463 Added LoadedTemplate entry to cover default permission template ↵Jean-Baptiste Vilain2013-07-155-17/+32
| | | | initialization
* SONAR-4453 Fixed permissions setup data insertion for h2Jean-Baptiste Vilain2013-07-151-1/+1
|
* SONAR-4453 Fixed migration to support the newly added logical key in ↵Jean-Baptiste Vilain2013-07-128-27/+25
| | | | permission_templates
* SONAR-4453 Added a logical key in the permission_templates table and ↵Jean-Baptiste Vilain2013-07-1259-87/+207
| | | | rearranged permission-related classes
* 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.
* Fix quality flawsJulien Lancelot2013-07-111-2/+4
|
* SONAR-4453 Added tests to cover permission template applicationJean-Baptiste Vilain2013-07-1113-51/+150
|
* Add some CheckForNull and Nullable annotationsJulien Lancelot2013-07-113-7/+34
|
* SONAR-4248 SONAR-4238 Add created column and add the possibility the add ↵Julien Lancelot2013-07-113-7/+41
| | | | links and last analysis (formerly date)
* Replace XXXExtension by XXXComponent in some classesJulien Lancelot2013-07-114-10/+12
|
* SONAR-4453 Changed permission facade interfacesJean-Baptiste Vilain2013-07-111-3/+3
|
* SONAR-4453 Apply permission template to a list of resources in the internal ↵Jean-Baptiste Vilain2013-07-115-76/+227
| | | | permission service
* SONAR-4464 Added permission template tables to the set of tables copied when ↵Jean-Baptiste Vilain2013-07-111-0/+9
| | | | starting a dry run analysis
* SONAR-4464 Added permission template tables to the set of tables copied when ↵Jean-Baptiste Vilain2013-07-111-2/+13
| | | | starting a dry run analysis
* SONAR-4464 Added permission template tables to the set of tables copied when ↵Jean-Baptiste Vilain2013-07-111-0/+3
| | | | starting a dry run analysis
* SONAR-4361 Add index on columns plugin_rule_key and plugin_name of the Rules ↵Julien Lancelot2013-07-113-1/+4
| | | | table
* SONAR-4490 When creating the H2 db, selected issues should be the unresolved ↵Julien Lancelot2013-07-114-26/+83
| | | | ones and not ones with status != CLOSED
* SONAR-4463 Fixed quality issuesJean-Baptiste Vilain2013-07-103-9/+23
|
* SONAR-4464 Fixed default permissions on groups on H2 init scriptJean-Baptiste Vilain2013-07-101-2/+2
|
* SONAR-4465 Reworked the ResourcePermission implementation to rely on the ↵Jean-Baptiste Vilain2013-07-1016-43/+257
| | | | permission templates to get the default permissions for a resource
* SONAR-4396 The email notification about 'New issues' should provide a link ↵Julien Lancelot2013-07-101-3/+3
| | | | whose parameter 'createdAfter' must define a time and not only a date
* SONAR-4464 Migrate and delete legacy settings defining default roles for ↵Jean-Baptiste Vilain2013-07-092-12/+17
| | | | each qualifier
* SONAR-4466 Added modal windows and controller actions to support permissions ↵Jean-Baptiste Vilain2013-07-084-4/+22
| | | | changes on users and groups within a template
* SONAR-4388 Move from Sonar to SonarQubeJulien HENRY2013-07-081-2/+2
|
* SONAR-4468 Expot alerts in dryRun modeJulien HENRY2013-07-083-2/+6
| | | | to support build breaker plugin
* SONAR-4466 Added controller and pages to handle CRUD operations on ↵Jean-Baptiste Vilain2013-07-086-1/+42
| | | | permission templates
* Restore previously wrongly updated content from branch 3.6Julien Lancelot2013-07-051-1/+61
|
* SONAR-4460 Remove fetchSize on measure filtersJulien Lancelot2013-07-051-8/+1
|
* SONAR-4449 Add migration to update issues that are still linked to removed ↵Julien Lancelot2013-07-052-61/+2
| | | | action plans
* SONAR-4463 Fixed quality flaws and updated permission template service layerJean-Baptiste Vilain2013-07-051-0/+9
|
* SONAR-4463 Fixed quality flaws and updated permission template service layerJean-Baptiste Vilain2013-07-053-8/+23
|
* Improve performance of TestDatabaseSimon Brandhof2013-07-052-60/+53
| | | | + use it in MeasureFilterExecutorTest