]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
8 years ago[maven-release-plugin] prepare release 6.0-RC2 6.0-RC2
David Rautureau [Fri, 29 Jul 2016 08:11:06 +0000 (10:11 +0200)]
[maven-release-plugin] prepare release 6.0-RC2

8 years agoRevert deprecation of SonarQubeVersion
Simon Brandhof [Thu, 28 Jul 2016 09:23:21 +0000 (11:23 +0200)]
Revert deprecation of SonarQubeVersion

so that compatibility with 5.6 does not need
to call deprecated code.

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 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 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 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 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 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 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 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

8 years agoSONAR-7888 Do not format measures in WS api/components/app (#1103)
Stas Vilchik [Fri, 15 Jul 2016 13:01:30 +0000 (15:01 +0200)]
SONAR-7888 Do not format measures in WS api/components/app (#1103)

8 years agoapply feedback on profiles page
Stas Vilchik [Fri, 15 Jul 2016 12:01:13 +0000 (14:01 +0200)]
apply feedback on profiles page

8 years agoSONAR-7857 Upgrade to update center 1.17
Julien Lancelot [Fri, 15 Jul 2016 09:06:02 +0000 (11:06 +0200)]
SONAR-7857 Upgrade to update center 1.17

8 years agoSONAR-7777 Deprecate UserSession.locale()
Julien Lancelot [Fri, 15 Jul 2016 08:52:27 +0000 (10:52 +0200)]
SONAR-7777 Deprecate UserSession.locale()

8 years agoSONAR-7776 Catch aborted requests and display warning
Julien Lancelot [Fri, 15 Jul 2016 07:30:03 +0000 (09:30 +0200)]
SONAR-7776 Catch aborted requests and display warning

8 years agoSONAR-7870 Do not ignore unit tests when computing measures based on issues 1102/head
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 agoSONAR-7797 Upgrade the distributed plugins
Julien Lancelot [Wed, 13 Jul 2016 16:12:08 +0000 (18:12 +0200)]
SONAR-7797 Upgrade the distributed plugins

8 years agoSONAR-7871 Fix searching issues by type in IssueService client WS
Julien Lancelot [Wed, 13 Jul 2016 15:52:54 +0000 (17:52 +0200)]
SONAR-7871 Fix searching issues by type in IssueService client WS

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

* origin/branch-5.6:
  SONAR-7809 fix bad rendering when there is no new coverage on the Overview page
  SONAR-7868 Fix SSF-46

8 years agoSONAR-7795 Clearly display if a rule definition was overridden in a profile
Stas Vilchik [Thu, 14 Jul 2016 13:10:54 +0000 (15:10 +0200)]
SONAR-7795 Clearly display if a rule definition was overridden in a profile

8 years agoSONAR-7668 Unwanted vertical scroll while activating a rule
Stas Vilchik [Thu, 14 Jul 2016 13:05:51 +0000 (15:05 +0200)]
SONAR-7668 Unwanted vertical scroll while activating a rule

8 years agofix display of breadcrumbs whem measure has no domain
Stas Vilchik [Thu, 14 Jul 2016 12:56:29 +0000 (14:56 +0200)]
fix display of breadcrumbs whem measure has no domain

8 years agoSONAR-7754 Custom measures with long values are cut
Stas Vilchik [Thu, 14 Jul 2016 12:45:25 +0000 (14:45 +0200)]
SONAR-7754 Custom measures with long values are cut

8 years agoSONAR-7806 Remove events on module view
Stas Vilchik [Thu, 14 Jul 2016 12:29:55 +0000 (14:29 +0200)]
SONAR-7806 Remove events on module view

8 years agoSONAR-7809 fix bad rendering when there is no new coverage on the Overview page
Stas Vilchik [Thu, 14 Jul 2016 12:26:24 +0000 (14:26 +0200)]
SONAR-7809 fix bad rendering when there is no new coverage on the Overview page

8 years agoSONAR-7809 fix bad rendering when there is no new coverage on the Overview page
Stas Vilchik [Thu, 14 Jul 2016 12:26:24 +0000 (14:26 +0200)]
SONAR-7809 fix bad rendering when there is no new coverage on the Overview page

8 years agoSONAR-7868 Fix SSF-46
Stas Vilchik [Thu, 14 Jul 2016 11:18:01 +0000 (13:18 +0200)]
SONAR-7868 Fix SSF-46

8 years agoSONAR-7868 Fix SSF-46
Stas Vilchik [Thu, 14 Jul 2016 11:18:01 +0000 (13:18 +0200)]
SONAR-7868 Fix SSF-46

8 years agoSONAR-7881 Offer a better UX on the Permission Templates page 1099/head
Stas Vilchik [Tue, 12 Jul 2016 16:42:51 +0000 (18:42 +0200)]
SONAR-7881 Offer a better UX on the Permission Templates page

8 years agoSONAR-7839 Change WS api/permissions/template_groups to return all permissions
Julien Lancelot [Wed, 13 Jul 2016 08:41:42 +0000 (10:41 +0200)]
SONAR-7839 Change WS api/permissions/template_groups to return all permissions

8 years agoSONAR-7837 Change WS api/permissions/template_users to return all permissions
Julien Lancelot [Tue, 12 Jul 2016 15:52:25 +0000 (17:52 +0200)]
SONAR-7837 Change WS api/permissions/template_users to return all permissions

8 years agoSONAR-7837 Clean up PermissionTemplateDao code
Julien Lancelot [Fri, 8 Jul 2016 11:29:14 +0000 (13:29 +0200)]
SONAR-7837 Clean up PermissionTemplateDao code

8 years agoImprove quality
Duarte Meneses [Thu, 14 Jul 2016 07:31:53 +0000 (09:31 +0200)]
Improve quality

8 years agoImprove quality
Duarte Meneses [Thu, 14 Jul 2016 07:29:44 +0000 (09:29 +0200)]
Improve quality

8 years agoAutomatic merge from branch-5.6
ssjenka [Thu, 14 Jul 2016 06:01:49 +0000 (08:01 +0200)]
Automatic merge from branch-5.6

* origin/branch-5.6:
  SONAR-7866 Deprecate Server#isSecured()
  SONAR-7560 Fix WS description

8 years agoSONAR-7880 Fix IT due to refactoring of projects management page
Julien Lancelot [Wed, 13 Jul 2016 22:42:36 +0000 (00:42 +0200)]
SONAR-7880 Fix IT due to refactoring of projects management page

8 years agoSONAR-7866 Deprecate Server#isSecured()
Julien Lancelot [Wed, 13 Jul 2016 17:25:56 +0000 (19:25 +0200)]
SONAR-7866 Deprecate Server#isSecured()

8 years agoFix quality flaws
Julien Lancelot [Wed, 13 Jul 2016 17:11:09 +0000 (19:11 +0200)]
Fix quality flaws

8 years agoSONAR-7753 allow system admins to access project permissions page 1097/head
Stas Vilchik [Tue, 12 Jul 2016 13:04:47 +0000 (15:04 +0200)]
SONAR-7753 allow system admins to access project permissions page

8 years agodrop projects permissions page
Stas Vilchik [Tue, 12 Jul 2016 08:45:26 +0000 (10:45 +0200)]
drop projects permissions page

8 years agoSONAR-7880 Put actions on permissions on the Projects Management page
Stas Vilchik [Mon, 11 Jul 2016 15:06:07 +0000 (17:06 +0200)]
SONAR-7880 Put actions on permissions on the Projects Management page

8 years agoFix close connection
Duarte Meneses [Wed, 13 Jul 2016 15:01:55 +0000 (17:01 +0200)]
Fix close connection

8 years agoFix some quality flaws
Julien HENRY [Wed, 13 Jul 2016 15:12:46 +0000 (17:12 +0200)]
Fix some quality flaws

8 years agoSONAR-7780 Fix timemachine WS on Oracle
Julien Lancelot [Wed, 13 Jul 2016 15:03:51 +0000 (17:03 +0200)]
SONAR-7780 Fix timemachine WS on Oracle

SNAPSHOTS.CREATED_AT was badly cast as string by rails, it's now cast as a number

8 years agoSONAR-7560 Fix WS description
Julien Lancelot [Wed, 13 Jul 2016 14:32:26 +0000 (16:32 +0200)]
SONAR-7560 Fix WS description

8 years agoTemporarily fix NPE in api/issues/search
Simon Brandhof [Wed, 13 Jul 2016 14:06:28 +0000 (16:06 +0200)]
Temporarily fix NPE in api/issues/search

when a project or module is not found (probably
on closed issues)

8 years agoFix size of PROJECTS.B_QUALIFIER on H2
Simon Brandhof [Wed, 13 Jul 2016 14:05:45 +0000 (16:05 +0200)]
Fix size of PROJECTS.B_QUALIFIER on H2

8 years agoremove link effect from active profile header
Stas Vilchik [Wed, 13 Jul 2016 13:10:57 +0000 (15:10 +0200)]
remove link effect from active profile header

8 years agoincrease visibility of deprecated rules on profiles page
Stas Vilchik [Wed, 13 Jul 2016 13:03:09 +0000 (15:03 +0200)]
increase visibility of deprecated rules on profiles page