Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-8547 Get MSSQL driver from Maven central | Simon Brandhof | 2016-12-16 | 1 | -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 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> | ||||
| * | Prepare for next development iteration | Tom | 2016-12-13 | 24 | -24/+24 |
| | | |||||
| * | release 6.26.2 | Tom | 2016-12-13 | 24 | -24/+24 |
| | | |||||
| * | Prepare for next development iteration | Tom | 2016-12-09 | 24 | -24/+24 |
| | | |||||
| * | release 6.2-RC36.2-RC3 | Tom | 2016-12-09 | 24 | -24/+24 |
| | | |||||
| * | Disable css plugin as it's currently incompatible with web plugin | Julien Lancelot | 2016-12-08 | 1 | -2/+5 |
| | | |||||
| * | Prepare for next development iteration | Tom | 2016-12-02 | 24 | -24/+24 |
| | | |||||
| * | Release 6.2-RC26.2-RC2 | Tom | 2016-12-02 | 24 | -24/+24 |
| | | |||||
* | | 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 | 2 | -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 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 |
| | | |||||
* | | drop ProjectComparisonTest as the page was removed | Stas Vilchik | 2016-12-07 | 2 | -61/+0 |
| | | |||||
* | | Disable css plugin as it's currently incompatible with web plugin | Julien Lancelot | 2016-12-07 | 1 | -2/+5 |
| | | |||||
* | | SONAR-8464 Make column UUID of Events unique and non null | Teryk Bellahsene | 2016-12-05 | 2 | -0/+5 |
| | | |||||
* | | Cleanup Authentication ITs | Julien Lancelot | 2016-12-05 | 4 | -81/+59 |
| | | |||||
* | | Move some authentication tests during scanner into dedicated class | Julien Lancelot | 2016-12-05 | 4 | -102/+170 |
| | | |||||
* | | Remove coupling of LinksTest on database | Simon Brandhof | 2016-12-02 | 1 | -27/+24 |
| | | |||||
* | | SONAR-8416 Add IT in SSO authentication | Julien Lancelot | 2016-12-01 | 1 | -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 authentication | Julien Lancelot | 2016-12-01 | 12 | -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.2 | ssjenka | 2016-12-01 | 1 | -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 change | Sébastien Lesaint | 2016-12-01 | 1 | -0/+53 |
| | | |||||
* | | Revert "SONAR-8190 remove api/roots/* WS from SQ for release 6.2" | Sébastien Lesaint | 2016-12-01 | 4 | -11/+2 |
| | | | | | | | | This reverts commit 55fefdf810b8326b803ad8b7ce4f0c047fc57ef1. | ||||
* | | Automatic merge from branch-6.2 | ssjenka | 2016-11-30 | 1 | -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 Lancelot | 2016-11-28 | 1 | -5/+5 |
| | | |||||
* | | ignore IssueSearchTest.redirect_to_search_url_after_wrong_login | Stas Vilchik | 2016-11-28 | 1 | -0/+2 |
| | | |||||
* | | fix HttpHeadersTest | Stas Vilchik | 2016-11-28 | 1 | -1/+1 |
| | |