]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoFix compatibility of tests with non-H2 dbs
Simon Brandhof [Tue, 3 Mar 2015 21:54:03 +0000 (22:54 +0100)]
Fix compatibility of tests with non-H2 dbs

9 years agoSONAR-6229 Indexing of activity logs consumes too much memory during server startup
Simon Brandhof [Mon, 2 Mar 2015 12:27:28 +0000 (13:27 +0100)]
SONAR-6229 Indexing of activity logs consumes too much memory during server startup

9 years agoSONAR-6233 fix characteristic facet on rules page
Stas Vilchik [Tue, 3 Mar 2015 16:57:32 +0000 (17:57 +0100)]
SONAR-6233 fix characteristic facet on rules page

9 years agoSONAR-6233 Fix behavior of facet on uncharacterized rules 130/head
Jean-Baptiste Lievremont [Tue, 3 Mar 2015 12:41:22 +0000 (13:41 +0100)]
SONAR-6233 Fix behavior of facet on uncharacterized rules

9 years agoSONAR-6238 Updating only the name of a rule is not taking in account when synchronizi... 129/head
Julien Lancelot [Tue, 3 Mar 2015 12:06:50 +0000 (13:06 +0100)]
SONAR-6238 Updating only the name of a rule is not taking in account when synchronizing rules at startup

9 years agoUpdate javadoc
Julien HENRY [Tue, 3 Mar 2015 10:40:07 +0000 (11:40 +0100)]
Update javadoc

9 years agoRename method
Julien Lancelot [Tue, 3 Mar 2015 10:29:10 +0000 (11:29 +0100)]
Rename method

9 years agoAdd javadoc
Julien Lancelot [Tue, 3 Mar 2015 09:53:00 +0000 (10:53 +0100)]
Add javadoc

9 years agochange "recent history" to "browsed recently"
Stas Vilchik [Tue, 3 Mar 2015 08:34:58 +0000 (09:34 +0100)]
change "recent history" to "browsed recently"

9 years agofix source viewer test
Stas Vilchik [Mon, 2 Mar 2015 16:24:52 +0000 (17:24 +0100)]
fix source viewer test

9 years agoAdd search the ability to search for rules by profiles in RubyRuleService 127/head
Julien Lancelot [Mon, 2 Mar 2015 13:54:04 +0000 (14:54 +0100)]
Add search the ability to search for rules by profiles in RubyRuleService
Needed to fix SQALE-269

9 years agoSONAR-5884 show ut and it coverage separately
Stas Vilchik [Mon, 2 Mar 2015 14:38:04 +0000 (15:38 +0100)]
SONAR-5884 show ut and it coverage separately

9 years agoSONAR-5884 show ut and it coverage separately
Stas Vilchik [Mon, 2 Mar 2015 12:12:11 +0000 (13:12 +0100)]
SONAR-5884 show ut and it coverage separately

9 years agoSONAR-5884 Apply feedback on unit test and field names 126/head
Jean-Baptiste Lievremont [Mon, 2 Mar 2015 14:01:32 +0000 (15:01 +0100)]
SONAR-5884 Apply feedback on unit test and field names

9 years agoSONAR-5884 Replace overall coverage with UT coverage, add IT coverage info
Jean-Baptiste Lievremont [Mon, 2 Mar 2015 11:11:56 +0000 (12:11 +0100)]
SONAR-5884 Replace overall coverage with UT coverage, add IT coverage info

9 years agoRevert "SONAR-6202 Compute overall coverage on all files"
Julien HENRY [Mon, 2 Mar 2015 13:48:24 +0000 (14:48 +0100)]
Revert "SONAR-6202 Compute overall coverage on all files"

This reverts commit eac465bea9f5bf89a7beb8036e4d8eea4723f421.

Conflicts:
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java

9 years agoSONAR-5077 Display ncloc of files with no language in size widget
Julien HENRY [Mon, 2 Mar 2015 13:29:16 +0000 (14:29 +0100)]
SONAR-5077 Display ncloc of files with no language in size widget

9 years agoSONAR-6233 Searching for rules without debt characteristic is not working
Julien Lancelot [Mon, 2 Mar 2015 12:53:07 +0000 (13:53 +0100)]
SONAR-6233 Searching for rules without debt characteristic is not working

