aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7300 Return global values when component does not existJulien Lancelot2017-01-121-0/+7
|
* SONAR-7300 Handle multi values in PUT|POST api/propertiesJulien Lancelot2017-01-121-4/+20
|
* SONAR-8518 "sonar.profile" makes the analysis fail in preview modeDuarte Meneses2017-01-111-0/+16
|
* increase selenide timeout to 8000ms (#1519)Stas Vilchik2017-01-111-0/+1
|
* SONAR-7300 Redirect PUT|POST|DELETE api/properties to api/settingsJulien Lancelot2017-01-111-4/+78
|
* SONAR-8236 Complete desc of WS about permissions and fix SettingsTest ITJulien Lancelot2017-01-101-6/+30
|
* SONAR-8573 Use api/settings to load global settingsJulien HENRY2017-01-101-1/+1
|
* Delete ignored and useless ITJulien Lancelot2017-01-102-165/+0
|
* SONAR-7300 Fix ITs using removed POST/PUT api/properties WSJulien Lancelot2017-01-104-98/+95
|
* SONAR-7300 Replace "setting.license" by "setting.license.secured" in IT pluginJulien Lancelot2017-01-101-8/+7
|
* SONAR-7300 Update ITs on deprecated api/properties WSJulien Lancelot2017-01-101-62/+17
|
* SONAR-7300 Add IT on multi values and property set in SettingsTestJulien Lancelot2017-01-101-0/+20
|
* SONAR-8235 Add ITsJulien Lancelot2017-01-051-21/+73
|
* SONAR-8575 Set api/settings WS as public and keep only one parameter for ↵Julien Lancelot2017-01-052-5/+5
| | | | component
* SONAR-8562 Rewrite issues bulk changeStas Vilchik2016-12-301-1/+0
|
* SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WSJulien Lancelot2016-12-304-133/+124
|
* Activate notification ITsTeryk Bellahsene2016-12-305-174/+74
|
* SONAR-8563 Rewrite notifications pageStas Vilchik2016-12-293-0/+134
|
* remove hardcoded dates in ITs (#1485)Stas Vilchik2016-12-273-13/+28
|
* WS api/favorites/search use a SearchRequestTeryk Bellahsene2016-12-212-6/+8
|
* Fix leaky db connection for ProjectActivityPageTestTeryk Bellahsene2016-12-201-2/+2
|
* SONAR-7286 Create WS api/favorites/searchTeryk Bellahsene2016-12-192-19/+15
|
* 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-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>
| * Disable css plugin as it's currently incompatible with web pluginJulien Lancelot2016-12-081-2/+5
| |
* | 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-111-52/+85
| | | | | | | | | | | | | | | | 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
| |