Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Db migration to remove sort criteria from existing issue filters | Simon Brandhof | 2014-12-11 | 2 | -1/+2 |
| | |||||
* | 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 ↵ | Jean-Baptiste Lievremont | 2014-12-04 | 1 | -1/+1 |
| | | | | file_sources to prevent dups | ||||
* | 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 ↵ | Julien HENRY | 2014-12-02 | 10 | -339/+13 |
| | | | | stuff on server side. | ||||
* | rename subProjectId by parentProjectId in ComponentDto except in WS use | Teryk Bellahsene | 2014-12-02 | 3 | -9/+9 |
| | | | | | | 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 | 14 | -131/+356 |
| | | | | cleaning step | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | Conflicts: sonar-colorizer/src/main/java/org/sonar/colorizer/HtmlOptions.java sonar-plugin-api/src/main/java/org/sonar/api/batch/SonarIndex.java sonar-plugin-api/src/main/java/org/sonar/api/component/ResourcePerspectives.java sonar-plugin-api/src/main/java/org/sonar/api/web/CodeColorizerFormat.java | ||||
| * | SONAR-5864 API cleanup | Julien HENRY | 2014-12-01 | 1 | -0/+19 |
| | | | | | | | | | | | | * add a proper way to create perspective on InputFile * add a proper way to convert InputFile to resource * deprecate colorizer | ||||
* | | 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 ↵ | Julien HENRY | 2014-11-21 | 5 | -10/+25 |
| | | | | | | | | that all DBs are happy | ||||
* | | SONAR-5544 Make the Complexity widget comply with the new SonarQube widget ↵ | Stas Vilchik | 2014-11-21 | 1 | -1/+0 |
| | | | | | | | | Look and Feel | ||||
* | | Fix quality flaws | Simon Brandhof | 2014-11-21 | 1 | -2/+2 |
| | | |||||
* | | Centralize algorithm of UUID generation | Simon Brandhof | 2014-11-21 | 6 | -15/+12 |
| | | |||||
* | | 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 |
| | | | | | | | | | | - BaseIndex has too many responsibilities - SearchClient must not override TransportClient, else it can't be easily used in tests | ||||
* | | 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 |
| | | | | | | | | to avoid DB lock (avoid nested session) | ||||
* | | fix views plugin large tests failing | Teryk Bellahsene | 2014-11-07 | 2 | -13/+38 |
| | | | | | | | | it was linked to asynchronous switch in the compute engine. Views datacleaner (batch side) could be launched before than the snapshot switch happened on the server side. It's a temporary hack waiting for next views plugin release (which won't call the PurgeTask#purge(...) method anymore) | ||||
* | | Merge remote-tracking branch 'origin/branch-4.5' | Julien Lancelot | 2014-11-07 | 1 | -0/+2 |
|\| | | | | | | | | | | | Conflicts: sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql | ||||
| * | 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 |
| | |