9 years agofix bug with extra duplicated line in the popup
Stas Vilchik [Mon, 2 Mar 2015 13:29:02 +0000 (14:29 +0100)]
fix bug with extra duplicated line in the popup

9 years agofix bug with extra duplicated line
Stas Vilchik [Mon, 2 Mar 2015 13:21:08 +0000 (14:21 +0100)]
fix bug with extra duplicated line

9 years agoFix quality flaws
Simon Brandhof [Mon, 2 Mar 2015 12:46:45 +0000 (13:46 +0100)]
Fix quality flaws

9 years agoupdate events widget
Stas Vilchik [Mon, 2 Mar 2015 10:57:44 +0000 (11:57 +0100)]
update events widget

9 years agoUpdate version of Git and SVN plugins to 1.0
Julien HENRY [Mon, 2 Mar 2015 10:50:20 +0000 (11:50 +0100)]
Update version of Git and SVN plugins to 1.0

9 years agoshow rule's issues in the same tab
Stas Vilchik [Mon, 2 Mar 2015 10:08:28 +0000 (11:08 +0100)]
show rule's issues in the same tab

9 years agoupdate help window
Stas Vilchik [Fri, 27 Feb 2015 08:46:01 +0000 (09:46 +0100)]
update help window

9 years agoRefactor table ANALYSIS_REPORTS because of MySQL packet size limitation
Simon Brandhof [Wed, 25 Feb 2015 21:22:20 +0000 (22:22 +0100)]
Refactor table ANALYSIS_REPORTS because of MySQL packet size limitation

* do not store report zip in table ANALYSIS_REPORTS but in FS dir {home}/data/analysis
* do not store snapshot id in table but in protobuf report

9 years agoTest internal Git merge tool
Simon Brandhof [Fri, 27 Feb 2015 17:23:36 +0000 (18:23 +0100)]
Test internal Git merge tool

9 years agoSONAR-6222 SQALE Rating is badly render in the timeline widget 121/head
Julien Lancelot [Fri, 27 Feb 2015 13:40:20 +0000 (14:40 +0100)]
SONAR-6222 SQALE Rating is badly render in the timeline widget

9 years agoMerge branch 'master' into branch-5.1
Simon Brandhof [Thu, 26 Feb 2015 21:16:45 +0000 (22:16 +0100)]
Merge branch 'master' into branch-5.1

9 years agorevert back to 5.2-SNAPSHOT after job generation
tomverin [Thu, 26 Feb 2015 20:59:04 +0000 (21:59 +0100)]
revert back to 5.2-SNAPSHOT after job generation

9 years agoswitch version to 5.1 for regeneration of jenkins job
tomverin [Thu, 26 Feb 2015 20:51:37 +0000 (21:51 +0100)]
switch version to 5.1 for regeneration of jenkins job

9 years agofix connection leak
Teryk Bellahsene [Thu, 26 Feb 2015 17:01:30 +0000 (18:01 +0100)]
fix connection leak

9 years agofix default assignee when property is null - SONAR-6154
Teryk Bellahsene [Thu, 26 Feb 2015 13:50:46 +0000 (14:50 +0100)]
fix default assignee when property is null - SONAR-6154

9 years agofix component wrapping on issues page
Stas Vilchik [Thu, 26 Feb 2015 09:45:26 +0000 (10:45 +0100)]
fix component wrapping on issues page

9 years agosort extra measures categories by name
Stas Vilchik [Thu, 26 Feb 2015 09:32:57 +0000 (10:32 +0100)]
sort extra measures categories by name

9 years agofix deletion of scm accounts
Stas Vilchik [Thu, 26 Feb 2015 08:24:00 +0000 (09:24 +0100)]
fix deletion of scm accounts

9 years agoAllow to set a default assignee on issues - SONAR-6154 116/head
Teryk Bellahsene [Tue, 24 Feb 2015 14:32:16 +0000 (15:32 +0100)]
Allow to set a default assignee on issues - SONAR-6154

9 years agoRename a migration because the name is too long on windows
Julien Lancelot [Thu, 26 Feb 2015 11:07:30 +0000 (12:07 +0100)]
Rename a migration because the name is too long on windows

9 years agoAutomatic merge from branch-5.1
Jenkins CI [Thu, 26 Feb 2015 09:25:12 +0000 (10:25 +0100)]
Automatic merge from branch-5.1

