summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.1-RC25.1-RC2Eric Hartmann2015-03-238-8/+8
|
* Fix quality flawSimon Brandhof2015-03-201-3/+0
| | | | * ResultSetIterator#next() must not return nullable object
* SONAR-6012 Issues on files on removed modules should contain the module keyJulien Lancelot2015-03-207-22/+91
|
* Do not retry to index failed requests in BulkIndexerSimon Brandhof2015-03-201-31/+5
|
* Fix some quality flawsSimon Brandhof2015-03-203-2/+5
|
* SONAR-6296 Display dashboard name from bundle if availableJulien Lancelot2015-03-191-1/+1
|
* Move migration 774 to 773Julien Lancelot2015-03-181-0/+0
|
* Batch should set updated date to 0 on updated sources and Compute should ↵Julien Lancelot2015-03-184-4/+98
| | | | update this sources for current project
* improve significantly memore consumption while using a disk cacheTeryk Bellahsene2015-03-181-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 threadsTeryk Bellahsene2015-03-182-3/+2
|
* extract settings links in the context navStas Vilchik2015-03-173-13/+35
|
* Improve db migration from 5.0 and indexing step at server startupSimon Brandhof2015-03-1745-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 navStas Vilchik2015-03-173-3/+6
|
* Merge multiple issues column requests alter into one requestJulien Lancelot2015-03-1718-55/+805
|
* Fix an issue with TimeZone ID of UTCJean-Baptiste Lievremont2015-03-162-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 contextStas Vilchik2015-03-162-3/+12
|
* Db migration: do not test presence of table as it does not work for table ↵Simon Brandhof2015-03-091-4/+2
| | | | "events" on mssql
* Reentrant db migrations when adding/removing columns or tablesSimon Brandhof2015-03-095-4/+33
|
* Update messageJulien Lancelot2015-03-091-1/+1
|
* fix position of issue comment popupStas Vilchik2015-03-091-1/+1
|
* hide quality profile select after bulk change on rules pageStas Vilchik2015-03-091-0/+1
|
* remove actions from rule lang and tagsStas Vilchik2015-03-092-31/+2
|
* Use default 8% for error margin of performance testsSimon Brandhof2015-03-094-3/+4
|
* SONAR-4624 complete "new FP issues" with resolution "won't fix"Simon Brandhof2015-03-063-43/+44
| | | | -> dispatcher becomes "Issues resolved as false positive or won't fix"
* [maven-release-plugin] prepare for next development iterationEric Hartmann2015-03-068-8/+8
|
* [maven-release-plugin] prepare release 5.1-RC15.1-RC1Eric Hartmann2015-03-068-8/+8
|
* SONAR-5884 update coverage tooltipsStas Vilchik2015-03-052-2/+3
|
* Fix quality flawsSimon Brandhof2015-03-056-14/+16
|
* Fix indexing of issues -> mix functional and technical datesSimon Brandhof2015-03-055-4/+16
|
* SONAR-6229 fix indexing of active rulesSimon Brandhof2015-03-042-1/+4
|
* SONAR-5945 close issues on deleted componentsJulien HENRY2015-03-042-3/+28
|
* Fix error margin of SourceDbBenchmarkTestSimon Brandhof2015-03-041-1/+1
|
* Fix error margin of server benchmarkSimon Brandhof2015-03-041-1/+1
|
* SONAR-6229 incremental indexingSimon Brandhof2015-03-0412-27/+26
|
* Remove unused BulkIndexer#setRefresh(boolean)Simon Brandhof2015-03-043-12/+5
|
* SONAR-6229 improve performance of ES indexing at startupSimon Brandhof2015-03-0418-58/+103
|
* Document method to avoid nasty side effects on ViewsJean-Baptiste Lievremont2015-03-041-6/+5
|
* Async replication of activity docsSimon Brandhof2015-03-041-1/+3
|
* Improve assertions in server benchmarksSimon Brandhof2015-03-044-4/+13
|
* Fix compatibility of tests with OracleSimon Brandhof2015-03-041-2/+3
|
* Fix compatibility of tests with non-H2 dbsSimon Brandhof2015-03-032-8/+2
|
* SONAR-6229 Indexing of activity logs consumes too much memory during server ↵Simon Brandhof2015-03-0349-1422/+1173
| | | | startup
* SONAR-6233 fix characteristic facet on rules pageStas Vilchik2015-03-033-8/+51
|
* SONAR-6233 Fix behavior of facet on uncharacterized rulesJean-Baptiste Lievremont2015-03-038-14/+188
|
* SONAR-6238 Updating only the name of a rule is not taking in account when ↵Julien Lancelot2015-03-033-7/+57
| | | | synchronizing rules at startup
* Rename methodJulien Lancelot2015-03-032-7/+3
|
* Add javadocJulien Lancelot2015-03-031-2/+5
|
* change "recent history" to "browsed recently"Stas Vilchik2015-03-031-1/+1
|
* fix source viewer testStas Vilchik2015-03-021-210/+210
|
* Add search the ability to search for rules by profiles in RubyRuleServiceJulien Lancelot2015-03-022-0/+21
| | | | Needed to fix SQALE-269