]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
6 years agoSONAR-11316 fix stale projects list of a quality gate
Stas Vilchik [Fri, 5 Oct 2018 08:46:42 +0000 (10:46 +0200)]
SONAR-11316 fix stale projects list of a quality gate

6 years agoSONAR-11310 compress DB migrations adding columns to CE tables
Sébastien Lesaint [Tue, 2 Oct 2018 08:49:57 +0000 (10:49 +0200)]
SONAR-11310 compress DB migrations adding columns to CE tables

6 years agoSONAR-11310 drop tmp columns on CE_QUEUE and CE_ACTIVITY
Sébastien Lesaint [Mon, 1 Oct 2018 16:26:32 +0000 (18:26 +0200)]
SONAR-11310 drop tmp columns on CE_QUEUE and CE_ACTIVITY

and make columns not nullable

6 years agorewrite app utils in ts (#773)
Stas Vilchik [Fri, 5 Oct 2018 07:57:16 +0000 (09:57 +0200)]
rewrite app utils in ts (#773)

6 years agoSONAR-11310 drop usage of tmp columns in CE_QUEUE and CE_ACTIVITY
Sébastien Lesaint [Mon, 1 Oct 2018 15:53:02 +0000 (17:53 +0200)]
SONAR-11310 drop usage of tmp columns in CE_QUEUE and CE_ACTIVITY

6 years agoSONAR-11310 add and use target columns in CE_ACTIVITY & CE_QUEUE
Sébastien Lesaint [Mon, 1 Oct 2018 15:29:50 +0000 (17:29 +0200)]
SONAR-11310 add and use target columns in CE_ACTIVITY & CE_QUEUE

6 years agoSONAR-11310 drop usages of CE_*.COMPONENT_UUID, CE_ACTIVITY.IS_LAST*
Sébastien Lesaint [Mon, 1 Oct 2018 13:14:33 +0000 (15:14 +0200)]
SONAR-11310 drop usages of CE_*.COMPONENT_UUID, CE_ACTIVITY.IS_LAST*

6 years agoIncrease timeout of Cirrus build task to 90 minutes
Simon Brandhof [Wed, 3 Oct 2018 19:26:27 +0000 (21:26 +0200)]
Increase timeout of Cirrus build task to 90 minutes

This is a temporary workaround before decreasing duration.

6 years agoSet LANG of Docker build images to UTF8
Simon Brandhof [Wed, 3 Oct 2018 19:25:32 +0000 (21:25 +0200)]
Set LANG of Docker build images to UTF8

in order to fix Gradle daemon crash when an env variable
is not ASCII.
https://github.com/gradle/gradle/issues/3117

6 years agoUse Chrome driver
David Rautureau [Mon, 24 Sep 2018 09:47:13 +0000 (11:47 +0200)]
Use Chrome driver

6 years agoSONAR-11310 add temporary columns to CE tables
Sébastien Lesaint [Wed, 26 Sep 2018 06:58:59 +0000 (08:58 +0200)]
SONAR-11310 add temporary columns to CE tables

- add main_component_uuid temporary columns to CE_QUEUE
- add main_last_key and main_component_uuid columns to CE_ACTIVITY
- back to initial paradigm in Compute Engine: even for branches/PRs, the row in table PROJECTS a task belongs to is created in api/ce/submit
- add main component concept to CeTask
- improved consistency check when processing a report task to account for row in PROJECTS now being the one of the branche/PR
- stronger validation of characteristics passed to api/ce/submit
- add api/system/migrate_data for SonarCloud online data migration

6 years agoremove usage of Guava Optional from ComponentDao
Sébastien Lesaint [Thu, 27 Sep 2018 09:04:14 +0000 (11:04 +0200)]
remove usage of Guava Optional from ComponentDao

6 years agoUse released version of Orchestrator 3.22
Simon Brandhof [Wed, 3 Oct 2018 07:09:36 +0000 (09:09 +0200)]
Use released version of Orchestrator 3.22

[skip ci]

6 years agoredirect to the login page when accessing private project anonymously
Stas Vilchik [Tue, 2 Oct 2018 13:57:10 +0000 (15:57 +0200)]
redirect to the login page when accessing private project anonymously

6 years agoSONAR-10555 fail analysis if leak period is invalid
Sébastien Lesaint [Fri, 24 Aug 2018 11:58:10 +0000 (13:58 +0200)]
SONAR-10555 fail analysis if leak period is invalid

6 years agoSONAR-8368 fix unstable unit test
Sébastien Lesaint [Mon, 3 Sep 2018 08:30:12 +0000 (10:30 +0200)]
SONAR-8368 fix unstable unit test

6 years agoSONAR-10555 enforce at API level that project version is never null
Sébastien Lesaint [Tue, 21 Aug 2018 15:51:29 +0000 (17:51 +0200)]
SONAR-10555 enforce at API level that project version is never null

6 years agoSONAR-10555 drop DBUnit from PersistEventsStepTest
Sébastien Lesaint [Wed, 22 Aug 2018 07:49:19 +0000 (09:49 +0200)]
SONAR-10555 drop DBUnit from PersistEventsStepTest

6 years agoSONAR-10471 change description of LoadPeriodStep
Sébastien Lesaint [Tue, 21 Aug 2018 13:16:05 +0000 (15:16 +0200)]
SONAR-10471 change description of LoadPeriodStep

6 years agoSONAR-7086 use firstAnalysis flag in LoadPeriodsStep
Sébastien Lesaint [Tue, 21 Aug 2018 13:15:09 +0000 (15:15 +0200)]
SONAR-7086 use firstAnalysis flag in LoadPeriodsStep

6 years agoRevert "MMF-1458 Port SONAR-space docs to embedded docs" (#766)
G. Ann Campbell [Thu, 27 Sep 2018 15:01:47 +0000 (11:01 -0400)]
Revert "MMF-1458 Port SONAR-space docs to embedded docs" (#766)

This reverts commit a7893ef0a269df9bcd39e929e7851aeb6a1b8ed8.

6 years agoMMF-1458 Port SONAR-space docs to embedded docs
Stas Vilchik [Thu, 27 Sep 2018 14:59:40 +0000 (16:59 +0200)]
MMF-1458 Port SONAR-space docs to embedded docs

6 years agoSONAR-10971 Correctly display login and branch quality gates on IE11
Grégoire Aubert [Tue, 25 Sep 2018 08:20:21 +0000 (10:20 +0200)]
SONAR-10971 Correctly display login and branch quality gates on IE11

6 years agoCirrus - fix front end validation with lint-report
Grégoire Aubert [Thu, 27 Sep 2018 07:59:46 +0000 (09:59 +0200)]
Cirrus - fix front end validation with lint-report

6 years agopolish design of PeriodHolder
Sébastien Lesaint [Wed, 26 Sep 2018 09:43:32 +0000 (11:43 +0200)]
polish design of PeriodHolder

6 years ago[script] fix logs.sh
Sébastien Lesaint [Wed, 26 Sep 2018 09:30:37 +0000 (11:30 +0200)]
[script] fix logs.sh

6 years agoReplace bintray urls with binaries.sonarsource.com
Tom [Tue, 25 Sep 2018 12:15:06 +0000 (14:15 +0200)]
Replace bintray urls with binaries.sonarsource.com

6 years agoupgrade to babel 7 (#745)
Stas Vilchik [Wed, 26 Sep 2018 07:53:17 +0000 (09:53 +0200)]
upgrade to babel 7 (#745)

6 years agoSONARCLOUD-43 always render step form (avoids reload of billing form)
Stas Vilchik [Fri, 21 Sep 2018 13:32:45 +0000 (15:32 +0200)]
SONARCLOUD-43 always render step form (avoids reload of billing form)

6 years agoSONARCLOUD-120 update landing page of just created organization
Stas Vilchik [Fri, 21 Sep 2018 12:04:25 +0000 (14:04 +0200)]
SONARCLOUD-120 update landing page of just created organization

6 years agoSONARCLOUD-43 correctly handle upgrade errors
Stas Vilchik [Fri, 21 Sep 2018 08:32:12 +0000 (10:32 +0200)]
SONARCLOUD-43 correctly handle upgrade errors

6 years agoSONARCLOUD-120 add ITs
Stas Vilchik [Wed, 19 Sep 2018 11:55:14 +0000 (13:55 +0200)]
SONARCLOUD-120 add ITs

6 years agoSONARCLOUD-121 display coupon's billing info (#720)
Stas Vilchik [Wed, 19 Sep 2018 10:29:07 +0000 (12:29 +0200)]
SONARCLOUD-121 display coupon's billing info (#720)

6 years agoSONARCLOUD-43 pass organization for manual project creation (#723)
Stas Vilchik [Wed, 19 Sep 2018 09:55:00 +0000 (11:55 +0200)]
SONARCLOUD-43 pass organization for manual project creation (#723)

6 years agoSONARCLOUD-43 Allow users to select the plan when creating an org (#705)
Stas Vilchik [Tue, 18 Sep 2018 15:43:42 +0000 (17:43 +0200)]
SONARCLOUD-43 Allow users to select the plan when creating an org (#705)

6 years agoSONARCLOUD-120 Add new "Create Organization" page (#691)
Stas Vilchik [Mon, 10 Sep 2018 13:40:46 +0000 (15:40 +0200)]
SONARCLOUD-120 Add new "Create Organization" page (#691)

6 years agorewrite project activity app in ts (#740)
Stas Vilchik [Tue, 25 Sep 2018 08:29:13 +0000 (10:29 +0200)]
rewrite project activity app in ts (#740)

6 years agoSONAR-11296 Display language name after bulk activation of rules
Grégoire Aubert [Mon, 24 Sep 2018 13:00:05 +0000 (15:00 +0200)]
SONAR-11296 Display language name after bulk activation of rules

6 years agoDo not execute Cirrus tasks on dogfood feature branches
Simon Brandhof [Mon, 24 Sep 2018 15:16:30 +0000 (17:16 +0200)]
Do not execute Cirrus tasks on dogfood feature branches

6 years agoFix code formatting issue
Grégoire Aubert [Mon, 24 Sep 2018 14:46:47 +0000 (16:46 +0200)]
Fix code formatting issue

6 years agoFix documentation tooltip links
Grégoire Aubert [Fri, 21 Sep 2018 15:07:18 +0000 (17:07 +0200)]
Fix documentation tooltip links

6 years agoFix documentation suggestions links
Grégoire Aubert [Fri, 21 Sep 2018 15:06:38 +0000 (17:06 +0200)]
Fix documentation suggestions links

6 years agoAdd suggestions and tooltips in broken link safety net
Grégoire Aubert [Fri, 21 Sep 2018 15:06:11 +0000 (17:06 +0200)]
Add suggestions and tooltips in broken link safety net

6 years agoFix documentation links inside SQ
Grégoire Aubert [Fri, 21 Sep 2018 13:48:10 +0000 (15:48 +0200)]
Fix documentation links inside SQ

6 years agoCirrus - Avoid runing eslint 2 times on CI
Grégoire Aubert [Mon, 17 Sep 2018 07:30:56 +0000 (09:30 +0200)]
Cirrus - Avoid runing eslint 2 times on CI

6 years agoSONAR-11209 remove space in ad hoc rule names
Julien HENRY [Fri, 21 Sep 2018 17:05:15 +0000 (19:05 +0200)]
SONAR-11209 remove space in ad hoc rule names

6 years agoSONAR-11210 Display organization specific ad hoc rule info
Julien Lancelot [Thu, 13 Sep 2018 13:10:42 +0000 (15:10 +0200)]
SONAR-11210 Display organization specific ad hoc rule info

6 years agoSONAR-11209 Store ad hoc rules coming from scanner in rules_metadata
Julien HENRY [Thu, 6 Sep 2018 16:02:56 +0000 (18:02 +0200)]
SONAR-11209 Store ad hoc rules coming from scanner in rules_metadata

6 years agoSONAR-11209 Allow sensors to provide ad hoc rule metadata for external issues
Julien HENRY [Tue, 4 Sep 2018 14:08:53 +0000 (16:08 +0200)]
SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issues

6 years agoSONAR-11209 Add ad hoc columns in RULES_METADATA
Julien Lancelot [Wed, 5 Sep 2018 16:18:37 +0000 (18:18 +0200)]
SONAR-11209 Add ad hoc columns in RULES_METADATA

6 years agoSONAR-11212 Distinguish predefined and ad hoc external rules
Julien Lancelot [Tue, 4 Sep 2018 14:08:00 +0000 (16:08 +0200)]
SONAR-11212 Distinguish predefined and ad hoc external rules

6 years agoFix quality flaws
Julien HENRY [Wed, 19 Sep 2018 08:08:57 +0000 (10:08 +0200)]
Fix quality flaws

6 years agoSONAR-11259 Improve source offset handling on Windows
Julien HENRY [Mon, 17 Sep 2018 14:59:39 +0000 (16:59 +0200)]
SONAR-11259 Improve source offset handling on Windows

* Trying to create a range in the middle of a \r\n sequence will now
automatically be adapted to exclude the eol
* Fix a few other tests on Windows

6 years agoAdapt Cirrus hardware requirements
Simon Brandhof [Sun, 23 Sep 2018 17:17:10 +0000 (19:17 +0200)]
Adapt Cirrus hardware requirements

6 years agoAdd License ITs (#735)
David Rautureau [Fri, 21 Sep 2018 12:53:31 +0000 (14:53 +0200)]
Add License ITs (#735)

6 years agoRe-enable EmbeddedTomcatTest
Simon Brandhof [Fri, 21 Sep 2018 09:36:41 +0000 (11:36 +0200)]
Re-enable EmbeddedTomcatTest

6 years agoRemove duplicated .gitignore
Simon Brandhof [Fri, 21 Sep 2018 09:03:16 +0000 (11:03 +0200)]
Remove duplicated .gitignore

6 years agorewrite account app in ts
Stas Vilchik [Thu, 20 Sep 2018 10:05:07 +0000 (12:05 +0200)]
rewrite account app in ts

6 years agorewrite about app in ts
Stas Vilchik [Thu, 20 Sep 2018 09:44:42 +0000 (11:44 +0200)]
rewrite about app in ts

6 years agofinish rewriting overview app to ts
Stas Vilchik [Thu, 20 Sep 2018 09:28:52 +0000 (11:28 +0200)]
finish rewriting overview app to ts

6 years agoFix JaCoCo inclusions
Simon Brandhof [Fri, 21 Sep 2018 07:32:57 +0000 (09:32 +0200)]
Fix JaCoCo inclusions

6 years agoFix ITs
David Rautureau [Thu, 20 Sep 2018 19:04:34 +0000 (21:04 +0200)]
Fix ITs

6 years agoSpeed-up validate task on Cirrus and fix coverage in analysis
Simon Brandhof [Wed, 19 Sep 2018 16:39:50 +0000 (18:39 +0200)]
Speed-up validate task on Cirrus and fix coverage in analysis

From 39 minutes to 33 minutes as a first step.

6 years agoFix Gradle cache of sonar-web
Simon Brandhof [Wed, 19 Sep 2018 12:32:11 +0000 (14:32 +0200)]
Fix Gradle cache of sonar-web

Do not reuse the cache of sonar-web outputs when switching "official"
mode.

6 years agoMMF-1420 Ease management of Embedded Docs navigation (#699)
Pascal Mugnier [Wed, 19 Sep 2018 12:03:27 +0000 (14:03 +0200)]
MMF-1420 Ease management of Embedded Docs navigation (#699)

6 years agoUse bash image in deploy_docs_task of Cirrus
Simon Brandhof [Wed, 19 Sep 2018 07:35:39 +0000 (09:35 +0200)]
Use bash image in deploy_docs_task of Cirrus

6 years agoDo not cache Gradle daemon temp files
Simon Brandhof [Wed, 19 Sep 2018 07:33:50 +0000 (09:33 +0200)]
Do not cache Gradle daemon temp files

6 years agoSONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader
Julien HENRY [Thu, 5 Jul 2018 09:51:17 +0000 (11:51 +0200)]
SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader

6 years agoFix encoding of WebServiceTest
Simon Brandhof [Tue, 18 Sep 2018 18:08:45 +0000 (20:08 +0200)]
Fix encoding of WebServiceTest

6 years agoImprove documentation of performance tests in .cirrus.yml
Simon Brandhof [Tue, 18 Sep 2018 18:06:35 +0000 (20:06 +0200)]
Improve documentation of performance tests in .cirrus.yml

6 years agoSONAR-11268 autoconfig of branch/PR analysis on Cirrus
Simon Brandhof [Sun, 16 Sep 2018 17:23:24 +0000 (19:23 +0200)]
SONAR-11268 autoconfig of branch/PR analysis on Cirrus

6 years agoRevert unexpected changes in sonar-vsts/package.json
Simon Brandhof [Tue, 18 Sep 2018 14:33:49 +0000 (16:33 +0200)]
Revert unexpected changes in sonar-vsts/package.json

6 years agoFix javadoc encoding
Simon Brandhof [Tue, 18 Sep 2018 14:24:15 +0000 (16:24 +0200)]
Fix javadoc encoding

6 years agoSONAR-11268 replace Jenkins by Cirrus CI
Simon Brandhof [Wed, 29 Aug 2018 08:25:32 +0000 (10:25 +0200)]
SONAR-11268 replace Jenkins by Cirrus CI

6 years agoAdd tests for ProjectBranches
Janos Gyerik [Mon, 3 Sep 2018 21:55:30 +0000 (23:55 +0200)]
Add tests for ProjectBranches

6 years agoSONAR-11125 Publish all components with measures but without sources of unchanged...
Janos Gyerik [Mon, 10 Sep 2018 15:48:53 +0000 (17:48 +0200)]
SONAR-11125 Publish all components with measures but without sources of unchanged files

6 years agoSONAR-11125 Build a pruned component tree without unchanged files for selected visitors
Janos Gyerik [Mon, 10 Sep 2018 15:40:51 +0000 (17:40 +0200)]
SONAR-11125 Build a pruned component tree without unchanged files for selected visitors

6 years agoSONAR-11164 improve display of empty measures page
Stas Vilchik [Mon, 27 Aug 2018 17:25:45 +0000 (19:25 +0200)]
SONAR-11164 improve display of empty measures page

6 years agoSONAR-11159 SONAR-11163 Add leak background color on code page
Grégoire Aubert [Thu, 23 Aug 2018 15:15:39 +0000 (17:15 +0200)]
SONAR-11159 SONAR-11163 Add leak background color on code page

6 years agoSONAR-11166 Fall back to default branch when target is not specified
Janos Gyerik [Wed, 22 Aug 2018 12:24:02 +0000 (14:24 +0200)]
SONAR-11166 Fall back to default branch when target is not specified

6 years agoUpdate docs for 'new code' in SLB
G. Ann Campbell [Thu, 23 Aug 2018 12:23:32 +0000 (08:23 -0400)]
Update docs for 'new code' in SLB

6 years agoSONAR-11159 SONAR-11160 Add new coverage and overall coverage next to branch status
Grégoire Aubert [Thu, 23 Aug 2018 10:54:35 +0000 (12:54 +0200)]
SONAR-11159 SONAR-11160 Add new coverage and overall coverage next to branch status

6 years agoSONAR-11159 SONAR-11163 Update Code page for pull requests and short living branches...
Grégoire Aubert [Wed, 22 Aug 2018 13:19:20 +0000 (15:19 +0200)]
SONAR-11159 SONAR-11163 Update Code page for pull requests and short living branches with Coverage

6 years agoSONAR-11164 Add measures page for short-lived branches and PR
Grégoire Aubert [Tue, 21 Aug 2018 09:31:32 +0000 (11:31 +0200)]
SONAR-11164 Add measures page for short-lived branches and PR

6 years agoSONAR-11165 Migrate rest of component measures page to TS
Grégoire Aubert [Mon, 20 Aug 2018 15:28:52 +0000 (17:28 +0200)]
SONAR-11165 Migrate rest of component measures page to TS

6 years agoFix test with FPs
Duarte Meneses [Wed, 22 Aug 2018 07:22:22 +0000 (09:22 +0200)]
Fix test with FPs

6 years agoSONAR-11139 Store changed lines information received in scanner report
Duarte Meneses [Tue, 21 Aug 2018 15:45:17 +0000 (17:45 +0200)]
SONAR-11139 Store changed lines information received in scanner report

6 years agoSONAR-11151 Generate isNew for lines when it's not stored in DB
Duarte Meneses [Tue, 21 Aug 2018 14:19:14 +0000 (16:19 +0200)]
SONAR-11151 Generate isNew for lines when it's not stored in DB

6 years agoSONAR-11125 Add IT
Duarte Meneses [Tue, 21 Aug 2018 08:31:10 +0000 (10:31 +0200)]
SONAR-11125 Add IT

6 years agoSONAR-11125 Save coverage in PRs and SLB
Duarte Meneses [Fri, 17 Aug 2018 13:41:12 +0000 (15:41 +0200)]
SONAR-11125 Save coverage in PRs and SLB

6 years agoSONAR-11137 Fix ITs and add documentation
Duarte Meneses [Thu, 16 Aug 2018 09:53:51 +0000 (11:53 +0200)]
SONAR-11137 Fix ITs and add documentation

6 years agoSONAR-11131 Use isNew field from api/sources/lines to display new lines of code
Grégoire Aubert [Wed, 15 Aug 2018 14:40:40 +0000 (16:40 +0200)]
SONAR-11131 Use isNew field from api/sources/lines to display new lines of code

6 years agoSONAR-11137 Add isNew flag in /api/sources/lines
Janos Gyerik [Wed, 15 Aug 2018 13:29:19 +0000 (15:29 +0200)]
SONAR-11137 Add isNew flag in /api/sources/lines

6 years agoSONAR-11139 Store changed lines information received in scanner report
Duarte Meneses [Wed, 15 Aug 2018 12:17:06 +0000 (14:17 +0200)]
SONAR-11139 Store changed lines information received in scanner report

6 years agoSONAR-11151 Only cache new lines from the report
Duarte Meneses [Wed, 15 Aug 2018 08:19:50 +0000 (10:19 +0200)]
SONAR-11151 Only cache new lines from the report

6 years agoRefactor persisting of sources
Duarte Meneses [Wed, 15 Aug 2018 07:46:56 +0000 (09:46 +0200)]
Refactor persisting of sources

6 years agoSONAR-11151 Use changed lines in the Scanner report to calculate metrics concerning...
Duarte Meneses [Tue, 14 Aug 2018 11:39:54 +0000 (13:39 +0200)]
SONAR-11151 Use changed lines in the Scanner report to calculate metrics concerning new code

6 years agoSONAR-11151 Load changed lines from the report
Duarte Meneses [Fri, 10 Aug 2018 13:04:29 +0000 (15:04 +0200)]
SONAR-11151 Load changed lines from the report

6 years agoSONAR-11135 SONAR-11136 Load changed lines from SCM plugins and write in the scanner...
Duarte Meneses [Fri, 10 Aug 2018 09:12:01 +0000 (11:12 +0200)]
SONAR-11135 SONAR-11136 Load changed lines from SCM plugins and write in the scanner report

6 years agoMMF-1377 Fix docs issues and improve UI
Pascal Mugnier [Mon, 10 Sep 2018 09:59:26 +0000 (11:59 +0200)]
MMF-1377 Fix docs issues and improve UI