]>
source.dussan.org Git - sonarqube.git/log
Julien HENRY [Thu, 4 Dec 2014 10:46:43 +0000 (11:46 +0100)]
Fix regression concerning SONAR-5878 (task property was released too early)
Julien HENRY [Thu, 4 Dec 2014 08:08:46 +0000 (09:08 +0100)]
Fix some quality flaws
Teryk Bellahsene [Thu, 4 Dec 2014 09:58:10 +0000 (10:58 +0100)]
add file_sources to cleanup task
Jean-Baptiste Lievremont [Thu, 4 Dec 2014 09:27:33 +0000 (10:27 +0100)]
SONAR-5819 SONAR-5868 Fix required permission in description of source related WS
Teryk Bellahsene [Thu, 4 Dec 2014 08:36:57 +0000 (09:36 +0100)]
SONAR-5817 remove snapshot_sources use during purge and snapshot delete
Simon Brandhof [Thu, 4 Dec 2014 08:39:13 +0000 (09:39 +0100)]
Fix SearchActionMediumTest (which worked until hardcoded date 2014-12-04)
Workaround is not good at all (postponed the date). Waiting for removal of formatted dates in ws response.
Julien HENRY [Wed, 3 Dec 2014 22:51:05 +0000 (23:51 +0100)]
SONAR-5878 More improvement concerning memory consumption
* replace all Properties objects by Map<String, String>
* release Settings after each module analysis
Teryk Bellahsene [Wed, 3 Dec 2014 17:42:09 +0000 (18:42 +0100)]
SONAR-5804 fix source lines purge of multi module projects
Teryk Bellahsene [Wed, 3 Dec 2014 16:34:21 +0000 (17:34 +0100)]
compute engine – move ProjectPurgeTask on the server side
Jean-Baptiste Lievremont [Wed, 3 Dec 2014 15:57:35 +0000 (16:57 +0100)]
SONAR-5819 Add check for codeviewer permission on /api/sources/show
Jean-Baptiste Lievremont [Wed, 3 Dec 2014 15:43:54 +0000 (16:43 +0100)]
SONAR-5819 Add check for codeviewer permission on /api/sources/raw
Jean-Baptiste Lievremont [Wed, 3 Dec 2014 15:38:41 +0000 (16:38 +0100)]
SONAR-5868 Add check for codeviewer permission on api/sources/hash
Stas Vilchik [Wed, 3 Dec 2014 15:17:35 +0000 (16:17 +0100)]
Fix parameter descriptions when create a custom rule
Stas Vilchik [Wed, 3 Dec 2014 15:14:38 +0000 (16:14 +0100)]
Fix message
Jean-Baptiste Lievremont [Wed, 3 Dec 2014 14:43:17 +0000 (15:43 +0100)]
SONAR-5819 Check sourceviewer permission on /api/sources/lines WS
Teryk Bellahsene [Wed, 3 Dec 2014 14:44:17 +0000 (15:44 +0100)]
SONAR-5804 delete source lines from index while purging and deleting a project
Simon Brandhof [Wed, 3 Dec 2014 14:35:14 +0000 (15:35 +0100)]
Fix db migration on mssql
Julien HENRY [Wed, 3 Dec 2014 14:10:51 +0000 (15:10 +0100)]
SONAR-5827 Decrease memory use during SourcePersister phase
Stas Vilchik [Wed, 3 Dec 2014 10:20:03 +0000 (11:20 +0100)]
Fix additional logging for web MTs
Stas Vilchik [Wed, 3 Dec 2014 10:02:33 +0000 (11:02 +0100)]
Add additional logging for web MTs
Stas Vilchik [Wed, 3 Dec 2014 09:33:05 +0000 (10:33 +0100)]
SONAR-5718 Fix loading more source code
Stas Vilchik [Wed, 3 Dec 2014 08:47:27 +0000 (09:47 +0100)]
Fix generating issues url from ruby
Julien HENRY [Tue, 2 Dec 2014 16:56:08 +0000 (17:56 +0100)]
SONAR-5869 Remove persistence of highlighting and symbols in snapshot_data
Simon Brandhof [Tue, 2 Dec 2014 17:58:46 +0000 (18:58 +0100)]
Add module sonar-data-test to build
Stas Vilchik [Tue, 2 Dec 2014 16:38:37 +0000 (17:38 +0100)]
Fix execution of web MTs
Julien HENRY [Tue, 2 Dec 2014 16:33:57 +0000 (17:33 +0100)]
SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer stuff on server side.
Jean-Baptiste Lievremont [Tue, 2 Dec 2014 15:56:07 +0000 (16:56 +0100)]
SONAR-5869 Remove source code display from issue/show modal
Teryk Bellahsene [Tue, 25 Nov 2014 10:07:19 +0000 (11:07 +0100)]
rename subProjectId by parentProjectId in ComponentDto except in WS use
Conflicts:
server/sonar-server/src/test/java/org/sonar/server/component/db/ComponentDaoTest.java
sonar-core/src/test/java/org/sonar/core/component/ComponentDtoTest.java
Teryk Bellahsene [Tue, 2 Dec 2014 14:54:24 +0000 (15:54 +0100)]
SONAR-5804 delete file_sources when deleting a project or during the data cleaning step
Simon Brandhof [Tue, 2 Dec 2014 14:52:36 +0000 (15:52 +0100)]
Fix problem of MySQL closed connections between Ruby and Java migrations
Simon Brandhof [Tue, 2 Dec 2014 14:26:38 +0000 (15:26 +0100)]
Improve reentrancy of InsertProjectsAuthorizationUpdatedAtMigration
Stas Vilchik [Tue, 2 Dec 2014 14:02:50 +0000 (15:02 +0100)]
SONAR-5877 Add the issue underline for just created issues
Stas Vilchik [Tue, 2 Dec 2014 13:52:19 +0000 (14:52 +0100)]
SONAR-5877 Return back the issue underline
Stas Vilchik [Tue, 2 Dec 2014 13:48:51 +0000 (14:48 +0100)]
SONAR-5877 Return back the issue underline
Julien HENRY [Tue, 2 Dec 2014 13:29:14 +0000 (14:29 +0100)]
SONAR-5827 Disable batch session when inserting in file_sources to avoid OOM
Simon Brandhof [Tue, 2 Dec 2014 13:21:29 +0000 (14:21 +0100)]
Disable JS tests when enabling the profile dbTests
Simon Brandhof [Tue, 2 Dec 2014 09:20:28 +0000 (10:20 +0100)]
Increase default ES max heap size from 256m to 1G
Stas Vilchik [Tue, 2 Dec 2014 13:18:15 +0000 (14:18 +0100)]
SONAR-5877 Integrate the duplications info
Jean-Baptiste Lievremont [Tue, 2 Dec 2014 11:06:39 +0000 (12:06 +0100)]
SONAR-5819 Fix handling of empty highlighting rules
Julien HENRY [Tue, 2 Dec 2014 11:01:17 +0000 (12:01 +0100)]
SONAR-5827 Do not produce empty higlighting rules like 0,0,k
Julien HENRY [Tue, 2 Dec 2014 09:54:28 +0000 (10:54 +0100)]
SONAR-5871 Migration of duplications into file_sources
Simon Brandhof [Tue, 2 Dec 2014 09:16:45 +0000 (10:16 +0100)]
Increase default ES max heap size from 256m to 1G
Simon Brandhof [Tue, 2 Dec 2014 09:08:34 +0000 (10:08 +0100)]
Scroll FILE_SOURCES rows one by one
Simon Brandhof [Tue, 2 Dec 2014 08:58:47 +0000 (09:58 +0100)]
Fix disabling of JS tests by Maven
Julien HENRY [Tue, 2 Dec 2014 08:28:05 +0000 (09:28 +0100)]
Fix error during previous merge
Julien HENRY [Wed, 26 Nov 2014 14:09:22 +0000 (15:09 +0100)]
SONAR-5868 Issue tracking now use hash WS instead of raw sources
Jean-Baptiste Lievremont [Mon, 1 Dec 2014 16:48:01 +0000 (17:48 +0100)]
SONAR-5871 Add duplication data to lines WS
Stas Vilchik [Mon, 1 Dec 2014 16:14:09 +0000 (17:14 +0100)]
Fix quality flaws
Stas Vilchik [Mon, 1 Dec 2014 16:01:38 +0000 (17:01 +0100)]
SONAR-5877 Fix bug with large duplications column
Julien HENRY [Mon, 1 Dec 2014 15:57:56 +0000 (16:57 +0100)]
Merge remote-tracking branch 'origin/branch-4.5'
Conflicts:
sonar-colorizer/src/main/java/org/sonar/colorizer/HtmlOptions.java
sonar-plugin-api/src/main/java/org/sonar/api/batch/SonarIndex.java
sonar-plugin-api/src/main/java/org/sonar/api/component/ResourcePerspectives.java
sonar-plugin-api/src/main/java/org/sonar/api/web/CodeColorizerFormat.java
Simon Brandhof [Mon, 1 Dec 2014 15:26:35 +0000 (16:26 +0100)]
Disable execution of JS tests if -DskipTests
Julien HENRY [Mon, 1 Dec 2014 14:36:12 +0000 (15:36 +0100)]
SONAR-5864 API cleanup
* add a proper way to create perspective on InputFile
* add a proper way to convert InputFile to resource
* deprecate colorizer
Stas Vilchik [Mon, 1 Dec 2014 14:34:38 +0000 (15:34 +0100)]
SONAR-5877 Fix showing of duplications
Stas Vilchik [Mon, 1 Dec 2014 14:32:50 +0000 (15:32 +0100)]
SONAR-5718 Encode url parameters for bulk change
Jean-Baptiste Lievremont [Mon, 1 Dec 2014 14:12:43 +0000 (15:12 +0100)]
Fix quality flaws
Jean-Baptiste Lievremont [Mon, 1 Dec 2014 13:51:47 +0000 (14:51 +0100)]
SONAR-5867 SONAR-5819 Index symbol highlighting and exploit it in api/sources/lines
Stas Vilchik [Mon, 1 Dec 2014 13:18:52 +0000 (14:18 +0100)]
Enable all web MTs
Simon Brandhof [Mon, 1 Dec 2014 13:08:15 +0000 (14:08 +0100)]
Fix loading of available port in sonar-web
Stas Vilchik [Mon, 1 Dec 2014 13:06:26 +0000 (14:06 +0100)]
Remove unused javascript code
Stas Vilchik [Mon, 1 Dec 2014 12:59:01 +0000 (13:59 +0100)]
Fix quality flaws
Stas Vilchik [Mon, 1 Dec 2014 12:54:06 +0000 (13:54 +0100)]
Support port paratemer in grunt
Simon Brandhof [Mon, 1 Dec 2014 12:46:36 +0000 (13:46 +0100)]
Use an available port for JS tests
Simon Brandhof [Mon, 1 Dec 2014 12:21:16 +0000 (13:21 +0100)]
Rename index type issueAuthorization to authorization
Simon Brandhof [Mon, 1 Dec 2014 11:27:40 +0000 (12:27 +0100)]
Delete unused class IssueAuthorizationDto
Stas Vilchik [Mon, 1 Dec 2014 12:03:33 +0000 (13:03 +0100)]
Add missed zero trend icon
Stas Vilchik [Mon, 1 Dec 2014 11:11:53 +0000 (12:11 +0100)]
Fix execution of web medium tests. Fix minification of the js files
Julien HENRY [Mon, 1 Dec 2014 11:04:28 +0000 (12:04 +0100)]
SONAR-5871 Add duplications to file_sources
Stas Vilchik [Mon, 1 Dec 2014 10:32:13 +0000 (11:32 +0100)]
Add grunt jshint
Simon Brandhof [Mon, 1 Dec 2014 10:21:16 +0000 (11:21 +0100)]
Add server benchmarks
Jean-Baptiste Lievremont [Mon, 1 Dec 2014 09:48:01 +0000 (10:48 +0100)]
SONAR-5801 Use short instead of int in ES source line index (size optim)
Simon Brandhof [Mon, 1 Dec 2014 09:33:54 +0000 (10:33 +0100)]
Cosmetic refactoring of org.sonar.server.source.index
Simon Brandhof [Mon, 1 Dec 2014 08:33:38 +0000 (09:33 +0100)]
Fix sonar-data-test
Stas Vilchik [Mon, 1 Dec 2014 08:33:21 +0000 (09:33 +0100)]
SONAR-5718 Fix syntax highlighting in the issues page
Simon Brandhof [Sun, 30 Nov 2014 19:21:12 +0000 (20:21 +0100)]
Minor improvement in ServerTester
Simon Brandhof [Sun, 30 Nov 2014 19:09:38 +0000 (20:09 +0100)]
Revert previous commit to have faster build
This reverts commit
6516646e2f0b558ef81f8be705ae0c1764c0eb17 .
Simon Brandhof [Sun, 30 Nov 2014 18:25:30 +0000 (19:25 +0100)]
Use the shared Elasticsearch instance in EsTester
Simon Brandhof [Sun, 30 Nov 2014 17:57:29 +0000 (18:57 +0100)]
Fix thread leak in server tests
Simon Brandhof [Sun, 30 Nov 2014 17:09:03 +0000 (18:09 +0100)]
Shared elasticsearch instance for server tests
Simon Brandhof [Sat, 29 Nov 2014 11:41:39 +0000 (12:41 +0100)]
End of CI error investigations - creation of ES indices was not synchronous, so failed on slow boxes
Simon Brandhof [Sat, 29 Nov 2014 10:26:30 +0000 (11:26 +0100)]
CI error investigations - add verifications when creating index
Simon Brandhof [Sat, 29 Nov 2014 09:54:29 +0000 (10:54 +0100)]
CI error investigations - add logs to ServerTester
Simon Brandhof [Sat, 29 Nov 2014 09:38:20 +0000 (10:38 +0100)]
CI error investigations - add logs to ServerTester
Simon Brandhof [Sat, 29 Nov 2014 09:26:26 +0000 (10:26 +0100)]
CI error investigations - temporarily disable random execution of tests
Simon Brandhof [Sat, 29 Nov 2014 08:37:58 +0000 (09:37 +0100)]
CI error investigations - temporarily disable tests using EsTester
Simon Brandhof [Sat, 29 Nov 2014 07:59:39 +0000 (08:59 +0100)]
Temporary increase of JVM memory for server tests
Stas Vilchik [Fri, 28 Nov 2014 19:18:10 +0000 (20:18 +0100)]
Fix qualify flaws
Simon Brandhof [Fri, 28 Nov 2014 18:44:55 +0000 (19:44 +0100)]
Remove ignored tests
Simon Brandhof [Fri, 28 Nov 2014 18:34:05 +0000 (19:34 +0100)]
Fix memory leaks in server medium tests
Simon Brandhof [Fri, 28 Nov 2014 16:25:06 +0000 (17:25 +0100)]
Re-enable random execution of tests
Julien HENRY [Fri, 28 Nov 2014 16:11:21 +0000 (17:11 +0100)]
SONAR-5867 Add symbol references data into file_sources table
Jean-Baptiste Lievremont [Fri, 28 Nov 2014 16:29:46 +0000 (17:29 +0100)]
Revert "SONAR-5742 Add ignorePaging parameter handle to WS client (for IT)"
This reverts commit
58dd4353773af1c010facbcc05c17cd1cac5b9be .
Jean-Baptiste Lievremont [Fri, 28 Nov 2014 16:25:20 +0000 (17:25 +0100)]
SONAR-5742 Add ignorePaging parameter handle to WS client (for IT)
Stas Vilchik [Fri, 28 Nov 2014 15:20:06 +0000 (16:20 +0100)]
SONAR-5718 Apply feedback
Stas Vilchik [Fri, 28 Nov 2014 15:00:48 +0000 (16:00 +0100)]
Fix quality gate modals
Simon Brandhof [Fri, 28 Nov 2014 15:55:34 +0000 (16:55 +0100)]
Omit lucene norms on non-analyzed string fields
Simon Brandhof [Fri, 28 Nov 2014 15:52:12 +0000 (16:52 +0100)]
Do not memory store for elasticsearch tests
Simon Brandhof [Fri, 28 Nov 2014 15:35:16 +0000 (16:35 +0100)]
Fix closing of connection in SourceLineResultSetIteratorTest
Jean-Baptiste Lievremont [Fri, 28 Nov 2014 14:57:21 +0000 (15:57 +0100)]
Fix DB connection leak
Jean-Baptiste Lievremont [Fri, 28 Nov 2014 11:10:53 +0000 (12:10 +0100)]
SONAR-5742 Add explicit parameter to ignore paging in issue search
Simon Brandhof [Fri, 28 Nov 2014 15:04:59 +0000 (16:04 +0100)]
Do not reuse previous Elasticsearch installations in EsTester