aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/issue
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-178-1288/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-108-16/+16
|
* SONAR-7292 Remove useless code in IssueChangeDaoJulien Lancelot2016-12-151-24/+0
|
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-151-11/+5
|
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-152-11/+4
|
* SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dtoJulien Lancelot2016-12-151-1/+6
|
* SONAR-7292 Move IssueTesting to sonar-db for IssueDto and keep ↵Julien Lancelot2016-12-151-0/+61
| | | | IssueDocTesting for IssueDoc
* SONAR-7290 Rewrite api/issues/changelog in JavaJulien Lancelot2016-12-131-12/+7
|
* SONAR-7291 Extract transition methods from IssueService to TransitionServiceJulien Lancelot2016-12-121-4/+3
|
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-106-526/+0
|
* Fix Quality flawsSimon Brandhof2016-06-161-7/+0
|
* SONAR-7738 support in code use of *_UUID instead of PROJECTS._*IDSébastien Lesaint2016-06-161-12/+0
|
* fix quality flaw: use method references in DAO rather than lamdbaSébastien Lesaint2016-06-061-1/+1
|
* fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputsSébastien Lesaint2016-06-022-36/+4
|
* SONAR-3321 IssueMapper#updateIfBeforeSelectedDate updates componentUuidSébastien Lesaint2016-06-021-1/+0
| | | | this is now possible because issues can move from one component to another if a file move has been detected
* remove usage of deprecated methods of Guava ObjectsSébastien Lesaint2016-05-241-2/+2
|
* Fix quality flawsTeryk Bellahsene2016-04-052-2/+2
|
* MMF-165 Remove action plan mentionsTeryk Bellahsene2016-03-301-5/+0
|
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-291-17/+2
|
* SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSideSébastien Lesaint2016-03-291-4/+0
|
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-291-0/+2
|
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-259-655/+0
|
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-101-8/+8
|
* SONAR-7345 Rename ISSUES columnsJulien Lancelot2016-03-101-16/+16
| | | | | Rename technical_debt to effort Rename effort_to_fix to gap
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-021-1/+1
|
* SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-021-3/+3
|
* Fix quality flawsSimon Brandhof2016-02-292-2/+2
|
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-261-0/+19
|
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-012-5/+13
|
* Fix project title in copyright headersSimon Brandhof2016-01-1319-19/+19
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0519-87/+76
|
* Improve validation of fields of CeQueueDto and IssueDtoSimon Brandhof2015-09-281-15/+23
|
* Add some preconditions to IssueDtoSimon Brandhof2015-09-271-18/+25
|
* SONAR-6812 Improve format of generated UUIDs for better usage of LuceneSimon Brandhof2015-08-281-1/+1
|
* SONAR-6693 WS issue_filters/search rewrite WSTeryk Bellahsene2015-08-263-12/+54
| | | | | | | * return user filters and all shared filters * add the favorite info on each filter * requires authentication * return [SonarQube] when it's a system issue filter
* Store issues locations in DB and return in WSSimon Brandhof2015-08-052-2/+7
|
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-051-0/+34
|
* Load project UUID from action plan DAOSimon Brandhof2015-08-052-0/+10
| | | | Project UUID must be used internally instead of project key.
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-244-37/+60
|
* Support of large number of keys in IssueDao#selectByKeys(...)Simon Brandhof2015-07-241-4/+19
|
* Apply conventions to IssueDaoSimon Brandhof2015-07-241-10/+10
|
* Add IssueDao#selectByOrderedKeys(...)Simon Brandhof2015-07-242-5/+43
|
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-234-20/+20
|
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-064-11/+55
|
* Extract module sonar-dbSimon Brandhof2015-07-0419-0/+2278