Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-7300 Return global values when component does not exist | Julien Lancelot | 2017-01-12 | 1 | -0/+7 | |
| | ||||||
* | SONAR-7300 Handle multi values in PUT|POST api/properties | Julien Lancelot | 2017-01-12 | 1 | -4/+20 | |
| | ||||||
* | SONAR-8518 "sonar.profile" makes the analysis fail in preview mode | Duarte Meneses | 2017-01-11 | 1 | -0/+16 | |
| | ||||||
* | increase selenide timeout to 8000ms (#1519) | Stas Vilchik | 2017-01-11 | 1 | -0/+1 | |
| | ||||||
* | SONAR-7300 Redirect PUT|POST|DELETE api/properties to api/settings | Julien Lancelot | 2017-01-11 | 1 | -4/+78 | |
| | ||||||
* | SONAR-8236 Complete desc of WS about permissions and fix SettingsTest IT | Julien Lancelot | 2017-01-10 | 1 | -6/+30 | |
| | ||||||
* | SONAR-8573 Use api/settings to load global settings | Julien HENRY | 2017-01-10 | 1 | -1/+1 | |
| | ||||||
* | Delete ignored and useless IT | Julien Lancelot | 2017-01-10 | 2 | -165/+0 | |
| | ||||||
* | SONAR-7300 Fix ITs using removed POST/PUT api/properties WS | Julien Lancelot | 2017-01-10 | 4 | -98/+95 | |
| | ||||||
* | SONAR-7300 Replace "setting.license" by "setting.license.secured" in IT plugin | Julien Lancelot | 2017-01-10 | 1 | -8/+7 | |
| | ||||||
* | SONAR-7300 Update ITs on deprecated api/properties WS | Julien Lancelot | 2017-01-10 | 1 | -62/+17 | |
| | ||||||
* | SONAR-7300 Add IT on multi values and property set in SettingsTest | Julien Lancelot | 2017-01-10 | 1 | -0/+20 | |
| | ||||||
* | SONAR-8235 Add ITs | Julien Lancelot | 2017-01-05 | 1 | -21/+73 | |
| | ||||||
* | SONAR-8575 Set api/settings WS as public and keep only one parameter for ↵ | Julien Lancelot | 2017-01-05 | 2 | -5/+5 | |
| | | | | component | |||||
* | SONAR-8562 Rewrite issues bulk change | Stas Vilchik | 2016-12-30 | 1 | -1/+0 | |
| | ||||||
* | SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WS | Julien Lancelot | 2016-12-30 | 4 | -133/+124 | |
| | ||||||
* | Activate notification ITs | Teryk Bellahsene | 2016-12-30 | 5 | -174/+74 | |
| | ||||||
* | SONAR-8563 Rewrite notifications page | Stas Vilchik | 2016-12-29 | 3 | -0/+134 | |
| | ||||||
* | remove hardcoded dates in ITs (#1485) | Stas Vilchik | 2016-12-27 | 3 | -13/+28 | |
| | ||||||
* | WS api/favorites/search use a SearchRequest | Teryk Bellahsene | 2016-12-21 | 2 | -6/+8 | |
| | ||||||
* | Fix leaky db connection for ProjectActivityPageTest | Teryk Bellahsene | 2016-12-20 | 1 | -2/+2 | |
| | ||||||
* | SONAR-7286 Create WS api/favorites/search | Teryk Bellahsene | 2016-12-19 | 2 | -19/+15 | |
| | ||||||
* | relax UiTest for better stability | Stas Vilchik | 2016-12-19 | 1 | -1/+1 | |
| | ||||||
* | SONAR-7674 Add Activity Stream interface (#1459) | Stas Vilchik | 2016-12-19 | 10 | -233/+179 | |
| | ||||||
* | SONAR-7288 Create WS api/favorites/remove | Teryk Bellahsene | 2016-12-19 | 1 | -2/+1 | |
| | ||||||
* | SONAR-7287 Create WS api/favorites/add | Teryk Bellahsene | 2016-12-19 | 2 | -17/+18 | |
| | ||||||
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WS | Julien Lancelot | 2016-12-15 | 1 | -0/+11 | |
| | ||||||
* | SONAR-7294 Replace Ruby WS api/issues/edit_comment | Julien Lancelot | 2016-12-15 | 1 | -2/+13 | |
| | ||||||
* | SONAR-7292 Sanitize IssuesWsParameters and add some missing actions in ↵ | Julien Lancelot | 2016-12-15 | 2 | -119/+130 | |
| | | | | IssueService | |||||
* | SONAR-7292 Replace Ruby WS api/issues/add_comment | Julien Lancelot | 2016-12-15 | 3 | -48/+143 | |
| | ||||||
* | Automatic merge from branch-6.2 | ssjenka | 2016-12-14 | 1 | -3/+3 | |
|\ | | | | | | | | | * origin/branch-6.2: Fix IssueNotificationsTest | |||||
| * | Fix IssueNotificationsTest | Simon Brandhof | 2016-12-14 | 1 | -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 plugin | Julien Lancelot | 2016-12-08 | 1 | -2/+5 | |
| | | ||||||
* | | SONAR-7728 Add IT checking changelog of file move contains file names | Julien Lancelot | 2016-12-14 | 1 | -16/+35 | |
| | | ||||||
* | | SONAR-7728 Replace old IssueClient by new one | Julien Lancelot | 2016-12-14 | 1 | -34/+55 | |
| | | ||||||
* | | SONAR-8535 SONAR-7304 sanitize WS api/server/* | Simon Brandhof | 2016-12-14 | 2 | -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-client | Julien Lancelot | 2016-12-13 | 3 | -55/+46 | |
| | | ||||||
* | | SONAR-8531 api/issues/changelog should return raw value of effort | Julien Lancelot | 2016-12-13 | 1 | -33/+2 | |
| | | ||||||
* | | SONAR-7291 Drop WS api/issues/transitions | Julien Lancelot | 2016-12-12 | 1 | -5/+19 | |
| | | ||||||
* | | Use local SonarQube ZIP in PluginsTest | Simon Brandhof | 2016-12-11 | 1 | -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 help | Stas Vilchik | 2016-12-09 | 1 | -0/+10 | |
| | | ||||||
* | | fix line permalink in source viewer | Stas Vilchik | 2016-12-09 | 2 | -0/+61 | |
| | | ||||||
* | | SONAR-8505 Implement smooth transition between pages (#1440) | Stas Vilchik | 2016-12-08 | 3 | -2/+64 | |
| | | ||||||
* | | make LocalAuthenticationTest more reliable | Stas Vilchik | 2016-12-07 | 3 | -0/+15 | |
| | | ||||||
* | | SONAR-8451 Run js app outside of ruby container | Stas Vilchik | 2016-12-07 | 12 | -20/+28 | |
| | | ||||||
* | | SONAR-8498 Make WS api/l10n/index accessible without authentication or migration | Julien Lancelot | 2016-12-07 | 1 | -0/+1 | |
| | | ||||||
* | | SONAR-8503 Make WS api/users/identity_providers accessible without ↵ | Julien Lancelot | 2016-12-07 | 1 | -0/+1 | |
| | | | | | | | | authentication | |||||
* | | Add some ITs on force authentication | Julien Lancelot | 2016-12-07 | 2 | -9/+52 | |
| | | ||||||
* | | Refactor every okhttp3 usage into ItUtils.call() | Julien Lancelot | 2016-12-07 | 5 | -109/+59 | |
| | | ||||||
* | | SONAR-8448 Provide a unique HTML page for every url except statics files and WS | Julien Lancelot | 2016-12-07 | 2 | -5/+30 | |
| | |