* origin/branch-5.1:
  SONAR-6012 Push forgotten update of batch input proto
  SONAR-6075 Hide projects and authors facets on a developer technical project
  Increase reliability of ProgressLoggerTest on slow machines

9 years agoMerge branch 'branch-5.0' into branch-5.1
Simon Brandhof [Thu, 26 Feb 2015 09:19:59 +0000 (10:19 +0100)]
Merge branch 'branch-5.0' into branch-5.1

9 years agoSONAR-6012 Push forgotten update of batch input proto
Julien Lancelot [Thu, 26 Feb 2015 09:03:08 +0000 (10:03 +0100)]
SONAR-6012 Push forgotten update of batch input proto

9 years agoSONAR-6075 Hide projects and authors facets on a developer technical project
Jean-Baptiste Lievremont [Thu, 26 Feb 2015 08:42:26 +0000 (09:42 +0100)]
SONAR-6075 Hide projects and authors facets on a developer technical project

9 years agoUpgrade version to 5.2-SNAPSHOT
Thomas Vérin [Thu, 26 Feb 2015 08:04:16 +0000 (09:04 +0100)]
Upgrade version to 5.2-SNAPSHOT

9 years agoSONAR-5927 Blacklist the build breaker plugin in preview mode
Julien HENRY [Wed, 25 Feb 2015 17:49:15 +0000 (18:49 +0100)]
SONAR-5927 Blacklist the build breaker plugin in preview mode

9 years agoSONAR-5927 Fix 404 when analyzing new file
Julien HENRY [Wed, 25 Feb 2015 15:19:05 +0000 (16:19 +0100)]
SONAR-5927 Fix 404 when analyzing new file

9 years agoSONAR-6012 Checksum can be null
Julien Lancelot [Wed, 25 Feb 2015 14:57:01 +0000 (15:57 +0100)]
SONAR-6012 Checksum can be null

9 years agoFix some quality flaws
Julien HENRY [Wed, 25 Feb 2015 14:27:46 +0000 (15:27 +0100)]
Fix some quality flaws

9 years agoFix quality flaw
Julien Lancelot [Wed, 25 Feb 2015 14:09:08 +0000 (15:09 +0100)]
Fix quality flaw

9 years agoSONAR-5927, SONAR-6012 Rework incremental preview mode to speedup issue retrieval
Julien HENRY [Wed, 25 Feb 2015 13:04:39 +0000 (14:04 +0100)]
SONAR-5927, SONAR-6012 Rework incremental preview mode to speedup issue retrieval

9 years agoFix typo
Julien HENRY [Wed, 25 Feb 2015 12:27:24 +0000 (13:27 +0100)]
Fix typo

9 years agoadd combined dev&watch grunt task
Stas Vilchik [Wed, 25 Feb 2015 11:26:25 +0000 (12:26 +0100)]
add combined dev&watch grunt task

9 years agoadd web assets headers
Stas Vilchik [Wed, 25 Feb 2015 11:18:51 +0000 (12:18 +0100)]
add web assets headers

9 years agoIncrease reliability of ProgressLoggerTest on slow machines
Simon Brandhof [Wed, 25 Feb 2015 10:54:43 +0000 (11:54 +0100)]
Increase reliability of ProgressLoggerTest on slow machines

9 years agoIncrease reliability of ProgressLoggerTest on slow machines
Simon Brandhof [Wed, 25 Feb 2015 10:54:06 +0000 (11:54 +0100)]
Increase reliability of ProgressLoggerTest on slow machines

9 years agoupdate shortcuts help
Stas Vilchik [Wed, 25 Feb 2015 09:34:21 +0000 (10:34 +0100)]
update shortcuts help

9 years agochange issue comment shortcut
Stas Vilchik [Wed, 25 Feb 2015 09:24:31 +0000 (10:24 +0100)]
change issue comment shortcut

9 years agoAdjust performance test
Simon Brandhof [Wed, 25 Feb 2015 09:49:30 +0000 (10:49 +0100)]
Adjust performance test

9 years agoImprove javadoc of org.sonar.api.utils.log.Logger
Simon Brandhof [Wed, 25 Feb 2015 08:19:23 +0000 (09:19 +0100)]
Improve javadoc of org.sonar.api.utils.log.Logger

