Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5531 Support paging, querying by rules and languages in Issues search WS | Julien Lancelot | 2014-09-22 | 3 | -0/+20 |
| | |||||
* | SONAR-5531 - Reverted broken fix for refresh | Stephane Gamard | 2014-09-22 | 2 | -14/+3 |
| | |||||
* | SONAR-5531 - Fixed missing implicit synchronization | Stephane Gamard | 2014-09-22 | 1 | -2/+3 |
| | |||||
* | SONAR-5531 - Updated ES refresh while synchronizing | Stephane Gamard | 2014-09-22 | 1 | -1/+11 |
| | |||||
* | SONAR-5531 Provide an implementation based on ES of all "issues relating" ↵ | Julien Lancelot | 2014-09-17 | 3 | -3/+24 |
| | | | | web services | ||||
* | SONAR-5531 Update IssueStorage to allow issue index modification on server side | Julien Lancelot | 2014-09-16 | 6 | -88/+40 |
| | |||||
* | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-16 | 1 | -1/+1 |
|\ | |||||
| * | SONAR-5580 fix compatibility with Oracle | Simon Brandhof | 2014-09-16 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5613 Update Issues Authorization Index when deleting a project | Julien Lancelot | 2014-09-15 | 3 | -9/+14 |
| | | |||||
* | | Merge branch 'branch-4.5' | Simon Brandhof | 2014-09-15 | 3 | -0/+17 |
|\| | | | | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/db/migrations/DatabaseMigrations.java sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql | ||||
| * | SONAR-5580 Migration issue to SQ 4.4 when the quality profile used to ↵ | Simon Brandhof | 2014-09-15 | 4 | -1/+18 |
| | | | | | | | | analyze the last version of a project has been removed before the migration | ||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-09-08 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.5-RC14.5-RC1 | Eric Hartmann | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5614 Create project permissions and synchronize project issues | Julien Lancelot | 2014-09-15 | 3 | -6/+10 |
| | | |||||
* | | fix quality flaws | Stephane Gamard | 2014-09-12 | 1 | -1/+1 |
| | | |||||
* | | Fix quality flaw | Julien Lancelot | 2014-09-12 | 5 | -111/+40 |
| | | |||||
* | | SONAR-5566 reindex issues permission only for the project | Julien Lancelot | 2014-09-12 | 1 | -0/+9 |
| | | |||||
* | | SONAR-5561 Fix query on Oracle | Julien Lancelot | 2014-09-12 | 1 | -5/+13 |
| | | |||||
* | | BaseDao testing for DAO v. 2 0 added actionCount for testing | Stephane Gamard | 2014-09-12 | 1 | -1/+2 |
| | | |||||
* | | BaseDao testing for DAO v. 2 0 added actionCount for testing | Stephane Gamard | 2014-09-12 | 1 | -0/+6 |
| | | |||||
* | | BaseDao testing for DAO v. 2 0 SynchronizeAfter | Stephane Gamard | 2014-09-12 | 1 | -0/+5 |
| | | |||||
* | | SONAR-5529 Create SnapshotDao in order to more easily do some medium tests | Julien Lancelot | 2014-09-11 | 10 | -19/+119 |
| | | |||||
* | | SONAR-5566 Replace usage of ComponentDao.getByKey by ↵ | Julien Lancelot | 2014-09-11 | 3 | -7/+15 |
| | | | | | | | | ComponentDao.getAuthorizedComponentByKey | ||||
* | | SONAR-5566 Fix test on MySQL 5.6 | Julien Lancelot | 2014-09-11 | 2 | -5/+7 |
| | | |||||
* | | Add some unit tests | Julien Lancelot | 2014-09-11 | 2 | -0/+116 |
| | | |||||
* | | SONAR-5566 When provisioning a project, changing the roles/permissions on a ↵ | Julien Lancelot | 2014-09-11 | 9 | -247/+235 |
| | | | | | | | | project, the issue_project_permissions index should be updated accordingly | ||||
* | | SONAR-5561 Only synchronize issue permission index since last indexation was ↵ | Julien Lancelot | 2014-09-11 | 4 | -5/+28 |
| | | | | | | | | done | ||||
* | | SONAR-5561 Fix issue on Oracle | Julien Lancelot | 2014-09-10 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5563 Apply a permission filter when searching for issues in ES | Julien Lancelot | 2014-09-09 | 4 | -3/+20 |
| | | |||||
* | | SONAR-5560 - Fixed UserDao getUserByLogin with no session | Stephane Gamard | 2014-09-09 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'master' into issues-in-es | Stephane Gamard | 2014-09-09 | 5 | -10/+22 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/db/DbClient.java server/sonar-server/src/main/java/org/sonar/server/issue/db/IssueAuthorizationDao.java | ||||
| * | | SONAR-5530 - Added session to UserDao (avoiding nested fetch) | Stephane Gamard | 2014-09-09 | 1 | -5/+13 |
| | | | |||||
| * | | SONAR-5530 - Fetching context objects for IssueResult | Stephane Gamard | 2014-09-09 | 1 | -1/+2 |
| | | | |||||
| * | | SONAR-5560 - enabled scrolling for synchronizer | Stephane Gamard | 2014-09-08 | 2 | -3/+6 |
| | | | |||||
| * | | SONAR-5560 - Fixed mapper param name (must be date) | Stephane Gamard | 2014-09-08 | 1 | -1/+1 |
| | | | |||||
* | | | SONAR-5561 New migration task at start-up to feed ES with ↵ | Julien Lancelot | 2014-09-09 | 5 | -27/+71 |
| | | | | | | | | | | | | issue_project_permissions | ||||
* | | | SONAR-5561 Create query to load issue authorization from db | Julien Lancelot | 2014-09-09 | 3 | -10/+66 |
|/ / | |||||
* | | SONAR-5531 - Fixed duplicate projects and components in result | Stephane Gamard | 2014-09-05 | 1 | -1/+1 |
| | | |||||
* | | SONAR-2860 Drop commons-configuration | Julien HENRY | 2014-09-05 | 3 | -115/+2 |
| | | |||||
* | | SONAR-5389 New test API for batch 2.0 | Julien HENRY | 2014-09-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into SONAR-5529 | Stephane Gamard | 2014-09-05 | 3 | -3/+59 |
|\ \ | |||||
| * | | Upgrade version to 5.0-SNAPSHOT | Eric Hartmann | 2014-09-04 | 1 | -1/+1 |
| |/ | |||||
| * | Add unit tests | Julien Lancelot | 2014-09-03 | 1 | -0/+56 |
| | | |||||
| * | SONAR-5576 Display coverage exclusions in logs | Julien HENRY | 2014-09-02 | 1 | -2/+2 |
| | | |||||
* | | SONAR-5590 Update projects.authorization_updated_at on project permission ↵ | Julien Lancelot | 2014-09-04 | 25 | -38/+209 |
| | | | | | | | | changes | ||||
* | | SONAR-5589 Create column projects.authorization_updated_at | Julien Lancelot | 2014-09-04 | 32 | -125/+160 |
| | | |||||
* | | SONAR-5559 Implemente IssueAuthorization mapping | Julien Lancelot | 2014-09-04 | 4 | -1/+121 |
| | | |||||
* | | SONAR-5529 - Basic Issue Normalization with MediumTests | Stephane Gamard | 2014-08-31 | 1 | -0/+33 |
| | | |||||
* | | SONAR-5529 - Implemented findAfterDate in IssueDao V.2 | Stephane Gamard | 2014-08-31 | 1 | -0/+10 |
| | | |||||
* | | SONAR-5529 - Implemented findAfterDate in IssueDao V.2 | Stephane Gamard | 2014-08-30 | 4 | -130/+157 |
|/ |