]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
6 years agoGOV-331 trigger views refresh on api/projects/bulk_delete
Sébastien Lesaint [Wed, 28 Mar 2018 13:49:57 +0000 (15:49 +0200)]
GOV-331 trigger views refresh on api/projects/bulk_delete

6 years agoGOV-331 trigger views refresh on api/projects/delete
Sébastien Lesaint [Tue, 27 Mar 2018 10:30:12 +0000 (12:30 +0200)]
GOV-331 trigger views refresh on api/projects/delete

6 years agoGOV-331 factor multiple Project classes into one
Sébastien Lesaint [Tue, 27 Mar 2018 09:55:41 +0000 (11:55 +0200)]
GOV-331 factor multiple Project classes into one

6 years agoGOV-333 change to issue trigger views refresh
Eric Hartmann [Fri, 23 Mar 2018 06:49:35 +0000 (07:49 +0100)]
GOV-333 change to issue trigger views refresh

6 years agoGOV-333 views refresh takes project measure from live_measures table
Sébastien Lesaint [Fri, 30 Mar 2018 12:55:09 +0000 (14:55 +0200)]
GOV-333 views refresh takes project measure from live_measures table

instead of taking them from project_measures table
to be able to support refresh of a view after a change through the UI which changes measures only in table live_measures

6 years agoGOV-336 Change display of refresh button
Pascal Mugnier [Thu, 29 Mar 2018 11:06:06 +0000 (13:06 +0200)]
GOV-336 Change display of refresh button

6 years agoGOV-320 Refresh portfolio from admin page
Pascal Mugnier [Wed, 28 Mar 2018 09:10:51 +0000 (11:10 +0200)]
GOV-320 Refresh portfolio from admin page

6 years agoSONAR-5182 Add input validation on quality gate conditions
Julien Lancelot [Thu, 29 Mar 2018 15:20:25 +0000 (17:20 +0200)]
SONAR-5182 Add input validation on quality gate conditions

6 years agoSONAR-10383 Fix changelog about pull request in api/ce/activity
Julien Lancelot [Thu, 29 Mar 2018 13:02:12 +0000 (15:02 +0200)]
SONAR-10383 Fix changelog about pull request in api/ce/activity

6 years agoFix upgrade test
Simon Brandhof [Fri, 6 Apr 2018 07:06:58 +0000 (09:06 +0200)]
Fix upgrade test

6 years agoSONAR-10536 refactoring, no functional changes
Simon Brandhof [Tue, 3 Apr 2018 11:54:14 +0000 (13:54 +0200)]
SONAR-10536 refactoring, no functional changes

6 years agoSONAR-10511 Project key renaming should rename deleted components too
Simon Brandhof [Thu, 29 Mar 2018 15:09:18 +0000 (17:09 +0200)]
SONAR-10511 Project key renaming should rename deleted components too

6 years agoSONAR-10441 project is provisioned if no analysis on any branches
Simon Brandhof [Wed, 4 Apr 2018 21:17:58 +0000 (23:17 +0200)]
SONAR-10441 project is provisioned if no analysis on any branches

6 years agoDelete deprecated PropertiesDao
Simon Brandhof [Wed, 4 Apr 2018 12:45:19 +0000 (14:45 +0200)]
Delete deprecated PropertiesDao

6 years agoDrop calls to Dev Update Center from integration tests
Simon Brandhof [Wed, 4 Apr 2018 11:33:54 +0000 (13:33 +0200)]
Drop calls to Dev Update Center from integration tests

6 years agoSONAR-10479 SettingsLoader internal state is not reset and blocks CE worker
Simon Brandhof [Wed, 4 Apr 2018 09:41:54 +0000 (11:41 +0200)]
SONAR-10479 SettingsLoader internal state is not reset and blocks CE worker

6 years agoSQBILLING-88 Add coupon input in billing upgrade page
Grégoire Aubert [Thu, 15 Mar 2018 16:02:01 +0000 (17:02 +0100)]
SQBILLING-88 Add coupon input in billing upgrade page

