]>
source.dussan.org Git - sonarqube.git/log
Julien Lancelot [Fri, 18 Sep 2015 13:55:38 +0000 (15:55 +0200)]
SONAR-6347 Increase max value of duplications_index id column
Stas Vilchik [Mon, 21 Sep 2015 08:01:07 +0000 (10:01 +0200)]
SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules
Julien Lancelot [Mon, 21 Sep 2015 07:33:44 +0000 (09:33 +0200)]
SONAR-6044 Stop storing distribution of issue-related measures by rule
Simon Brandhof [Fri, 18 Sep 2015 22:08:53 +0000 (00:08 +0200)]
Fix merge of branch feature/ce-monitoring
- JS changes (ES2015)
- DB migration conflicts
Simon Brandhof [Fri, 18 Sep 2015 21:45:07 +0000 (23:45 +0200)]
SONAR-6630 refactor PurgeCeActivities in order to be a ServerStartHandler
Simon Brandhof [Fri, 18 Sep 2015 21:33:50 +0000 (23:33 +0200)]
SONAR-6798 cancel a pending task in Compute Engine
Simon Brandhof [Fri, 18 Sep 2015 09:33:18 +0000 (11:33 +0200)]
SONAR-6834 complete filtering paramters of api/ce/activity
Simon Brandhof [Fri, 18 Sep 2015 09:27:06 +0000 (11:27 +0200)]
SONAR-6834 support project branches
Stas Vilchik [Fri, 18 Sep 2015 09:21:34 +0000 (11:21 +0200)]
SONAR-6834 use new API
Simon Brandhof [Fri, 18 Sep 2015 08:58:04 +0000 (10:58 +0200)]
SONAR-6834 add WS api/ce/activity
Limitations: no request parameters (paging/filters)
Simon Brandhof [Thu, 17 Sep 2015 22:14:11 +0000 (00:14 +0200)]
SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"
Simon Brandhof [Thu, 17 Sep 2015 22:02:02 +0000 (00:02 +0200)]
SONAR-6851 Analysis of new projects requires the "Provision Project" permission
Simon Brandhof [Thu, 17 Sep 2015 21:58:03 +0000 (23:58 +0200)]
SONAR-6834 New WS GET api/ce/queue
Simon Brandhof [Thu, 17 Sep 2015 20:54:47 +0000 (22:54 +0200)]
SONAR-6630 At startup, delete past compute engine tasks older than 6 months
Simon Brandhof [Wed, 9 Sep 2015 16:14:31 +0000 (18:14 +0200)]
Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY
Stas Vilchik [Fri, 18 Sep 2015 15:45:50 +0000 (17:45 +0200)]
Revert "upgrade to node.js v4.1.0"
This reverts commit
bd69025c6911bee9f65d9d67fd08d1ec294b9e0d .
Simon Brandhof [Fri, 18 Sep 2015 14:14:04 +0000 (16:14 +0200)]
Remove maven property sonar.snapshotRepository.url (which was set to codehaus)
Stas Vilchik [Fri, 18 Sep 2015 14:02:17 +0000 (16:02 +0200)]
remove unused tests
Stas Vilchik [Fri, 18 Sep 2015 14:01:40 +0000 (16:01 +0200)]
try to fix selenium FP
Julien Lancelot [Thu, 17 Sep 2015 16:14:59 +0000 (18:14 +0200)]
SONAR-6840 Group migrations touching same table
Migrations that are done on the same table are now executed with only one SQL query
Julien Lancelot [Thu, 17 Sep 2015 15:41:13 +0000 (17:41 +0200)]
SONAR-6840 Number are accepted in table name
Julien Lancelot [Thu, 17 Sep 2015 15:14:21 +0000 (17:14 +0200)]
SONAR-6840 Replace ColumnDef by builders
Julien Lancelot [Thu, 17 Sep 2015 12:49:15 +0000 (14:49 +0200)]
SONAR-6840 Extract ColumnDef from AddColumnsBuilder
And add a check when no column has been defined
Stas Vilchik [Fri, 18 Sep 2015 13:19:22 +0000 (15:19 +0200)]
SONAR-6219 apply feedback for the timeline widget
Stas Vilchik [Fri, 18 Sep 2015 13:08:51 +0000 (15:08 +0200)]
upgrade to node.js v4.1.0
Stas Vilchik [Thu, 17 Sep 2015 14:15:28 +0000 (16:15 +0200)]
migrate js apps to es2015 modules
Julien HENRY [Tue, 15 Sep 2015 14:50:12 +0000 (16:50 +0200)]
No op for highlighting and symbol references in issues mode
Simon Brandhof [Thu, 17 Sep 2015 14:21:03 +0000 (16:21 +0200)]
SONAR-6552 fix maven dependency for SQLServer tests
Simon Brandhof [Thu, 17 Sep 2015 13:36:51 +0000 (15:36 +0200)]
SONAR-6552 fix bad merge
- fix ruby activerecord adapter
- do not package jtds.jar
Julien Lancelot [Tue, 17 Mar 2015 15:54:54 +0000 (16:54 +0100)]
SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1
Stas Vilchik [Thu, 17 Sep 2015 12:25:58 +0000 (14:25 +0200)]
SONAR-6661 update ui of the update center
Stas Vilchik [Thu, 17 Sep 2015 11:50:19 +0000 (13:50 +0200)]
show workspace on every page
Sébastien Lesaint [Thu, 17 Sep 2015 10:22:59 +0000 (12:22 +0200)]
SONAR-6787 add IT ensuring periods 4&5 @ project level are supported
Teryk Bellahsene [Wed, 16 Sep 2015 13:10:22 +0000 (15:10 +0200)]
SONAR-6822 WS rules/search from json to protobuf
Simon Brandhof [Wed, 16 Sep 2015 07:55:20 +0000 (09:55 +0200)]
Improve javadoc of ProtobufJsonFormat
Simon Brandhof [Wed, 16 Sep 2015 07:24:29 +0000 (09:24 +0200)]
Add missing file
Simon Brandhof [Tue, 15 Sep 2015 23:15:42 +0000 (01:15 +0200)]
Improve protobuf to json converter
- replace bool field *PresentIfEmpty by a wrapper of repeated fields
- support arrays/maps in map values
Julien Lancelot [Wed, 16 Sep 2015 14:29:08 +0000 (16:29 +0200)]
SONAR-6845 selectUuidsForQualifiers doesn't need SNAPSHOTS
As there's now an index on PROJECTS.QUALIFIER, it's no more required to do a join on SNAPSHOTS when searching for components by qualifier
Julien Lancelot [Wed, 16 Sep 2015 14:22:04 +0000 (16:22 +0200)]
SONAR-6845 Add index on PROJECTS.QUALIFIER
Julien HENRY [Wed, 16 Sep 2015 14:43:25 +0000 (16:43 +0200)]
Cleanup and deprecate Decorator related stuff
Julien HENRY [Wed, 16 Sep 2015 13:50:13 +0000 (15:50 +0200)]
Fix some quality flaws
Teryk Bellahsene [Fri, 11 Sep 2015 09:09:16 +0000 (11:09 +0200)]
SONAR-6821 WS qualityprofiles/search load default quality profiles or project quality profiles
Teryk Bellahsene [Tue, 8 Sep 2015 15:48:53 +0000 (17:48 +0200)]
SONAR-6821 WS qualityprofiles/search use protocol buffers to build response
Teryk Bellahsene [Tue, 8 Sep 2015 11:50:01 +0000 (13:50 +0200)]
Small refactoring on qprofiles/search WS and ProjectRepositoryLoader
Teryk Bellahsene [Thu, 17 Sep 2015 07:17:08 +0000 (09:17 +0200)]
SONAR-6818 Add migration in rows-h2.sql
Teryk Bellahsene [Wed, 16 Sep 2015 16:40:00 +0000 (18:40 +0200)]
SONAR-6818 Add revision column in file_sources db table
Sébastien Lesaint [Wed, 16 Sep 2015 16:08:29 +0000 (18:08 +0200)]
fix coverage on ReportSqaleMeasuresVisitor and ReportComputationSteps
Stas Vilchik [Wed, 16 Sep 2015 16:09:48 +0000 (18:09 +0200)]
clean up file headers
Stas Vilchik [Wed, 16 Sep 2015 15:44:23 +0000 (17:44 +0200)]
SONAR-6779 show a functional error in the select list component
Stas Vilchik [Wed, 16 Sep 2015 15:37:33 +0000 (17:37 +0200)]
SONAR-6690 Update the style of select list component
Stas Vilchik [Wed, 16 Sep 2015 14:33:57 +0000 (16:33 +0200)]
SONAR-5578 Improve UX of Web Service API documentation page
Julien Lancelot [Wed, 16 Sep 2015 13:23:30 +0000 (15:23 +0200)]
Move remaining ITs of IssueWorkflowTest
Stas Vilchik [Wed, 16 Sep 2015 13:21:31 +0000 (15:21 +0200)]
SONAR-6598 scroll index should be saved when (de-)activating a rule in a profile
Stas Vilchik [Wed, 16 Sep 2015 12:39:53 +0000 (14:39 +0200)]
SONAR-6208 Sync rule activation between list and details
Stas Vilchik [Wed, 16 Sep 2015 12:32:05 +0000 (14:32 +0200)]
ignore coverage report after web test failures
Sébastien Lesaint [Wed, 16 Sep 2015 12:42:19 +0000 (14:42 +0200)]
fix lag in start of Views task in CE
Julien HENRY [Tue, 15 Sep 2015 13:37:38 +0000 (15:37 +0200)]
SONAR-6835 Include batch analysis context in the report sent by the batch
Julien Lancelot [Wed, 16 Sep 2015 12:49:42 +0000 (14:49 +0200)]
Re-add indexing of issues/authorization in ApplyPermissionsStep
Stas Vilchik [Wed, 16 Sep 2015 12:19:57 +0000 (14:19 +0200)]
SONAR-6687 Treemap should not show items with zero size
Stas Vilchik [Wed, 16 Sep 2015 09:21:26 +0000 (11:21 +0200)]
SONAR-6748 Display a warning when open non-existent file/rule
Sébastien Lesaint [Tue, 15 Sep 2015 12:24:13 +0000 (14:24 +0200)]
VIEWS-323 fix PersistComponentsStep, did not update longName
Sébastien Lesaint [Tue, 15 Sep 2015 12:23:40 +0000 (14:23 +0200)]
VIEWS-323 make IndexComponentsStepTest support indexing a View
Sébastien Lesaint [Mon, 14 Sep 2015 14:06:00 +0000 (16:06 +0200)]
VIEWS-223 description is not report specific
move it back from ReportAttributes to Component
Julien Lancelot [Mon, 14 Sep 2015 13:02:34 +0000 (15:02 +0200)]
Add support for Views in ApplyPermissionsStep
Julien Lancelot [Mon, 14 Sep 2015 12:31:23 +0000 (14:31 +0200)]
Remove issue index in ApplyPermissionsStep
Now done in IndexIssuesStep for a while, so useless here
Stas Vilchik [Tue, 15 Sep 2015 15:54:25 +0000 (17:54 +0200)]
SONAR-6331 revert overview page
Stas Vilchik [Tue, 15 Sep 2015 15:12:19 +0000 (17:12 +0200)]
SONAR-6654 When a user flags an issue as "False Positive" or "Won't Fix", encourage him/her to provide a comment
Stas Vilchik [Tue, 15 Sep 2015 14:45:39 +0000 (16:45 +0200)]
SONAR-6852 Improve display of package names inside word cloud widget
Stas Vilchik [Tue, 15 Sep 2015 14:37:48 +0000 (16:37 +0200)]
SONAR-6804 Wrap long lines in the response examples on the Web Service API page
Stas Vilchik [Tue, 15 Sep 2015 14:23:51 +0000 (16:23 +0200)]
SONAR-6251 Rename "Exclusions" settings category to "Analysis Scope"
Stas Vilchik [Tue, 15 Sep 2015 14:19:56 +0000 (16:19 +0200)]
SONAR-6284 force project widgets displayed on global dashboards to select a project
lschoelens [Wed, 18 Feb 2015 16:13:38 +0000 (17:13 +0100)]
SONAR-6219 Show timeline widget on measures with no values
Julien Lancelot [Tue, 15 Sep 2015 12:31:52 +0000 (14:31 +0200)]
Remove some useless views queries
selectRootViews and selectViewTree are not used anymore in Views
Julien Lancelot [Tue, 15 Sep 2015 10:01:40 +0000 (12:01 +0200)]
Simplify deletion of a project in PurgeDao
- Rename deleteResourceTree to deleteProject
- deleteProject only takes a uuid as parameter (instead of a IdUUidPair)
Stas Vilchik [Tue, 15 Sep 2015 10:31:53 +0000 (12:31 +0200)]
SONAR-6208 Sync rule activation between list and details
Stas Vilchik [Tue, 15 Sep 2015 10:15:52 +0000 (12:15 +0200)]
SONAR-6207 Provide a keyboard shortcut to activate a rule from the list of rules
Stas Vilchik [Tue, 15 Sep 2015 09:51:55 +0000 (11:51 +0200)]
SONAR-6209 While in the profile context, activation modal should suggest selected profile first
Simon Brandhof [Tue, 15 Sep 2015 09:49:41 +0000 (11:49 +0200)]
Fix benchmark of saving of FILE_SOURCES
Stas Vilchik [Tue, 15 Sep 2015 09:14:22 +0000 (11:14 +0200)]
SONAR-6747 Display the number of issues on a line in the component viewer
Stas Vilchik [Tue, 15 Sep 2015 08:51:56 +0000 (10:51 +0200)]
SONAR-6160 Show a notification when user reaches the last issue / rule
Stas Vilchik [Tue, 15 Sep 2015 08:17:05 +0000 (10:17 +0200)]
improve formatting of LEVEL measures
Stas Vilchik [Tue, 15 Sep 2015 08:09:05 +0000 (10:09 +0200)]
SONAR-6697 update UI of the custom measures page
Simon Brandhof [Thu, 10 Sep 2015 14:18:33 +0000 (16:18 +0200)]
Upgrade to Elasticsearch 1.7.1
Simon Brandhof [Mon, 14 Sep 2015 19:40:16 +0000 (21:40 +0200)]
Allow server-side plugins to use javax.servlet
Duarte Meneses [Mon, 14 Sep 2015 14:46:35 +0000 (16:46 +0200)]
Improve FileCache tests
Duarte Meneses [Wed, 9 Sep 2015 14:48:49 +0000 (16:48 +0200)]
improve batch logging and performance
Stas Vilchik [Mon, 14 Sep 2015 13:51:10 +0000 (15:51 +0200)]
SONAR-6708 fix sqale colors on treemap
Stas Vilchik [Mon, 14 Sep 2015 13:33:43 +0000 (15:33 +0200)]
SONAR-5851 fix bug with duplicated languages in the list
Stas Vilchik [Mon, 14 Sep 2015 12:53:09 +0000 (14:53 +0200)]
SONAR-6802 SONAR-6803 add an ability to apply a permission template to projects
David Gageot [Mon, 14 Sep 2015 07:15:42 +0000 (09:15 +0200)]
Cleanup code
David Gageot [Mon, 14 Sep 2015 06:51:30 +0000 (08:51 +0200)]
Stop using random ports. It causes FP
The same port can be given twice before the processes
are started.
On Travis, we know all those ports are free. We still
check with nc, just to be sure.
Stas Vilchik [Fri, 11 Sep 2015 15:58:10 +0000 (17:58 +0200)]
fix display of the assignees facet on the issues page
Stas Vilchik [Fri, 11 Sep 2015 14:51:02 +0000 (16:51 +0200)]
SONAR-6789 increase min-width of the container to prevent global menu wrapping
Stas Vilchik [Fri, 11 Sep 2015 13:55:32 +0000 (15:55 +0200)]
fix execution of web tests
Stas Vilchik [Fri, 11 Sep 2015 13:36:19 +0000 (15:36 +0200)]
fix execution of web tests
Stas Vilchik [Fri, 11 Sep 2015 12:40:32 +0000 (14:40 +0200)]
SONAR-6285 show filters on the issues home page
Stas Vilchik [Fri, 11 Sep 2015 09:59:28 +0000 (11:59 +0200)]
fix SONAR-6788 The language of manual rules is displayed as "undefined" in the select box of the rules facet on the issues page
Simon Brandhof [Thu, 10 Sep 2015 09:15:46 +0000 (11:15 +0200)]
Exclude generated protobuf codebase from analysis
Simon Brandhof [Wed, 9 Sep 2015 07:37:48 +0000 (09:37 +0200)]
Upgrade protobuf lib to 3.0.0-beta-1
Julien Lancelot [Fri, 11 Sep 2015 08:35:51 +0000 (10:35 +0200)]
Use new DbClient in ViewIndexerTest