9 years agoAutomatic merge from branch-5.0
Julien Lancelot [Wed, 25 Feb 2015 07:23:03 +0000 (08:23 +0100)]
Automatic merge from branch-5.0

* origin/branch-5.0:
  Update version to 5.0.2-SNAPSHOT
  Release 5.0.1

9 years agoFix some quality flaws
Julien HENRY [Tue, 24 Feb 2015 14:28:15 +0000 (15:28 +0100)]
Fix some quality flaws

9 years agoSONAR-5936 support property sonar.log.level on batch
Simon Brandhof [Tue, 24 Feb 2015 15:50:18 +0000 (16:50 +0100)]
SONAR-5936 support property sonar.log.level on batch

9 years agoRevert upgrade to Elasticsearch 1.4.4 as it seems to have performance regressions
Simon Brandhof [Tue, 24 Feb 2015 15:45:30 +0000 (16:45 +0100)]
Revert upgrade to Elasticsearch 1.4.4 as it seems to have performance regressions

9 years agoFix quality flaw
Simon Brandhof [Tue, 24 Feb 2015 15:45:02 +0000 (16:45 +0100)]
Fix quality flaw

9 years agoSONAR-5936 remove "Disk Usage" from ES info
Simon Brandhof [Tue, 24 Feb 2015 13:18:52 +0000 (14:18 +0100)]
SONAR-5936 remove "Disk Usage" from ES info

9 years agoFix quality flaw
Julien Lancelot [Tue, 24 Feb 2015 14:12:40 +0000 (15:12 +0100)]
Fix quality flaw

9 years agoSONAR-6009 Instead of loading active rules then iterate on rules, load rules and...
Julien Lancelot [Tue, 24 Feb 2015 12:41:27 +0000 (13:41 +0100)]
SONAR-6009 Instead of loading active rules then iterate on rules, load rules and then iterate on active rules

9 years agoAdd missing test
Simon Brandhof [Tue, 24 Feb 2015 10:18:39 +0000 (11:18 +0100)]
Add missing test

9 years agoUpdate version to 5.0.2-SNAPSHOT
Thomas Vérin [Tue, 24 Feb 2015 09:39:40 +0000 (10:39 +0100)]
Update version to 5.0.2-SNAPSHOT

9 years agoSONAR-6075 Add ability to search issues on developer technical project copy 114/head
Jean-Baptiste Lievremont [Mon, 23 Feb 2015 16:27:50 +0000 (17:27 +0100)]
SONAR-6075 Add ability to search issues on developer technical project copy

9 years agoRelease 5.0.1 5.0.1
Thomas Vérin [Tue, 24 Feb 2015 09:08:46 +0000 (10:08 +0100)]
Release 5.0.1

9 years agoUpgrade to elasticsearch 1.4.4
Simon Brandhof [Mon, 23 Feb 2015 22:29:38 +0000 (23:29 +0100)]
Upgrade to elasticsearch 1.4.4

9 years agoFix quality flaws
Simon Brandhof [Mon, 23 Feb 2015 22:26:35 +0000 (23:26 +0100)]
Fix quality flaws

9 years agoFix quality flaws
Simon Brandhof [Mon, 23 Feb 2015 21:32:31 +0000 (22:32 +0100)]
Fix quality flaws

9 years agoSONAR-5936 add response example to documentation
Simon Brandhof [Mon, 23 Feb 2015 20:52:04 +0000 (21:52 +0100)]
SONAR-5936 add response example to documentation

9 years agoFix quality flaws
Simon Brandhof [Mon, 23 Feb 2015 20:51:43 +0000 (21:51 +0100)]
Fix quality flaws

9 years agoSONAR-5716 drop documentation of api/server/system
Simon Brandhof [Mon, 23 Feb 2015 17:48:51 +0000 (18:48 +0100)]
SONAR-5716 drop documentation of api/server/system

9 years agoSONAR-5936 remove useless ES startup time (same as web server)
Simon Brandhof [Mon, 23 Feb 2015 17:42:59 +0000 (18:42 +0100)]
SONAR-5936 remove useless ES startup time (same as web server)

9 years agoSONAR-5936 remove ES CPU usage which is most of times null
Simon Brandhof [Mon, 23 Feb 2015 17:29:53 +0000 (18:29 +0100)]
SONAR-5936 remove ES CPU usage which is most of times null

