aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-164-11/+4
| | | | | | | | and remove direct usages of MyBatis mapper
* | improving stability of DatabaseMigrationImplConcurrentAccessTestSébastien Lesaint2016-12-161-17/+17
| |
* | SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1649-93/+744
| |
* | SONAR-8445 move def and sql builder classes to sonar-db-migrationSébastien Lesaint2016-12-16125-242/+4811
| |
* | SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-1626-8/+1843
| |
* | SONAR-8445 a bit of Ruby code cleaning + fix quality flawsSébastien Lesaint2016-12-163-11/+2
| |
* | Fix quality flawsJulien HENRY2016-12-162-15/+3
| |
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-159-208/+292
| |
* | SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-1512-168/+372
| |
* | SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-152-8/+8
| |
* | SONAR-7292 Move IssueTesting to sonar-db for IssueDto and keep ↵Julien Lancelot2016-12-1523-250/+227
| | | | | | | | IssueDocTesting for IssueDoc
* | SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in ↵Julien Lancelot2016-12-1516-387/+427
| | | | | | | | IssueService
* | SONAR-7292 Replace Ruby WS api/issues/add_commentJulien Lancelot2016-12-1511-355/+310
| |
* | Fix quality flawsTeryk Bellahsene2016-12-144-14/+13
| |
* | Drop some Ruby codeSimon Brandhof2016-12-1422-2389/+0
| | | | | | | | | | | | | | * Drop color-tools ruby gem * Drop unused jrails.rb * Sanitize database_version.rb
* | SONAR-8467 Fix total number of analyses when filtering by categoryTeryk Bellahsene2016-12-142-7/+8
| |
* | SONAR-8468 Create WS api/project_analyses/deleteTeryk Bellahsene2016-12-147-4/+256
| |
* | SONAR-7728 Return file long name in changelog during a file moveJulien Lancelot2016-12-142-7/+67
| |
* | SONAR-8445 do auto upgrade on fresh install without RubySébastien Lesaint2016-12-1421-346/+273
| |
* | SONAR-8445 move SQ 5.6 create schema migrations out of RubySébastien Lesaint2016-12-1426-339/+1446
| | | | | | | | and start some cleaning of migration related code in Ruby
* | SONAR-8445 move SQ 5.6.1 migration out of RubySébastien Lesaint2016-12-149-32/+292
| |
* | SONAR-8445 move SQ 6.0 migrations out of RubySébastien Lesaint2016-12-14270-2208/+12247
| |
* | SONAR-8445 move SQ 6.1 migrations out of RubySébastien Lesaint2016-12-1466-500/+2724
| |
* | SONAR-8445 support multiple migrations referencing same MigrationStepSébastien Lesaint2016-12-145-6/+121
| | | | | | | | includes add support for support components per DbVersion
* | SONAR-8445 move SQ 6.2 migrations out of RubySébastien Lesaint2016-12-1499-699/+4113
| |
* | SONAR-8445 run DB migration of SQ 6.3 with JavaSébastien Lesaint2016-12-1465-99/+3013
| | | | | | | | | | add Java toolkit to run DB migrations port last 3 DB migrations (ie. from current SQ 6.3) to this Java toolkit and make it run after Ruby migration
* | SONAR-8445 fork BaseDataChange and DdlChange in sonar-db-migrationSébastien Lesaint2016-12-1410-0/+730
| | | | | | | | interface DataChange is dropped and BaseDataChange renamed to DataChange
* | SONAR-8445 move PlatformDatabaseMigration to package migrationSébastien Lesaint2016-12-1410-42/+58
| | | | | | | | instead of package migrations, so that it is located as if it was in sonar-db-migration
* | SONAR-8445 move DatabaseMigration to sonar-db-migrationSébastien Lesaint2016-12-1423-209/+523
| | | | | | | | also, split state (which must be stored at platform level 2 because we need to keep state until SQ is shutdown) from migration code, which doesn't need to be kept in memory once Platform is out of safe mode
* | SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in JavaSébastien Lesaint2016-12-148-4/+274
| |
* | SONAR-8445 create maven module sonar-db-migrationSébastien Lesaint2016-12-144-0/+65
| |
* | SONAR-8535 SONAR-7304 sanitize WS api/server/*Simon Brandhof2016-12-1412-318/+44
| | | | | | | | | | | | | | - SONAR-8535 drop api/server/index - SONAR-8535 drop api/server/setup - SONAR-7304 refactor api/server/version in Java Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* | Remove file related to measure filtersJulien Lancelot2016-12-141-61/+0
| |
* | SONAR-8467 Fix pagination result when filtering by categoryTeryk Bellahsene2016-12-132-3/+10
| |
* | SONAR-7290 Add changelog action in IssueClient from ws-clientJulien Lancelot2016-12-134-63/+64
| |
* | SONAR-8531 api/issues/changelog should return raw value of effortJulien Lancelot2016-12-131-1/+2
| |
* | SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-139-61/+419
| |
* | SONAR-7290 Remove api/issues/changelog from railsJulien Lancelot2016-12-137-242/+1
| |
* | SONAR-7290 Move issues classes related to ws to IssueWsModuleJulien Lancelot2016-12-133-25/+25
| |
* | SONAR-7290 Simplify and rename ActionService to ActionFinderJulien Lancelot2016-12-136-76/+36
| |
* | SONAR-5471 use v5.6 as version of initial schemaSimon Brandhof2016-12-136-96/+3
| | | | | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* | SONAR-5471 create initial schema (version 5.5)Simon Brandhof2016-12-13250-9209/+4
| |
* | SONAR-8467 Create WS api/project_analyses/searchTeryk Bellahsene2016-12-137-2/+691
| |
* | use yarn (#1453)Stas Vilchik2016-12-122-15/+5967
| |
* | support old project permalinksStas Vilchik2016-12-122-4/+7
| |
* | SONAR-7291 Extract transition methods from IssueService to TransitionServiceJulien Lancelot2016-12-1219-193/+845
| |
* | SONAR-7291 Rename IssueUpdater to IssueFieldsSetterJulien Lancelot2016-12-1231-120/+99
| | | | | | | | A new IssueUpdater used to update issue in db needs to be created
* | SONAR-7291 Drop WS api/issues/transitionsJulien Lancelot2016-12-126-82/+9
| |
* | SONAR-7291 Clean up no more used code related to railsJulien Lancelot2016-12-127-262/+4
| | | | | | | | | | Remove no more used rails Issue.to_hash Remove no more used method from InternalRubyIssueService
* | use nodejs 6.x (#1451)Stas Vilchik2016-12-121-1/+1
| |