]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6236 Apply feedback from PR 149/head
Jean-Baptiste Lievremont [Wed, 18 Mar 2015 09:53:00 +0000 (10:53 +0100)]
SONAR-6236 Apply feedback from PR

9 years agoSONAR-6236 Remove BaseDao from WidgetDao and WidgetPropertyDao
Jean-Baptiste Lievremont [Wed, 18 Mar 2015 09:19:11 +0000 (10:19 +0100)]
SONAR-6236 Remove BaseDao from WidgetDao and WidgetPropertyDao

9 years agoSONAR-6236 Migrate existing dashboards to use the new issue widgets
Jean-Baptiste Lievremont [Thu, 12 Mar 2015 16:56:46 +0000 (17:56 +0100)]
SONAR-6236 Migrate existing dashboards to use the new issue widgets

9 years agoAutomatic merge from branch-5.1
Jenkins CI [Wed, 18 Mar 2015 11:23:29 +0000 (12:23 +0100)]
Automatic merge from branch-5.1

* origin/branch-5.1:
  Move migration 774 to 773

9 years agoMove migration 774 to 773
Julien Lancelot [Wed, 18 Mar 2015 11:20:13 +0000 (12:20 +0100)]
Move migration 774 to 773

9 years agoFix lock of project table in devcockpit
Julien HENRY [Wed, 18 Mar 2015 11:20:37 +0000 (12:20 +0100)]
Fix lock of project table in devcockpit

9 years agoMove migration 774 to 773
Julien Lancelot [Wed, 18 Mar 2015 11:20:13 +0000 (12:20 +0100)]
Move migration 774 to 773

9 years agoAutomatic merge from branch-5.1
Jenkins CI [Wed, 18 Mar 2015 08:37:34 +0000 (09:37 +0100)]
Automatic merge from branch-5.1

* origin/branch-5.1:
  Batch should set updated date to 0 on updated sources and Compute should update this sources for current project
  improve significantly memore consumption while using a disk cache
  catch Throwable instead of Exception in Computation threads

9 years agoBatch should set updated date to 0 on updated sources and Compute should update this... 156/head
Julien Lancelot [Tue, 17 Mar 2015 15:43:27 +0000 (16:43 +0100)]
Batch should set updated date to 0 on updated sources and Compute should update this sources for current project

9 years agoMerge branch-5.1
Julien Lancelot [Wed, 18 Mar 2015 08:17:50 +0000 (09:17 +0100)]
Merge branch-5.1

9 years agoimprove significantly memore consumption while using a disk cache 157/head
Teryk Bellahsene [Tue, 17 Mar 2015 17:59:01 +0000 (18:59 +0100)]
improve significantly memore consumption while using a disk cache

it kept a strong reference to every object writter: http://stackoverflow.com/questions/7495155/java-out-of-heap-space-during-serialization/7495214#7495214

9 years agocatch Throwable instead of Exception in Computation threads
Teryk Bellahsene [Tue, 17 Mar 2015 17:05:54 +0000 (18:05 +0100)]
catch Throwable instead of Exception in Computation threads

9 years agofix manual rule reactivation
Stas Vilchik [Tue, 17 Mar 2015 16:45:26 +0000 (17:45 +0100)]
fix manual rule reactivation

9 years agoAdd unit tests
Julien Lancelot [Tue, 17 Mar 2015 15:19:11 +0000 (16:19 +0100)]
Add unit tests

9 years agoextract settings links in the context nav
Stas Vilchik [Tue, 17 Mar 2015 15:12:36 +0000 (16:12 +0100)]
extract settings links in the context nav

9 years agoTravis test
Simon Brandhof [Tue, 17 Mar 2015 15:02:55 +0000 (16:02 +0100)]
Travis test

9 years agoFix maven warning (duplicated dependency in sonar-server module)
Simon Brandhof [Tue, 17 Mar 2015 14:58:50 +0000 (15:58 +0100)]
Fix maven warning (duplicated dependency in sonar-server module)

9 years agoadd some web tests
Stas Vilchik [Tue, 17 Mar 2015 14:32:13 +0000 (15:32 +0100)]
add some web tests

9 years agoImprove db migration from 5.0 and indexing step at server startup
Simon Brandhof [Fri, 13 Mar 2015 16:43:27 +0000 (17:43 +0100)]
Improve db migration from 5.0 and indexing step at server startup

* Parallel bulk indexing of documents into Elasticsearch
* reduce memory consumption when building JSON requests
* no need to change type of column PROJECT_MEASURES.MEASURE_DATE as it is not used
* fix created_at/updated_at fields of manual_measure when saved from Rails
* remove usage of deprecated delete-by-query

