]>
source.dussan.org Git - sonarqube.git/log
Julien HENRY [Tue, 5 Jul 2016 15:47:28 +0000 (17:47 +0200)]
Fix compilation issue in Eclipse
Julien HENRY [Tue, 5 Jul 2016 15:05:34 +0000 (17:05 +0200)]
Rename package org.sonar.batch to org.sonar.scanner
Julien HENRY [Tue, 5 Jul 2016 14:40:56 +0000 (16:40 +0200)]
Fix some quality flaws
Simon Brandhof [Tue, 5 Jul 2016 12:55:25 +0000 (14:55 +0200)]
Fix quality flaws
Julien HENRY [Tue, 5 Jul 2016 07:32:40 +0000 (09:32 +0200)]
Disable VB and CPP ITs
Currently not compatible with SQ 6.0
Julien HENRY [Mon, 4 Jul 2016 09:58:10 +0000 (11:58 +0200)]
SONAR-7727 Remove deprecated stuff from Resources API
Julien HENRY [Fri, 1 Jul 2016 13:58:28 +0000 (15:58 +0200)]
Provide plugin key when failing to load an extension
Julien HENRY [Fri, 1 Jul 2016 10:35:42 +0000 (12:35 +0200)]
SONAR-7727 Remove some deprecated properties
Julien HENRY [Tue, 14 Jun 2016 15:57:35 +0000 (17:57 +0200)]
SONAR-7727 Remove deprecated metrics + methods on Settings
Julien HENRY [Tue, 14 Jun 2016 15:44:48 +0000 (17:44 +0200)]
SONAR-7727 Remove CheckFactory and AnnotationCheckFactory
Julien HENRY [Tue, 14 Jun 2016 15:32:54 +0000 (17:32 +0200)]
SONAR-7727 Remove SquidUtils and deprecated methods on old SensorContext
Julien HENRY [Thu, 30 Jun 2016 14:56:50 +0000 (16:56 +0200)]
Disable tests using symlink on Windows
Julien HENRY [Tue, 14 Jun 2016 15:28:44 +0000 (17:28 +0200)]
SONAR-7727 Remove SonarIndex and ResourceFilter
Julien HENRY [Tue, 14 Jun 2016 11:42:35 +0000 (13:42 +0200)]
SONAR-7727 Remove AbstractSourceImporter
Julien HENRY [Tue, 14 Jun 2016 11:19:08 +0000 (13:19 +0200)]
SONAR-7727 Remove deprecated stuff on ProjectDefinition
Julien HENRY [Thu, 30 Jun 2016 14:37:33 +0000 (16:37 +0200)]
SONAR-7750 Deprecate ExtensionProvider
Stas Vilchik [Tue, 5 Jul 2016 10:08:09 +0000 (12:08 +0200)]
apply feedback for the quality profiles page
Julien Lancelot [Tue, 5 Jul 2016 06:19:46 +0000 (08:19 +0200)]
SONAR-7732 Do not remove cookies when user is not authenticated
Simon Brandhof [Mon, 4 Jul 2016 15:42:14 +0000 (17:42 +0200)]
Fix opening of source when searching for a file
Sébastien Lesaint [Thu, 30 Jun 2016 14:03:06 +0000 (16:03 +0200)]
SONAR-7705 remove dead code and dead sql in purge
Sébastien Lesaint [Thu, 30 Jun 2016 12:59:13 +0000 (14:59 +0200)]
SONAR-7705 remove Orphan components directly from the root
Sébastien Lesaint [Thu, 30 Jun 2016 11:07:12 +0000 (13:07 +0200)]
SONAR-7705 replace purge by cpt of scope PRJ by purge by analyses
Sébastien Lesaint [Thu, 30 Jun 2016 07:57:13 +0000 (09:57 +0200)]
SONAR-7705 purge: delete measures of FILE and DIR via analysis uuid
Sébastien Lesaint [Wed, 29 Jun 2016 15:55:02 +0000 (17:55 +0200)]
ComponentTreeQuery: since sortFields can't be null, enforce it
Sébastien Lesaint [Wed, 29 Jun 2016 15:35:03 +0000 (17:35 +0200)]
SONAR-7705 delete analysis measures using new ANALYSIS_UUID column
Sébastien Lesaint [Wed, 29 Jun 2016 14:32:26 +0000 (16:32 +0200)]
SONAR-7705 PurgeDao#purge: aborted analysis can be delete from root
no need to try and delete them on each node of scope PROJECT in the tree
Sébastien Lesaint [Wed, 29 Jun 2016 09:39:44 +0000 (11:39 +0200)]
SONAR-7705 ProjectCleaner now deal with analyses (not snapshots)
Sébastien Lesaint [Wed, 29 Jun 2016 09:38:54 +0000 (11:38 +0200)]
add collectors util classes in sonar-core
Sébastien Lesaint [Tue, 28 Jun 2016 15:59:16 +0000 (17:59 +0200)]
SONAR-7705 use uuid in PurgeMapper.deleteSnapshots
Sébastien Lesaint [Tue, 28 Jun 2016 15:51:53 +0000 (17:51 +0200)]
SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponents
Sébastien Lesaint [Tue, 28 Jun 2016 12:34:33 +0000 (14:34 +0200)]
SONAR-7705 remove work Resource from PurgeMapper and use uuids
Sébastien Lesaint [Tue, 28 Jun 2016 10:34:12 +0000 (12:34 +0200)]
remove unused PurgeDao#purge override
Sébastien Lesaint [Tue, 28 Jun 2016 08:59:46 +0000 (10:59 +0200)]
remove ids from PurgeSnapshotQuery
in addition, PurgeDao#selectPurgeableSnapshots renamed to selectPurgeableAnalyses and it returns only root snapshots (ie. analyses)
Sébastien Lesaint [Tue, 28 Jun 2016 08:05:48 +0000 (10:05 +0200)]
remove unused PurgeDao.deleteSnapshots(PurgeSnapshotQuery,PurgeProfiler)
Sébastien Lesaint [Tue, 28 Jun 2016 08:05:21 +0000 (10:05 +0200)]
remove unused PurgeSnapshotQuery#qualifiers
Duarte Meneses [Mon, 4 Jul 2016 09:09:39 +0000 (11:09 +0200)]
SONAR-7665 Deprecate @BatchSide and introduce @ScannerSide
Duarte Meneses [Fri, 1 Jul 2016 15:46:24 +0000 (17:46 +0200)]
SONAR-7354 Display total analysis time in scanners
Simon Brandhof [Fri, 1 Jul 2016 14:31:22 +0000 (16:31 +0200)]
SONAR-7780 Apply feedback
Simon Brandhof [Fri, 1 Jul 2016 14:16:38 +0000 (16:16 +0200)]
Revert "SONAR-7858 Stop support of XML response in web services"
This reverts commit
8d277d413f1739763f32d893c7eb9740bcac6c57 .
Simon Brandhof [Fri, 1 Jul 2016 13:07:23 +0000 (15:07 +0200)]
SONAR-7780 Fix migration of PROJECTS.UUID_PATH
Simon Brandhof [Thu, 30 Jun 2016 12:06:47 +0000 (14:06 +0200)]
Remove unused ruby files
Simon Brandhof [Thu, 30 Jun 2016 11:45:05 +0000 (13:45 +0200)]
SONAR-7780 change cardinality of snapshots in RoR codebase
Simon Brandhof [Thu, 30 Jun 2016 09:20:46 +0000 (11:20 +0200)]
SONAR-7858 Stop support of XML response in web services
Simon Brandhof [Wed, 29 Jun 2016 12:38:30 +0000 (14:38 +0200)]
SONAR-7780 Stop using PROJECT_MEASURES.SNAPSHOT_ID
Simon Brandhof [Mon, 4 Jul 2016 07:41:40 +0000 (09:41 +0200)]
Fix format of "analysisId" in api/ce/activity response example
Julien Lancelot [Mon, 4 Jul 2016 07:52:41 +0000 (09:52 +0200)]
Fix Selenium tests on quality profiles page
Duarte Meneses [Fri, 1 Jul 2016 14:04:13 +0000 (16:04 +0200)]
SONAR-7680 Fallback to class name when Sensor name is not provided
Julien Lancelot [Mon, 4 Jul 2016 07:16:13 +0000 (09:16 +0200)]
Revert "Temporary disable AbapCheck as there's no compatible version with 6.0"
This reverts commit
b7eae0bc041206ca6457941a004e9f37fcc31139 .
Julien Lancelot [Mon, 4 Jul 2016 06:48:43 +0000 (08:48 +0200)]
Temporary disable AbapCheck as there's no compatible version with 6.0
Julien Lancelot [Wed, 29 Jun 2016 10:04:54 +0000 (12:04 +0200)]
SONAR-1891 Add upload plugin WS
Stas Vilchik [Fri, 1 Jul 2016 15:08:15 +0000 (17:08 +0200)]
SONAR-6551 warn about deprecated rules on project overview (#1059)
Julien Lancelot [Fri, 1 Jul 2016 14:53:44 +0000 (16:53 +0200)]
Revert "SONAR-7732 Do not remove cookies when user is not authenticated"
This reverts commit
92f76d9ce9a915089dbab02296c22959b469480a .
Stas Vilchik [Fri, 1 Jul 2016 13:33:22 +0000 (15:33 +0200)]
apply feedback for the quality profiles page
Julien Lancelot [Fri, 1 Jul 2016 12:26:32 +0000 (14:26 +0200)]
SONAR-7732 Do not remove cookies when user is not authenticated
Julien HENRY [Thu, 30 Jun 2016 13:05:16 +0000 (15:05 +0200)]
SONAR-7850 Improve SensorContextTester to differentiate no symbol from no
references
Stas Vilchik [Thu, 30 Jun 2016 13:11:16 +0000 (15:11 +0200)]
fix WS call on the update center page
Duarte Meneses [Thu, 30 Jun 2016 09:03:36 +0000 (11:03 +0200)]
Add issues to report viewer
Stas Vilchik [Thu, 30 Jun 2016 09:17:25 +0000 (11:17 +0200)]
update wording on maintenance/setup page
Stas Vilchik [Thu, 30 Jun 2016 09:08:56 +0000 (11:08 +0200)]
apply feedback for the quality profiles page
Julien Lancelot [Thu, 30 Jun 2016 09:00:30 +0000 (11:00 +0200)]
SONAR-7761 Fix ITs as login page is now using AJAX
Stas Vilchik [Wed, 29 Jun 2016 15:15:49 +0000 (17:15 +0200)]
apply feedback for the quality profiles page
Simon Brandhof [Wed, 29 Jun 2016 08:43:09 +0000 (10:43 +0200)]
Fix description of run-upgrade-tests.sh
Simon Brandhof [Tue, 28 Jun 2016 16:25:13 +0000 (18:25 +0200)]
SONAR-7853 Stop support of API org.sonar.api.web.RequiredMeasures
Simon Brandhof [Thu, 30 Jun 2016 06:59:21 +0000 (08:59 +0200)]
Fix login form in ProjectAdministrationTest
Simon Brandhof [Tue, 28 Jun 2016 07:27:05 +0000 (09:27 +0200)]
SONAR-7780 table PROJECT_MEASURES should use analysis UUID
Teryk Bellahsene [Mon, 27 Jun 2016 22:14:09 +0000 (00:14 +0200)]
SONAR-7794 WS api/qualityprofiles/search return userUpdatedAt
Teryk Bellahsene [Mon, 27 Jun 2016 22:03:53 +0000 (00:03 +0200)]
SONAR-7794 Update db column RULES_PROFILES.USER_UPDATED_AT when a user action is done
Teryk Bellahsene [Mon, 27 Jun 2016 21:18:38 +0000 (23:18 +0200)]
SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_AT
Teryk Bellahsene [Thu, 23 Jun 2016 14:57:21 +0000 (16:57 +0200)]
SONAR-7794 add column RULES_PROFILES.USER_UPDATED_AT
Teryk Bellahsene [Fri, 24 Jun 2016 15:47:01 +0000 (17:47 +0200)]
SONAR-7824 Make DB column ACTIVITIES.PROFILE_KEY not null
Teryk Bellahsene [Fri, 24 Jun 2016 15:21:51 +0000 (17:21 +0200)]
SONAR-7824 Populate DB column ACTIVITIES.PROFILE_KEY
Teryk Bellahsene [Fri, 24 Jun 2016 14:36:23 +0000 (16:36 +0200)]
SONAR-7824 Add DB column ACTIVITIES.PROFILE_KEY
Julien Lancelot [Wed, 29 Jun 2016 08:51:20 +0000 (10:51 +0200)]
SONAR-7776 Do not fail to get uploaded file when not multipart
Julien Lancelot [Wed, 29 Jun 2016 08:12:57 +0000 (10:12 +0200)]
SONAR-7761 Fix other ITs as login page is now using AJAX
Stas Vilchik [Wed, 29 Jun 2016 08:19:22 +0000 (10:19 +0200)]
update js linters
Julien Lancelot [Wed, 29 Jun 2016 07:22:27 +0000 (09:22 +0200)]
SONAR-7781 Delete sonar.security.savePassword property
Julien Lancelot [Tue, 28 Jun 2016 12:23:44 +0000 (14:23 +0200)]
SONAR-7776 Allow Java WS to stream the output
Julien Lancelot [Tue, 28 Jun 2016 09:02:44 +0000 (11:02 +0200)]
SONAR-7759 Add checks on urls availability before and after upgrade
Julien Lancelot [Tue, 28 Jun 2016 07:14:05 +0000 (09:14 +0200)]
SONAR-7759 Decrease expected timing of perf test
As WS are no more using Rails, some of them are faster
Julien Lancelot [Mon, 27 Jun 2016 12:39:22 +0000 (14:39 +0200)]
SONAR-7781 Password of external providers should not be stored in database
Julien Lancelot [Mon, 27 Jun 2016 09:07:27 +0000 (11:07 +0200)]
SONAR-7759 Java WS are not executed by Rails
Julien Lancelot [Wed, 22 Jun 2016 15:04:00 +0000 (17:04 +0200)]
SONAR-7796 Rewrite /api/authentication/validate in Java
Julien Lancelot [Thu, 23 Jun 2016 07:54:55 +0000 (09:54 +0200)]
SONAR-7732 UserSession throws UnauthorizedException if null
If user is not authorized (bad credentials, not authenticated when force authentication is true, etc.) the UserSession will throw an UnauthorizedException in order for rails to be able to deal with this use case (redirect to login page, render 401 in WS,etc.)
Julien Lancelot [Thu, 23 Jun 2016 07:51:38 +0000 (09:51 +0200)]
UserSession should not be used when defining WS
As UserSession is not set at startup, using it to get the user locale is useless.
It's netter to directly use English locale (which is the default value)
Julien Lancelot [Wed, 22 Jun 2016 12:32:29 +0000 (14:32 +0200)]
SONAR-7761 Fix ITs as login page is now using AJAX
Julien Lancelot [Tue, 21 Jun 2016 12:03:15 +0000 (14:03 +0200)]
SONAR-7763 Allow authentication using basic HTTP authentication in Java
Stas Vilchik [Fri, 24 Jun 2016 09:43:52 +0000 (11:43 +0200)]
SONAR-7761 improve submitting of login form
Julien Lancelot [Tue, 21 Jun 2016 08:00:11 +0000 (10:00 +0200)]
SONAR-7761 Login page is using /api/authentication/login WS
Julien Lancelot [Fri, 17 Jun 2016 16:01:48 +0000 (18:01 +0200)]
SONAR-7732 Authentication is now done in Java
Simon Brandhof [Wed, 29 Jun 2016 05:22:53 +0000 (07:22 +0200)]
Revert "SONAR-7780 table PROJECT_MEASURES should use analysis UUID"
This reverts commit
87f2df380bc31b616fa9a1b6376b0ff26ee84ccc .
Simon Brandhof [Tue, 28 Jun 2016 07:27:05 +0000 (09:27 +0200)]
SONAR-7780 table PROJECT_MEASURES should use analysis UUID
Sébastien Lesaint [Fri, 24 Jun 2016 15:38:08 +0000 (17:38 +0200)]
SONAR-7719 remove version now remove it from snapshot
Sébastien Lesaint [Tue, 28 Jun 2016 10:45:10 +0000 (12:45 +0200)]
Fix PopulateUuidPathColumnOnProjects for Oracle
Simon Brandhof [Tue, 28 Jun 2016 11:56:16 +0000 (13:56 +0200)]
Fix SQL inner join on MSSQL
Simon Brandhof [Tue, 28 Jun 2016 07:35:02 +0000 (09:35 +0200)]
Fix SQL request for MSSQL and Postgres
ssjenka [Tue, 28 Jun 2016 06:08:24 +0000 (08:08 +0200)]
Automatic merge from branch-5.6
* origin/branch-5.6:
SONAR-7798 support BIN and BIN2 collation on MsSQL
SONAR-7798 mssql fix collation now support complex collations
Teryk Bellahsene [Mon, 27 Jun 2016 22:38:00 +0000 (00:38 +0200)]
SONAR-7789 WS api/qualityprofiles/search return lastUsed field when searching by project key
Simon Brandhof [Mon, 27 Jun 2016 16:18:05 +0000 (18:18 +0200)]
Remove unused method ComponentDao#existsById()
Simon Brandhof [Wed, 22 Jun 2016 14:37:21 +0000 (16:37 +0200)]
SONAR-7800 add column PROJECTS.UUID_PATH
Stas Vilchik [Mon, 27 Jun 2016 14:08:44 +0000 (16:08 +0200)]
refactor quality profiles page (#1056)