Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-8613 add filter on keys to OrganizationDao.selectByQuery | Sébastien Lesaint | 2017-01-16 | 1 | -16/+131 | |
| | ||||||
* | SONAR-8595 remove ComponentDto.organizationKey | Sébastien Lesaint | 2017-01-16 | 1 | -5/+0 | |
| | | | | remove join on table ORGANIZATIONS in ComponentMapper.xml which was used to populate this field | |||||
* | SONAR-8613 add OrganizationDao.selectByUuids | Sébastien Lesaint | 2017-01-16 | 1 | -87/+177 | |
| | ||||||
* | SONAR-8595 make ComponentMapper.selectByQuery return org key | Sébastien Lesaint | 2017-01-16 | 1 | -1/+3 | |
| | ||||||
* | SONAR-8595 make ComponentMapper.selectDescendants return org key | Sébastien Lesaint | 2017-01-16 | 1 | -0/+2 | |
| | ||||||
* | SONAR-8595 make ComponentMapper.selectByUuid retrieve organization's key | Sébastien Lesaint | 2017-01-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8595 make ComponentMapper.selectByKey retrieve organization's key | Sébastien Lesaint | 2017-01-16 | 2 | -1/+7 | |
| | | | | by joining on table ORGANIZATIONS | |||||
* | SONAR-8595 enforce organization of component is specified in UTs | Sébastien Lesaint | 2017-01-16 | 21 | -193/+235 | |
| | | | | for UTs using ComponentTesting and/or ComponentDbTester | |||||
* | SONAR-8595 ComponentDao.selectByUuids returns organization's key | Sébastien Lesaint | 2017-01-16 | 2 | -2/+12 | |
| | | | | | by joining on ORGANIZATIONS table add organizationKey (read-only) to ComponentDto | |||||
* | SONAR-8595 ComponentTesting support for root components' organization | Sébastien Lesaint | 2017-01-16 | 2 | -33/+53 | |
| | ||||||
* | SONAR-8594 enforce report has same organization key as component | Sébastien Lesaint | 2017-01-16 | 1 | -1/+9 | |
| | ||||||
* | SONAR-8474 securing SQL request on Component tree regarding organization | Sébastien Lesaint | 2017-01-16 | 1 | -4/+5 | |
| | | | | altered SQL requests on Component tree to not leak out of organization of root | |||||
* | SONAR-8429 add organization parameter to api/ce/submit | Sébastien Lesaint | 2017-01-16 | 1 | -0/+9 | |
| | | | | remove hardcode to default organization from ComponentService | |||||
* | SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUID | Sébastien Lesaint | 2017-01-16 | 4 | -17/+21 | |
| | | | | | | | | | hardcode CE and ComponentService to persist components into default organization hardcode WS api/components/bulk_update_key to work on default organization hardcode WS api/projects/create to create project into default organization hardcode WS api/ce/submit to create project into default organization fix UTs to set this new non nullable column | |||||
* | SONAR-7300 Deprecate and rewrite api/properties/index in Java | Julien Lancelot | 2017-01-10 | 1 | -7/+38 | |
| | ||||||
* | SONAR-8585 configure NLS_SORT param on Oracle client sessions | Simon Brandhof | 2017-01-05 | 1 | -12/+12 | |
| | ||||||
* | SONAR-8557 Create WS api/notifications/list | Teryk Bellahsene | 2016-12-29 | 1 | -1/+4 | |
| | ||||||
* | SONAR-8555 SONAR-8556 Create WS api/notifications/add and remove | Teryk Bellahsene | 2016-12-29 | 2 | -0/+72 | |
| | ||||||
* | SONAR-8464 SONAR-8466 WS drop description param to create or udpate an event | Teryk Bellahsene | 2016-12-21 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7288 Create WS api/favorites/remove | Teryk Bellahsene | 2016-12-19 | 2 | -1/+69 | |
| | ||||||
* | SONAR-8445 move DatabaseVersion to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 2 | -71/+3 | |
| | ||||||
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONS | Sébastien Lesaint | 2016-12-16 | 3 | -7/+95 | |
| | | | | and remove direct usages of MyBatis mapper | |||||
* | SONAR-8445 move def and sql builder classes to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 19 | -2523/+0 | |
| | ||||||
* | SONAR-8445 move package charset from sonar-db to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 10 | -985/+0 | |
| | ||||||
* | SONAR-7292 Remove useless code in IssueChangeDao | Julien Lancelot | 2016-12-15 | 1 | -59/+0 | |
| | ||||||
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WS | Julien Lancelot | 2016-12-15 | 1 | -2/+3 | |
| | ||||||
* | SONAR-7294 Replace Ruby WS api/issues/edit_comment | Julien Lancelot | 2016-12-15 | 1 | -4/+3 | |
| | ||||||
* | SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dto | Julien Lancelot | 2016-12-15 | 2 | -6/+51 | |
| | ||||||
* | SONAR-8468 Create WS api/project_analyses/delete | Teryk Bellahsene | 2016-12-14 | 1 | -4/+12 | |
| | ||||||
* | SONAR-8445 move SQ 5.6 create schema migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 4 | -744/+0 | |
| | | | | and start some cleaning of migration related code in Ruby | |||||
* | SONAR-8445 move SQ 5.6.1 migration out of Ruby | Sébastien Lesaint | 2016-12-14 | 2 | -104/+1 | |
| | ||||||
* | SONAR-8445 move SQ 6.0 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 66 | -5800/+1 | |
| | ||||||
* | SONAR-8445 move SQ 6.1 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 14 | -1361/+1 | |
| | ||||||
* | SONAR-8445 move SQ 6.2 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 24 | -2075/+1 | |
| | ||||||
* | SONAR-8445 run DB migration of SQ 6.3 with Java | Sébastien Lesaint | 2016-12-14 | 4 | -241/+1 | |
| | | | | | 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 handle creation of table SCHEMA_MIGRATIONS in Java | Sébastien Lesaint | 2016-12-14 | 2 | -7/+35 | |
| | ||||||
* | SONAR-7290 Rewrite api/issues/changelog in Java | Julien Lancelot | 2016-12-13 | 4 | -30/+91 | |
| | ||||||
* | SONAR-5471 fix type of INTEGER columns on Oracle | Simon Brandhof | 2016-12-13 | 2 | -2/+2 | |
| | | | | | | Correct type is NUMBER(38,0) but not INTEGER Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-5471 use v5.6 as version of initial schema | Simon Brandhof | 2016-12-13 | 7 | -216/+5 | |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-8533 Force unit CHAR on VARCHAR columns on Oracle | Simon Brandhof | 2016-12-13 | 3 | -3/+15 | |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-5471 Auto-incremented ID must start with 1 on all DB | Simon Brandhof | 2016-12-13 | 1 | -3/+3 | |
| | | | | | | | - H2 was 1 in schema-h2.ddl but 0 in CreateTableBuilder - MSSQL was 1 in ruby but 0 in CreateTableBuilder Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-5471 create initial schema (version 5.5) | Simon Brandhof | 2016-12-13 | 65 | -4870/+232 | |
| | ||||||
* | SONAR-5471 ability to have DEFAULT values on INT columns | Simon Brandhof | 2016-12-13 | 1 | -1/+6 | |
| | ||||||
* | SONAR-8467 Create WS api/project_analyses/search | Teryk Bellahsene | 2016-12-13 | 2 | -0/+28 | |
| | ||||||
* | SONAR-8534 delete ACTIVITY rows which don't have profileKey field | Simon Brandhof | 2016-12-13 | 1 | -4/+21 | |
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-7291 Extract transition methods from IssueService to TransitionService | Julien Lancelot | 2016-12-12 | 2 | -0/+44 | |
| | ||||||
* | SONAR-5471 refactor db migration 1315 in Java | Simon Brandhof | 2016-12-12 | 17 | -1/+706 | |
| | ||||||
* | SONAR-5471 add RenameTableBuilder | Simon Brandhof | 2016-12-12 | 1 | -0/+92 | |
| | ||||||
* | SONAR-5471 move creation of 5.6+ indices to Java migrations | Simon Brandhof | 2016-12-12 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5471 support timestamp type | Simon Brandhof | 2016-12-12 | 1 | -0/+90 | |
| |