aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove useless ResourceSnapshotMapper and rename folder dependency to designJulien Lancelot2015-04-284-64/+1
|
* persist tests in db - SONAR-6255Teryk Bellahsene2015-04-284-1/+56
|
* add new column data_type in file_sources table - SONAR-6255Teryk Bellahsene2015-04-284-6/+6
|
* SONAR-6428 WS to get component navigation informationJean-Baptiste Lievremont2015-04-283-0/+167
|
* SONAR-6278 Feed tests in compute reportJulien HENRY2015-04-272-37/+0
|
* SONAR-6256 Drop dependencies.from_resource_id and dependencies.to_resource_idJulien Lancelot2015-04-216-29/+43
|
* SONAR-6256 Add migration to add dependencies.from_component_uuid and ↵Julien Lancelot2015-04-214-12/+12
| | | | dependencies.to_component_uuid
* SONAR-6427 Internal WS to get global navigation configuratioJean-Baptiste Lievremont2015-04-214-21/+202
|
* Deprecate AbstractDaoTestCase to not forget to replace itJulien Lancelot2015-04-211-1/+10
|
* SONAR-6298 Add project count in qprofile search WS responseJean-Baptiste Lievremont2015-04-202-2/+14
|
* SONAR-6433 Stop supporting the concept of "group/ecosystem" of pluginsSimon Brandhof2015-04-203-10/+1
|
* cancel test_data migration in file_sourcesTeryk Bellahsene2015-04-174-6/+6
|
* SONAR-6366 add supportsMigration() on Dialect interfaceSébastien Lesaint2015-04-175-0/+25
|
* SONAR-6253 Cleanup SourcePersister on batch sideJulien HENRY2015-04-177-259/+0
| | | | and move FileSourceDao to sonar-server
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-162-0/+340
| | | | in order to prepare upgrade to Guava 18 in core codebase
* Move tests persistence from batch to compute - SONAR-6255Teryk Bellahsene2015-04-169-6/+16
| | | | | | - define index and check the 3 use cases - define batch report format - create file_sources.test_data
* SONAR-6364 Line number should be unset on closed issuesSimon Brandhof2015-04-161-2/+10
|
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-022-6/+15
| | | | This allows to fail-fast if a test is heavily coupled with local timezone.
* Fix usage of clob.free() on MsSQLJulien Lancelot2015-04-021-1/+9
|
* Call Clob.free() to reduce memory consumptionJulien Lancelot2015-04-021-1/+3
|
* Automatic merge from branch-5.1Jenkins CI2015-04-015-61/+95
|\ | | | | | | | | | | * origin/branch-5.1: Fix issue when permission is set only on user fix select2 in rule bulk change
| * Fix issue when permission is set only on userJulien Lancelot2015-04-015-61/+95
| |
* | SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-311-1/+1
| |
* | SONAR-6325 Apply feedback from PRJean-Baptiste Lievremont2015-03-261-4/+4
| |
* | SONAR-6329 Update handling of project/profile association in service layer ↵Jean-Baptiste Lievremont2015-03-264-23/+16
| | | | | | | | and DAOs
* | SONAR-6327 Add is_default column to rules_profilesJean-Baptiste Lievremont2015-03-2613-30/+30
| |
* | SONAR-6257 Persist duplication measures in computeJulien Lancelot2015-03-253-4/+28
| |
* | Automatic merge from branch-5.1Jenkins CI2015-03-201-4/+4
|\| | | | | | | | | * origin/branch-5.1: SONAR-6012 Issues on files on removed modules should contain the module key
| * SONAR-6012 Issues on files on removed modules should contain the module keyJulien Lancelot2015-03-201-4/+4
| |
* | Fix coupling of some db tests with local timezoneSimon Brandhof2015-03-2018-166/+61
| |
* | persist measures on server side - SONAR-6253Teryk Bellahsene2015-03-203-124/+53
| |
* | Automatic merge from branch-5.1Jenkins CI2015-03-183-0/+44
|\| | | | | | | | | | | | | * origin/branch-5.1: Batch should set updated date to 0 on updated sources and Compute should update this sources for current project improve significantly memore consumption while using a disk cache catch Throwable instead of Exception in Computation threads
| * Batch should set updated date to 0 on updated sources and Compute should ↵Julien Lancelot2015-03-183-0/+44
| | | | | | | | update this sources for current project
* | Merge branch-5.1Julien Lancelot2015-03-181-1/+41
|\|
| * Merge multiple issues column requests alter into one requestJulien Lancelot2015-03-171-7/+42
| |
* | Add unit testsJulien Lancelot2015-03-172-0/+101
| |
* | Fix test on MySQLJulien Lancelot2015-03-171-8/+15
| |
* | SONAR-6261 Persist events in compute stackJulien Lancelot2015-03-177-12/+12
| |
* | Revert "Remove use of DateUtils.truncate since it is not efficient"Julien HENRY2015-03-172-11/+16
| | | | | | | | This reverts commit 46e1d76cc3814518f23b65132e5a8f083bb707a5.
* | Remove use of DateUtils.truncate since it is not efficientJulien HENRY2015-03-162-16/+11
| |
* | SONAR-6236 Put back widgets on default "Issues" dashboard, based on new ↵Jean-Baptiste Lievremont2015-03-102-0/+67
| | | | | | | | issue filter widget
* | Merge branch 'master' into branch-5.2Stas Vilchik2015-03-091-3/+3
|\| | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/platform/ServerComponents.java server/sonar-web/src/main/less/components.less
| * SONAR-5077 Fix testJulien HENRY2015-03-091-3/+3
| |
* | add information to the "New Issues" notification - SONAR-6045Teryk Bellahsene2015-03-041-0/+49
|/
* Fix compatibility of tests with non-H2 dbsSimon Brandhof2015-03-031-2/+7
|
* Fix quality flawsSimon Brandhof2015-03-021-0/+6
|
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
|
* Fix quality flawsSimon Brandhof2015-02-231-0/+52
|
* Technical monitoring of web server - SONAR-4318 SONAR-5936Teryk Bellahsene2015-02-221-0/+6
|
* Add some unit testsJulien Lancelot2015-02-202-0/+30
|