aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* Fix quality flawsJean-Baptiste Lievremont2014-12-191-0/+23
* SONAR-5830 Possibility to map authors (from SCM) to SonarQube usersJulien Lancelot2014-12-191-0/+1
* SONAR-5934 Rewrite create users WS, SONAR-5961 Rewrite the update user WSJulien Lancelot2014-12-181-0/+1
* SONAR-5934 User Creation WS in JavaJulien Lancelot2014-12-171-1/+2
* SONAR-5897 Bump migration execution orderJean-Baptiste Lievremont2014-12-172-2/+2
* Fix the issue permalinkStas Vilchik2014-12-171-0/+1
* SONAR-5951 declare jdbcType on tables FILE_SOURCES, RULES and SNAPSHOT_DATA tooSimon Brandhof2014-12-173-7/+7
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-173-7/+11
* SONAR-5934 Fix query on OracleJulien Lancelot2014-12-171-1/+1
* Fix JDBC cursor contentionSimon Brandhof2014-12-164-9/+9
* SONAR-5934 Create Java user service to create a userJulien Lancelot2014-12-1611-22/+222
* Apply feedback from code reviewJean-Baptiste Lievremont2014-12-161-0/+1
* SONAR-5884 Add component name to the measures windowStas Vilchik2014-12-161-1/+1
* SONAR-5901 Allow bulk removal of tags from UIJean-Baptiste Lievremont2014-12-161-0/+1
* SONAR-5901 Start add_tags bulk action on issuesJean-Baptiste Lievremont2014-12-161-0/+1
* SONAR-5910 create digest report step & delete unused experimental modeTeryk Bellahsene2014-12-1622-27/+51
* SONAR-5910 change report data from clob to blobTeryk Bellahsene2014-12-163-2/+3
* SONAR-5924 When deactivating a user, the UPDATED_AT column is not updatedJulien Lancelot2014-12-167-8/+25
* SONAR-5903 Feed issues tagsJulien HENRY2014-12-122-14/+14
* SONAR-5910 read report sent via WSTeryk Bellahsene2014-12-111-12/+5
* SONAR-5900 Add api/issues/set_tags WSJean-Baptiste Lievremont2014-12-114-2/+81
* Merge remote-tracking branch 'origin/branch-5.0'Simon Brandhof2014-12-111-0/+1
|\
| * Db migration to remove sort criteria from existing issue filtersSimon Brandhof2014-12-112-1/+2
* | Automatic merge from branch-5.0Jenkins CI2014-12-111-2/+1
|\|
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-111-1/+1
| * [maven-release-plugin] prepare release 5.0-RC15.0-RC1Eric Hartmann2014-12-111-3/+2
* | SONAR-5910 close PreparedStatementTeryk Bellahsene2014-12-111-4/+12
* | SONAR-5919 Remove migration that feed scm accounts with login and emailJulien Lancelot2014-12-112-2/+1
* | SONAR-5910 persist report in databaseTeryk Bellahsene2014-12-113-13/+4
* | Complete DbTester with methods countSql(String sql) and countRowsInTable(Stri...Simon Brandhof2014-12-101-1/+17
* | Rename class TestDatabase to DbTester in order to be consistent with EsTester...Simon Brandhof2014-12-101-10/+6
* | Profile dbTests enables only the tests involving a databaseSimon Brandhof2014-12-102-0/+6
* | SONAR-5919 Add USERS.SCM_ACCOUNTS columnJulien Lancelot2014-12-103-5/+8
* | SONAR-5918 Convert USERS.UPDATED_AT and USERS.CREATED_AT in longJulien Lancelot2014-12-1013-114/+55
* | SONAR-5899 Show tag facet in issues page (bare implementation)Jean-Baptiste Lievremont2014-12-101-0/+1
* | SONAR-5897 Add migration to copy rule tags over to existing issuesJean-Baptiste Lievremont2014-12-102-1/+2
* | SONAR-5896 Create database column to hold issue tagsJean-Baptiste Lievremont2014-12-1012-10/+18
* | SONAR-5884 Remove usages of the component viewerStas Vilchik2014-12-101-0/+5
* | SONAR-4624 new issue resolution "muted"Simon Brandhof2014-12-093-36/+73
* | Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|/
* fix purge task when trying to delete a non existant componentTeryk Bellahsene2014-12-051-2/+5
* Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-0437-167/+162
* SONAR-5826 Fix reentrance of migration, add unique constraint on file_sources...Jean-Baptiste Lievremont2014-12-041-1/+1
* SONAR-5869 Drop snapshot_sources tableJean-Baptiste Lievremont2014-12-043-11/+2
* SONAR-5817 remove snapshot_sources use during purge and snapshot deleteTeryk Bellahsene2014-12-048-92/+89
* SONAR-5804 fix source lines purge of multi module projectsTeryk Bellahsene2014-12-035-27/+55
* compute engine – move ProjectPurgeTask on the server sideTeryk Bellahsene2014-12-0323-227/+51
* Fix messageStas Vilchik2014-12-031-1/+1
* SONAR-5804 delete source lines from index while purging and deleting a projectTeryk Bellahsene2014-12-036-16/+138
* SONAR-5869 Remove persistence of highlighting and symbols in snapshot_dataJulien HENRY2014-12-021-1/+0