Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SQBILLING-93 SonarCloud notifies Muppet when an organization is deleted | Teryk Bellahsene | 2018-05-03 | 1 | -0/+5 | |
| | ||||||
* | SONAR-9384 Fix computation of project without src but with test measures | Julien Lancelot | 2018-05-02 | 11 | -6/+295 | |
| | ||||||
* | SONAR-10567 Compute Engine analysis do not fail if project name or ↵ | Teryk Bellahsene | 2018-04-27 | 2 | -0/+69 | |
| | | | | description is too long | |||||
* | SONAR-10543 Fix external issues effort | Duarte Meneses | 2018-04-26 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10575 Modify flag to include external rules in rules search | Duarte Meneses | 2018-04-26 | 1 | -2/+2 | |
| | ||||||
* | SONAR-10544 Set effort for external issues | Duarte Meneses | 2018-04-26 | 2 | -21/+123 | |
| | ||||||
* | SONAR-10551 Import issues from external rule engines from generic report | Duarte Meneses | 2018-04-26 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10543 Add ITs | Duarte Meneses | 2018-04-26 | 4 | -6/+109 | |
| | ||||||
* | Fix quality flaws | Eric Hartmann | 2018-04-17 | 1 | -1/+0 | |
| | ||||||
* | SONAR-10569 Move update_project_visibility from organizations to permissions | Julien Lancelot | 2018-04-13 | 3 | -81/+95 | |
| | ||||||
* | SONAR-10566 Allow organization name with one character | Julien Lancelot | 2018-04-13 | 2 | -17/+27 | |
| | ||||||
* | Fix API version in QA test plugins | Simon Brandhof | 2018-04-10 | 29 | -29/+29 | |
| | ||||||
* | Fix QA | Simon Brandhof | 2018-04-09 | 46 | -3393/+3452 | |
| | ||||||
* | SONAR-5182 Add input validation on quality gate conditions | Julien Lancelot | 2018-04-06 | 2 | -169/+113 | |
| | ||||||
* | Fix upgrade test | Simon Brandhof | 2018-04-06 | 1 | -16/+11 | |
| | ||||||
* | SONAR-10536 refactoring, no functional changes | Simon Brandhof | 2018-04-05 | 4 | -62/+203 | |
| | ||||||
* | SONAR-10511 Project key renaming should rename deleted components too | Simon Brandhof | 2018-04-05 | 1 | -24/+217 | |
| | ||||||
* | Drop calls to Dev Update Center from integration tests | Simon Brandhof | 2018-04-05 | 11 | -94/+136 | |
| | ||||||
* | SONAR-10285 WS org enable support is now only available on SonarCloud | Julien Lancelot | 2018-04-05 | 6 | -6/+10 | |
| | ||||||
* | SONAR-10039 Ease changing of password settings | Pascal Mugnier | 2018-04-05 | 3 | -0/+172 | |
| | ||||||
* | Fix Quality Gate create form | Grégoire Aubert | 2018-04-04 | 1 | -0/+12 | |
| | ||||||
* | SONAR-10510 Pull Request analysis fails with "Execute analysis" permission only | Julien Lancelot | 2018-04-04 | 1 | -52/+28 | |
| | | | | | | | | * Use Tester in PermissionTest * Sanitize permission ITs * Add ITs to check pr analysis using only scan permission * Fix permission in api/project_pull_requests/list To access api/project_pull_requests/list, either 'Browse' or 'Execute Analysis' permissions is required | |||||
* | BUILD-612 Implement the check of source headers | David Rautureau | 2018-04-04 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10486 Generate project badges also on SonarQube | Julien Lancelot | 2018-03-29 | 4 | -11/+127 | |
| | ||||||
* | Fix location of artifacts in public integration tests | Simon Brandhof | 2018-03-22 | 1 | -3/+1 | |
| | ||||||
* | SONAR-10439 Use ranges in facets instead of cumulative numbers (#3141) | Pascal Mugnier | 2018-03-16 | 1 | -3/+3 | |
| | ||||||
* | Fix Gradle hack to resolve Jetty dependency | Simon Brandhof | 2018-03-15 | 1 | -3/+3 | |
| | | | | by upgrading Jetty | |||||
* | Improve logging for ITs | David Rautureau | 2018-03-13 | 1 | -0/+4 | |
| | ||||||
* | MMF-1134 Make pull request a 1st class citizen | Teryk Bellahsene | 2018-03-13 | 3 | -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 dependencies | Simon Brandhof | 2018-03-12 | 1 | -11/+13 | |
| | ||||||
* | Fix some Java compiler warnings | Simon Brandhof | 2018-03-12 | 1 | -2/+3 | |
| | ||||||
* | Move To Gradle | David Rautureau | 2018-03-09 | 110 | -1891/+894 | |
| | ||||||
* | SONAR-10426 Allow homepage on Projects and on Issues in SonarQube | Guillaume Jambet | 2018-03-02 | 1 | -0/+11 | |
| | ||||||
* | SONAR-10423 Allow homepage feature on SonarQube | Julien Lancelot | 2018-03-02 | 2 | -0/+94 | |
| | ||||||
* | SONAR-10423 Replace "parameter" by "component" and "organization" in ↵ | Julien Lancelot | 2018-03-02 | 2 | -0/+118 | |
| | | | | api/users WS | |||||
* | SONAR-10346 Add latest deliveries information to webhooks search ws. | Guillaume Jambet | 2018-03-01 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10347 Add IT's for webhook deliveries | Grégoire Aubert | 2018-03-01 | 2 | -10/+33 | |
| | ||||||
* | SONAR-10345 Add IT's for webhooks management | Grégoire Aubert | 2018-03-01 | 5 | -224/+206 | |
| | ||||||
* | SONAR-10344 Create IT's for webhooks console page | Grégoire Aubert | 2018-03-01 | 3 | -4/+70 | |
| | ||||||
* | rewrite remaining backbone modals in react | Stas Vilchik | 2018-02-27 | 2 | -6/+6 | |
| | ||||||
* | create and use Button component (#3087) | Stas Vilchik | 2018-02-21 | 35 | -36/+36 | |
| | ||||||
* | SONAR-10299 Drop the project link "developer connection" | Julien Lancelot | 2018-02-20 | 1 | -1/+0 | |
| | ||||||
* | SONAR-10411 Do not persist name of provided project links | Julien Lancelot | 2018-02-20 | 1 | -4/+4 | |
| | ||||||
* | SONAR-10411 use link name from l10n bundle for provided links | Stas Vilchik | 2018-02-20 | 1 | -1/+0 | |
| | ||||||
* | SONAR-8964 Drop overall notifications not related to the current user on ↵ | Julien Lancelot | 2018-02-12 | 14 | -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 RuleReKeyingTest | Sébastien Lesaint | 2018-02-08 | 1 | -6/+121 | |
| | | | | and drop tests of the database content | |||||
* | SONAR-10311 add IT on rule rekeying applying to issues | Sébastien Lesaint | 2018-02-08 | 8 | -2/+202 | |
| | ||||||
* | SONAR-10311 add IT for QP notification in case of plugin downgrade | Sébastien Lesaint | 2018-02-08 | 1 | -0/+29 | |
| | ||||||
* | SONAR-10311 add IT for rule re-keying | Sébastien Lesaint | 2018-02-08 | 1 | -0/+85 | |
| | ||||||
* | SONAR-10307 support rule renaming in RegisterRules | Sébastien Lesaint | 2018-02-08 | 1 | -1/+1 | |
| |