summaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.0-RC25.0-RC2Eric Hartmann2014-12-151-1/+1
|
* SONAR-5753 Fix issue on MySQLJulien Lancelot2014-12-121-3/+3
|
* Db migration to remove sort criteria from existing issue filtersSimon Brandhof2014-12-117-2/+217
|
* [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
|
* Remove System.out introduced in JB's commitSimon Brandhof2014-12-091-2/+0
|
* Fix quality flawJean-Baptiste Lievremont2014-12-091-1/+1
|
* fix quality flawTeryk Bellahsene2014-12-093-7/+3
|
* Fix quality flawsJean-Baptiste Lievremont2014-12-098-39/+317
|
* Fix quality flawsJulien Lancelot2014-12-092-18/+9
|
* Fix quality flawsSimon Brandhof2014-12-091-2/+3
|
* Fix quality flawSimon Brandhof2014-12-091-4/+3
|
* Fix quality flawsJulien Lancelot2014-12-0918-33/+22
|
* Automatic merge from branch-4.5Jenkins CI2014-12-082-13/+14
|\ | | | | | | | | | | | | | | | | * origin/branch-4.5: SSF-24 SQL Injection on Measures page Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles" SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the content of Profiles SONAR-5902 Fix preserving of planned=false Update documentation of PostJob extension
| * SSF-24 SQL Injection on Measures pageJulien Lancelot2014-12-082-13/+14
| |
| * Revert "SONAR-5844 Profile inheritance is always displaying '0 rules' ↵Julien Lancelot2014-12-082-14/+13
| | | | | | | | | | | | whatever the content of Profiles" This reverts commit a060b930acec945a80cbecbba92db66e5f859a91.
| * SONAR-5844 Profile inheritance is always displaying '0 rules' whatever the ↵Julien Lancelot2014-12-082-13/+14
| | | | | | | | content of Profiles
* | Fix quality flawsJulien Lancelot2014-12-083-3/+2
| |
* | Fix quality flawsJulien Lancelot2014-12-084-4/+4
| |
* | Support missing dates in the migration FeedLissueLongDatesSimon Brandhof2014-12-083-3/+34
| |
* | Re-enable IssueIndexMediumTestSimon Brandhof2014-12-081-93/+71
| |
* | Improve stability of sonar-server-benchmarksSimon Brandhof2014-12-082-5/+10
| | | | | | | | Optimize Lucene FS so it does not evolve when estimating size
* | Fix quality flawsSimon Brandhof2014-12-0813-78/+66
| |
* | SONAR-5801 Protect against null file_sources.data columnJean-Baptiste Lievremont2014-12-083-0/+22
| |
* | Remove some usages of IssueNormalizer in IssueIndexSimon Brandhof2014-12-051-35/+37
| |
* | SONAR-5889 Implement api/sources/index on ES indexJean-Baptiste Lievremont2014-12-0512-15/+273
| |
* | Refactor IndexDefinitionHashSimon Brandhof2014-12-053-8/+8
| |
* | Increase timeout of ProgressLoggerTest for slow boxesSimon Brandhof2014-12-051-1/+1
| |
* | Fix headerSimon Brandhof2014-12-051-0/+19
| |
* | Fix bad mergeSimon Brandhof2014-12-041-2/+2
| |
* | Stream parsing of data in SourceLineResultSetIteratorSimon Brandhof2014-12-041-48/+46
| |
* | Retry bulk index request on failuresSimon Brandhof2014-12-041-4/+37
| |
* | Add class ProgressLogger to log state of counter at fixed intervalsSimon Brandhof2014-12-049-113/+193
| |
* | Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-0447-762/+552
| |
* | WIP SONAR-5802 Log progress of bulk indexJean-Baptiste Lievremont2014-12-045-33/+83
| |
* | SONAR-5826 Fix reentrance of migration, add unique constraint on ↵Jean-Baptiste Lievremont2014-12-045-4/+44
| | | | | | | | file_sources to prevent dups
* | SONAR-5292 fix mime type of response api/sources/rawSimon Brandhof2014-12-041-0/+1
| |
* | SONAR-5869 Drop snapshot_sources tableJean-Baptiste Lievremont2014-12-041-1/+1
| |
* | add file_sources to cleanup taskTeryk Bellahsene2014-12-041-10/+8
| |
* | SONAR-5819 SONAR-5868 Fix required permission in description of source ↵Jean-Baptiste Lievremont2014-12-045-5/+5
| | | | | | | | related WS
* | Fix SearchActionMediumTest (which worked until hardcoded date 2014-12-04)Simon Brandhof2014-12-044-10/+10
| | | | | | | | Workaround is not good at all (postponed the date). Waiting for removal of formatted dates in ws response.
* | SONAR-5804 fix source lines purge of multi module projectsTeryk Bellahsene2014-12-038-193/+126
| |
* | compute engine – move ProjectPurgeTask on the server sideTeryk Bellahsene2014-12-036-7/+182
| |
* | SONAR-5819 Add check for codeviewer permission on /api/sources/showJean-Baptiste Lievremont2014-12-032-0/+16
| |
* | SONAR-5819 Add check for codeviewer permission on /api/sources/rawJean-Baptiste Lievremont2014-12-032-0/+13
| |
* | SONAR-5868 Add check for codeviewer permission on api/sources/hashJean-Baptiste Lievremont2014-12-032-0/+19
| |
* | SONAR-5819 Check sourceviewer permission on /api/sources/lines WSJean-Baptiste Lievremont2014-12-033-8/+52
| |
* | SONAR-5804 delete source lines from index while purging and deleting a projectTeryk Bellahsene2014-12-038-28/+154
| |
* | SONAR-5869 Remove persistence of highlighting and symbols in snapshot_dataJulien HENRY2014-12-021-44/+11
| |
* | SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer ↵Julien HENRY2014-12-0220-853/+357
| | | | | | | | stuff on server side.