Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9338 Make all date pickers consistent (#3157) | Stas Vilchik | 2018-03-22 | 50 | -8493/+1428 |
| | |||||
* | Rewrite SelectList component in React on Quality Page (#3152) | Pascal Mugnier | 2018-03-22 | 29 | -658/+1354 |
| | |||||
* | drop unused web components | Stas Vilchik | 2018-03-22 | 47 | -5539/+1156 |
| | |||||
* | Remove analysis badges from README | Simon Brandhof | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Re-enable analysis | Simon Brandhof | 2018-03-22 | 1 | -5/+3 |
| | |||||
* | Public commits should only trigger Travis build | Simon Brandhof | 2018-03-22 | 1 | -1/+4 |
| | | | | No analysis, no QA | ||||
* | Fix location of artifacts in public integration tests | Simon Brandhof | 2018-03-22 | 1 | -3/+1 |
| | |||||
* | Enable deployment of artifacts on release branches | David Rautureau | 2018-03-22 | 3 | -5/+6 |
| | |||||
* | Single Gradle build for SQ and core plugins | Simon Brandhof | 2018-03-22 | 9 | -21/+63 |
| | |||||
* | SONAR-9206 Extract Organization protobuff definition to ws-commons | Guillaume Jambet | 2018-03-16 | 1 | -3/+3 |
| | |||||
* | SONAR-9206 Extract Organization protobuff definition to ws-commons | Guillaume Jambet | 2018-03-16 | 5 | -10/+10 |
| | |||||
* | SONAR-9206 Enhance /api/components/search_projects response with organizations | Guillaume Jambet | 2018-03-16 | 6 | -27/+77 |
| | |||||
* | SONAR-10439 Use ranges in facets instead of cumulative numbers (#3141) | Pascal Mugnier | 2018-03-16 | 10 | -108/+12 |
| | |||||
* | Force Javadoc encoding to fix build on Windows | Julien HENRY | 2018-03-15 | 1 | -0/+4 |
| | |||||
* | SONAR-10346 fix DB migration | Sébastien Lesaint | 2018-03-15 | 3 | -156/+452 |
| | |||||
* | SONAR-10175 db migration clean orphan Quality Gate links from projects | Sébastien Lesaint | 2018-03-15 | 5 | -1/+211 |
| | |||||
* | SONAR-10175 delete project assiociations when deleting Quality Gate | Sébastien Lesaint | 2018-03-15 | 2 | -1/+27 |
| | |||||
* | Fix minor safety issues in built-in patches (#3155) | Janos Gyerik | 2018-03-15 | 5 | -12/+23 |
| | | | | | | | | | | * Add shebang line for all patches * Properly double-quote variables used on the command line * Use different debug port for debug CE and Web * Add double-quotes around long -agentlib option too | ||||
* | Fix Gradle hack to resolve Jetty dependency | Simon Brandhof | 2018-03-15 | 4 | -13/+10 |
| | | | | by upgrading Jetty | ||||
* | Drop unused jetty-server in sonar-scanner-engine tests | Simon Brandhof | 2018-03-15 | 2 | -126/+0 |
| | |||||
* | Fix Gradle build without credentials | Eric Hartmann | 2018-03-15 | 1 | -4/+4 |
| | |||||
* | Allow to define Artifactory credentials in gradle.properties | Eric Hartmann | 2018-03-15 | 1 | -2/+2 |
| | |||||
* | Don't use assumeTrue to not break the quality gate | Julien HENRY | 2018-03-14 | 2 | -20/+23 |
| | |||||
* | SONAR-10473 Keep severity up-to-date on built-in QP | Eric Hartmann | 2018-03-14 | 2 | -45/+100 |
| | |||||
* | Fix incremental build of sonar web | David Rautureau | 2018-03-14 | 39 | -41/+41 |
| | |||||
* | SONAR-10457 Display correct quality gate status on short lived branches | Grégoire Aubert | 2018-03-14 | 15 | -34/+163 |
| | |||||
* | SONAR-10457 Short living branch quality guate is based only on open & reopen ↵ | Guillaume Jambet | 2018-03-14 | 6 | -56/+82 |
| | | | | issues | ||||
* | SONAR-10457 api/project_branches/list returns quality gate status for ↵ | Guillaume Jambet | 2018-03-14 | 2 | -35/+50 |
| | | | | short-living branches | ||||
* | rewrite workspace in react (#3140) | Stas Vilchik | 2018-03-14 | 56 | -685/+2027 |
| | |||||
* | SONAR-10338 do not fetch "my" organization when not logged in | Stas Vilchik | 2018-03-14 | 3 | -17/+23 |
| | |||||
* | SONAR-10222 Fail when searching member organizations and unauthenticated | Guillaume Jambet | 2018-03-14 | 2 | -0/+21 |
| | |||||
* | Update gitignore for uneeded class files on Windows | Pascal Mugnier | 2018-03-13 | 1 | -0/+3 |
| | |||||
* | Improve logging for ITs | David Rautureau | 2018-03-13 | 5 | -4/+8 |
| | |||||
* | Fix BranchPersisterImplTest.java | Teryk Bellahsene | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | SONAR-10374 Support pull request in the web app | Teryk Bellahsene | 2018-03-13 | 175 | -1242/+2135 |
| | |||||
* | MMF-1134 Make pull request a 1st class citizen | Teryk Bellahsene | 2018-03-13 | 273 | -519/+5341 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix tests on Windows | Julien HENRY | 2018-03-13 | 8 | -49/+60 |
| | |||||
* | SONAR-10261 don't update project links when analysing branch | Sébastien Lesaint | 2018-03-13 | 2 | -5/+50 |
| | |||||
* | SONAR-10261 don't update project name nor description when on branch | Sébastien Lesaint | 2018-03-13 | 3 | -16/+85 |
| | |||||
* | SONAR-10261 add description to Project | Sébastien Lesaint | 2018-03-13 | 4 | -16/+77 |
| | |||||
* | SONAR-10261 remove Project#copyOf used only in UT | Sébastien Lesaint | 2018-03-13 | 6 | -30/+9 |
| | |||||
* | [build] support optional run of tests in parallel | Sébastien Lesaint | 2018-03-13 | 1 | -0/+2 |
| | | | | use -PmaxParallelTests=X (eg, X=4) as command line argument of ./gradlew | ||||
* | SONAR-10461 load branch even if project key in report is wrong | Sébastien Lesaint | 2018-03-13 | 2 | -27/+49 |
| | |||||
* | SONAR-10379 Improve issue permalink UX (#3139) | Pascal Mugnier | 2018-03-12 | 4 | -4/+21 |
| | |||||
* | SONAR-10472 Hover effect on issue box is overflowing when dropdown open (#3134) | Pascal Mugnier | 2018-03-12 | 2 | -5/+11 |
| | |||||
* | Fix hamcrest dependency in sonar-testing-harness | Simon Brandhof | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | Clean-up ES module in sonar-server | Simon Brandhof | 2018-03-12 | 9 | -170/+10 |
| | |||||
* | Document how to open project in IDE | Simon Brandhof | 2018-03-12 | 2 | -1/+12 |
| | |||||
* | Remove unused sonar-application/dependency-check-suppressions.xml | Simon Brandhof | 2018-03-12 | 1 | -178/+0 |
| | |||||
* | Order list of Gradle dependencies | Simon Brandhof | 2018-03-12 | 11 | -35/+56 |
| |