Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some quality flaws | Julien HENRY | 2014-12-09 | 4 | -10/+6 |
| | |||||
* | SONAR-5915 Escape project key when loading project referentials | Julien HENRY | 2014-12-09 | 2 | -5/+13 |
| | |||||
* | Remove unused LOGGER in DefaultModuleFileSystem | Simon Brandhof | 2014-12-09 | 1 | -4/+0 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-12-08 | 2 | -2/+3 |
| | |||||
* | Fix regression concerning SONAR-5878 (custom working directory was not ↵ | Julien HENRY | 2014-12-05 | 4 | -16/+9 |
| | | | | considered) | ||||
* | Refactor issue indexer (project-agnostic approach) | Simon Brandhof | 2014-12-04 | 6 | -14/+12 |
| | |||||
* | Remove unused test file | Simon Brandhof | 2014-12-04 | 2 | -23/+0 |
| | |||||
* | Fix regression concerning SONAR-5878 (task property was released too early) | Julien HENRY | 2014-12-04 | 1 | -2/+2 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | SONAR-5878 More improvement concerning memory consumption | Julien HENRY | 2014-12-03 | 5 | -78/+87 |
| | | | | | * replace all Properties objects by Map<String, String> * release Settings after each module analysis | ||||
* | compute engine – move ProjectPurgeTask on the server side | Teryk Bellahsene | 2014-12-03 | 1 | -2/+2 |
| | |||||
* | SONAR-5827 Decrease memory use during SourcePersister phase | Julien HENRY | 2014-12-03 | 1 | -9/+38 |
| | |||||
* | SONAR-5869 Remove persistence of highlighting and symbols in snapshot_data | Julien HENRY | 2014-12-02 | 6 | -25/+25 |
| | |||||
* | SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer ↵ | Julien HENRY | 2014-12-02 | 9 | -221/+24 |
| | | | | stuff on server side. | ||||
* | SONAR-5827 Disable batch session when inserting in file_sources to avoid OOM | Julien HENRY | 2014-12-02 | 2 | -3/+3 |
| | |||||
* | SONAR-5827 Do not produce empty higlighting rules like 0,0,k | Julien HENRY | 2014-12-02 | 2 | -5/+9 |
| | |||||
* | SONAR-5868 Issue tracking now use hash WS instead of raw sources | Julien HENRY | 2014-12-02 | 7 | -251/+136 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-4.5' | Julien HENRY | 2014-12-01 | 1 | -4/+16 |
|\ | | | | | | | | | | | | | | | 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 | -4/+16 |
| | | | | | | | | | | | | * add a proper way to create perspective on InputFile * add a proper way to convert InputFile to resource * deprecate colorizer | ||||
| * | Update version to 4.5.2-SNAPSHOT | Eric Hartmann | 2014-10-29 | 1 | -1/+1 |
| | | |||||
| * | Release 4.5.14.5.1 | Eric Hartmann | 2014-10-29 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-10-27 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.5.1-RC1 | Eric Hartmann | 2014-10-27 | 1 | -1/+1 |
| | | |||||
| * | Revert "Release 4.5.1-RC1" | Eric Hartmann | 2014-10-27 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 483ab6a3b31c330cf6f846fba0c1c424a2c15f78. | ||||
| * | Release 4.5.1-RC1 | Olivier Gaudin | 2014-10-25 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5871 Add duplications to file_sources | Julien HENRY | 2014-12-01 | 5 | -33/+92 |
| | | |||||
* | | SONAR-5867 Add symbol references data into file_sources table | Julien HENRY | 2014-11-28 | 14 | -92/+217 |
| | | |||||
* | | SONAR-5878 Fix another regression (should not remove root properties from ↵ | Julien HENRY | 2014-11-28 | 3 | -5/+32 |
| | | | | | | | | TaskProperties) | ||||
* | | SONAR-5878 Fix regression on deep multi-module projects after previous change | Julien HENRY | 2014-11-28 | 2 | -45/+18 |
| | | |||||
* | | SONAR-5878 High memory consumption for very big Maven projects | Julien HENRY | 2014-11-28 | 7 | -88/+138 |
| | | |||||
* | | SONAR-5866 Add IT and Overall coverage data into file_sources | Julien HENRY | 2014-11-27 | 5 | -19/+39 |
| | | |||||
* | | SONAR-5868 Improve performances of fs indexation | Julien HENRY | 2014-11-25 | 6 | -93/+100 |
| | | |||||
* | | SONAR-5868 Try to reduce memory consumption of line hashes | Julien HENRY | 2014-11-25 | 6 | -35/+94 |
| | | |||||
* | | SONAR-5866 Add coverage data into file_sources table + migration | Julien HENRY | 2014-11-25 | 5 | -17/+29 |
| | | |||||
* | | SONAR-5868 Allow issue tracking mechanism to work without full previous sources | Julien HENRY | 2014-11-24 | 10 | -40/+111 |
| | | |||||
* | | SONAR-5826 Use (big) integer column instead of DB timestamp for file_sources | Jean-Baptiste Lievremont | 2014-11-24 | 5 | -19/+14 |
| | | |||||
* | | Fix some quality flaws | Julien HENRY | 2014-11-24 | 1 | -7/+0 |
| | | |||||
* | | SONAR-5801 fix compatibility with all dbs | Simon Brandhof | 2014-11-23 | 2 | -5/+5 |
| | | |||||
* | | Fix test on Windows | Julien HENRY | 2014-11-21 | 1 | -2/+2 |
| | | |||||
* | | Try to fix handling of BOM on Windows | Julien HENRY | 2014-11-21 | 2 | -6/+3 |
| | | |||||
* | | SONAR-5827 Use byte[] instead of String to manipulate file_sources data so ↵ | Julien HENRY | 2014-11-21 | 5 | -27/+35 |
| | | | | | | | | that all DBs are happy | ||||
* | | SONAR-5827 Fix NPE for languages with no source colorizer | Julien HENRY | 2014-11-21 | 1 | -1/+4 |
| | | |||||
* | | SONAR-5827 Execute CodeColorizer on batch side to feed highlighting | Julien HENRY | 2014-11-21 | 12 | -8/+394 |
| | | |||||
* | | Centralize algorithm of UUID generation | Simon Brandhof | 2014-11-21 | 1 | -2/+2 |
| | | |||||
* | | Fix some quality flaws | Julien HENRY | 2014-11-21 | 3 | -4/+3 |
| | | |||||
* | | SONAR-5827 Enable bulk insert | Julien HENRY | 2014-11-21 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5827 Select all previous file lines data hash with a single SQL query | Julien HENRY | 2014-11-20 | 1 | -7/+22 |
| | | |||||
* | | Add duration of filesystem indexation in profiling | Julien HENRY | 2014-11-20 | 1 | -2/+16 |
| | | |||||
* | | SONAR-5827 Fix corner cases with highligthing offset conversion | Julien HENRY | 2014-11-20 | 4 | -56/+143 |
| | | |||||
* | | SONAR-5827 Fix issue on Oracle (null vs empty string) | Julien HENRY | 2014-11-20 | 2 | -4/+6 |
| | |