Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare release 5.1-RC25.1-RC2 | Eric Hartmann | 2015-03-23 | 8 | -8/+8 |
| | |||||
* | Fix quality flaw | Simon Brandhof | 2015-03-20 | 1 | -3/+0 |
| | | | | * ResultSetIterator#next() must not return nullable object | ||||
* | SONAR-6012 Issues on files on removed modules should contain the module key | Julien Lancelot | 2015-03-20 | 7 | -22/+91 |
| | |||||
* | Do not retry to index failed requests in BulkIndexer | Simon Brandhof | 2015-03-20 | 1 | -31/+5 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2015-03-20 | 3 | -2/+5 |
| | |||||
* | SONAR-6296 Display dashboard name from bundle if available | Julien Lancelot | 2015-03-19 | 1 | -1/+1 |
| | |||||
* | Move migration 774 to 773 | Julien Lancelot | 2015-03-18 | 1 | -0/+0 |
| | |||||
* | Batch should set updated date to 0 on updated sources and Compute should ↵ | Julien Lancelot | 2015-03-18 | 4 | -4/+98 |
| | | | | update this sources for current project | ||||
* | improve significantly memore consumption while using a disk cache | Teryk Bellahsene | 2015-03-18 | 1 | -6/+2 |
| | | | | it kept a strong reference to every object writter: http://stackoverflow.com/questions/7495155/java-out-of-heap-space-during-serialization/7495214#7495214 | ||||
* | catch Throwable instead of Exception in Computation threads | Teryk Bellahsene | 2015-03-18 | 2 | -3/+2 |
| | |||||
* | extract settings links in the context nav | Stas Vilchik | 2015-03-17 | 3 | -13/+35 |
| | |||||
* | Improve db migration from 5.0 and indexing step at server startup | Simon Brandhof | 2015-03-17 | 45 | -774/+951 |
| | | | | | | | | * Parallel bulk indexing of documents into Elasticsearch * reduce memory consumption when building JSON requests * no need to change type of column PROJECT_MEASURES.MEASURE_DATE as it is not used * fix created_at/updated_at fields of manual_measure when saved from Rails * remove usage of deprecated delete-by-query | ||||
* | improve the display of dashboard in the context nav | Stas Vilchik | 2015-03-17 | 3 | -3/+6 |
| | |||||
* | Merge multiple issues column requests alter into one request | Julien Lancelot | 2015-03-17 | 18 | -55/+805 |
| | |||||
* | Fix an issue with TimeZone ID of UTC | Jean-Baptiste Lievremont | 2015-03-16 | 2 | -44/+50 |
| | | | | | Conflicts: server/sonar-server/src/test/java/org/sonar/server/issue/index/IssueIndexTest.java | ||||
* | better highlighting of active navigation item in the project context | Stas Vilchik | 2015-03-16 | 2 | -3/+12 |
| | |||||
* | Db migration: do not test presence of table as it does not work for table ↵ | Simon Brandhof | 2015-03-09 | 1 | -4/+2 |
| | | | | "events" on mssql | ||||
* | Reentrant db migrations when adding/removing columns or tables | Simon Brandhof | 2015-03-09 | 5 | -4/+33 |
| | |||||
* | Update message | Julien Lancelot | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | fix position of issue comment popup | Stas Vilchik | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | hide quality profile select after bulk change on rules page | Stas Vilchik | 2015-03-09 | 1 | -0/+1 |
| | |||||
* | remove actions from rule lang and tags | Stas Vilchik | 2015-03-09 | 2 | -31/+2 |
| | |||||
* | Use default 8% for error margin of performance tests | Simon Brandhof | 2015-03-09 | 4 | -3/+4 |
| | |||||
* | SONAR-4624 complete "new FP issues" with resolution "won't fix" | Simon Brandhof | 2015-03-06 | 3 | -43/+44 |
| | | | | -> dispatcher becomes "Issues resolved as false positive or won't fix" | ||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2015-03-06 | 8 | -8/+8 |
| | |||||
* | [maven-release-plugin] prepare release 5.1-RC15.1-RC1 | Eric Hartmann | 2015-03-06 | 8 | -8/+8 |
| | |||||
* | SONAR-5884 update coverage tooltips | Stas Vilchik | 2015-03-05 | 2 | -2/+3 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-03-05 | 6 | -14/+16 |
| | |||||
* | Fix indexing of issues -> mix functional and technical dates | Simon Brandhof | 2015-03-05 | 5 | -4/+16 |
| | |||||
* | SONAR-6229 fix indexing of active rules | Simon Brandhof | 2015-03-04 | 2 | -1/+4 |
| | |||||
* | SONAR-5945 close issues on deleted components | Julien HENRY | 2015-03-04 | 2 | -3/+28 |
| | |||||
* | Fix error margin of SourceDbBenchmarkTest | Simon Brandhof | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Fix error margin of server benchmark | Simon Brandhof | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | SONAR-6229 incremental indexing | Simon Brandhof | 2015-03-04 | 12 | -27/+26 |
| | |||||
* | Remove unused BulkIndexer#setRefresh(boolean) | Simon Brandhof | 2015-03-04 | 3 | -12/+5 |
| | |||||
* | SONAR-6229 improve performance of ES indexing at startup | Simon Brandhof | 2015-03-04 | 18 | -58/+103 |
| | |||||
* | Document method to avoid nasty side effects on Views | Jean-Baptiste Lievremont | 2015-03-04 | 1 | -6/+5 |
| | |||||
* | Async replication of activity docs | Simon Brandhof | 2015-03-04 | 1 | -1/+3 |
| | |||||
* | Improve assertions in server benchmarks | Simon Brandhof | 2015-03-04 | 4 | -4/+13 |
| | |||||
* | Fix compatibility of tests with Oracle | Simon Brandhof | 2015-03-04 | 1 | -2/+3 |
| | |||||
* | Fix compatibility of tests with non-H2 dbs | Simon Brandhof | 2015-03-03 | 2 | -8/+2 |
| | |||||
* | SONAR-6229 Indexing of activity logs consumes too much memory during server ↵ | Simon Brandhof | 2015-03-03 | 49 | -1422/+1173 |
| | | | | startup | ||||
* | SONAR-6233 fix characteristic facet on rules page | Stas Vilchik | 2015-03-03 | 3 | -8/+51 |
| | |||||
* | SONAR-6233 Fix behavior of facet on uncharacterized rules | Jean-Baptiste Lievremont | 2015-03-03 | 8 | -14/+188 |
| | |||||
* | SONAR-6238 Updating only the name of a rule is not taking in account when ↵ | Julien Lancelot | 2015-03-03 | 3 | -7/+57 |
| | | | | synchronizing rules at startup | ||||
* | Rename method | Julien Lancelot | 2015-03-03 | 2 | -7/+3 |
| | |||||
* | Add javadoc | Julien Lancelot | 2015-03-03 | 1 | -2/+5 |
| | |||||
* | change "recent history" to "browsed recently" | Stas Vilchik | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | fix source viewer test | Stas Vilchik | 2015-03-02 | 1 | -210/+210 |
| | |||||
* | Add search the ability to search for rules by profiles in RubyRuleService | Julien Lancelot | 2015-03-02 | 2 | -0/+21 |
| | | | | Needed to fix SQALE-269 |