* Update plugin dependencies
* Update license headers
* Better support to disable inputs and react-select

6 years agoSONAR-10480 support reading long version in snapshot
Sébastien Lesaint [Thu, 22 Mar 2018 15:33:44 +0000 (16:33 +0100)]
SONAR-10480 support reading long version in snapshot

6 years agoSONAR-10285 WS org enable support is now only available on SonarCloud
Julien Lancelot [Tue, 3 Apr 2018 14:58:02 +0000 (16:58 +0200)]
SONAR-10285 WS org enable support is now only available on SonarCloud

6 years agoSONAR-10039 Ease changing of password settings
Pascal Mugnier [Thu, 29 Mar 2018 14:40:55 +0000 (16:40 +0200)]
SONAR-10039 Ease changing of password settings

6 years agoFix reset button on settings page
Pascal Mugnier [Thu, 29 Mar 2018 14:38:27 +0000 (16:38 +0200)]
Fix reset button on settings page

6 years agoSONAR-9447 Allow to open "Log in" in new tab
Pascal Mugnier [Thu, 29 Mar 2018 11:20:22 +0000 (13:20 +0200)]
SONAR-9447 Allow to open "Log in" in new tab

6 years agoSONAR-10202 Can't override Long-lived branch property regex from the scanner side...
Duarte Meneses [Wed, 4 Apr 2018 14:27:48 +0000 (16:27 +0200)]
SONAR-10202 Can't override Long-lived branch property regex from the scanner side when project-specific regex is set on server side

6 years agoFix Quality Gate create form
Grégoire Aubert [Wed, 4 Apr 2018 10:18:22 +0000 (12:18 +0200)]
Fix Quality Gate create form

6 years agoFix WS routing
Julien HENRY [Tue, 3 Apr 2018 12:27:43 +0000 (14:27 +0200)]
Fix WS routing

When a regular WS path is a suffix of a "ServletFilter" path, the regular WS can't be reached.

6 years agoSONAR-10510 Pull Request analysis fails with "Execute analysis" permission only
Julien Lancelot [Wed, 4 Apr 2018 08:15:20 +0000 (10:15 +0200)]
SONAR-10510 Pull Request analysis fails with "Execute analysis" permission only

* Use Tester in PermissionTest
* Sanitize permission ITs
* Add ITs to check pr analysis using only scan permission
* Fix permission in api/project_pull_requests/list
To access api/project_pull_requests/list, either 'Browse' or 'Execute Analysis' permissions is required

6 years agoSONAR-10481 Fix bad display of organization navigation bar
Grégoire Aubert [Wed, 4 Apr 2018 07:22:11 +0000 (09:22 +0200)]
SONAR-10481 Fix bad display of organization navigation bar