9 years agoFix quality flaw
Simon Brandhof [Mon, 23 Feb 2015 17:05:07 +0000 (18:05 +0100)]
Fix quality flaw

9 years agoSONAR-5936 improve Elasticsearch information displayed in System Info
Simon Brandhof [Mon, 23 Feb 2015 17:04:58 +0000 (18:04 +0100)]
SONAR-5936 improve Elasticsearch information displayed in System Info

9 years agofix quality flaws
Stas Vilchik [Mon, 23 Feb 2015 16:36:31 +0000 (17:36 +0100)]
fix quality flaws

9 years agofix quality flaws
Stas Vilchik [Mon, 23 Feb 2015 15:19:22 +0000 (16:19 +0100)]
fix quality flaws

9 years agoMerge pull request #112 from SonarSource/feature/fast_grunt
Stas Vilchik [Mon, 23 Feb 2015 15:13:34 +0000 (16:13 +0100)]
Merge pull request #112 from SonarSource/feature/fast_grunt

speed up uglify js step

9 years agofix issues bulk change on contextualized pages, part 2
Stas Vilchik [Mon, 23 Feb 2015 14:05:07 +0000 (15:05 +0100)]
fix issues bulk change on contextualized pages, part 2

9 years agofix issues bulk change on contextualized pages
Stas Vilchik [Mon, 23 Feb 2015 13:53:52 +0000 (14:53 +0100)]
fix issues bulk change on contextualized pages

9 years agoSONAR-6009 Return only needed rule fields
Julien Lancelot [Mon, 23 Feb 2015 13:06:29 +0000 (14:06 +0100)]
SONAR-6009 Return only needed rule fields

9 years agoSONAR-6009 Use filter instead of query for activation filter of rule search
Jean-Baptiste Lievremont [Mon, 23 Feb 2015 13:01:57 +0000 (14:01 +0100)]
SONAR-6009 Use filter instead of query for activation filter of rule search

9 years agoRevert change on equals on Category since it is breaking UI
Julien HENRY [Mon, 23 Feb 2015 11:13:52 +0000 (12:13 +0100)]
Revert change on equals on Category since it is breaking UI

9 years agoRevert "Fix quality flaws"
Julien Lancelot [Mon, 23 Feb 2015 11:02:14 +0000 (12:02 +0100)]
Revert "Fix quality flaws"

This reverts commit 7efdaa4a6e4f2ce8cbcc024e74407ccb13a413d3.

9 years agoRevert "Add missing null check on equals"
Julien Lancelot [Mon, 23 Feb 2015 11:02:00 +0000 (12:02 +0100)]
Revert "Add missing null check on equals"

This reverts commit 3c5fec7277657389960231c8ee650256028a1d7a.

9 years agoAdd missing null check on equals
Julien Lancelot [Mon, 23 Feb 2015 10:12:44 +0000 (11:12 +0100)]
Add missing null check on equals

9 years agoFix quality flaws
Julien Lancelot [Mon, 23 Feb 2015 08:50:27 +0000 (09:50 +0100)]
Fix quality flaws

9 years agoadd shortcuts help for rules page
Stas Vilchik [Mon, 23 Feb 2015 08:51:49 +0000 (09:51 +0100)]
add shortcuts help for rules page

9 years agoimprove modal windows
Stas Vilchik [Mon, 23 Feb 2015 08:44:44 +0000 (09:44 +0100)]
improve modal windows

9 years agoFix some quality flaws
Julien HENRY [Mon, 23 Feb 2015 08:55:37 +0000 (09:55 +0100)]
Fix some quality flaws

9 years agofix quality flaws
Stas Vilchik [Fri, 20 Feb 2015 16:59:29 +0000 (17:59 +0100)]
fix quality flaws

9 years agoFix some quality flaws
Julien HENRY [Mon, 23 Feb 2015 08:10:11 +0000 (09:10 +0100)]
Fix some quality flaws

9 years agoFix quality flaws
Simon Brandhof [Mon, 23 Feb 2015 06:51:53 +0000 (07:51 +0100)]
Fix quality flaws

9 years agoFix quality flaws
Simon Brandhof [Mon, 23 Feb 2015 06:47:40 +0000 (07:47 +0100)]
Fix quality flaws

9 years agomissing package-info.java
Simon Brandhof [Sun, 22 Feb 2015 23:51:49 +0000 (00:51 +0100)]
missing package-info.java