summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-dbSimon Brandhof2015-07-2328-322/+257
|
* SONAR-6725 drop aggregation of measures of PACKAGES metricSébastien Lesaint2015-07-231-2/+0
|
* fix some coverage flawsSébastien Lesaint2015-07-234-7/+17
|
* SONAR-6684 remove Issue.tags from batch reportSimon Brandhof2015-07-232-3/+1
|
* SONAR-6684 remove unused measure fields from reportSimon Brandhof2015-07-231-26/+2
|
* Move MetricDao to sonar-dbTeryk Bellahsene2015-07-2223-428/+18
|
* Improve UpdateCenterMatrixFactory code coverageTeryk Bellahsene2015-07-222-3/+51
|
* Use BadRequestException instead of ServerException with ↵Teryk Bellahsene2015-07-224-19/+15
| | | | HttpURLConnection.HTTP_CONFLICT
* SONAR-6381 throw an exception when a compatible plugin is not found.Teryk Bellahsene2015-07-222-1/+18
|
* SONAR-6376 ws plugins/installed and plugins/pending add category fieldTeryk Bellahsene2015-07-2122-209/+369
| | | | - use Optional when retrieving an UpdateCenter
* Fix quality flawsTeryk Bellahsene2015-07-213-18/+19
|
* SONAR-6681 Move computation of Unit test related measures to CEJulien Lancelot2015-07-214-1/+436
|
* Remove variation usage from BatchMeasureToMeasureJulien Lancelot2015-07-212-65/+7
| | | | The batch do not send anymore variationd data as there are now computed in CE
* Re-introduce usage of toEntries() and entryOf()Julien Lancelot2015-07-217-250/+211
|
* SONAR-6679 Move computation of language ditribution measures to CEJulien Lancelot2015-07-213-0/+258
|
* Rename SensorMetrics to BatchMetricsJulien Lancelot2015-07-213-13/+13
|
* Fix computation of new coverageJulien Lancelot2015-07-211-1/+1
|
* Merge branch 'branch-5.1' + SONAR-6700 fix for 5.2Sébastien Lesaint2015-07-212-0/+87
|\
| * SONAR-6700 fix undeleted computation working dir and cache filesSébastien Lesaint2015-07-202-0/+97
| |
* | Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batchJulien Lancelot2015-07-211-0/+4
| |
* | SONAR-6652 ws system/db_migration_status status of database migrationTeryk Bellahsene2015-07-217-137/+497
| |
* | SONAR-6366 rename MigrateDbSystemAction to MigrateDbActionTeryk Bellahsene2015-07-214-8/+8
| |
* | Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-201-245/+0
| |
* | SONAR-6703 fix coverage rulesSimon Brandhof2015-07-202-5/+4
| |
* | SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-2051-730/+513
| |
* | SONAR-6703 new common rulesSimon Brandhof2015-07-2037-38/+1987
| |
* | SONAR-6703 Register common rules at startupSimon Brandhof2015-07-208-100/+323
| |
* | SONAR-6693 Create a new WS to list issue filtersStas Vilchik2015-07-1718-58/+354
| |
* | SONAR-6682 Move computation comment_lines to CommentMeasuresStepJulien Lancelot2015-07-172-50/+33
| |
* | Rename getNewMeasureXXX by getAddedMeasureXXXJulien Lancelot2015-07-1712-284/+296
| |
* | SONAR-6678 Add computation of duplication measures in compute engineJulien Lancelot2015-07-173-0/+596
| |
* | SONAR-6678 Remove duplication decorators from the batchJulien Lancelot2015-07-173-60/+77
| |
* | Update tests that were badly based on Measure.equals()Julien Lancelot2015-07-177-198/+227
| | | | | | | | As Measure.equals()/hashcode() does not contains values, variations, etc., tests should do assertion directly on what they want to check : int value, double value, data, variations, etc.
* | Add Optional<Measure> getNewRawMeasure(int componentRef, String metricKey) ↵Julien Lancelot2015-07-171-0/+13
| | | | | | | | in MeasureRepositoryRule
* | Cosmetic changes in SumFormulaJulien Lancelot2015-07-172-2/+1
| |
* | Fix quality flawsJulien Lancelot2015-07-171-1/+2
| |
* | Move Java db migrations from sonar-server to sonar-dbSimon Brandhof2015-07-17299-14337/+69
| |
* | SONAR-6716 remove data migrations of v4.4Simon Brandhof2015-07-17139-6419/+3
| |
* | SONAR-6716 do not accept db upgrades from versions previous to LTSSimon Brandhof2015-07-162-7/+31
| |
* | SONAR-6716 Move some additions of columns and indicesSimon Brandhof2015-07-1619-436/+17
| |
* | SONAR-6716 Rename migrations 061 and 283 to follow conventionsSimon Brandhof2015-07-162-3/+3
| |
* | SONAR-6716 Compress migrations of table action_plansSimon Brandhof2015-07-163-62/+2
| |
* | SONAR-6716 Rename migration 061 to follow conventionsSimon Brandhof2015-07-161-0/+0
| |
* | SONAR-6716 Compress migrations of table manual_measuresSimon Brandhof2015-07-162-34/+1
| |
* | SONAR-6716 Compress migrations of table project_measuresSimon Brandhof2015-07-163-60/+2
| |
* | SONAR-6716 Compress migrations of table alertsSimon Brandhof2015-07-162-31/+1
| |
* | SONAR-6716 Compress migrations of table rulesSimon Brandhof2015-07-164-106/+5
| |
* | SONAR-6716 Compress migrations of table characteristicsSimon Brandhof2015-07-163-60/+2
| |
* | SONAR-6716 Compress migrations of table widget_propertiesSimon Brandhof2015-07-162-31/+0
| |
* | SONAR-6716 Compress migrations of table rules_profilesSimon Brandhof2015-07-1610-182/+4
| |