9 years agoFix purge issue because events persistence was done after switch of snapshot
Julien Lancelot [Tue, 17 Mar 2015 14:10:39 +0000 (15:10 +0100)]
Fix purge issue because events persistence was done after switch of snapshot

9 years agoFix test on MySQL
Julien Lancelot [Tue, 17 Mar 2015 12:56:35 +0000 (13:56 +0100)]
Fix test on MySQL

9 years agoimprove the display of dashboard in the context nav
Stas Vilchik [Tue, 17 Mar 2015 12:45:53 +0000 (13:45 +0100)]
improve the display of dashboard in the context nav

9 years agoSONAR-6276 Fix NPE when an event has no description
Julien HENRY [Tue, 17 Mar 2015 08:29:38 +0000 (09:29 +0100)]
SONAR-6276 Fix NPE when an event has no description

9 years agoSONAR-6261 Add step into steps pico
Julien Lancelot [Mon, 16 Mar 2015 17:31:25 +0000 (18:31 +0100)]
SONAR-6261 Add step into steps pico

9 years agoSONAR-6276 SONAR-6288 Feed events and version in analysis report and drop ability...
Julien HENRY [Fri, 13 Mar 2015 20:53:40 +0000 (21:53 +0100)]
SONAR-6276 SONAR-6288 Feed events and version in analysis report and drop ability to create custom event on batch side

9 years agoSONAR-6261 Persist events in compute stack
Julien Lancelot [Fri, 13 Mar 2015 13:25:42 +0000 (14:25 +0100)]
SONAR-6261 Persist events in compute stack

9 years agoFix compatibility of build with Java 7 (see previous commit :-))
Simon Brandhof [Tue, 17 Mar 2015 11:05:52 +0000 (12:05 +0100)]
Fix compatibility of build with Java 7 (see previous commit :-))

9 years agoFix compatibility of build with Java 8
Simon Brandhof [Tue, 17 Mar 2015 10:32:15 +0000 (11:32 +0100)]
Fix compatibility of build with Java 8

9 years agoMerge multiple issues column requests alter into one request 155/head
Julien Lancelot [Tue, 17 Mar 2015 10:27:18 +0000 (11:27 +0100)]
Merge multiple issues column requests alter into one request

9 years agostabilize execution of web tests on windows
Stas Vilchik [Tue, 17 Mar 2015 09:36:55 +0000 (10:36 +0100)]
stabilize execution of web tests on windows

9 years agoRevert "Remove use of DateUtils.truncate since it is not efficient"
Julien HENRY [Tue, 17 Mar 2015 09:00:17 +0000 (10:00 +0100)]
Revert "Remove use of DateUtils.truncate since it is not efficient"

This reverts commit 46e1d76cc3814518f23b65132e5a8f083bb707a5.

9 years agoManual merge from branch-5.1
Jean-Baptiste Lievremont [Tue, 17 Mar 2015 08:32:20 +0000 (09:32 +0100)]
Manual merge from branch-5.1

9 years agoRestore search of all rules for SQALE
Julien Lancelot [Mon, 16 Mar 2015 15:57:33 +0000 (16:57 +0100)]
Restore search of all rules for SQALE

9 years agoFix compilation issue after renaming
Julien HENRY [Mon, 16 Mar 2015 15:27:45 +0000 (16:27 +0100)]
Fix compilation issue after renaming

9 years agoApply naming convention for repeated protobuf attributes
Julien HENRY [Mon, 16 Mar 2015 15:06:38 +0000 (16:06 +0100)]
Apply naming convention for repeated protobuf attributes

9 years agoFix an issue with TimeZone ID of UTC
Jean-Baptiste Lievremont [Mon, 16 Mar 2015 11:18:17 +0000 (12:18 +0100)]
Fix an issue with TimeZone ID of UTC

Conflicts:
server/sonar-server/src/test/java/org/sonar/server/issue/index/IssueIndexTest.java

9 years agoSONAR-6262 Fix NPE in link publisher on Views
Julien HENRY [Mon, 16 Mar 2015 14:42:43 +0000 (15:42 +0100)]
SONAR-6262 Fix NPE in link publisher on Views

9 years agofix web test
Stas Vilchik [Mon, 16 Mar 2015 14:41:16 +0000 (15:41 +0100)]
fix web test

