aboutsummaryrefslogtreecommitdiffstats
path: root/it
Commit message (Collapse)AuthorAgeFilesLines
* relax UiTest for better stabilityStas Vilchik2016-12-191-1/+1
|
* SONAR-7674 Add Activity Stream interface (#1459)Stas Vilchik2016-12-1910-233/+179
|
* SONAR-7288 Create WS api/favorites/removeTeryk Bellahsene2016-12-191-2/+1
|
* SONAR-7287 Create WS api/favorites/addTeryk Bellahsene2016-12-192-17/+18
|
* SONAR-8547 Get MSSQL driver from Maven centralSimon Brandhof2016-12-161-6/+2
| | | | MSSQL driver has been deployed by Microsoft on Maven central. This artifact is used now instead of copying it in Git sources.
* SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WSJulien Lancelot2016-12-151-0/+11
|
* SONAR-7294 Replace Ruby WS api/issues/edit_commentJulien Lancelot2016-12-151-2/+13
|
* SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in ↵Julien Lancelot2016-12-152-119/+130
| | | | IssueService
* SONAR-7292 Replace Ruby WS api/issues/add_commentJulien Lancelot2016-12-153-48/+143
|
* Automatic merge from branch-6.2ssjenka2016-12-141-3/+3
|\ | | | | | | | | * origin/branch-6.2: Fix IssueNotificationsTest
| * Fix IssueNotificationsTestSimon Brandhof2016-12-141-3/+3
| | | | | | | | | | | | | | Fail because the analysis date is hardcoded to 2012-12-15, so 5 years ago. Issues are created and purged in a row ! Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
| * Prepare for next development iterationTom2016-12-1324-24/+24
| |
| * release 6.26.2Tom2016-12-1324-24/+24
| |
| * Prepare for next development iterationTom2016-12-0924-24/+24
| |
| * release 6.2-RC36.2-RC3Tom2016-12-0924-24/+24
| |
| * Disable css plugin as it's currently incompatible with web pluginJulien Lancelot2016-12-081-2/+5
| |
| * Prepare for next development iterationTom2016-12-0224-24/+24
| |
| * Release 6.2-RC26.2-RC2Tom2016-12-0224-24/+24
| |
* | SONAR-7728 Add IT checking changelog of file move contains file namesJulien Lancelot2016-12-141-16/+35
| |
* | SONAR-7728 Replace old IssueClient by new oneJulien Lancelot2016-12-141-34/+55
| |
* | SONAR-8535 SONAR-7304 sanitize WS api/server/*Simon Brandhof2016-12-142-10/+20
| | | | | | | | | | | | | | - SONAR-8535 drop api/server/index - SONAR-8535 drop api/server/setup - SONAR-7304 refactor api/server/version in Java Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* | SONAR-7290 Add changelog action in IssueClient from ws-clientJulien Lancelot2016-12-133-55/+46
| |
* | SONAR-8531 api/issues/changelog should return raw value of effortJulien Lancelot2016-12-131-33/+2
| |
* | SONAR-7291 Drop WS api/issues/transitionsJulien Lancelot2016-12-121-5/+19
| |
* | Use local SonarQube ZIP in PluginsTestSimon Brandhof2016-12-112-53/+107
| | | | | | | | | | | | | | | | As this integration test installs the zip found in Maven build, the version of SonarQube is unknown at runtime (this is a current limitation of Orchestrator). As a consequence the list of plugins to be installed is hardcoded and no more downloaded from Development Update Center.
* | display markdown helpStas Vilchik2016-12-091-0/+10
| |
* | fix line permalink in source viewerStas Vilchik2016-12-092-0/+61
| |
* | SONAR-8505 Implement smooth transition between pages (#1440)Stas Vilchik2016-12-083-2/+64
| |
* | make LocalAuthenticationTest more reliableStas Vilchik2016-12-073-0/+15
| |
* | SONAR-8451 Run js app outside of ruby containerStas Vilchik2016-12-0712-20/+28
| |
* | SONAR-8498 Make WS api/l10n/index accessible without authentication or migrationJulien Lancelot2016-12-071-0/+1
| |
* | SONAR-8503 Make WS api/users/identity_providers accessible without ↵Julien Lancelot2016-12-071-0/+1
| | | | | | | | authentication
* | Add some ITs on force authenticationJulien Lancelot2016-12-072-9/+52
| |
* | Refactor every okhttp3 usage into ItUtils.call()Julien Lancelot2016-12-075-109/+59
| |
* | SONAR-8448 Provide a unique HTML page for every url except statics files and WSJulien Lancelot2016-12-072-5/+30
| |
* | drop ProjectComparisonTest as the page was removedStas Vilchik2016-12-072-61/+0
| |
* | Disable css plugin as it's currently incompatible with web pluginJulien Lancelot2016-12-071-2/+5
| |
* | SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-052-0/+5
| |
* | Cleanup Authentication ITsJulien Lancelot2016-12-054-81/+59
| |
* | Move some authentication tests during scanner into dedicated classJulien Lancelot2016-12-054-102/+170
| |
* | Remove coupling of LinksTest on databaseSimon Brandhof2016-12-021-27/+24
| |
* | SONAR-8416 Add IT in SSO authenticationJulien Lancelot2016-12-011-0/+12
| | | | | | | | This test is checking that the ui is displaying an explicit message when a user try to authenticate with the same email than an existing one
* | SONAR-8416 improve ITs on authenticationJulien Lancelot2016-12-0112-16/+386
| | | | | | | | | | Complete check on message displayed in ui when functional authentication errors are generated Add ITs when errors are generated during callback of OAuth2 authentication plugins
* | Automatic merge from branch-6.2ssjenka2016-12-011-0/+53
|\| | | | | | | | | | | | | | | | | | | | | * origin/branch-6.2: SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES SONAR-8335 add IT on dynamic log level change SONAR-8335 make changing root level change level of all loggers SONAR-8335 add missing coverage on jmx log property SONAR-8335 drop dead code ServerLogging#getCurrentLogFile SONAR-8335 move RootLoggerConfig out of LogbackHelper SONAR-8335 move LogBackHelper to subpackage logging
| * SONAR-8335 add IT on dynamic log level changeSébastien Lesaint2016-12-011-0/+53
| |
* | Revert "SONAR-8190 remove api/roots/* WS from SQ for release 6.2"Sébastien Lesaint2016-12-014-11/+2
| | | | | | | | This reverts commit 55fefdf810b8326b803ad8b7ce4f0c047fc57ef1.
* | Automatic merge from branch-6.2ssjenka2016-11-301-5/+5
|\| | | | | | | | | | | * origin/branch-6.2: SONAR-8423 Properly fail on invalid basic header SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"
| * SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"Julien Lancelot2016-11-281-5/+5
| |
* | ignore IssueSearchTest.redirect_to_search_url_after_wrong_loginStas Vilchik2016-11-281-0/+2
| |
* | fix HttpHeadersTestStas Vilchik2016-11-281-1/+1
| |