]>
source.dussan.org Git - sonarqube.git/log
Simon Brandhof [Wed, 10 May 2017 19:38:57 +0000 (21:38 +0200)]
Remove most usages of AuthorizationDao#keepAuthorizedProjectIds()
replaced by UserSession#keepAuthorizedComponents()
Simon Brandhof [Wed, 10 May 2017 18:47:56 +0000 (20:47 +0200)]
Fix bug in AuthorizationDao#keepAuthorizedProjectIds()
Input of ids is not correctly partitioned. The SQL request may fail
on some databases (Oracle at least) if the input list of ids
is greater than 1'000 elements.
Simon Brandhof [Wed, 10 May 2017 14:00:35 +0000 (16:00 +0200)]
Add method UserSession#keepAuthorizedComponents()
to be able to fix authorization performance hotspot
Daniel Schwarz [Tue, 9 May 2017 11:46:44 +0000 (13:46 +0200)]
SONAR-9170 do not allow to create custom rules of removed templates
Grégoire Aubert [Wed, 10 May 2017 08:32:33 +0000 (10:32 +0200)]
Apply review comments
Grégoire Aubert [Tue, 9 May 2017 13:43:19 +0000 (15:43 +0200)]
SONAR-8369 SONAR-8722 Sanitize page titles
Grégoire Aubert [Tue, 9 May 2017 12:27:01 +0000 (14:27 +0200)]
Fix component breadcrumb path collapsing
Grégoire Aubert [Mon, 8 May 2017 13:50:46 +0000 (15:50 +0200)]
SONAR-8911 Fix timeline error on project page
Stas Vilchik [Tue, 9 May 2017 14:40:53 +0000 (16:40 +0200)]
SONAR-9175 Remember the last selection for My Issues / All filter
Stas Vilchik [Tue, 9 May 2017 14:24:48 +0000 (16:24 +0200)]
fix quality gate link for new_maintainability_rating
Stas Vilchik [Tue, 9 May 2017 13:15:54 +0000 (15:15 +0200)]
change styles of inactive facet items
Stas Vilchik [Tue, 9 May 2017 13:07:57 +0000 (15:07 +0200)]
clean quality gates styles
Stas Vilchik [Tue, 9 May 2017 12:54:46 +0000 (14:54 +0200)]
remove unused handlebars helpers
Daniel Schwarz [Thu, 4 May 2017 09:21:31 +0000 (11:21 +0200)]
SONAR-9156 fail persisting components if project is not persisted
When an analysis is processed, we expect the analysis’ project to be already stored in the database.
Julien HENRY [Tue, 9 May 2017 12:17:18 +0000 (14:17 +0200)]
SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizer
Julien HENRY [Tue, 9 May 2017 10:31:20 +0000 (12:31 +0200)]
SONAR-9199 InputFile::content() and InputFile::inputStream() should filter BOM
Stas Vilchik [Tue, 9 May 2017 15:53:29 +0000 (17:53 +0200)]
MMF-661 rework search (#2030)
Eric Hartmann [Tue, 9 May 2017 08:49:57 +0000 (10:49 +0200)]
SONAR-9135 Fix incorrect detection when port is set
Stas Vilchik [Tue, 9 May 2017 12:01:24 +0000 (14:01 +0200)]
fix IssueNotificationsTest
Simon Brandhof [Fri, 5 May 2017 15:12:17 +0000 (17:12 +0200)]
SONAR-9084 auto issue assignment should deal with case sensitivity
- login is case sensitive
- email and scm accounts match whatever the case
Simon Brandhof [Fri, 5 May 2017 14:37:54 +0000 (16:37 +0200)]
SONAR-9084 simplify IssueIndexTest
Simon Brandhof [Fri, 5 May 2017 14:33:33 +0000 (16:33 +0200)]
SONAR-9084 refactor tests of UserIndex#getAtMostThreeActiveUsersForScmAccount()
Simon Brandhof [Fri, 5 May 2017 13:54:36 +0000 (15:54 +0200)]
SONAR-9084 drop some coupling on Guava
Daniel Schwarz [Tue, 9 May 2017 09:16:31 +0000 (11:16 +0200)]
SONAR-8092 use BulkProcessor for es indexing
Grégoire Aubert [Fri, 5 May 2017 15:12:47 +0000 (17:12 +0200)]
SONAR-8718 Allow HTML for WS domain description
Grégoire Aubert [Fri, 5 May 2017 13:04:28 +0000 (15:04 +0200)]
SONAR-9183 Do not collapse setting descriptions
Grégoire Aubert [Fri, 5 May 2017 12:45:05 +0000 (14:45 +0200)]
SONAR-9118 Fix issue project facet and organization name in front of issue
Grégoire Aubert [Fri, 5 May 2017 09:17:22 +0000 (11:17 +0200)]
SONAR-9177 Show a warning when accessing a removed file
Grégoire Aubert [Fri, 5 May 2017 08:45:41 +0000 (10:45 +0200)]
SONAR-9145 Show the maximum allowed values in the web services page
Grégoire Aubert [Fri, 5 May 2017 08:10:47 +0000 (10:10 +0200)]
SONAR-8836 Always display categories in installed plugins page
Grégoire Aubert [Thu, 4 May 2017 16:00:30 +0000 (18:00 +0200)]
SONAR-8767 Now use sinceLeakPeriod instead of a periodDate
Grégoire Aubert [Thu, 4 May 2017 15:14:44 +0000 (17:14 +0200)]
SONAR-9176 Remove useless request of organization list at app loading
Grégoire Aubert [Thu, 4 May 2017 15:09:46 +0000 (17:09 +0200)]
Remove unused ListItems
Grégoire Aubert [Thu, 4 May 2017 15:09:29 +0000 (17:09 +0200)]
Fix bad api call with organization members
Grégoire Aubert [Fri, 5 May 2017 13:23:00 +0000 (15:23 +0200)]
SONAR-8886 Collapse directory path in component header
Stas Vilchik [Tue, 9 May 2017 08:50:30 +0000 (10:50 +0200)]
SONAR-9165 hide tooltips on permissions page, update message
Stas Vilchik [Tue, 9 May 2017 08:05:34 +0000 (10:05 +0200)]
use prettier-css (#2035)
Stas Vilchik [Mon, 8 May 2017 15:52:40 +0000 (17:52 +0200)]
SONAR-8908 Check permissions when displaying an issue permalink
Stas Vilchik [Mon, 8 May 2017 14:44:10 +0000 (16:44 +0200)]
SONAR-9045 Add a color legend to projects bubble charts
Stas Vilchik [Mon, 8 May 2017 14:06:10 +0000 (16:06 +0200)]
SONAR-8641 Update severity icons
Sébastien Lesaint [Tue, 2 May 2017 14:43:45 +0000 (16:43 +0200)]
SONAR-6315 fix missing rule caching in DefinedQProfileCreation
Simon Brandhof [Fri, 5 May 2017 11:39:13 +0000 (13:39 +0200)]
SONAR-9168 do not fail when indexing measure with unexpected text value
Teryk Bellahsene [Mon, 8 May 2017 17:31:41 +0000 (19:31 +0200)]
SONAR-9182 Add visibility to WS api/projects/search
Teryk Bellahsene [Mon, 8 May 2017 13:44:41 +0000 (15:44 +0200)]
SONAR-8894 Compute number of members by organization
Stas Vilchik [Mon, 8 May 2017 08:06:29 +0000 (10:06 +0200)]
pass organization when searching tags on rule page
Eric Hartmann [Fri, 5 May 2017 14:56:45 +0000 (16:56 +0200)]
SONAR-9135 Remove test with ip6-localhost
Grégoire Aubert [Wed, 3 May 2017 15:13:23 +0000 (17:13 +0200)]
SONAR-8771 Display more languages on the Projects page
Grégoire Aubert [Tue, 2 May 2017 14:32:17 +0000 (16:32 +0200)]
SONAR-8870 Search by WS description
Grégoire Aubert [Tue, 2 May 2017 13:18:15 +0000 (15:18 +0200)]
SONAR-9173 Hide some elements of the footer when the user is not logged
Stas Vilchik [Fri, 5 May 2017 12:56:09 +0000 (14:56 +0200)]
SONAR-8903 drop issues filter by last week
Eric Hartmann [Wed, 3 May 2017 13:11:31 +0000 (15:11 +0200)]
SONAR-9135 Add safety checks in Cluster configuration
Stas Vilchik [Fri, 5 May 2017 12:11:22 +0000 (14:11 +0200)]
SONAR-9166 allow to change default project visibility on-premise (#2022)
Duarte Meneses [Fri, 5 May 2017 08:48:24 +0000 (10:48 +0200)]
Adjust scanner 2.8 perf timings
Duarte Meneses [Thu, 4 May 2017 08:42:41 +0000 (10:42 +0200)]
Fix quality issues
Teryk Bellahsene [Wed, 3 May 2017 06:23:51 +0000 (08:23 +0200)]
SONAR-9054 Revert WS api/navigation/organization filter out billing pages for personal organization
Simon Brandhof [Fri, 5 May 2017 08:11:51 +0000 (10:11 +0200)]
Improve reliability of SupportPrivateProjectInDefaultPermissionTemplateTest
There were some false-positives due to generated random values
that are not unique.
Stas Vilchik [Fri, 5 May 2017 07:29:07 +0000 (09:29 +0200)]
display tooltip on permission template page
Daniel Schwarz [Wed, 3 May 2017 11:47:48 +0000 (13:47 +0200)]
SONAR-8924 update api documentation of api/qualityprofiles/search
Daniel Schwarz [Tue, 2 May 2017 09:58:40 +0000 (11:58 +0200)]
SONAR-8924 let api/qualityprofiles/search use project’s organization
Eric Hartmann [Thu, 4 May 2017 07:42:00 +0000 (09:42 +0200)]
SONAR-6135 Upgrade MySQL driver to 5.1.42
Add useSSL=false to default configuration
Sébastien Lesaint [Thu, 4 May 2017 10:00:06 +0000 (12:00 +0200)]
SONAR-7511 AbstractStoppableExecutorService produce warn logs
rather than error logs
Stas Vilchik [Thu, 4 May 2017 11:57:58 +0000 (13:57 +0200)]
allow chaning "administer quality profiles" permission for organizations
Stas Vilchik [Thu, 4 May 2017 11:55:51 +0000 (13:55 +0200)]
sort my organizations by name
Tom [Thu, 20 Apr 2017 07:47:11 +0000 (09:47 +0200)]
Cancel the Travis build of a branch when a pull request exists
It allows to not use slaves for nothing by executing twice
(more or less) the same job. Building the pull request
is enough in most cases.
Stas Vilchik [Thu, 4 May 2017 09:19:55 +0000 (11:19 +0200)]
SONAR-9122 prevent setting a project as private (#2015)
Eric Hartmann [Fri, 28 Apr 2017 06:55:39 +0000 (08:55 +0200)]
SONAR-9134 Define the minimum number of ES master nodes
In cluster mode, there'll be 2 master nodes by default.
In standalone mode, only 1 master node by default
A new property sonar.search.initialStateTimeout allows to handle the startup
timeout.
Eric Hartmann [Thu, 27 Apr 2017 15:42:47 +0000 (17:42 +0200)]
SONAR-9133 Define the number of ES replicas
New property added sonar.search.replicas to define the number of ES replicas
When this property is not set, in standalone mode this value will be 0 and
in cluster mode, this value will be 1
Duarte Meneses [Wed, 3 May 2017 15:30:20 +0000 (17:30 +0200)]
Update scanner perf tests to scanner 2.8
Stas Vilchik [Thu, 4 May 2017 08:04:46 +0000 (10:04 +0200)]
apply feedback on private projects ui (#2011)
* refersh holders when changing project visibility
* always show warning on permission templates page
Simon Brandhof [Wed, 3 May 2017 16:03:34 +0000 (18:03 +0200)]
SONAR-9129 improve descriptions of api/qualityprofiles
Daniel Schwarz [Thu, 27 Apr 2017 16:31:04 +0000 (18:31 +0200)]
SONAR-8865 remove old documents from rules/extension index when updating
Simon Brandhof [Wed, 3 May 2017 14:38:00 +0000 (16:38 +0200)]
SONAR-8400 Backend cleanup must clean CE and webhook tables
Duarte Meneses [Wed, 3 May 2017 14:03:24 +0000 (16:03 +0200)]
SONAR-6100 Improve support of binary files and/or files with different encoding
Grégoire Aubert [Wed, 3 May 2017 11:22:21 +0000 (13:22 +0200)]
Expose router components (used in billing plugin)
Stas Vilchik [Wed, 3 May 2017 09:30:13 +0000 (11:30 +0200)]
fix extensions using backbone router (#2005)
Stas Vilchik [Wed, 3 May 2017 07:57:12 +0000 (09:57 +0200)]
SONAR-8865 allow to change rules inside organization
Grégoire Aubert [Mon, 1 May 2017 15:05:38 +0000 (17:05 +0200)]
SONAR-8982 Fix error message when issue action fails
Grégoire Aubert [Mon, 1 May 2017 14:22:11 +0000 (16:22 +0200)]
SONAR-9061 Fix leak period header for days period
Grégoire Aubert [Mon, 1 May 2017 13:20:48 +0000 (15:20 +0200)]
SONAR-8966 Show "Background Tasks" only on project and view level
Stas Vilchik [Tue, 2 May 2017 14:18:09 +0000 (16:18 +0200)]
fix ajax error messages
Daniel Schwarz [Tue, 2 May 2017 15:21:47 +0000 (17:21 +0200)]
SONAR-8949 let api/rules/update permission check use the specified org
Stas Vilchik [Wed, 3 May 2017 07:45:50 +0000 (09:45 +0200)]
fix loading problem on permission templates page (#2004)
Daniel Schwarz [Fri, 28 Apr 2017 15:43:38 +0000 (17:43 +0200)]
SONAR-9151 return visibility also for views in api/navigation/component
Julien HENRY [Tue, 2 May 2017 14:28:58 +0000 (16:28 +0200)]
SONAR-8456, SONAR-8906 Cleanup properties
Stas Vilchik [Tue, 2 May 2017 13:36:24 +0000 (15:36 +0200)]
open file permalinks in new tab
Stas Vilchik [Tue, 2 May 2017 12:59:08 +0000 (14:59 +0200)]
change wording on rules page
Simon Brandhof [Tue, 2 May 2017 11:48:37 +0000 (13:48 +0200)]
Fix Quality flaws
Simon Brandhof [Thu, 13 Apr 2017 20:43:53 +0000 (22:43 +0200)]
Upgrade to Orchestrator 3.15.0.1038
to benefit from better HTTP reliability
Stas Vilchik [Tue, 2 May 2017 08:15:46 +0000 (10:15 +0200)]
SONAR-9167 Allow to set a visibility when creating a project
Stas Vilchik [Mon, 1 May 2017 14:57:55 +0000 (16:57 +0200)]
SONAR-9166 Allow to change default project visibility for organization
Stas Vilchik [Mon, 1 May 2017 13:06:25 +0000 (15:06 +0200)]
SONAR-9164 Display project visibility badge
Stas Vilchik [Fri, 28 Apr 2017 15:04:22 +0000 (17:04 +0200)]
SONAR-9165 Allow to change project visibility on its permissions page
Stas Vilchik [Tue, 2 May 2017 12:09:08 +0000 (14:09 +0200)]
fix rule permalink in workspace
Duarte Meneses [Tue, 2 May 2017 07:51:32 +0000 (09:51 +0200)]
Revert "SONAR-9116 EventHandler should be annotated with SonarLintSide"
This reverts commit
4076db84b5d1f53a08ec4351d14a4f44bf6b7464 .
Stas Vilchik [Mon, 1 May 2017 15:48:42 +0000 (17:48 +0200)]
sort issues by creation date when coming from about page (#1993)
Grégoire Aubert [Wed, 26 Apr 2017 14:26:03 +0000 (16:26 +0200)]
SONAR-9119 Fix organization creation spinner
Grégoire Aubert [Wed, 26 Apr 2017 13:41:47 +0000 (15:41 +0200)]
SONAR-8992 Fix members add form, show only non members
Grégoire Aubert [Wed, 26 Apr 2017 13:10:09 +0000 (15:10 +0200)]
Simplify warning message when removing a member
Grégoire Aubert [Tue, 18 Apr 2017 07:28:43 +0000 (09:28 +0200)]
Update members display
Grégoire Aubert [Fri, 28 Apr 2017 14:33:00 +0000 (16:33 +0200)]
SONAR-8869 Fix quality gate history graph