summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add assertions to sonar-server-benchmarksSimon Brandhof2014-12-053-11/+16
| |
* | Add assertions for SonarSource performancing box to sonar-server-benchmarksSimon Brandhof2014-12-052-2/+28
| |
* | New settings for sonar-server-benchmarksSimon Brandhof2014-12-051-9/+14
| |
* | Rename module sonar-data-test to sonar-server-benchmarksSimon Brandhof2014-12-057-2/+2
| |
* | Revert name of FILE_SOURCES indexSimon Brandhof2014-12-051-1/+1
| |
* | Remove some usages of IssueNormalizer in IssueIndexSimon Brandhof2014-12-051-35/+37
| |
* | SONAR-5889 Enable possibility of mapping index action to / with Java WSJean-Baptiste Lievremont2014-12-051-0/+3
| |
* | 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
| |
* | SONAR-5877 Close popup by escStas Vilchik2014-12-051-0/+2
| |
* | SONAR-5845 Issue is selected by borderStas Vilchik2014-12-051-1/+1
| |
* | Fix headerSimon Brandhof2014-12-051-0/+19
| |
* | Fix bad mergeSimon Brandhof2014-12-041-2/+2
| |
* | Minor refactoring in 713_create_file_sources.rbSimon Brandhof2014-12-041-8/+4
| |
* | 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-0451-764/+645
| |
* | 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-046-6/+48
| | | | | | | | file_sources to prevent dups
* | Fix measure filter as a listStas Vilchik2014-12-041-1/+1
| |
* | SONAR-5811 Use the new /api/sources/raw WS instead of the deprecated ↵Stas Vilchik2014-12-041-2/+2
| | | | | | | | /api/sources
* | SONAR-5292 fix mime type of response api/sources/rawSimon Brandhof2014-12-041-0/+1
| |
* | Fix XSSStas Vilchik2014-12-043-13/+13
| |
* | SONAR-5869 Remove last references to snapshot_sources from Rails codeJean-Baptiste Lievremont2014-12-043-156/+0
| |
* | SONAR-5869 Drop snapshot_sources tableJean-Baptiste Lievremont2014-12-042-1/+33
| |
* | 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
| |
* | Fix parameter descriptions when create a custom ruleStas Vilchik2014-12-031-1/+1
| |
* | 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
| |
* | Fix db migration on mssqlSimon Brandhof2014-12-031-3/+6
| |
* | Fix additional logging for web MTsStas Vilchik2014-12-031-1/+1
| |
* | Add additional logging for web MTsStas Vilchik2014-12-031-0/+1
| |
* | SONAR-5718 Fix loading more source codeStas Vilchik2014-12-031-4/+8
| |
* | Fix generating issues url from rubyStas Vilchik2014-12-031-2/+5
| |
* | SONAR-5869 Remove persistence of highlighting and symbols in snapshot_dataJulien HENRY2014-12-021-44/+11
| |
* | Add module sonar-data-test to buildSimon Brandhof2014-12-024-3/+66
| |
* | Fix execution of web MTsStas Vilchik2014-12-021-40/+23
| |
* | SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer ↵Julien HENRY2014-12-0220-853/+357
| | | | | | | | stuff on server side.
* | SONAR-5869 Remove source code display from issue/show modalJean-Baptiste Lievremont2014-12-0212-389/+7
| |
* | rename subProjectId by parentProjectId in ComponentDto except in WS useTeryk Bellahsene2014-12-0211-54/+58
| | | | | | | | | | | | Conflicts: server/sonar-server/src/test/java/org/sonar/server/component/db/ComponentDaoTest.java sonar-core/src/test/java/org/sonar/core/component/ComponentDtoTest.java
* | SONAR-5804 delete file_sources when deleting a project or during the data ↵Teryk Bellahsene2014-12-021-1/+2
| | | | | | | | cleaning step