]>
source.dussan.org Git - sonarqube.git/log
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 15:04:05 +0000 (17:04 +0200)]
SONAR-4655 Move CPD exclusions settings to dedicated subcategory of Exclusions
Jean-Baptiste Lievremont [Thu, 12 Sep 2013 07:17:20 +0000 (09:17 +0200)]
SONAR-3644 Fix issues notified during testing
Fix issue with empty end block pattern
Change labels for batch messages (configuration exceptions)
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 15:38:28 +0000 (17:38 +0200)]
SONAR-3644 Fix labels and sizes in exclusions settings
Replace 'violations' with 'issues'
Replace 'switch off' with 'ignore'
Double the size of large configuration fields (for regexps/patterns)
Change title of multicriteria property
Simon Brandhof [Wed, 11 Sep 2013 22:55:27 +0000 (00:55 +0200)]
SONAR-4662 Disable JRuby JMX monitoring by default
Simon Brandhof [Wed, 11 Sep 2013 22:52:06 +0000 (00:52 +0200)]
Prepare upgrades of JRuby/Rails by upgrading to servlet 3.0
Simon Brandhof [Wed, 11 Sep 2013 21:50:37 +0000 (23:50 +0200)]
SONAR-4517 fix reloading of page when settings are changed
Simon Brandhof [Wed, 11 Sep 2013 21:12:04 +0000 (23:12 +0200)]
SONAR-4577 End of support of WAR deployment mode
Simon Brandhof [Wed, 11 Sep 2013 20:12:04 +0000 (22:12 +0200)]
SONAR-3067 API: remove the deprecated and unused ISO categories
Simon Brandhof [Wed, 11 Sep 2013 17:08:04 +0000 (19:08 +0200)]
SSF-7
Simon Brandhof [Wed, 11 Sep 2013 14:39:24 +0000 (16:39 +0200)]
SONAR-4517 fix url
Simon Brandhof [Wed, 11 Sep 2013 13:55:40 +0000 (15:55 +0200)]
Complete build section of readme
Simon Brandhof [Wed, 11 Sep 2013 13:27:41 +0000 (15:27 +0200)]
Complete build section of readme
Simon Brandhof [Wed, 11 Sep 2013 13:18:07 +0000 (15:18 +0200)]
Complete build section of readme
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 13:12:13 +0000 (15:12 +0200)]
SONAR-4656 Display sonar.includedModules property in configuration
Add core configuration constant for included modules
Declare property in core configuration block
Set indexes on configuration properties
Simon Brandhof [Wed, 11 Sep 2013 12:54:48 +0000 (14:54 +0200)]
Add build section to readme
Simon Brandhof [Wed, 11 Sep 2013 12:48:06 +0000 (14:48 +0200)]
Update README.md
Improve README
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 09:54:20 +0000 (11:54 +0200)]
SONAR-4658 Fix missing CSS class declaration on subcategory description
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 09:30:01 +0000 (11:30 +0200)]
SONAR-3644 Move 'Exclusions' category to 'Files' subcategory
Migrate file related exclusions configuration to PropertyDefinition API
Introduce 'exclusions.files' subcategory
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 09:02:51 +0000 (11:02 +0200)]
SONAR-3644 Add l10n keys for issues exclusions subcategory
Simon Brandhof [Wed, 11 Sep 2013 09:12:29 +0000 (11:12 +0200)]
SONAR-4517 minor change on form action
stephenbroyer [Fri, 6 Sep 2013 13:32:00 +0000 (15:32 +0200)]
SONAR-4612 Remove prototypejs from administration console
stephenbroyer [Wed, 4 Sep 2013 15:06:44 +0000 (17:06 +0200)]
SONAR-4611 Remove prototypejs from Quality Profiles console
stephenbroyer [Wed, 4 Sep 2013 14:14:27 +0000 (16:14 +0200)]
SONAR-4611 Remove prototypejs from Quality Profiles console
stephenbroyer [Tue, 3 Sep 2013 16:29:39 +0000 (18:29 +0200)]
SONAR-4612 Remove prototypejs from administration consoles
stephenbroyer [Tue, 3 Sep 2013 14:38:01 +0000 (16:38 +0200)]
SONAR-4611 Remove prototypejs from Quality profiles console
stephenbroyer [Mon, 2 Sep 2013 16:25:41 +0000 (18:25 +0200)]
SONAR-4517 move components pages to Jquery
stephenbroyer [Mon, 2 Sep 2013 16:00:12 +0000 (18:00 +0200)]
SONAR-4517 move dependencies pages to Jquery
stephenbroyer [Mon, 2 Sep 2013 13:44:36 +0000 (15:44 +0200)]
SONAR-4517 move settings pages to Jquery
stephenbroyer [Mon, 2 Sep 2013 08:16:01 +0000 (10:16 +0200)]
SONAR-4517 clean tabulation indentation on DashBoard pages for a Jquery request
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 08:10:05 +0000 (10:10 +0200)]
SONAR-3644 Remove obvious issues
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 07:53:25 +0000 (09:53 +0200)]
SONAR-3644 Get rid of potential NPE issue warning (cannot guarantee that subsequent calls to line() will not return null)
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 07:49:37 +0000 (09:49 +0200)]
SONAR-3644 Extract constant for documentation link and rename subcategory
Jean-Baptiste Lievremont [Wed, 11 Sep 2013 07:46:03 +0000 (09:46 +0200)]
SONAR-3644 Remove Constants interface
Simon Brandhof [Tue, 10 Sep 2013 16:11:13 +0000 (18:11 +0200)]
SONAR-4653 Provide new CSS styles for tables and titles in rule descriptions
Jean-Baptiste Lievremont [Tue, 10 Sep 2013 14:40:13 +0000 (16:40 +0200)]
SONAR-3644 Add checks for invalid regexps
Jean-Baptiste Lievremont [Tue, 10 Sep 2013 13:53:04 +0000 (15:53 +0200)]
SONAR-3644 Check input format of configuration entries for multicriteria
Jean-Baptiste Lievremont [Tue, 10 Sep 2013 12:22:53 +0000 (14:22 +0200)]
SONAR-3644 Reorder configuration properties (allfile > block > multicriteria)
Eric Hartmann [Tue, 10 Sep 2013 09:02:04 +0000 (11:02 +0200)]
Merge branch 'branch-4.1'
Jean-Baptiste Lievremont [Tue, 10 Sep 2013 08:02:40 +0000 (10:02 +0200)]
SONAR-3644 Fix issue when matching component key against original file pattern
Julien Lancelot [Mon, 9 Sep 2013 16:43:58 +0000 (18:43 +0200)]
SONAR-4438 Add an empty space when no source code in order to display correctly the "More action" menu
Jean-Baptiste Lievremont [Mon, 9 Sep 2013 16:07:58 +0000 (18:07 +0200)]
SONAR-3644 Fix issues when matching line range exclusions with file level issues
Julien Lancelot [Mon, 9 Sep 2013 16:06:52 +0000 (18:06 +0200)]
Revert "SONAR-4438 "More actions" drop list does not fit in the issue details modal window"
This reverts commit
e2572f904de475677b13ae5fc83b0dbb93f0554c .
Jean-Baptiste Lievremont [Mon, 9 Sep 2013 12:56:23 +0000 (14:56 +0200)]
SONAR-3644 Fix component resolution on non-Java files
Julien HENRY [Mon, 9 Sep 2013 08:27:15 +0000 (10:27 +0200)]
Remove unused method
Simon Brandhof [Mon, 9 Sep 2013 08:18:05 +0000 (10:18 +0200)]
Rename version 4.0 to 3.7.1
Simon Brandhof [Fri, 6 Sep 2013 15:29:46 +0000 (17:29 +0200)]
SONAR-4644 Failure "Duplicate Keys not allowed" in PicoContainer
Jean-Baptiste Lievremont [Fri, 6 Sep 2013 13:27:28 +0000 (15:27 +0200)]
SONAR-3644 Change labels
Jean-Baptiste Lievremont [Fri, 6 Sep 2013 10:15:37 +0000 (12:15 +0200)]
SONAR-3644 Remove deprecation declarations in configuration
Julien HENRY [Fri, 6 Sep 2013 09:36:56 +0000 (11:36 +0200)]
SONAR-4602 Fix concurrent access issues with dryRun cache
Jean-Baptiste Lievremont [Fri, 6 Sep 2013 09:37:19 +0000 (11:37 +0200)]
SONAR-3644 Break compatibility with plugin configuration
Use relative paths rather than component keys for filter definition
Add utility to compute component key based on underlying file path
Enhance coverage and compliance
Simon Brandhof [Fri, 6 Sep 2013 08:37:43 +0000 (10:37 +0200)]
SSF-19
Julien HENRY [Thu, 5 Sep 2013 14:49:26 +0000 (16:49 +0200)]
SONAR-4602 Evict dryRun cache on profile restore
Julien HENRY [Thu, 5 Sep 2013 13:56:56 +0000 (15:56 +0200)]
SONAR-4594 Export events in dryRun database
Simon Brandhof [Thu, 5 Sep 2013 13:32:11 +0000 (15:32 +0200)]
SONAR-4633 When SonarQube doesn't have the required rights to create Oracle triggers, the migration should fail with a meaningful message
Julien HENRY [Thu, 5 Sep 2013 13:20:25 +0000 (15:20 +0200)]
SONAR-4602 Evict dry run cache for additional cases
Julien HENRY [Thu, 5 Sep 2013 10:40:10 +0000 (12:40 +0200)]
SONAR-4632 Fix loading of settings when using Sonar Runner 2.3
Jean-Baptiste Lievremont [Thu, 5 Sep 2013 09:49:20 +0000 (11:49 +0200)]
SONAR-3644 Save changes to new API before revert
Copy resources from Switch Off Violations plugin to core
Remove references to deprecated APIs
Julien HENRY [Thu, 5 Sep 2013 08:03:31 +0000 (10:03 +0200)]
SONAR-4631 Remove the "nowrap" class on permissions
Julien HENRY [Thu, 5 Sep 2013 07:54:36 +0000 (09:54 +0200)]
SONAR-4378 Minor UI fixes
Julien HENRY [Thu, 5 Sep 2013 07:36:23 +0000 (09:36 +0200)]
Fix quality flaws and improve unit test
Julien HENRY [Wed, 4 Sep 2013 15:14:05 +0000 (17:14 +0200)]
Improve code coverage
Julien HENRY [Wed, 4 Sep 2013 14:26:56 +0000 (16:26 +0200)]
SONAR-4630 While creating a global dashboard,
a project dashboard might be created instead in some cases
Julien HENRY [Wed, 4 Sep 2013 14:01:29 +0000 (16:01 +0200)]
SONAR-4620 issue-related widgets should not propagate the page size
Julien HENRY [Wed, 4 Sep 2013 13:06:41 +0000 (15:06 +0200)]
SONAR-4602 Evict dryRun cache when changing issues
Simon Brandhof [Wed, 4 Sep 2013 13:02:25 +0000 (15:02 +0200)]
Fix SONAR-4517
Fabrice Bellingard [Wed, 4 Sep 2013 11:10:21 +0000 (13:10 +0200)]
Improve error message when creating duplicate dashboard.
Fabrice Bellingard [Wed, 4 Sep 2013 09:35:31 +0000 (11:35 +0200)]
Update description of project permissions based on last discussions.
Fabrice Bellingard [Wed, 4 Sep 2013 09:21:45 +0000 (11:21 +0200)]
Update the label of 2 menu entries in the project "Configuration" menu
- Project Permissions => Permissions
- Project Deletion => Deletion
Fabrice Bellingard [Wed, 4 Sep 2013 08:52:55 +0000 (10:52 +0200)]
Fix typos and format on "Database is up-to-date" page.
Fabrice Bellingard [Wed, 4 Sep 2013 08:40:15 +0000 (10:40 +0200)]
Use Codehaus tiny link.
Julien HENRY [Wed, 4 Sep 2013 10:24:25 +0000 (12:24 +0200)]
SONAR-4602 Evict dryRun cache when a new snapshot is available
Simon Brandhof [Wed, 4 Sep 2013 10:06:57 +0000 (12:06 +0200)]
Fix quality flaw
Julien HENRY [Wed, 4 Sep 2013 08:57:46 +0000 (10:57 +0200)]
SONAR-4602 Invalidate dryRun cache when changing quality profiles
Julien HENRY [Wed, 4 Sep 2013 07:26:36 +0000 (09:26 +0200)]
SONAR-4602 Revert eviction of dryRun cache on settings change
as it is not needed
Eric Hartmann [Wed, 4 Sep 2013 08:23:56 +0000 (10:23 +0200)]
Set update-center to version 1.8
Eric Hartmann [Wed, 4 Sep 2013 08:23:35 +0000 (10:23 +0200)]
Set update-center to version 1.8
Julien HENRY [Tue, 3 Sep 2013 17:10:01 +0000 (19:10 +0200)]
SONAR-4602 Disable unit tests
Julien HENRY [Tue, 3 Sep 2013 16:49:34 +0000 (18:49 +0200)]
SONAR-4602 Disable dryRun cache until problems are fixed
Julien Lancelot [Tue, 3 Sep 2013 15:51:44 +0000 (17:51 +0200)]
Set update center version to 1.8-SNAPSHOT
Julien HENRY [Tue, 3 Sep 2013 08:37:08 +0000 (10:37 +0200)]
SONAR-4603, SONAR-4589 Update project query in dryRun DB factory
Simon Brandhof [Tue, 3 Sep 2013 08:17:57 +0000 (10:17 +0200)]
Refactor Ruby "x ? x.y : nil" to "x && x.y", which is more readable.
Julien HENRY [Tue, 3 Sep 2013 07:57:45 +0000 (09:57 +0200)]
SONAR-4602 Fix regression in settings update
Julien HENRY [Mon, 2 Sep 2013 16:45:27 +0000 (18:45 +0200)]
SONAR-4602 Invalidate dryRun cache when restoring settings
Julien HENRY [Mon, 2 Sep 2013 16:02:35 +0000 (18:02 +0200)]
SONAR-4602 Invalidate dryRun cache when changing settings
Julien HENRY [Mon, 2 Sep 2013 15:29:22 +0000 (17:29 +0200)]
SONAR-4602 Put dryRun DBs in a cache
Simon Brandhof [Mon, 2 Sep 2013 15:23:16 +0000 (17:23 +0200)]
Fix some quality flaws
Simon Brandhof [Mon, 2 Sep 2013 14:55:24 +0000 (16:55 +0200)]
Fix some quality flaws
Simon Brandhof [Mon, 2 Sep 2013 13:32:48 +0000 (15:32 +0200)]
SONAR-4608 Migration issue on Oracle -> trying to insert some rows with some primary key values which are NULL
Simon Brandhof [Fri, 30 Aug 2013 16:44:40 +0000 (18:44 +0200)]
Fix deprecated URLs sonarsource.org and sonar.codehaus.org
Simon Brandhof [Fri, 30 Aug 2013 14:26:55 +0000 (16:26 +0200)]
SONAR-4518 Improve performance of rule removal during server startup
Julien Lancelot [Fri, 30 Aug 2013 15:17:11 +0000 (17:17 +0200)]
SSF-2 Fix vulnerability
Simon Brandhof [Fri, 30 Aug 2013 13:26:36 +0000 (15:26 +0200)]
Do not accept GET /account/update_notifications
Must be a POST request
Julien Lancelot [Fri, 30 Aug 2013 13:09:33 +0000 (15:09 +0200)]
SSF-2 Fix vulnerability
Julien Lancelot [Fri, 30 Aug 2013 09:43:21 +0000 (11:43 +0200)]
SSF-5 Fix security flaw
Julien Lancelot [Fri, 30 Aug 2013 09:07:56 +0000 (11:07 +0200)]
SSF-4 Fix security flaw
Julien Lancelot [Fri, 30 Aug 2013 08:06:42 +0000 (10:06 +0200)]
SSF-6 Fix security flaw
Julien Lancelot [Thu, 29 Aug 2013 16:25:58 +0000 (18:25 +0200)]
Fix quality flaws
Julien Lancelot [Thu, 29 Aug 2013 15:58:54 +0000 (17:58 +0200)]
Fix quality flaws
Julien Lancelot [Thu, 29 Aug 2013 15:41:53 +0000 (17:41 +0200)]
Fix quality flaws
Julien Lancelot [Thu, 29 Aug 2013 15:12:16 +0000 (17:12 +0200)]
SONAR-4582 The project's name should be escaped in the GWT design component of the package tangle index page