Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add assertions to sonar-server-benchmarks | Simon Brandhof | 2014-12-05 | 3 | -11/+16 | |
| | | ||||||
* | | Add assertions for SonarSource performancing box to sonar-server-benchmarks | Simon Brandhof | 2014-12-05 | 2 | -2/+28 | |
| | | ||||||
* | | New settings for sonar-server-benchmarks | Simon Brandhof | 2014-12-05 | 1 | -9/+14 | |
| | | ||||||
* | | Rename module sonar-data-test to sonar-server-benchmarks | Simon Brandhof | 2014-12-05 | 7 | -2/+2 | |
| | | ||||||
* | | Revert name of FILE_SOURCES index | Simon Brandhof | 2014-12-05 | 1 | -1/+1 | |
| | | ||||||
* | | Remove some usages of IssueNormalizer in IssueIndex | Simon Brandhof | 2014-12-05 | 1 | -35/+37 | |
| | | ||||||
* | | SONAR-5889 Enable possibility of mapping index action to / with Java WS | Jean-Baptiste Lievremont | 2014-12-05 | 1 | -0/+3 | |
| | | ||||||
* | | SONAR-5889 Implement api/sources/index on ES index | Jean-Baptiste Lievremont | 2014-12-05 | 12 | -15/+273 | |
| | | ||||||
* | | Refactor IndexDefinitionHash | Simon Brandhof | 2014-12-05 | 3 | -8/+8 | |
| | | ||||||
* | | Increase timeout of ProgressLoggerTest for slow boxes | Simon Brandhof | 2014-12-05 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-5877 Close popup by esc | Stas Vilchik | 2014-12-05 | 1 | -0/+2 | |
| | | ||||||
* | | SONAR-5845 Issue is selected by border | Stas Vilchik | 2014-12-05 | 1 | -1/+1 | |
| | | ||||||
* | | Fix header | Simon Brandhof | 2014-12-05 | 1 | -0/+19 | |
| | | ||||||
* | | Fix bad merge | Simon Brandhof | 2014-12-04 | 1 | -2/+2 | |
| | | ||||||
* | | Minor refactoring in 713_create_file_sources.rb | Simon Brandhof | 2014-12-04 | 1 | -8/+4 | |
| | | ||||||
* | | Stream parsing of data in SourceLineResultSetIterator | Simon Brandhof | 2014-12-04 | 1 | -48/+46 | |
| | | ||||||
* | | Retry bulk index request on failures | Simon Brandhof | 2014-12-04 | 1 | -4/+37 | |
| | | ||||||
* | | Add class ProgressLogger to log state of counter at fixed intervals | Simon Brandhof | 2014-12-04 | 9 | -113/+193 | |
| | | ||||||
* | | Refactor issue indexer (project-agnostic approach) | Simon Brandhof | 2014-12-04 | 51 | -764/+645 | |
| | | ||||||
* | | WIP SONAR-5802 Log progress of bulk index | Jean-Baptiste Lievremont | 2014-12-04 | 5 | -33/+83 | |
| | | ||||||
* | | SONAR-5826 Fix reentrance of migration, add unique constraint on ↵ | Jean-Baptiste Lievremont | 2014-12-04 | 6 | -6/+48 | |
| | | | | | | | | file_sources to prevent dups | |||||
* | | Fix measure filter as a list | Stas Vilchik | 2014-12-04 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-5811 Use the new /api/sources/raw WS instead of the deprecated ↵ | Stas Vilchik | 2014-12-04 | 1 | -2/+2 | |
| | | | | | | | | /api/sources | |||||
* | | SONAR-5292 fix mime type of response api/sources/raw | Simon Brandhof | 2014-12-04 | 1 | -0/+1 | |
| | | ||||||
* | | Fix XSS | Stas Vilchik | 2014-12-04 | 3 | -13/+13 | |
| | | ||||||
* | | SONAR-5869 Remove last references to snapshot_sources from Rails code | Jean-Baptiste Lievremont | 2014-12-04 | 3 | -156/+0 | |
| | | ||||||
* | | SONAR-5869 Drop snapshot_sources table | Jean-Baptiste Lievremont | 2014-12-04 | 2 | -1/+33 | |
| | | ||||||
* | | add file_sources to cleanup task | Teryk Bellahsene | 2014-12-04 | 1 | -10/+8 | |
| | | ||||||
* | | SONAR-5819 SONAR-5868 Fix required permission in description of source ↵ | Jean-Baptiste Lievremont | 2014-12-04 | 5 | -5/+5 | |
| | | | | | | | | related WS | |||||
* | | Fix SearchActionMediumTest (which worked until hardcoded date 2014-12-04) | Simon Brandhof | 2014-12-04 | 4 | -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 projects | Teryk Bellahsene | 2014-12-03 | 8 | -193/+126 | |
| | | ||||||
* | | compute engine – move ProjectPurgeTask on the server side | Teryk Bellahsene | 2014-12-03 | 6 | -7/+182 | |
| | | ||||||
* | | SONAR-5819 Add check for codeviewer permission on /api/sources/show | Jean-Baptiste Lievremont | 2014-12-03 | 2 | -0/+16 | |
| | | ||||||
* | | SONAR-5819 Add check for codeviewer permission on /api/sources/raw | Jean-Baptiste Lievremont | 2014-12-03 | 2 | -0/+13 | |
| | | ||||||
* | | SONAR-5868 Add check for codeviewer permission on api/sources/hash | Jean-Baptiste Lievremont | 2014-12-03 | 2 | -0/+19 | |
| | | ||||||
* | | Fix parameter descriptions when create a custom rule | Stas Vilchik | 2014-12-03 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-5819 Check sourceviewer permission on /api/sources/lines WS | Jean-Baptiste Lievremont | 2014-12-03 | 3 | -8/+52 | |
| | | ||||||
* | | SONAR-5804 delete source lines from index while purging and deleting a project | Teryk Bellahsene | 2014-12-03 | 8 | -28/+154 | |
| | | ||||||
* | | Fix db migration on mssql | Simon Brandhof | 2014-12-03 | 1 | -3/+6 | |
| | | ||||||
* | | Fix additional logging for web MTs | Stas Vilchik | 2014-12-03 | 1 | -1/+1 | |
| | | ||||||
* | | Add additional logging for web MTs | Stas Vilchik | 2014-12-03 | 1 | -0/+1 | |
| | | ||||||
* | | SONAR-5718 Fix loading more source code | Stas Vilchik | 2014-12-03 | 1 | -4/+8 | |
| | | ||||||
* | | Fix generating issues url from ruby | Stas Vilchik | 2014-12-03 | 1 | -2/+5 | |
| | | ||||||
* | | SONAR-5869 Remove persistence of highlighting and symbols in snapshot_data | Julien HENRY | 2014-12-02 | 1 | -44/+11 | |
| | | ||||||
* | | Add module sonar-data-test to build | Simon Brandhof | 2014-12-02 | 4 | -3/+66 | |
| | | ||||||
* | | Fix execution of web MTs | Stas Vilchik | 2014-12-02 | 1 | -40/+23 | |
| | | ||||||
* | | SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer ↵ | Julien HENRY | 2014-12-02 | 20 | -853/+357 | |
| | | | | | | | | stuff on server side. | |||||
* | | SONAR-5869 Remove source code display from issue/show modal | Jean-Baptiste Lievremont | 2014-12-02 | 12 | -389/+7 | |
| | | ||||||
* | | rename subProjectId by parentProjectId in ComponentDto except in WS use | Teryk Bellahsene | 2014-12-02 | 11 | -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 Bellahsene | 2014-12-02 | 1 | -1/+2 | |
| | | | | | | | | cleaning step |