aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6325 Apply feedback from PRJean-Baptiste Lievremont2015-03-266-20/+16
* SONAR-5489 Add web services to manage project/profile associationJean-Baptiste Lievremont2015-03-2611-39/+368
* SONAR-6329 Update handling of project/profile association in service layer an...Jean-Baptiste Lievremont2015-03-268-110/+60
* Remove dependency of migration on core persistence classesJean-Baptiste Lievremont2015-03-262-27/+24
* SONAR-6328 Use MassUpdate for project/profile association migrationJean-Baptiste Lievremont2015-03-262-119/+73
* SONAR-6328 Migrate existing project/profile associationsJean-Baptiste Lievremont2015-03-266-1/+363
* SONAR-6327 Add is_default column to rules_profilesJean-Baptiste Lievremont2015-03-266-7/+7
* SONAR-6320 Symbol in computeJulien Lancelot2015-03-262-0/+308
* SONAR-6257 Fix duplication issue when there's folder in project structure and...Julien Lancelot2015-03-252-22/+122
* Fix conflict between sonar-core and sonar-testing-harness for the dependency ...Simon Brandhof2015-03-251-0/+9
* SONAR-6257 Fail when measures report contains duplications_data measuresJulien Lancelot2015-03-255-17/+59
* SONAR-6257 Persist duplication measures in computeJulien Lancelot2015-03-2514-61/+611
* Fix timezone errors in some server testsSimon Brandhof2015-03-255-37/+11
* Automatic merge from branch-5.1Jenkins CI2015-03-244-11/+67
|\
| * SONAR-6335 Fix file source migration to generate correct checksum on blank linesJulien HENRY2015-03-242-6/+36
| * Do not show the debt (sub)characteristic of a rule when it has been overloade...Jean-Baptiste Lievremont2015-03-242-5/+31
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2015-03-231-1/+1
| * [maven-release-plugin] prepare release 5.1-RC25.1-RC2Eric Hartmann2015-03-231-1/+1
* | Fix tags dropdown in issue bulk changeJean-Baptiste Lievremont2015-03-241-1/+1
* | SONAR-6275 Add temporary field person_id on measure to keep devcockpit workingJulien HENRY2015-03-244-1/+5
* | SONAR-6275 Feed measures in compute reportJulien HENRY2015-03-234-203/+157
* | Automatic merge from branch-5.1Jenkins CI2015-03-201-3/+0
|\|
| * Fix quality flawSimon Brandhof2015-03-201-3/+0
* | Automatic merge from branch-5.1Jenkins CI2015-03-207-22/+91
|\|
| * SONAR-6012 Issues on files on removed modules should contain the module keyJulien Lancelot2015-03-207-22/+91
* | Fix some quality flawsSimon Brandhof2015-03-206-9/+10
* | Automatic merge from branch-5.1Jenkins CI2015-03-204-33/+10
|\|
| * Do not retry to index failed requests in BulkIndexerSimon Brandhof2015-03-201-31/+5
| * Fix some quality flawsSimon Brandhof2015-03-203-2/+5
* | fix quality flaws (2nd edition)Teryk Bellahsene2015-03-202-2/+10
* | fix quality flawsTeryk Bellahsene2015-03-202-19/+33
* | Fix coupling of some db tests with local timezoneSimon Brandhof2015-03-2013-101/+50
* | Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert.Simon Brandhof2015-03-2028-240/+243
* | Improve memory consumption of SourceDbBenchmarkTest and fix EsUtilsTest on GM...Simon Brandhof2015-03-201-1/+1
* | persist measures on server side - SONAR-6253Teryk Bellahsene2015-03-2026-182/+873
* | Remove useless code in PersistIssuesStep and add unit testsJulien Lancelot2015-03-198-21/+334
* | SONAR-6236 Put a warning when a widget is not on any dashboard (unsatisfied u...Jean-Baptiste Lievremont2015-03-193-1/+21
* | SONAR-6236 Remove BaseDao from DashboardDaoJean-Baptiste Lievremont2015-03-192-10/+10
* | SONAR-6236 Use correct replacement widget for non-project related widgetsJean-Baptiste Lievremont2015-03-194-11/+72
* | Fix DB tests on MSSQL and OracleJean-Baptiste Lievremont2015-03-196-13/+102
* | Fix database testsJean-Baptiste Lievremont2015-03-181-4/+2
* | Fix quality flawsJulien Lancelot2015-03-182-6/+2
* | SONAR-6236 Apply feedback from PRJean-Baptiste Lievremont2015-03-187-90/+88
* | SONAR-6236 Remove BaseDao from WidgetDao and WidgetPropertyDaoJean-Baptiste Lievremont2015-03-184-23/+84
* | SONAR-6236 Migrate existing dashboards to use the new issue widgetsJean-Baptiste Lievremont2015-03-1811-16/+420
* | Automatic merge from branch-5.1Jenkins CI2015-03-187-13/+102
|\|
| * Batch should set updated date to 0 on updated sources and Compute should upda...Julien Lancelot2015-03-184-4/+98
| * improve significantly memore consumption while using a disk cacheTeryk Bellahsene2015-03-181-6/+2
| * catch Throwable instead of Exception in Computation threadsTeryk Bellahsene2015-03-182-3/+2
* | Merge branch-5.1Julien Lancelot2015-03-1847-754/+1668
|\|