]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years agoSONAR-7917 Drop is_global from DB table dashboards 1123/head
Teryk Bellahsene [Wed, 27 Jul 2016 09:21:01 +0000 (11:21 +0200)]
SONAR-7917 Drop is_global from DB table dashboards

8 years agoSONAR-7917 Delete project dashboard data in DB
Teryk Bellahsene [Wed, 27 Jul 2016 09:05:57 +0000 (11:05 +0200)]
SONAR-7917 Delete project dashboard data in DB

8 years agoSONAR-7917 Drop WS api/dashboards/show
Teryk Bellahsene [Tue, 26 Jul 2016 14:11:54 +0000 (16:11 +0200)]
SONAR-7917 Drop WS api/dashboards/show

8 years agoSONAR-7917 Fix WidgetDao
Teryk Bellahsene [Tue, 26 Jul 2016 14:03:49 +0000 (16:03 +0200)]
SONAR-7917 Fix WidgetDao

8 years agoSONAR-7917 Do not register project dashboard
Teryk Bellahsene [Mon, 25 Jul 2016 15:04:02 +0000 (17:04 +0200)]
SONAR-7917 Do not register project dashboard

8 years agoFix merge of branch-6.0
Simon Brandhof [Wed, 27 Jul 2016 20:57:19 +0000 (22:57 +0200)]
Fix merge of branch-6.0

8 years agoImprove org.sonar.api.SonarRuntime
Simon Brandhof [Wed, 27 Jul 2016 15:48:35 +0000 (17:48 +0200)]
Improve org.sonar.api.SonarRuntime

* javadoc was not up-to-date

* SensorContext has a single method #runtime() instead
of #getRuntimeApiVersion() and #getRuntimeProduct()

* deprecated SonarQubeVersion does not extend SonarRuntime

* SonarRuntime becomes an interface. Implementation is
org.sonar.api.internal.SonarRuntimeImpl for unit tests.

8 years agoAdd javadoc to org.sonar.api.platform.Server
Simon Brandhof [Wed, 27 Jul 2016 12:55:59 +0000 (14:55 +0200)]
Add javadoc to org.sonar.api.platform.Server

8 years agoAutomatic merge from branch-6.0
ssjenka [Wed, 27 Jul 2016 06:01:51 +0000 (08:01 +0200)]
Automatic merge from branch-6.0

* origin/branch-6.0:
  add nice message when no results on permission pages

8 years agofix bad merge
Stas Vilchik [Tue, 26 Jul 2016 15:33:45 +0000 (17:33 +0200)]
fix bad merge

