aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* BUILD-612 Implement the check of source headersDavid Rautureau2018-04-041-1/+1
|
* SONAR-10486 Generate project badges also on SonarQubeJulien Lancelot2018-03-294-11/+127
|
* Fix location of artifacts in public integration testsSimon Brandhof2018-03-221-3/+1
|
* SONAR-10439 Use ranges in facets instead of cumulative numbers (#3141)Pascal Mugnier2018-03-161-3/+3
|
* Fix Gradle hack to resolve Jetty dependencySimon Brandhof2018-03-151-3/+3
| | | | by upgrading Jetty
* Improve logging for ITsDavid Rautureau2018-03-131-0/+4
|
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-133-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10366 Add pull request object to api/project_branches/list and api/ce/activity SONAR-10365 Analyze pull requests as 1st class citizen SONAR-10366 SONAR-10367 Create WS api/projet_pull_requests/list and delete SONAR-10383 Add Pull Request information when listing CE tasks SONAR-10365 Add key type in PROJECT_BRANCHES (#3063) SONAR-10371 Add pullRequest parameter in the Web API (#3076) * ComponentFinder searches by branch or pull request * Add pullRequest parameter to WS api/issues/* WS * Add pullRequest parameter to api/settings/* WS * Add pullRequest parameter to api/badges/* WS * Add pullRequest parameter to api/components/* WS * Add pullRequest parameter to api/sources/* WS SONAR-10368 Copy issue states from pull request after it's merged SONAR-10373 Send notifications for events on issues of a pull request SONAR-10365 Add pull_request_binary column in project_branches (#3073) SONAR-10433 Store pull request in projects table SONAR-10371 Add pullRequest field in the Web API SONAR-10365 Analyze pull requests as 1st class citizen BRANCH-45 Expose issue resolution for PR decoration BRANCH-49 Basic support of pull request analysis on pull request branch BRANCH-47 Fail when user tries to analyze a pull request and the plugin is not available SONAR-10366 update pull request decorated links to project and issues SONAR-10365 Use pull request id as key instead of branch name SONAR-10454 Update embedded Git 1.4 and SVN 1.7 SONAR-10365 rename sonar.pullrequest.id to sonar.pullrequest.key SONAR-10383 api/navigation/component returns the pull request key
* Order list of Gradle dependenciesSimon Brandhof2018-03-121-11/+13
|
* Fix some Java compiler warningsSimon Brandhof2018-03-121-2/+3
|
* Move To GradleDavid Rautureau2018-03-09110-1891/+894
|
* SONAR-10426 Allow homepage on Projects and on Issues in SonarQubeGuillaume Jambet2018-03-021-0/+11
|
* SONAR-10423 Allow homepage feature on SonarQubeJulien Lancelot2018-03-022-0/+94
|
* SONAR-10423 Replace "parameter" by "component" and "organization" in ↵Julien Lancelot2018-03-022-0/+118
| | | | api/users WS
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-011-1/+1
|
* SONAR-10347 Add IT's for webhook deliveriesGrégoire Aubert2018-03-012-10/+33
|
* SONAR-10345 Add IT's for webhooks managementGrégoire Aubert2018-03-015-224/+206
|
* SONAR-10344 Create IT's for webhooks console pageGrégoire Aubert2018-03-013-4/+70
|
* rewrite remaining backbone modals in reactStas Vilchik2018-02-272-6/+6
|
* create and use Button component (#3087)Stas Vilchik2018-02-2135-36/+36
|
* SONAR-10299 Drop the project link "developer connection"Julien Lancelot2018-02-201-1/+0
|
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-201-4/+4
|
* SONAR-10411 use link name from l10n bundle for provided linksStas Vilchik2018-02-201-1/+0
|
* SONAR-8964 Drop overall notifications not related to the current user on ↵Julien Lancelot2018-02-1214-46/+365
| | | | | | | | | | | | SonarCloud * SONAR-8964 Remove some global notifications in api/notifications/list on SonarCloud * SONAR-8964 Remove some global notifications in api/notifications/add on SonarCloud * In WebServiceEngine, define web services in start() * SONAR-8964 Remove some global notifications in api/notifications/remove on SonarCloud * Move some user ITs to their own suite * SONAR-8964 Add ITs on notifications (not for SonarCloud) * SONAR-8964 Add ITs on notifications for SonarCloud
* SONAR-10311 improve readability of IT RuleReKeyingTestSébastien Lesaint2018-02-081-6/+121
| | | | and drop tests of the database content
* SONAR-10311 add IT on rule rekeying applying to issuesSébastien Lesaint2018-02-088-2/+202
|
* SONAR-10311 add IT for QP notification in case of plugin downgradeSébastien Lesaint2018-02-081-0/+29
|
* SONAR-10311 add IT for rule re-keyingSébastien Lesaint2018-02-081-0/+85
|
* SONAR-10307 support rule renaming in RegisterRulesSébastien Lesaint2018-02-081-1/+1
|
* SONAR-10313 Keep the order of issues on SearchEric Hartmann2018-02-081-3/+3
|
* SONAR-10304 use NewRule#addDeprecatedRuleKey in QP notification ITSébastien Lesaint2018-02-085-21/+34
|
* SONAR-10302 Auto issue assignment is now based on org membershipJulien Lancelot2018-02-073-77/+145
|
* SONAR-10338 Add ITsJulien Lancelot2018-02-073-64/+59
|
* SONAR-10338 Allow authentication of user using an exising emailJulien Lancelot2018-02-071-0/+2
|
* SONAR-10257 apply feedbackDuarte Meneses2018-02-074-10/+27
|
* SONAR-10257 Fix ITsDuarte Meneses2018-02-0711-77/+125
|
* SONAR-10257 Added Myers diff detectionDuarte Meneses2018-02-071-2/+11
|
* SONAR-10257 Added ITsGuillaume Jambet2018-02-0713-2/+444
|
* SONAR-10260 Added without scm ITGuillaume Jambet2018-02-077-1/+270
|
* SONAR-10321 Add scope field to rule search wsDuarte Meneses2018-02-071-1/+12
|
* SONAR-10401 end of task log is always INFO and includes statusSébastien Lesaint2018-02-071-2/+7
|
* SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-013-24/+77
|
* rewrite rules app with react (#2982)Stas Vilchik2018-01-295-6/+338
|
* Fix bad imports of Java6AssertionsSimon Brandhof2018-01-291-1/+1
|
* SONAR-10266 Add ITs for project badges wsJulien Lancelot2018-01-251-6/+23
|
* SONAR-10264 Add ITs for project badges pageGrégoire Aubert2018-01-252-0/+145
|
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-2431-31/+31
|
* SONAR-10247 do not call webhooks when QG status has not changedSébastien Lesaint2018-01-232-2/+20
|
* Upgrade assertJ from 3.4.1 to 3.9.0Simon Brandhof2018-01-143-5/+4
|
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-1490-196/+195
|
* SONAR-10258 Missing information about uncovered conditions on a lineStas Vilchik2018-01-101-0/+12
|