| Commit message (Expand) | Author | Age | Files | Lines |
* | fix purge task when trying to delete a non existant component | Teryk Bellahsene | 2014-12-05 | 1 | -2/+5 |
* | Refactor issue indexer (project-agnostic approach) | Simon Brandhof | 2014-12-04 | 37 | -167/+162 |
* | SONAR-5826 Fix reentrance of migration, add unique constraint on file_sources... | Jean-Baptiste Lievremont | 2014-12-04 | 1 | -1/+1 |
* | SONAR-5869 Drop snapshot_sources table | Jean-Baptiste Lievremont | 2014-12-04 | 3 | -11/+2 |
* | SONAR-5817 remove snapshot_sources use during purge and snapshot delete | Teryk Bellahsene | 2014-12-04 | 8 | -92/+89 |
* | SONAR-5804 fix source lines purge of multi module projects | Teryk Bellahsene | 2014-12-03 | 5 | -27/+55 |
* | compute engine – move ProjectPurgeTask on the server side | Teryk Bellahsene | 2014-12-03 | 23 | -227/+51 |
* | Fix message | Stas Vilchik | 2014-12-03 | 1 | -1/+1 |
* | SONAR-5804 delete source lines from index while purging and deleting a project | Teryk Bellahsene | 2014-12-03 | 6 | -16/+138 |
* | SONAR-5869 Remove persistence of highlighting and symbols in snapshot_data | Julien HENRY | 2014-12-02 | 1 | -1/+0 |
* | SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer st... | Julien HENRY | 2014-12-02 | 10 | -339/+13 |
* | rename subProjectId by parentProjectId in ComponentDto except in WS use | Teryk Bellahsene | 2014-12-02 | 3 | -9/+9 |
* | SONAR-5804 delete file_sources when deleting a project or during the data cle... | Teryk Bellahsene | 2014-12-02 | 14 | -131/+356 |
* | Scroll FILE_SOURCES rows one by one | Simon Brandhof | 2014-12-02 | 5 | -0/+20 |
* | Merge remote-tracking branch 'origin/branch-4.5' | Julien HENRY | 2014-12-01 | 1 | -0/+19 |
|\ |
|
| * | SONAR-5864 API cleanup | Julien HENRY | 2014-12-01 | 1 | -0/+19 |
* | | Delete unused class IssueAuthorizationDto | Simon Brandhof | 2014-12-01 | 3 | -150/+0 |
* | | Fix memory leaks in server medium tests | Simon Brandhof | 2014-11-28 | 1 | -0/+1 |
* | | SONAR-5718 Apply feedback | Stas Vilchik | 2014-11-28 | 1 | -0/+5 |
* | | Change type of column PROJECTS.AUTHORIZATION_UPDATED_AT from TIMESTAMP to BIGINT | Simon Brandhof | 2014-11-26 | 28 | -164/+40 |
* | | SONAR-5868 Add WS to fetch line hashes for issue tracking | Jean-Baptiste Lievremont | 2014-11-25 | 5 | -0/+29 |
* | | Fix some quality flaws | Simon Brandhof | 2014-11-25 | 1 | -1/+0 |
* | | SONAR-5868 Allow issue tracking mechanism to work without full previous sources | Julien HENRY | 2014-11-24 | 7 | -6/+27 |
* | | SONAR-5826 Use (big) integer column instead of DB timestamp for file_sources | Jean-Baptiste Lievremont | 2014-11-24 | 6 | -18/+19 |
* | | SONAR-5718 Handle big files | Stas Vilchik | 2014-11-24 | 1 | -1/+2 |
* | | SONAR-5801 fix compatibility with all dbs | Simon Brandhof | 2014-11-23 | 5 | -22/+20 |
* | | SONAR-5827 Use byte[] instead of String to manipulate file_sources data so th... | Julien HENRY | 2014-11-21 | 5 | -10/+25 |
* | | SONAR-5544 Make the Complexity widget comply with the new SonarQube widget Lo... | Stas Vilchik | 2014-11-21 | 1 | -1/+0 |
* | | Fix quality flaws | Simon Brandhof | 2014-11-21 | 1 | -2/+2 |
* | | Centralize algorithm of UUID generation | Simon Brandhof | 2014-11-21 | 7 | -32/+14 |
* | | SONAR-5827 Select all previous file lines data hash with a single SQL query | Julien HENRY | 2014-11-20 | 2 | -1/+11 |
* | | SONAR-5827 Feed the new "file_sources" table | Julien HENRY | 2014-11-19 | 11 | -14/+382 |
* | | SONAR-5818 add todo for futur use of ProjectSettings class | Teryk Bellahsene | 2014-11-19 | 4 | -9/+9 |
* | | SONAR-5628 add medium test | Teryk Bellahsene | 2014-11-19 | 3 | -2/+14 |
* | | Refactor the way to declare ES indices. | Simon Brandhof | 2014-11-19 | 2 | -15/+31 |
* | | SONAR-5826 Migrate sources and SCM data to file_sources | Jean-Baptiste Lievremont | 2014-11-17 | 2 | -1/+2 |
* | | SONAR-5718 Different fixes | Stas Vilchik | 2014-11-13 | 1 | -1/+1 |
* | | SONAR-5845 Update the layout and tune the UI of the issue box | Stas Vilchik | 2014-11-13 | 1 | -1/+1 |
* | | improve code coverage of DataCleaner classes | Teryk Bellahsene | 2014-11-10 | 3 | -10/+33 |
* | | Fix quality flaws | Julien Lancelot | 2014-11-10 | 1 | -8/+2 |
* | | fix quality flaws and refactorings | Teryk Bellahsene | 2014-11-10 | 4 | -16/+16 |
* | | Computation: propagate the same session object everywhere | Julien HENRY | 2014-11-07 | 7 | -59/+107 |
* | | fix views plugin large tests failing | Teryk Bellahsene | 2014-11-07 | 2 | -13/+38 |
* | | Merge remote-tracking branch 'origin/branch-4.5' | Julien Lancelot | 2014-11-07 | 1 | -0/+2 |
|\| |
|
| * | SONAR-4950 Add missing unique index in the H3 schema | Julien Lancelot | 2014-11-07 | 1 | -0/+2 |
| * | SONAR-4950 update the users.updated_at in order to block other sessions | Julien Lancelot | 2014-11-07 | 2 | -2/+2 |
* | | SONAR-5814 Simplify migration based on MassUpdate | Jean-Baptiste Lievremont | 2014-11-07 | 2 | -73/+0 |
* | | SONAR-4950 update the users.updated_at in order to block other sessions | Julien Lancelot | 2014-11-07 | 2 | -2/+2 |
* | | Speed-up db tests | Simon Brandhof | 2014-11-06 | 1 | -3/+4 |
* | | SONAR-5825 Create DB structure to store file oriented data | Jean-Baptiste Lievremont | 2014-11-06 | 3 | -1/+19 |