9 years agoshow duration of unfinished analysis reports
Stas Vilchik [Mon, 16 Mar 2015 14:24:41 +0000 (15:24 +0100)]
show duration of unfinished analysis reports

9 years agoRemove use of DateUtils.truncate since it is not efficient
Julien HENRY [Mon, 16 Mar 2015 13:19:55 +0000 (14:19 +0100)]
Remove use of DateUtils.truncate since it is not efficient

9 years agoAdd script find-classpath-conflicts.sh
Simon Brandhof [Mon, 16 Mar 2015 13:09:09 +0000 (14:09 +0100)]
Add script find-classpath-conflicts.sh

9 years agoSONAR-6264 apply feedback
Stas Vilchik [Mon, 16 Mar 2015 13:10:36 +0000 (14:10 +0100)]
SONAR-6264 apply feedback

9 years agobetter highlighting of active navigation item in the project context
Stas Vilchik [Mon, 16 Mar 2015 13:04:20 +0000 (14:04 +0100)]
better highlighting of active navigation item in the project context

9 years agobetter highlighting of active navigation item in the project context
Stas Vilchik [Mon, 16 Mar 2015 13:04:20 +0000 (14:04 +0100)]
better highlighting of active navigation item in the project context

9 years agofix concurrency in the global search
Stas Vilchik [Mon, 16 Mar 2015 12:38:14 +0000 (13:38 +0100)]
fix concurrency in the global search

9 years agoSONAR-6264 apply feedback
Stas Vilchik [Mon, 16 Mar 2015 12:02:51 +0000 (13:02 +0100)]
SONAR-6264 apply feedback

9 years agoSONAR-6285 add a home page for global issues
Stas Vilchik [Tue, 10 Mar 2015 14:46:31 +0000 (15:46 +0100)]
SONAR-6285 add a home page for global issues

9 years agotry to increase timeout for web tests
Stas Vilchik [Mon, 16 Mar 2015 09:19:26 +0000 (10:19 +0100)]
try to increase timeout for web tests

9 years agoremove extra logging of web tests, do not fail fast during analysis
Stas Vilchik [Fri, 13 Mar 2015 19:09:30 +0000 (20:09 +0100)]
remove extra logging of web tests, do not fail fast during analysis

9 years agofix lcov report for windows
Stas Vilchik [Fri, 13 Mar 2015 16:30:34 +0000 (17:30 +0100)]
fix lcov report for windows

9 years agoSONAR-6244 Fix bad behavior of assignees facet on selected items
Jean-Baptiste Lievremont [Fri, 13 Mar 2015 15:00:05 +0000 (16:00 +0100)]
SONAR-6244 Fix bad behavior of assignees facet on selected items

9 years agotry to fix execution of web tests on windows
Stas Vilchik [Fri, 13 Mar 2015 13:48:14 +0000 (14:48 +0100)]
try to fix execution of web tests on windows

9 years agoSONAR-6262 Fix display of links in components page
Julien Lancelot [Fri, 13 Mar 2015 12:28:59 +0000 (13:28 +0100)]
SONAR-6262 Fix display of links in components page

9 years agoFix quality flaws
Julien Lancelot [Fri, 13 Mar 2015 11:03:02 +0000 (12:03 +0100)]
Fix quality flaws

9 years agoadd extra logging for web tests
Stas Vilchik [Fri, 13 Mar 2015 10:49:01 +0000 (11:49 +0100)]
add extra logging for web tests

9 years agoFix test on Oracle and MySQL
Julien Lancelot [Fri, 13 Mar 2015 09:39:32 +0000 (10:39 +0100)]
Fix test on Oracle and MySQL

9 years agoRevert "disable parallel execution of web tests with coverage"
Stas Vilchik [Fri, 13 Mar 2015 08:04:58 +0000 (09:04 +0100)]
Revert "disable parallel execution of web tests with coverage"

This reverts commit 5e95dbff2a6673c93ad42b647f424d36e145672e.

9 years agoAutomatic merge from master
Jenkins CI [Fri, 13 Mar 2015 06:59:18 +0000 (07:59 +0100)]
Automatic merge from master

* origin/branch-5.1:
  SONAR-5473 Optimization: do not change file_sources.updated_at   when the change is only on src_hash

9 years agoSONAR-6273 Really fix NPE when working on projects with branches
Julien HENRY [Thu, 12 Mar 2015 17:27:13 +0000 (18:27 +0100)]
SONAR-6273 Really fix NPE when working on projects with branches

