Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare release 5.1-RC25.1-RC2 | Eric Hartmann | 2015-03-23 | 30 | -31/+31 |
| | |||||
* | 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 | 13 | -38/+112 |
| | |||||
* | 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 |
| | |||||
* | Fix regression in SourcePersister | Julien HENRY | 2015-03-18 | 2 | -4/+6 |
| | |||||
* | SONAR-6296 Rename 2 of the default dashboards | Julien Lancelot | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | Move migration 774 to 773 | Julien Lancelot | 2015-03-18 | 2 | -1/+1 |
| | |||||
* | Batch should set updated date to 0 on updated sources and Compute should ↵ | Julien Lancelot | 2015-03-18 | 11 | -10/+163 |
| | | | | 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 | 4 | -14/+36 |
| | |||||
* | Improve db migration from 5.0 and indexing step at server startup | Simon Brandhof | 2015-03-17 | 50 | -822/+981 |
| | | | | | | | | * 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 | 4 | -3/+7 |
| | |||||
* | Merge multiple issues column requests alter into one request | Julien Lancelot | 2015-03-17 | 20 | -63/+848 |
| | |||||
* | Fix an issue with TimeZone ID of UTC | Jean-Baptiste Lievremont | 2015-03-16 | 3 | -44/+59 |
| | | | | | 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 |
| | |||||
* | SONAR-5473 Optimization: do not change file_sources.updated_at | Julien HENRY | 2015-03-12 | 1 | -2/+5 |
| | | | | when the change is only on src_hash | ||||
* | 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 | ||||
* | Complete documentation of db section in sonar.properties | Simon Brandhof | 2015-03-09 | 1 | -2/+5 |
| | |||||
* | Reentrant db migrations when adding/removing columns or tables | Simon Brandhof | 2015-03-09 | 5 | -4/+33 |
| | |||||
* | Improve description of sonar.lf.logoWidthPx | Simon Brandhof | 2015-03-09 | 1 | -1/+1 |
| | | | | Use correct English! | ||||
* | Update message | Julien Lancelot | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | fix position of issue comment popup | Stas Vilchik | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | Revert "update shortcuts help labels" | Stas Vilchik | 2015-03-09 | 1 | -2/+2 |
| | | | | This reverts commit 7112f00bad9ebb9081d08200ec41f210ed7cbe3b. | ||||
* | 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 |
| | |||||
* | SONAR-5077 Fix test | Julien HENRY | 2015-03-09 | 1 | -3/+3 |
| | |||||
* | SONAR-6250 Fix use of sonar.branch on dotnet projects | Julien HENRY | 2015-03-09 | 5 | -31/+226 |
| | |||||
* | SONAR-5077 Change label "Other" -> "Unknown" | Julien HENRY | 2015-03-09 | 2 | -3/+3 |
| | |||||
* | 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 | 4 | -44/+45 |
| | | | | -> dispatcher becomes "Issues resolved as false positive or won't fix" | ||||
* | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2015-03-06 | 30 | -31/+31 |
| | |||||
* | [maven-release-plugin] prepare release 5.1-RC15.1-RC1 | Eric Hartmann | 2015-03-06 | 30 | -31/+31 |
| | |||||
* | Fix resource bundle for uncharacterized rules | Jean-Baptiste Lievremont | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | Dependencies should be persisted early to have proper id in the DSM | Julien HENRY | 2015-03-05 | 2 | -6/+1 |
| | |||||
* | SONAR-5884 update coverage tooltips | Stas Vilchik | 2015-03-05 | 3 | -4/+7 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-03-05 | 17 | -48/+82 |
| | |||||
* | Fix indexing of issues -> mix functional and technical dates | Simon Brandhof | 2015-03-05 | 6 | -5/+18 |
| | |||||
* | SONAR-4624 Add "won't fix" in the Administer Issues permission | Julien Lancelot | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | SONAR-6055 Embed latest Java 3.0 plugin and stop embedding Findbugs Plugin | Julien Lancelot | 2015-03-05 | 2 | -13/+1 |
| | |||||
* | 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 | 16 | -494/+1126 |
| | |||||
* | 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 |
| | |||||
* | Fix Javadoc and add useful method using Charset for RulesDefinitionXmlLoader | Julien HENRY | 2015-03-04 | 1 | -11/+13 |
| | |||||
* | 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 |
| | |||||
* | Upgrade Elasticsearch from 1.4.2 to 1.4.4 | Simon Brandhof | 2015-03-04 | 1 | -1/+1 |
| |