aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5531 Provide an implementation based on ES of all "issues relating" web...Julien Lancelot2014-09-173-3/+24
* SONAR-5531 Update IssueStorage to allow issue index modification on server sideJulien Lancelot2014-09-166-88/+40
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-161-1/+1
|\
| * SONAR-5580 fix compatibility with OracleSimon Brandhof2014-09-161-1/+1
* | SONAR-5613 Update Issues Authorization Index when deleting a projectJulien Lancelot2014-09-153-9/+14
* | Merge branch 'branch-4.5'Simon Brandhof2014-09-153-0/+17
|\|
| * SONAR-5580 Migration issue to SQ 4.4 when the quality profile used to analyze...Simon Brandhof2014-09-154-1/+18
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| * [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-1/+1
* | SONAR-5614 Create project permissions and synchronize project issuesJulien Lancelot2014-09-153-6/+10
* | fix quality flawsStephane Gamard2014-09-121-1/+1
* | Fix quality flawJulien Lancelot2014-09-125-111/+40
* | SONAR-5566 reindex issues permission only for the projectJulien Lancelot2014-09-121-0/+9
* | SONAR-5561 Fix query on OracleJulien Lancelot2014-09-121-5/+13
* | BaseDao testing for DAO v. 2 0 added actionCount for testingStephane Gamard2014-09-121-1/+2
* | BaseDao testing for DAO v. 2 0 added actionCount for testingStephane Gamard2014-09-121-0/+6
* | BaseDao testing for DAO v. 2 0 SynchronizeAfterStephane Gamard2014-09-121-0/+5
* | SONAR-5529 Create SnapshotDao in order to more easily do some medium testsJulien Lancelot2014-09-1110-19/+119
* | SONAR-5566 Replace usage of ComponentDao.getByKey by ComponentDao.getAuthoriz...Julien Lancelot2014-09-113-7/+15
* | SONAR-5566 Fix test on MySQL 5.6Julien Lancelot2014-09-112-5/+7
* | Add some unit testsJulien Lancelot2014-09-112-0/+116
* | SONAR-5566 When provisioning a project, changing the roles/permissions on a p...Julien Lancelot2014-09-119-247/+235
* | SONAR-5561 Only synchronize issue permission index since last indexation was ...Julien Lancelot2014-09-114-5/+28
* | SONAR-5561 Fix issue on OracleJulien Lancelot2014-09-101-1/+1
* | SONAR-5563 Apply a permission filter when searching for issues in ESJulien Lancelot2014-09-094-3/+20
* | SONAR-5560 - Fixed UserDao getUserByLogin with no sessionStephane Gamard2014-09-091-2/+1
* | Merge branch 'master' into issues-in-esStephane Gamard2014-09-095-10/+22
|\ \
| * | SONAR-5530 - Added session to UserDao (avoiding nested fetch)Stephane Gamard2014-09-091-5/+13
| * | SONAR-5530 - Fetching context objects for IssueResultStephane Gamard2014-09-091-1/+2
| * | SONAR-5560 - enabled scrolling for synchronizerStephane Gamard2014-09-082-3/+6
| * | SONAR-5560 - Fixed mapper param name (must be date)Stephane Gamard2014-09-081-1/+1
* | | SONAR-5561 New migration task at start-up to feed ES with issue_project_permi...Julien Lancelot2014-09-095-27/+71
* | | SONAR-5561 Create query to load issue authorization from dbJulien Lancelot2014-09-093-10/+66
|/ /
* | SONAR-5531 - Fixed duplicate projects and components in resultStephane Gamard2014-09-051-1/+1
* | SONAR-2860 Drop commons-configurationJulien HENRY2014-09-053-115/+2
* | SONAR-5389 New test API for batch 2.0Julien HENRY2014-09-051-1/+1
* | Merge branch 'master' into SONAR-5529Stephane Gamard2014-09-053-3/+59
|\ \
| * | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
| |/
| * Add unit testsJulien Lancelot2014-09-031-0/+56
| * SONAR-5576 Display coverage exclusions in logsJulien HENRY2014-09-021-2/+2
* | SONAR-5590 Update projects.authorization_updated_at on project permission cha...Julien Lancelot2014-09-0425-38/+209
* | SONAR-5589 Create column projects.authorization_updated_atJulien Lancelot2014-09-0432-125/+160
* | SONAR-5559 Implemente IssueAuthorization mappingJulien Lancelot2014-09-044-1/+121
* | SONAR-5529 - Basic Issue Normalization with MediumTestsStephane Gamard2014-08-311-0/+33
* | SONAR-5529 - Implemented findAfterDate in IssueDao V.2Stephane Gamard2014-08-311-0/+10
* | SONAR-5529 - Implemented findAfterDate in IssueDao V.2Stephane Gamard2014-08-304-130/+157
|/
* SONAR-5530 - Issuekey is UUID stringStephane Gamard2014-08-292-124/+3
* Remove elasticsearch from sonar-core dependenciesSimon Brandhof2014-08-281-5/+0
* Fix regression caused by SONAR-5349Julien HENRY2014-08-271-1/+1
* Fix some quality flawsSimon Brandhof2014-08-263-7/+5