9 years agoSONAR-6273 Fix NPE when working on projects with branches
Julien HENRY [Thu, 12 Mar 2015 16:47:36 +0000 (17:47 +0100)]
SONAR-6273 Fix NPE when working on projects with branches

9 years agofix ui issues with warnings
Stas Vilchik [Thu, 12 Mar 2015 16:23:16 +0000 (17:23 +0100)]
fix ui issues with warnings

9 years agodisable parallel execution of web tests with coverage
Stas Vilchik [Thu, 12 Mar 2015 15:49:59 +0000 (16:49 +0100)]
disable parallel execution of web tests with coverage

9 years agoadd nav web tests
Stas Vilchik [Thu, 12 Mar 2015 14:37:55 +0000 (15:37 +0100)]
add nav web tests

9 years agoSONAR-6262 Not delete custom links 145/head
Julien Lancelot [Thu, 12 Mar 2015 14:12:45 +0000 (15:12 +0100)]
SONAR-6262 Not delete custom links

9 years agoSONAR-6273 SONAR-6274 Feed links in compute report and remove links sensor API
Julien HENRY [Thu, 12 Mar 2015 09:16:10 +0000 (10:16 +0100)]
SONAR-6273 SONAR-6274 Feed links in compute report and remove links sensor API

9 years agoSONAR-6262 Persist links in compute stack
Julien Lancelot [Wed, 11 Mar 2015 07:31:47 +0000 (08:31 +0100)]
SONAR-6262 Persist links in compute stack

9 years agoSONAR-6262 Add project_links.component_uuid column
Julien Lancelot [Mon, 9 Mar 2015 16:22:55 +0000 (17:22 +0100)]
SONAR-6262 Add project_links.component_uuid column

9 years agofix workspace header
Stas Vilchik [Thu, 12 Mar 2015 13:18:46 +0000 (14:18 +0100)]
fix workspace header

9 years agoisolate workspace scrolling
Stas Vilchik [Thu, 12 Mar 2015 12:55:10 +0000 (13:55 +0100)]
isolate workspace scrolling

9 years agoMerge pull request #147 from SonarSource/feature/faster-web-test
Stas Vilchik [Thu, 12 Mar 2015 09:58:27 +0000 (10:58 +0100)]
Merge pull request #147 from SonarSource/feature/faster-web-test

faster web test

9 years agoSONAR-5473 Optimization: do not change file_sources.updated_at
Julien HENRY [Thu, 12 Mar 2015 09:24:55 +0000 (10:24 +0100)]
SONAR-5473 Optimization: do not change file_sources.updated_at
  when the change is only on src_hash

9 years agofix alert in manual rule creation modal
Stas Vilchik [Thu, 12 Mar 2015 09:11:50 +0000 (10:11 +0100)]
fix alert in manual rule creation modal

9 years agodeprecate some css
Stas Vilchik [Thu, 12 Mar 2015 09:09:38 +0000 (10:09 +0100)]
deprecate some css

9 years agoenable parallel execution for tests with coverage, stabilize coverage reporting 147/head
Stas Vilchik [Thu, 12 Mar 2015 08:38:23 +0000 (09:38 +0100)]
enable parallel execution for tests with coverage, stabilize coverage reporting

9 years agoclean up tests
Stas Vilchik [Wed, 11 Mar 2015 15:41:35 +0000 (16:41 +0100)]
clean up tests

9 years agoSONAR-6235 Fix initialization of test
Jean-Baptiste Lievremont [Wed, 11 Mar 2015 15:33:53 +0000 (16:33 +0100)]
SONAR-6235 Fix initialization of test

9 years agomove l10n mock to the express
Stas Vilchik [Wed, 11 Mar 2015 15:18:03 +0000 (16:18 +0100)]
move l10n mock to the express

9 years agonarrow the served static resources
Stas Vilchik [Wed, 11 Mar 2015 15:04:55 +0000 (16:04 +0100)]
narrow the served static resources

9 years agoupdate new issues formatting
Teryk Bellahsene [Wed, 11 Mar 2015 14:45:18 +0000 (15:45 +0100)]
update new issues formatting

- formatted debt
- cleaner hasNextIssues() check
- update MyNewIssues property definition

9 years agodisable web tests with browser popups
Stas Vilchik [Wed, 11 Mar 2015 14:31:37 +0000 (15:31 +0100)]
disable web tests with browser popups

9 years agodo not send notification when there are no new issues
Teryk Bellahsene [Wed, 11 Mar 2015 13:06:08 +0000 (14:06 +0100)]
do not send notification when there are no new issues