6 years agoHardening 28-03 (#72)
Pascal Mugnier [Wed, 4 Apr 2018 07:55:31 +0000 (09:55 +0200)]
Hardening 28-03 (#72)

6 years agoSONAR-9697 Ensure tooltips are always placed correctly (#77)
Stas Vilchik [Wed, 4 Apr 2018 06:43:42 +0000 (08:43 +0200)]
SONAR-9697 Ensure tooltips are always placed correctly (#77)

6 years agoAdding UT checking it's not possible to use branch key in bulk_update_key
Julien Lancelot [Thu, 29 Mar 2018 08:58:26 +0000 (10:58 +0200)]
Adding UT checking it's not possible to use branch key in bulk_update_key

6 years agoSONAR-10455 Fix bulk update of project having branches containing "/"
Julien Lancelot [Wed, 28 Mar 2018 15:42:43 +0000 (17:42 +0200)]
SONAR-10455 Fix bulk update of project having branches containing "/"

6 years agoSONAR-10342 Improve some ws description
Julien Lancelot [Wed, 28 Mar 2018 08:22:00 +0000 (10:22 +0200)]
SONAR-10342 Improve some ws description

6 years agoSONAR-10262 Fix favorite flag when displaying the branch of a project
Julien Lancelot [Tue, 27 Mar 2018 14:43:57 +0000 (16:43 +0200)]
SONAR-10262 Fix favorite flag when displaying the branch of a project

6 years agoSONAR-10121 api/qualityprofiles desc should not refer to deprecated key
Julien Lancelot [Tue, 27 Mar 2018 13:46:01 +0000 (15:46 +0200)]
SONAR-10121 api/qualityprofiles desc should not refer to deprecated key

6 years agoSONAR-10061 Log the value of project baseDir at the beginning of scanner execution
Duarte Meneses [Tue, 3 Apr 2018 09:12:57 +0000 (11:12 +0200)]
SONAR-10061 Log the value of project baseDir at the beginning of scanner execution

6 years agoSONAR-10509 Use BufferedOutputStream when writing source in the scanner report
Duarte Meneses [Tue, 3 Apr 2018 08:51:02 +0000 (10:51 +0200)]
SONAR-10509 Use BufferedOutputStream when writing source in the scanner report

6 years agoSONAR-10537 Homepage icon not always highlighted correctly (#86)
Stas Vilchik [Tue, 3 Apr 2018 07:15:41 +0000 (09:15 +0200)]
SONAR-10537 Homepage icon not always highlighted correctly (#86)

6 years agoFix publication
David Rautureau [Fri, 30 Mar 2018 15:11:38 +0000 (17:11 +0200)]
Fix publication

6 years agoFix build
David Rautureau [Wed, 4 Apr 2018 12:39:44 +0000 (14:39 +0200)]
Fix build

6 years agoBuild on cix [skip ci]
David Rautureau [Fri, 23 Mar 2018 16:17:10 +0000 (17:17 +0100)]
Build on cix [skip ci]

6 years agoBUILD-631 Check project dependencies versions [ci skip]
David Rautureau [Mon, 26 Mar 2018 19:34:32 +0000 (21:34 +0200)]
BUILD-631 Check project dependencies versions [ci skip]

6 years agoBUILD-621 Inject some configuration in POM generated by Gradle to allow publication...
David Rautureau [Mon, 19 Mar 2018 16:48:38 +0000 (17:48 +0100)]
BUILD-621 Inject some configuration in POM generated by Gradle to allow publication to Maven Central

6 years agoBUILD-630 Generate javadoc ad sources jars with Gradle only on release branches
David Rautureau [Wed, 28 Mar 2018 10:37:09 +0000 (12:37 +0200)]
BUILD-630 Generate javadoc ad sources jars with Gradle only on release branches

6 years agoBUILD-612 Implement the check of source headers
David Rautureau [Wed, 21 Mar 2018 16:33:08 +0000 (17:33 +0100)]
BUILD-612 Implement the check of source headers

6 years agoGOV-341 clean-up existing measures
Simon Brandhof [Tue, 20 Mar 2018 18:59:29 +0000 (19:59 +0100)]
GOV-341 clean-up existing measures

6 years agoGOV-341 stop persisting project_measures on project copies
Simon Brandhof [Tue, 20 Mar 2018 17:34:47 +0000 (18:34 +0100)]
GOV-341 stop persisting project_measures on project copies

6 years agoSONAR-10378 Upgrade code analyzers to latest released versions
Simon Brandhof [Wed, 28 Mar 2018 17:59:10 +0000 (19:59 +0200)]
SONAR-10378 Upgrade code analyzers to latest released versions

6 years agoSONAR-10486 Display badges for applications
Pascal Mugnier [Tue, 27 Mar 2018 07:14:32 +0000 (09:14 +0200)]
SONAR-10486 Display badges for applications

6 years agoSONAR-10412 Fix display of project badges
Pascal Mugnier [Thu, 22 Mar 2018 09:51:19 +0000 (10:51 +0100)]
SONAR-10412 Fix display of project badges

6 years agoSONAR-10412 Fix display of project badges
Julien Lancelot [Wed, 21 Mar 2018 09:17:37 +0000 (10:17 +0100)]
SONAR-10412 Fix display of project badges

6 years agoSONAR-10486 Generate project badges also on SonarQube
Julien Lancelot [Tue, 20 Mar 2018 14:24:01 +0000 (15:24 +0100)]
SONAR-10486 Generate project badges also on SonarQube

6 years agoSONAR-10486 Offer built-in projects badges in SonarQube
Pascal Mugnier [Tue, 20 Mar 2018 10:24:32 +0000 (11:24 +0100)]
SONAR-10486 Offer built-in projects badges in SonarQube

6 years agoSONAR-10447 Fix alignment problem on Projects page
Stas Vilchik [Wed, 28 Mar 2018 11:40:32 +0000 (13:40 +0200)]
SONAR-10447 Fix alignment problem on Projects page

6 years agoSONAR-10381 Activity page of a file should not be accessible
Stas Vilchik [Wed, 28 Mar 2018 11:13:06 +0000 (13:13 +0200)]
SONAR-10381 Activity page of a file should not be accessible

6 years agoSONAR-10262 Disable flagging a branch component as favorite
Stas Vilchik [Wed, 28 Mar 2018 09:15:39 +0000 (11:15 +0200)]
SONAR-10262 Disable flagging a branch component as favorite

6 years agoupdate typescript to 2.8
Stas Vilchik [Wed, 28 Mar 2018 08:27:53 +0000 (10:27 +0200)]
update typescript to 2.8

6 years agoAdd tests
Pascal Mugnier [Wed, 28 Mar 2018 12:37:10 +0000 (14:37 +0200)]
Add tests

6 years agoreview fix
Stas Vilchik [Wed, 28 Mar 2018 12:03:16 +0000 (14:03 +0200)]
review fix

6 years agoSONAR-8217 Improve UI and fix issues with default values
Pascal Mugnier [Tue, 27 Mar 2018 13:46:41 +0000 (15:46 +0200)]
SONAR-8217 Improve UI and fix issues with default values

6 years agoSONAR-8217 Fix error spotted on review
Pascal Mugnier [Mon, 26 Mar 2018 07:34:26 +0000 (09:34 +0200)]
SONAR-8217 Fix error spotted on review

6 years agoSONAR-8217 Prevent saving empty values in settings
Pascal Mugnier [Fri, 23 Mar 2018 10:14:46 +0000 (11:14 +0100)]
SONAR-8217 Prevent saving empty values in settings

6 years agoCompatibility of start.sh with incremental build of zip
Simon Brandhof [Wed, 28 Mar 2018 17:50:43 +0000 (19:50 +0200)]
Compatibility of start.sh with incremental build of zip

6 years agoUse repox for Gradle plugins
Simon Brandhof [Wed, 28 Mar 2018 07:16:24 +0000 (09:16 +0200)]
Use repox for Gradle plugins

6 years agoSONAR-10317 Make visibility param public in WS api/projects/create and api/views...
Simon Brandhof [Mon, 26 Mar 2018 15:57:26 +0000 (17:57 +0200)]
SONAR-10317 Make visibility param public in WS api/projects/create and api/views/create

6 years agoSONAR-9801 Drop noisy logs about java.util.Collections at startup
Simon Brandhof [Mon, 26 Mar 2018 13:34:04 +0000 (15:34 +0200)]
SONAR-9801 Drop noisy logs about java.util.Collections at startup

Upgrading MyBatis from 3.4.4 to 3.4.6 drops the log.
See https://github.com/mybatis/mybatis-3/issues/929

6 years agoSONAR-5812 Remove the "accessors" metric
Simon Brandhof [Mon, 26 Mar 2018 13:20:11 +0000 (15:20 +0200)]
SONAR-5812 Remove the "accessors" metric

6 years agoSONAR-10291 Show elements without color measure in treemap
Stas Vilchik [Tue, 27 Mar 2018 15:41:26 +0000 (17:41 +0200)]
SONAR-10291 Show elements without color measure in treemap

6 years agoSONAR-10007 Fix z-index of coverage/duplications popup
Stas Vilchik [Tue, 27 Mar 2018 15:05:22 +0000 (17:05 +0200)]
SONAR-10007 Fix z-index of coverage/duplications popup

6 years agoupdate prettier
Stas Vilchik [Tue, 27 Mar 2018 13:23:21 +0000 (15:23 +0200)]
update prettier

6 years agoSONAR-10481 Fix text wrapping in breadcrumbs with branch
Stas Vilchik [Tue, 27 Mar 2018 13:06:37 +0000 (15:06 +0200)]
SONAR-10481 Fix text wrapping in breadcrumbs with branch

6 years agoSONAR-10444 clean source viewer state when fetching component
Stas Vilchik [Tue, 27 Mar 2018 11:08:38 +0000 (13:08 +0200)]
SONAR-10444 clean source viewer state when fetching component

6 years agodo not lowercase branch names
Stas Vilchik [Tue, 27 Mar 2018 08:50:05 +0000 (10:50 +0200)]
do not lowercase branch names

6 years agosort pull requests by key
Stas Vilchik [Tue, 27 Mar 2018 08:47:58 +0000 (10:47 +0200)]
sort pull requests by key

6 years agoSONAR-10221 Change message when project main branch is not analyzed (#3164)
Stas Vilchik [Tue, 27 Mar 2018 08:33:05 +0000 (10:33 +0200)]
SONAR-10221 Change message when project main branch is not analyzed (#3164)

6 years agoSONAR-10508 Missing l10n message on project permissions page
Pascal Mugnier [Fri, 23 Mar 2018 08:12:29 +0000 (09:12 +0100)]
SONAR-10508 Missing l10n message on project permissions page

6 years agoSONAR-9885 Improve rendering of long error messages
Pascal Mugnier [Thu, 22 Mar 2018 14:38:47 +0000 (15:38 +0100)]
SONAR-9885 Improve rendering of long error messages

6 years agoSONAR-10208 Disable selection of issue location markers
Pascal Mugnier [Thu, 22 Mar 2018 11:18:59 +0000 (12:18 +0100)]
SONAR-10208 Disable selection of issue location markers

6 years agoSONAR-9578 Prevent "freezing effect" when hovering the tooltip on graph (#44)
Pascal Mugnier [Tue, 27 Mar 2018 12:58:40 +0000 (14:58 +0200)]
SONAR-9578 Prevent "freezing effect" when hovering the tooltip on graph (#44)

6 years agoupdate node & yarn
Stas Vilchik [Mon, 26 Mar 2018 15:30:56 +0000 (17:30 +0200)]
update node & yarn

6 years agodrop unused icon classes
Stas Vilchik [Mon, 26 Mar 2018 15:26:10 +0000 (17:26 +0200)]
drop unused icon classes

6 years agoSONAR-10489 improve navigation between locations (#57)
Stas Vilchik [Mon, 26 Mar 2018 14:04:10 +0000 (16:04 +0200)]
SONAR-10489 improve navigation between locations (#57)

6 years agoSONAR-10489 stop filtering x-file locations in scanner
Stas Vilchik [Fri, 23 Mar 2018 10:15:38 +0000 (11:15 +0100)]
SONAR-10489 stop filtering x-file locations in scanner

6 years agoSONAR-10489 Support cross file issue locations in web app
Stas Vilchik [Wed, 21 Mar 2018 13:18:13 +0000 (14:18 +0100)]
SONAR-10489 Support cross file issue locations in web app

6 years agoSONAR-10489 Support cross file locations in WS
Teryk Bellahsene [Thu, 22 Mar 2018 14:02:11 +0000 (15:02 +0100)]
SONAR-10489 Support cross file locations in WS

6 years agoVSTS-141 Add missing typings for rc-tooltip
Grégoire Aubert [Mon, 26 Mar 2018 14:32:45 +0000 (16:32 +0200)]
VSTS-141 Add missing typings for rc-tooltip

6 years agoVSTS-141 Move vsts integration to it's own module
Grégoire Aubert [Mon, 12 Mar 2018 09:48:44 +0000 (10:48 +0100)]
VSTS-141 Move vsts integration to it's own module

6 years agoVSTS-142 Handle authentication to display private project in VSTS widgets
Grégoire Aubert [Wed, 7 Mar 2018 16:47:48 +0000 (17:47 +0100)]
VSTS-142 Handle authentication to display private project in VSTS widgets

6 years agoVSTS-141 Add VSTS Quality widget
Grégoire Aubert [Tue, 6 Mar 2018 16:41:23 +0000 (17:41 +0100)]
VSTS-141 Add VSTS Quality widget

6 years agoFix issues with daylight saving time
Simon Brandhof [Mon, 26 Mar 2018 08:05:15 +0000 (10:05 +0200)]
Fix issues with daylight saving time

6 years agoFix project versioning
Simon Brandhof [Fri, 23 Mar 2018 16:56:33 +0000 (17:56 +0100)]
Fix project versioning

6 years agoGOV-325 trigger refresh of view with project and not with it anymore
Sébastien Lesaint [Fri, 2 Mar 2018 13:02:03 +0000 (14:02 +0100)]
GOV-325 trigger refresh of view with project and not with it anymore

6 years agoGOV-322 support not creating task in CeQueue if pending task exists
Sébastien Lesaint [Thu, 1 Mar 2018 09:08:31 +0000 (10:08 +0100)]
GOV-322 support not creating task in CeQueue if pending task exists

6 years agoGOV-231 add dependency in CE container required by Gov
Sébastien Lesaint [Tue, 27 Feb 2018 17:09:07 +0000 (18:09 +0100)]
GOV-231 add dependency in CE container required by Gov

for view refresh trigger at end of report processing

6 years agoGOV-231 add step to trigger view refresh at end of report processing
Sébastien Lesaint [Tue, 27 Feb 2018 17:08:41 +0000 (18:08 +0100)]
GOV-231 add step to trigger view refresh at end of report processing

6 years agoSONAR-10504 commit after each delete of analysis
Simon Brandhof [Wed, 21 Mar 2018 15:46:29 +0000 (16:46 +0100)]
SONAR-10504 commit after each delete of analysis

to prevent accumulating too many rows in the transaction. By default
250*(nb of file/developer measures per analysis) are part of the
transaction. That is too much, for example for size of Oracle rollback
segments.

6 years agoSONAR-10504 remove full scan of DB migration #1908 on Oracle
Simon Brandhof [Wed, 21 Mar 2018 14:34:40 +0000 (15:34 +0100)]
SONAR-10504 remove full scan of DB migration #1908 on Oracle

6 years agoSet version to 7.1.1.x
Simon Brandhof [Fri, 23 Mar 2018 10:31:03 +0000 (11:31 +0100)]
Set version to 7.1.1.x

build numbers have been reset to 0 with the move to sonar-enterprise.
In order to avoid conflicts with existing versions 7.1.0.x, the
semantic version must be upgraded to 7.1.1.

6 years agoSONAR-10505 CE processes analysis report slowly when millions of issues
Simon Brandhof [Fri, 23 Mar 2018 08:26:37 +0000 (09:26 +0100)]
SONAR-10505 CE processes analysis report slowly when millions of issues

6 years agomigrate to webpack 4 (#39)
Stas Vilchik [Thu, 22 Mar 2018 10:48:45 +0000 (11:48 +0100)]
migrate to webpack 4 (#39)

6 years agoprevent build of branch public_master on Travis
Sébastien Lesaint [Thu, 22 Mar 2018 10:05:24 +0000 (11:05 +0100)]
prevent build of branch public_master on Travis