Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename subProjectId by parentProjectId in ComponentDto except in WS use | Teryk Bellahsene | 2014-12-02 | 14 | -63/+67 |
| | | | | | | 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 | 15 | -132/+358 |
| | | | | cleaning step | ||||
* | Fix problem of MySQL closed connections between Ruby and Java migrations | Simon Brandhof | 2014-12-02 | 1 | -0/+6 |
| | |||||
* | Improve reentrancy of InsertProjectsAuthorizationUpdatedAtMigration | Simon Brandhof | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | SONAR-5877 Add the issue underline for just created issues | Stas Vilchik | 2014-12-02 | 1 | -0/+1 |
| | |||||
* | SONAR-5877 Return back the issue underline | Stas Vilchik | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | SONAR-5877 Return back the issue underline | Stas Vilchik | 2014-12-02 | 1 | -0/+10 |
| | |||||
* | SONAR-5827 Disable batch session when inserting in file_sources to avoid OOM | Julien HENRY | 2014-12-02 | 2 | -3/+3 |
| | |||||
* | Disable JS tests when enabling the profile dbTests | Simon Brandhof | 2014-12-02 | 1 | -0/+3 |
| | |||||
* | Increase default ES max heap size from 256m to 1G | Simon Brandhof | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | SONAR-5877 Integrate the duplications info | Stas Vilchik | 2014-12-02 | 1 | -19/+17 |
| | |||||
* | SONAR-5819 Fix handling of empty highlighting rules | Jean-Baptiste Lievremont | 2014-12-02 | 2 | -3/+24 |
| | |||||
* | SONAR-5827 Do not produce empty higlighting rules like 0,0,k | Julien HENRY | 2014-12-02 | 2 | -5/+9 |
| | |||||
* | SONAR-5871 Migration of duplications into file_sources | Julien HENRY | 2014-12-02 | 5 | -8/+144 |
| | |||||
* | Increase default ES max heap size from 256m to 1G | Simon Brandhof | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Scroll FILE_SOURCES rows one by one | Simon Brandhof | 2014-12-02 | 8 | -10/+47 |
| | |||||
* | Fix disabling of JS tests by Maven | Simon Brandhof | 2014-12-02 | 2 | -21/+22 |
| | |||||
* | Fix error during previous merge | Julien HENRY | 2014-12-02 | 1 | -1/+2 |
| | |||||
* | SONAR-5868 Issue tracking now use hash WS instead of raw sources | Julien HENRY | 2014-12-02 | 28 | -1098/+436 |
| | |||||
* | SONAR-5871 Add duplication data to lines WS | Jean-Baptiste Lievremont | 2014-12-01 | 9 | -10/+50 |
| | |||||
* | Fix quality flaws | Stas Vilchik | 2014-12-01 | 8 | -22/+24 |
| | |||||
* | SONAR-5877 Fix bug with large duplications column | Stas Vilchik | 2014-12-01 | 1 | -0/+5 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-4.5' | Julien HENRY | 2014-12-01 | 36 | -55/+224 |
|\ | | | | | | | | | | | | | | | 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 | 36 | -51/+231 |
| | | | | | | | | | | | | * add a proper way to create perspective on InputFile * add a proper way to convert InputFile to resource * deprecate colorizer | ||||
* | | Disable execution of JS tests if -DskipTests | Simon Brandhof | 2014-12-01 | 2 | -30/+7 |
| | | |||||
* | | SONAR-5877 Fix showing of duplications | Stas Vilchik | 2014-12-01 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5718 Encode url parameters for bulk change | Stas Vilchik | 2014-12-01 | 1 | -1/+1 |
| | | |||||
* | | Fix quality flaws | Jean-Baptiste Lievremont | 2014-12-01 | 2 | -107/+110 |
| | | |||||
* | | SONAR-5867 SONAR-5819 Index symbol highlighting and exploit it in ↵ | Jean-Baptiste Lievremont | 2014-12-01 | 12 | -32/+75 |
| | | | | | | | | api/sources/lines | ||||
* | | Enable all web MTs | Stas Vilchik | 2014-12-01 | 1 | -1/+1 |
| | | |||||
* | | Fix loading of available port in sonar-web | Simon Brandhof | 2014-12-01 | 1 | -1/+1 |
| | | |||||
* | | Remove unused javascript code | Stas Vilchik | 2014-12-01 | 4 | -182/+0 |
| | | |||||
* | | Fix quality flaws | Stas Vilchik | 2014-12-01 | 12 | -104/+105 |
| | | |||||
* | | Support port paratemer in grunt | Stas Vilchik | 2014-12-01 | 2 | -1/+6 |
| | | |||||
* | | Use an available port for JS tests | Simon Brandhof | 2014-12-01 | 2 | -7/+31 |
| | | |||||
* | | Rename index type issueAuthorization to authorization | Simon Brandhof | 2014-12-01 | 7 | -14/+10 |
| | | |||||
* | | Delete unused class IssueAuthorizationDto | Simon Brandhof | 2014-12-01 | 3 | -150/+0 |
| | | |||||
* | | Add missed zero trend icon | Stas Vilchik | 2014-12-01 | 3 | -0/+0 |
| | | |||||
* | | Fix execution of web medium tests. Fix minification of the js files | Stas Vilchik | 2014-12-01 | 2 | -4/+28 |
| | | |||||
* | | SONAR-5871 Add duplications to file_sources | Julien HENRY | 2014-12-01 | 11 | -43/+165 |
| | | |||||
* | | Add grunt jshint | Stas Vilchik | 2014-12-01 | 3 | -12/+111 |
| | | |||||
* | | Add server benchmarks | Simon Brandhof | 2014-12-01 | 5 | -36/+228 |
| | | |||||
* | | SONAR-5801 Use short instead of int in ES source line index (size optim) | Jean-Baptiste Lievremont | 2014-12-01 | 1 | -3/+9 |
| | | |||||
* | | Cosmetic refactoring of org.sonar.server.source.index | Simon Brandhof | 2014-12-01 | 3 | -11/+10 |
| | | |||||
* | | Fix sonar-data-test | Simon Brandhof | 2014-12-01 | 10 | -689/+9 |
| | | |||||
* | | SONAR-5718 Fix syntax highlighting in the issues page | Stas Vilchik | 2014-12-01 | 3 | -34/+1 |
| | | |||||
* | | Minor improvement in ServerTester | Simon Brandhof | 2014-11-30 | 1 | -2/+2 |
| | | |||||
* | | Revert previous commit to have faster build | Simon Brandhof | 2014-11-30 | 2 | -22/+55 |
| | | | | | | | | This reverts commit 6516646e2f0b558ef81f8be705ae0c1764c0eb17. | ||||
* | | Use the shared Elasticsearch instance in EsTester | Simon Brandhof | 2014-11-30 | 2 | -55/+22 |
| | | |||||
* | | Fix thread leak in server tests | Simon Brandhof | 2014-11-30 | 1 | -0/+1 |
| | |