aboutsummaryrefslogtreecommitdiffstats
path: root/it
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Replace guava by java stream in IssueSearchTestSimon Brandhof2016-11-281-4/+6
| |
* | Simplify launch of Selenese testsSimon Brandhof2016-11-2834-386/+287
| |
* | Stop using the Selenese impl provided by OrchestratorSimon Brandhof2016-11-2814-409/+42
| |
* | Prepare for next development iterationDavid Rautureau2016-11-2124-24/+24
|/
* SONAR-8190 remove api/roots/* WS from SQ for release 6.2Sébastien Lesaint2016-11-174-2/+11
|
* SONAR-8248 JS files from plugins don't have JS Content-Type headerSimon Brandhof2016-11-172-34/+51
|
* SONAR-8363 Mark just created projects as favorite when there's a project ↵Teryk Bellahsene2016-11-171-7/+51
| | | | creator permission
* SONAR-8341 add ITSébastien Lesaint2016-11-161-0/+10
|
* Improve reliability of RestartTest as Oracle init is slowSimon Brandhof2016-11-161-1/+1
| | | | | Creation of all Oracle tables can be more than 5 minutes in our QA environment.
* SONAR-8333 fixing ITsSébastien Lesaint2016-11-162-2/+3
|
* SONAR-8333 use orchestrator 3.13-build783 to fix SQ ITs based on logsSébastien Lesaint2016-11-169-33/+25
|
* SONAR-8332 document use of %reqAttribute{ID} in access logs + add ITSébastien Lesaint2016-11-151-3/+13
|
* fix redirection after login where there are many parametersStas Vilchik2016-11-152-0/+69
|
* SONAR-8349 add integration testsSimon Brandhof2016-11-144-1/+441
|
* SONAR-8247 Fix security headersJulien Lancelot2016-11-142-3/+42
|
* Update some copyright headers to 2016Simon Brandhof2016-11-144-4/+4
|
* SONAR 8363 IT to test favorite auto-assignmentTeryk Bellahsene2016-11-142-1/+83
|
* SONAR-8248 Replace " by ' in History page messagesJulien Lancelot2016-11-103-6/+6
|
* change issues bulk change ITStas Vilchik2016-11-101-20/+0
|
* SONAR-8377 Remove useless IT code on issue filtersJulien Lancelot2016-11-101-105/+0
|
* fix issues bulk changeStas Vilchik2016-11-102-0/+105
|
* Improve stability of IssueSearch#redirect_to_search_url_after_wrong_loginJulien Lancelot2016-11-091-1/+1
|
* SONAR-8355 Fix IT using all_projects pageJulien Lancelot2016-11-091-2/+2
|
* SONAR-8355 Fix IT using /all_projects pageJulien Lancelot2016-11-094-94/+12
|
* SONAR-8354 Remove ITs related to dashboardsJulien Lancelot2016-11-0911-243/+4
|
* SONAR-8376 Do not display issue filters and drop management pageStas Vilchik2016-11-092-43/+0
|
* SONAR-8172 make all args of api/organizations/update optional but keySébastien Lesaint2016-11-081-0/+3
| | | | all but key
* SONAR-8300 add ITsStas Vilchik2016-11-076-0/+226
|
* open projects page by default (#1358)Stas Vilchik2016-11-047-78/+3
|