8 years agoSONAR-7922 Rewrite "Quality Profiles" project page (#1118)
Stas Vilchik [Tue, 26 Jul 2016 14:21:19 +0000 (16:21 +0200)]
SONAR-7922 Rewrite "Quality Profiles" project page (#1118)

8 years agoSONAR-7918 Rewrite "Deletion" project page (#1116)
Stas Vilchik [Tue, 26 Jul 2016 14:11:54 +0000 (16:11 +0200)]
SONAR-7918 Rewrite "Deletion" project page (#1116)

8 years agoSONAR-7915 drop projects section on Global Dashboards page (#1119)
Stas Vilchik [Tue, 26 Jul 2016 14:11:32 +0000 (16:11 +0200)]
SONAR-7915 drop projects section on Global Dashboards page (#1119)

8 years agoadd nice message when no results on permission pages
Stas Vilchik [Tue, 26 Jul 2016 07:59:03 +0000 (09:59 +0200)]
add nice message when no results on permission pages

8 years agoSONAR-7916 Remove built-in default project dashboard 1117/head
Teryk Bellahsene [Mon, 25 Jul 2016 09:24:22 +0000 (11:24 +0200)]
SONAR-7916 Remove built-in default project dashboard

8 years agoSONAR-7934 Reuse /dashboard url for project overview 1115/head
Stas Vilchik [Fri, 22 Jul 2016 15:36:18 +0000 (17:36 +0200)]
SONAR-7934 Reuse /dashboard url for project overview

8 years agoSONAR-7933 Drop dashboards from api/navigation/component
Stas Vilchik [Fri, 22 Jul 2016 14:49:53 +0000 (16:49 +0200)]
SONAR-7933 Drop dashboards from api/navigation/component

8 years agoSONAR-7915 Drop project level dashboards
Stas Vilchik [Fri, 22 Jul 2016 14:00:24 +0000 (16:00 +0200)]
SONAR-7915 Drop project level dashboards

8 years agoSONAR-7914 Drop project level "Manage Dashboards" page and actions
Stas Vilchik [Fri, 22 Jul 2016 11:32:00 +0000 (13:32 +0200)]
SONAR-7914 Drop project level "Manage Dashboards" page and actions

8 years agoRe-enable analysis on Travis
Simon Brandhof [Mon, 25 Jul 2016 11:27:59 +0000 (13:27 +0200)]
Re-enable analysis on Travis

JS plugin has been fixed

8 years agoFix merge of branch-6.0
Simon Brandhof [Sun, 24 Jul 2016 19:13:17 +0000 (21:13 +0200)]
Fix merge of branch-6.0

8 years agoImprove Selenium test of BaseIdentityProviderTest
Simon Brandhof [Sun, 24 Jul 2016 19:02:55 +0000 (21:02 +0200)]
Improve Selenium test of BaseIdentityProviderTest

8 years agoRemove unused imports in ITs
Simon Brandhof [Sun, 24 Jul 2016 18:39:12 +0000 (20:39 +0200)]
Remove unused imports in ITs

8 years agoUse Selenide in FavouriteTest
Simon Brandhof [Sat, 23 Jul 2016 13:51:09 +0000 (15:51 +0200)]
Use Selenide in FavouriteTest

8 years agoAbility to use selenide and phantomjs in ITs
Simon Brandhof [Wed, 20 Jul 2016 20:17:16 +0000 (22:17 +0200)]
Ability to use selenide and phantomjs in ITs

* selenide should replace Selenese HTML tests
* phantomjs should replace Firefox in environments
that require XVFB

8 years agoTemporarily disable analysis as JS analyser fails
Simon Brandhof [Sun, 24 Jul 2016 16:55:53 +0000 (18:55 +0200)]
Temporarily disable analysis as JS analyser fails

8 years agoImprove surefire configuration for Travis
Simon Brandhof [Fri, 22 Jul 2016 16:05:35 +0000 (18:05 +0200)]
Improve surefire configuration for Travis

by disabling writing of reports on disk

8 years agoDo not deploy sources on feature branches
Simon Brandhof [Fri, 22 Jul 2016 15:03:43 +0000 (17:03 +0200)]
Do not deploy sources on feature branches

8 years agoDocument entropy source in sonar.properties
Simon Brandhof [Fri, 22 Jul 2016 13:58:30 +0000 (15:58 +0200)]
Document entropy source in sonar.properties

8 years agoDocument property sonar.auth.jwtBase64Hs256Secret
Simon Brandhof [Fri, 22 Jul 2016 13:27:06 +0000 (15:27 +0200)]
Document property sonar.auth.jwtBase64Hs256Secret

8 years agoFix performance issue in CE when many files have being deleted/moved
Simon Brandhof [Thu, 21 Jul 2016 14:49:23 +0000 (16:49 +0200)]
Fix performance issue in CE when many files have being deleted/moved

When updating columns PROJECTS.B_ENABLED to false, as many SQL UPDATE requests as
components to be disabled are executed, whereas only a single request with "UUID IN ?"
could be executed.

8 years agoFix performance issue in CE when many files have being deleted/moved
Simon Brandhof [Thu, 21 Jul 2016 14:49:23 +0000 (16:49 +0200)]
Fix performance issue in CE when many files have being deleted/moved

When updating columns PROJECTS.B_ENABLED to false, as many SQL UPDATE requests as
components to be disabled are executed, whereas only a single request with "UUID IN ?"
could be executed.

8 years agoAutomatic merge from branch-6.0
ssjenka [Fri, 22 Jul 2016 06:02:24 +0000 (08:02 +0200)]
Automatic merge from branch-6.0

* origin/branch-6.0:
  fix profile overflow on project overview page
  SONAR-7912 Highlight releasability rating in measure page of a view
  Update Xoo plugin to test Settings default values
  SONAR-7751 Missing @SonarLintSide on some extensions

8 years agoadd Collectors.join(Joiner)
Sébastien Lesaint [Wed, 20 Jul 2016 16:10:01 +0000 (18:10 +0200)]
add Collectors.join(Joiner)

8 years agoadd index and uniqueIndex to Collectors
Sébastien Lesaint [Wed, 20 Jul 2016 12:34:25 +0000 (14:34 +0200)]
add index and uniqueIndex to Collectors

8 years agomerge GuavaCollectors into Collectors and rename methods
Sébastien Lesaint [Tue, 19 Jul 2016 10:50:35 +0000 (12:50 +0200)]
merge GuavaCollectors into Collectors and rename methods

8 years agofix some quality flaws
Sébastien Lesaint [Tue, 19 Jul 2016 10:50:03 +0000 (12:50 +0200)]
fix some quality flaws

8 years agofix profile overflow on project overview page
Stas Vilchik [Thu, 21 Jul 2016 14:02:00 +0000 (16:02 +0200)]
fix profile overflow on project overview page

8 years agoSONAR-7912 Highlight releasability rating in measure page of a view
Stas Vilchik [Thu, 21 Jul 2016 13:58:14 +0000 (15:58 +0200)]
SONAR-7912 Highlight releasability rating in measure page of a view

8 years agorefactor computation package to make clean split between CE and task 1113/head
Sébastien Lesaint [Thu, 21 Jul 2016 11:37:00 +0000 (13:37 +0200)]
refactor computation package to make clean split between CE and task

8 years agoSONAR-7779 rename class Snapshot to Analysis
Sébastien Lesaint [Wed, 20 Jul 2016 15:42:20 +0000 (17:42 +0200)]
SONAR-7779 rename class Snapshot to Analysis

8 years agoUpdate Xoo plugin to test Settings default values
Julien HENRY [Thu, 21 Jul 2016 10:05:01 +0000 (12:05 +0200)]
Update Xoo plugin to test Settings default values

8 years agoSONAR-7751 Missing @SonarLintSide on some extensions
Julien HENRY [Thu, 21 Jul 2016 09:55:15 +0000 (11:55 +0200)]
SONAR-7751 Missing @SonarLintSide on some extensions

8 years agoFix build of feature branches on Travis
Simon Brandhof [Thu, 21 Jul 2016 07:37:06 +0000 (09:37 +0200)]
Fix build of feature branches on Travis

8 years agoAutomatic merge from branch-6.0
ssjenka [Thu, 21 Jul 2016 06:02:12 +0000 (08:02 +0200)]
Automatic merge from branch-6.0

* origin/branch-6.0:
  open permission template after its creation

8 years agoFix blame info when analysing SonarQube
Simon Brandhof [Wed, 20 Jul 2016 15:00:13 +0000 (17:00 +0200)]
Fix blame info when analysing SonarQube

8 years agoAdd JDK8 to Travis cache
Simon Brandhof [Tue, 19 Jul 2016 10:38:27 +0000 (12:38 +0200)]
Add JDK8 to Travis cache

in order to not download JDK8 installer from oracle.com
on each build.

8 years agoExecute only Lite ITs on Travis
Simon Brandhof [Tue, 19 Jul 2016 10:34:58 +0000 (12:34 +0200)]
Execute only Lite ITs on Travis

8 years agoFix Quality flaw
Simon Brandhof [Tue, 19 Jul 2016 17:26:15 +0000 (19:26 +0200)]
Fix Quality flaw

8 years agoopen permission template after its creation
Stas Vilchik [Wed, 20 Jul 2016 12:08:42 +0000 (14:08 +0200)]
open permission template after its creation

8 years agoAutomatic merge from branch-6.0
ssjenka [Wed, 20 Jul 2016 12:08:36 +0000 (14:08 +0200)]
Automatic merge from branch-6.0

* origin/branch-6.0:
  do not display 0 on overview page when no profiles
  SONAR-7492 display rating tooltips on measures page
  Improve Authentication ITs
  SONAR-7761 Restore error in login page when not even privilege
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 6.0-RC1

8 years agodo not display 0 on overview page when no profiles
Stas Vilchik [Wed, 20 Jul 2016 10:07:59 +0000 (12:07 +0200)]
do not display 0 on overview page when no profiles

8 years agoSONAR-7492 display rating tooltips on measures page
Stas Vilchik [Wed, 20 Jul 2016 09:59:30 +0000 (11:59 +0200)]
SONAR-7492 display rating tooltips on measures page

8 years agoImprove Authentication ITs
Julien Lancelot [Wed, 20 Jul 2016 08:27:18 +0000 (10:27 +0200)]
Improve Authentication ITs

8 years agoSONAR-7761 Restore error in login page when not even privilege
Julien Lancelot [Wed, 20 Jul 2016 06:48:10 +0000 (08:48 +0200)]
SONAR-7761 Restore error in login page when not even privilege

8 years agoprepare for next development iteration
David Rautureau [Wed, 20 Jul 2016 09:20:21 +0000 (11:20 +0200)]
prepare for next development iteration

8 years ago[maven-release-plugin] prepare for next development iteration
David Rautureau [Wed, 20 Jul 2016 08:30:20 +0000 (10:30 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release 6.0-RC1 6.0-RC1
David Rautureau [Wed, 20 Jul 2016 08:30:19 +0000 (10:30 +0200)]
[maven-release-plugin] prepare release 6.0-RC1

8 years agoMerge branch 'branch-5.6'
Sébastien Lesaint [Tue, 19 Jul 2016 16:12:07 +0000 (18:12 +0200)]
Merge branch 'branch-5.6'

8 years agofix quality flaw
Sébastien Lesaint [Tue, 19 Jul 2016 14:41:12 +0000 (16:41 +0200)]
fix quality flaw

8 years agofix table header on background task page
Stas Vilchik [Tue, 19 Jul 2016 14:17:22 +0000 (16:17 +0200)]
fix table header on background task page

8 years agoSONAR-7874 Fix typo in WS descriptions
Julien Lancelot [Tue, 19 Jul 2016 14:00:14 +0000 (16:00 +0200)]
SONAR-7874 Fix typo in WS descriptions

8 years agoSONAR-7770 Remove realm plugins in PluginsTest as no external authentication is used
Julien Lancelot [Tue, 19 Jul 2016 12:24:55 +0000 (14:24 +0200)]
SONAR-7770 Remove realm plugins in PluginsTest as no external authentication is used

8 years agoSONAR-7811 make warning badge rendering consistent
Stas Vilchik [Tue, 19 Jul 2016 12:23:17 +0000 (14:23 +0200)]
SONAR-7811 make warning badge rendering consistent

8 years agoSONAR-7786 Create index measures_analysis_metric earlier
Simon Brandhof [Fri, 15 Jul 2016 08:03:38 +0000 (10:03 +0200)]
SONAR-7786 Create index measures_analysis_metric earlier

 so that other migrations can benefit from it

8 years agoSONAR-7867 fix create_at of snapshot of projectView 1111/head
Sébastien Lesaint [Tue, 19 Jul 2016 09:56:44 +0000 (11:56 +0200)]
SONAR-7867 fix create_at of snapshot of projectView

8 years agoAdd missing Javadocs in CoreMetrics
Evgeny Mandrikov [Tue, 19 Jul 2016 11:35:33 +0000 (13:35 +0200)]
Add missing Javadocs in CoreMetrics

8 years agoSONAR-7770 Remove realm plugins in PluginsTest as no external authentication is used
Julien Lancelot [Tue, 19 Jul 2016 08:42:46 +0000 (10:42 +0200)]
SONAR-7770 Remove realm plugins in PluginsTest as no external authentication is used

If at least one authentication plugin is found but no realm configuration is found, the startup is failing during the migration that feed the local column in users table.

8 years agoMerge remote-tracking branch 'origin/branch-5.6'
Julien Lancelot [Tue, 19 Jul 2016 07:29:17 +0000 (09:29 +0200)]
Merge remote-tracking branch 'origin/branch-5.6'

8 years agoSONAR-7761 User should not be logged out in sessions/new page
Julien Lancelot [Mon, 18 Jul 2016 16:19:19 +0000 (18:19 +0200)]
SONAR-7761 User should not be logged out in sessions/new page

8 years agoFix Quality flaws
Simon Brandhof [Tue, 19 Jul 2016 07:05:09 +0000 (09:05 +0200)]
Fix Quality flaws

8 years agoFix Quality flaws
Simon Brandhof [Mon, 18 Jul 2016 14:36:45 +0000 (16:36 +0200)]
Fix Quality flaws

8 years agoSONAR-7789 Update last used date of ancestors profile 1107/head
Julien Lancelot [Mon, 18 Jul 2016 15:27:44 +0000 (17:27 +0200)]
SONAR-7789 Update last used date of ancestors profile

8 years agoSONAR-7811 warn about profiles that were never used
Stas Vilchik [Mon, 18 Jul 2016 12:41:58 +0000 (14:41 +0200)]
SONAR-7811 warn about profiles that were never used

8 years agoSONAR-7894 Document the "Anyone" group on the "Groups" page (#1108)
Stas Vilchik [Mon, 18 Jul 2016 15:38:55 +0000 (17:38 +0200)]
SONAR-7894 Document the "Anyone" group on the "Groups" page (#1108)

8 years agoRevert "DO NOT PUSH TO BRANCH : Activate QA on this branch"
Julien Lancelot [Mon, 18 Jul 2016 15:36:32 +0000 (17:36 +0200)]
Revert "DO NOT PUSH TO BRANCH : Activate QA on this branch"

This reverts commit dcc60abb6d19caa988c768c736cf8ad0134a92df.

8 years agoshow more profile changelog
Stas Vilchik [Mon, 18 Jul 2016 15:28:05 +0000 (17:28 +0200)]
show more profile changelog

8 years agoremove empty option when changing profile parent
Stas Vilchik [Mon, 18 Jul 2016 15:08:56 +0000 (17:08 +0200)]
remove empty option when changing profile parent

8 years agoSONAR-7874 api/plugins/* require administer system permission
Julien Lancelot [Mon, 18 Jul 2016 13:49:35 +0000 (15:49 +0200)]
SONAR-7874 api/plugins/* require administer system permission

8 years agoSONAR-7874 api/user_groups/search requires now to be logged
Julien Lancelot [Mon, 18 Jul 2016 13:26:19 +0000 (15:26 +0200)]
SONAR-7874 api/user_groups/search requires now to be logged

8 years agoSONAR-7874 api/users/search is only returning login and name when accessed anonymously
Julien Lancelot [Mon, 18 Jul 2016 13:11:53 +0000 (15:11 +0200)]
SONAR-7874 api/users/search is only returning login and name when accessed anonymously

8 years agoDO NOT PUSH TO BRANCH : Activate QA on this branch
Julien Lancelot [Mon, 18 Jul 2016 12:50:18 +0000 (14:50 +0200)]
DO NOT PUSH TO BRANCH : Activate QA on this branch

8 years agoFix SonarQube version to use in PluginsTest
Julien Lancelot [Mon, 18 Jul 2016 12:07:16 +0000 (14:07 +0200)]
Fix SonarQube version to use in PluginsTest

8 years agoSONAR-7876 Add SensorContext::isCancelled in the API 1106/head
Julien HENRY [Mon, 18 Jul 2016 09:07:22 +0000 (11:07 +0200)]
SONAR-7876 Add SensorContext::isCancelled in the API

8 years agoSONAR-7770 Check authentication plugin exists when configuration is using realm
Julien Lancelot [Mon, 18 Jul 2016 11:42:37 +0000 (13:42 +0200)]
SONAR-7770 Check authentication plugin exists when configuration is using realm

8 years agoFix Quality flaws
Simon Brandhof [Mon, 18 Jul 2016 09:10:08 +0000 (11:10 +0200)]
Fix Quality flaws

8 years agoSONAR-7686 Add migration to fix null external identity
Julien Lancelot [Mon, 18 Jul 2016 09:56:29 +0000 (11:56 +0200)]
SONAR-7686 Add migration to fix null external identity

8 years agoSONAR-7839 Return Anyone group even if it has no permission
Julien Lancelot [Mon, 18 Jul 2016 08:47:51 +0000 (10:47 +0200)]
SONAR-7839 Return Anyone group even if it has no permission

8 years agoFix quality flaws
Julien Lancelot [Mon, 18 Jul 2016 07:56:03 +0000 (09:56 +0200)]
Fix quality flaws

8 years agoset max width of some admin pages
Stas Vilchik [Mon, 18 Jul 2016 08:24:04 +0000 (10:24 +0200)]
set max width of some admin pages

8 years agoapply feedback on permission pages
Stas Vilchik [Mon, 18 Jul 2016 08:21:33 +0000 (10:21 +0200)]
apply feedback on permission pages

8 years agoFix Quality flaws
Simon Brandhof [Wed, 13 Jul 2016 15:44:45 +0000 (17:44 +0200)]
Fix Quality flaws

8 years agoSONAR-7870 Do not ignore unit tests when computing measures based on issues
Julien Lancelot [Wed, 13 Jul 2016 15:35:18 +0000 (17:35 +0200)]
SONAR-7870 Do not ignore unit tests when computing measures based on issues

8 years agofix saving of new issue filter
Stas Vilchik [Fri, 15 Jul 2016 15:19:26 +0000 (17:19 +0200)]
fix saving of new issue filter

8 years agoSONAR-7492 Display an explanation tooltip for rating measures (#1104)
Stas Vilchik [Fri, 15 Jul 2016 15:10:39 +0000 (17:10 +0200)]
SONAR-7492 Display an explanation tooltip for rating measures (#1104)

8 years agoSONAR-7862 Add links to projects on profile page 1105/head
Stas Vilchik [Fri, 15 Jul 2016 13:10:03 +0000 (15:10 +0200)]
SONAR-7862 Add links to projects on profile page

8 years agoSONAR-7889 Return id and deprecate uuid in api/qualityprofiles/projects
Julien Lancelot [Fri, 15 Jul 2016 10:34:11 +0000 (12:34 +0200)]
SONAR-7889 Return id and deprecate uuid in api/qualityprofiles/projects

8 years agoSONAR-7889 Add project key to WS api/qualityprofiles/projects
Julien Lancelot [Fri, 15 Jul 2016 09:57:19 +0000 (11:57 +0200)]
SONAR-7889 Add project key to WS api/qualityprofiles/projects

8 years agoimprove tooltips on permission pages
Stas Vilchik [Fri, 15 Jul 2016 14:02:19 +0000 (16:02 +0200)]
improve tooltips on permission pages

8 years agoFix message when controller WS cannot be found
Julien Lancelot [Fri, 15 Jul 2016 13:22:36 +0000 (15:22 +0200)]
Fix message when controller WS cannot be found