aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9296 Update test to use IPv4Eric Hartmann2017-05-291-1/+1
| | | | Slave on TravisCI have no more IPv6 enabled
* SONAR-9296 Do not check sonar.search.host if search is disabledEric Hartmann2017-05-292-2/+30
|
* SONAR-9069 silence MsSQL driver logsSébastien Lesaint2017-05-295-0/+34
|
* Automatic merge from branch-6.4ssjenka2017-05-268-30/+35
|\ | | | | | | | | | | | | * origin/branch-6.4: SONAR-8888 index active rules when creating organization remove avatar for system events on issues changelog popup (#2109) Use Trusty image on TravisCI
| * SONAR-8888 index active rules when creating organizationSimon Brandhof2017-05-264-5/+13
| |
| * remove avatar for system events on issues changelog popup (#2109)Grégoire Aubert2017-05-264-25/+22
| |
* | SONAR-9028 remove table authors from DBSébastien Lesaint2017-05-2610-12/+200
| |
* | SONAR-9028 remove any support to table authors from codeSébastien Lesaint2017-05-2629-473/+2
| |
* | SONAR-9228 drop deprecated Elasticsearch count queryDaniel Schwarz2017-05-264-197/+2
| |
* | SONAR-9231 remove usages of deprecated Elasticsearch “filteredQuery”Daniel Schwarz2017-05-261-1/+1
| |
* | Automatic merge from branch-6.4ssjenka2017-05-2420-37/+46
|\| | | | | | | | | | | | | | | | | * origin/branch-6.4: SONAR-8913 Use "analysisDate" instead of "snapshotDate" in component overview SONAR-8913 Replace "snapshotDate" by "analysisDate" in api/navigation/component Fix JDK link download in travis build SONAR-9301 Support HTTP redirect on scanner side Fix localization in projects page facets
| * SONAR-8913 Use "analysisDate" instead of "snapshotDate" in component overviewGrégoire Aubert2017-05-247-11/+12
| |
| * SONAR-8913 Replace "snapshotDate" by "analysisDate" in api/navigation/componentJulien Lancelot2017-05-243-4/+5
| |
| * Fix localization in projects page facetsGrégoire Aubert2017-05-2410-22/+29
| |
* | SONAR-9308 WS api/issues/search do not return the component uuid in the ↵Teryk Bellahsene2017-05-241-3/+0
| | | | | | | | flows location
* | SONAR-9278 WS api/issues/search mark as internal component related parametersTeryk Bellahsene2017-05-242-13/+27
| |
* | SONAR-9278 Document WS api/issues/search changes with a changelogTeryk Bellahsene2017-05-241-21/+10
| |
* | SONAR-9273 Document with changelog WS api/issues/changelog changesTeryk Bellahsene2017-05-241-2/+4
| |
* | SONAR-9272 Document with changelog WS api/issues/bulk_change changesTeryk Bellahsene2017-05-242-10/+6
| |
* | SONAR-9271 Test WS api/issues/authors and its json exampleTeryk Bellahsene2017-05-244-67/+96
| |
* | Automatic merge from branch-6.4ssjenka2017-05-241-24/+5
|\| | | | | | | | | | | * origin/branch-6.4: Fix wording in risk bubble chart and permission template tooltips Fix projects page cards links while loading
| * Fix projects page cards links while loadingGrégoire Aubert2017-05-231-24/+5
| |
* | SONAR-9275 WS api/issues/delete_comment create changelog of API changesTeryk Bellahsene2017-05-232-4/+7
| |
* | SONAR-9277 WS api/issues/edit_comment deprecate components.uuid field and ↵Teryk Bellahsene2017-05-232-3/+3
| | | | | | | | drop database ids in response
* | SONAR-9277 WS api/issues/edit_comment replace part of description with changelogTeryk Bellahsene2017-05-231-3/+6
| |
* | SONAR-9269 WS api/issues/add_comment check json example is not emptyTeryk Bellahsene2017-05-231-1/+1
| |
* | SONAR-9269 WS api/issues/add_comment deprecate components.uuid field in responseTeryk Bellahsene2017-05-231-1/+2
| |
* | SONAR-9269 Drop database ids of component in api/issues/* WS responsesTeryk Bellahsene2017-05-2316-72/+32
| |
* | SONAR-9269 WS api/issues/add_comment change description to changelogTeryk Bellahsene2017-05-231-2/+3
| |
* | Automatic merge from branch-6.4ssjenka2017-05-237-86/+150
|\| | | | | | | | | | | | | | | * origin/branch-6.4: Back to 6.4-SNAPSHOT Release 6.4-RC2 apply search feedback (#2083) SONAR-8596 Fix a bug with cached bundles
| * Back to 6.4-SNAPSHOTSimon Brandhof2017-05-2213-13/+13
| |
| * Release 6.4-RC26.4-RC2Simon Brandhof2017-05-2213-13/+13
| |
| * apply search feedback (#2083)Stas Vilchik2017-05-226-45/+119
| |
| * SONAR-8596 Fix a bug with cached bundlesGrégoire Aubert2017-05-221-41/+31
| |
* | Automatic merge from branch-6.4ssjenka2017-05-191-0/+6
|\| | | | | | | | | * origin/branch-6.4: SONAR-9286 Fix ES error at startup
| * SONAR-9286 Fix ES error at startupEric Hartmann2017-05-191-0/+6
| |
* | Automatic merge from branch-6.4ssjenka2017-05-198-65/+103
|\| | | | | | | | | | | | | * origin/branch-6.4: SONAR-8748 fix typo in UnauthorizedException message SONAR-8888 use DefinedQProfileInsert when creating an organization clear issues selection when refreshing list
| * SONAR-8748 fix typo in UnauthorizedException messageSébastien Lesaint2017-05-191-1/+1
| |
| * SONAR-8888 use DefinedQProfileInsert when creating an organizationSébastien Lesaint2017-05-196-63/+101
| | | | | | | | rather than DefinedQProfileCreation which does too many useless operations
| * clear issues selection when refreshing listStas Vilchik2017-05-191-1/+1
| |
* | Merge remote-tracking branch 'origin/branch-6.4'Simon Brandhof2017-05-1810-16/+435
|\|
| * Fix stability of integration tests on OracleSimon Brandhof2017-05-181-2/+15
| | | | | | | | | | Error is "ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired" when resetting data.
| * Reuse version 6.4-SNAPSHOTSimon Brandhof2017-05-1813-13/+13
| |
| * SQCOM-7 Add a custom footer for sonarqube.comGrégoire Aubert2017-05-189-14/+420
| |
| * 6.4-RC16.4-RC1Simon Brandhof2017-05-1613-13/+13
| |
* | Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-1613-13/+13
|/
* Make Hazelcast test more robustEric Hartmann2017-05-161-3/+6
|
* do not display avatar for "not assigned"Stas Vilchik2017-05-151-8/+9
|
* SONAR-9044 Do not load user's organizations when organizations are disabledGrégoire Aubert2017-05-123-4/+103
|
* SONAR-3915 Give the admin a way to send users issue reports on non favorite ↵Teryk Bellahsene2017-05-128-174/+339
| | | | projects