9 years agoSONAR-6234 apply feedback
Stas Vilchik [Wed, 11 Mar 2015 12:55:22 +0000 (13:55 +0100)]
SONAR-6234 apply feedback

9 years agoupdate the MyNewIssuesNotificationDispatcher key because of a conflict with the Issue...
Teryk Bellahsene [Wed, 11 Mar 2015 11:45:05 +0000 (12:45 +0100)]
update the MyNewIssuesNotificationDispatcher key because of a conflict with the Issues Assign plugin

9 years agofix web tests
Stas Vilchik [Wed, 11 Mar 2015 10:26:24 +0000 (11:26 +0100)]
fix web tests

9 years agoFix quality flaws
Jean-Baptiste Lievremont [Wed, 11 Mar 2015 08:52:52 +0000 (09:52 +0100)]
Fix quality flaws

9 years agoremove some usages of deprecated css
Stas Vilchik [Tue, 10 Mar 2015 16:51:07 +0000 (17:51 +0100)]
remove some usages of deprecated css

9 years agoclean up alerts
Stas Vilchik [Tue, 10 Mar 2015 16:42:36 +0000 (17:42 +0100)]
clean up alerts

9 years agoclean up css
Stas Vilchik [Tue, 10 Mar 2015 15:38:58 +0000 (16:38 +0100)]
clean up css

9 years agoSONAR-6244 assigned_to_me facet must be sticky with respect to assignees
Jean-Baptiste Lievremont [Tue, 10 Mar 2015 10:55:08 +0000 (11:55 +0100)]
SONAR-6244 assigned_to_me facet must be sticky with respect to assignees

9 years agoupdate version of sonarsource-branding
Stas Vilchik [Tue, 10 Mar 2015 15:24:23 +0000 (16:24 +0100)]
update version of sonarsource-branding

9 years agoSONAR-6236 Put back widgets on default "Issues" dashboard, based on new issue filter... 144/head
Jean-Baptiste Lievremont [Mon, 9 Mar 2015 17:13:19 +0000 (18:13 +0100)]
SONAR-6236 Put back widgets on default "Issues" dashboard, based on new issue filter widget

9 years agonotify users when they are automatically assigned to issues - SONAR-6106 SONAR-6045 142/head
Teryk Bellahsene [Thu, 5 Mar 2015 18:08:35 +0000 (19:08 +0100)]
notify users when they are automatically assigned to issues - SONAR-6106 SONAR-6045

9 years agoSONAR-6248 change the date facet on the issues page to support new search parameter
Stas Vilchik [Tue, 10 Mar 2015 10:00:17 +0000 (11:00 +0100)]
SONAR-6248 change the date facet on the issues page to support new search parameter

9 years agoSONAR-6269 rename "Issues" to "Bug Tracker" in the project links
Stas Vilchik [Tue, 10 Mar 2015 09:43:56 +0000 (10:43 +0100)]
SONAR-6269 rename "Issues" to "Bug Tracker" in the project links

9 years agoSONAR-6247 Add createdInLast parameter to search issues by lifetime
Jean-Baptiste Lievremont [Mon, 9 Mar 2015 13:28:36 +0000 (14:28 +0100)]
SONAR-6247 Add createdInLast parameter to search issues by lifetime

9 years agoSONAR-5726 apply feedback
Stas Vilchik [Tue, 10 Mar 2015 08:51:56 +0000 (09:51 +0100)]
SONAR-5726 apply feedback

9 years agoSONAR-6145 change the way to select current user in the facet on the issues page
Stas Vilchik [Mon, 9 Mar 2015 16:59:06 +0000 (17:59 +0100)]
SONAR-6145 change the way to select current user in the facet on the issues page

9 years agoupdate property description of default assignee login - SONAR-6154
Teryk Bellahsene [Mon, 9 Mar 2015 16:26:39 +0000 (17:26 +0100)]
update property description of default assignee login - SONAR-6154

9 years agoRemove no more used code (InternalRubyIssueService.findIssueAssignees() was used...
Julien Lancelot [Mon, 9 Mar 2015 15:24:39 +0000 (16:24 +0100)]
Remove no more used code (InternalRubyIssueService.findIssueAssignees() was used in "Unresolved issues per assignee" widget that was removed in SONAR-6136)

9 years agoAutomatic merge from master
Jenkins CI [Mon, 9 Mar 2015 15:42:47 +0000 (16:42 +0100)]
Automatic merge from master

* origin/master:
  Db migration: do not test presence of table as it does not work for table "events" on mssql
  Complete documentation of db section in sonar.properties