aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9338 Make all date pickers consistent (#3157)Stas Vilchik2018-03-2250-8493/+1428
|
* Rewrite SelectList component in React on Quality Page (#3152)Pascal Mugnier2018-03-2229-658/+1354
|
* drop unused web componentsStas Vilchik2018-03-2247-5539/+1156
|
* Remove analysis badges from READMESimon Brandhof2018-03-221-1/+1
|
* Re-enable analysisSimon Brandhof2018-03-221-5/+3
|
* Public commits should only trigger Travis buildSimon Brandhof2018-03-221-1/+4
| | | | No analysis, no QA
* Fix location of artifacts in public integration testsSimon Brandhof2018-03-221-3/+1
|
* Enable deployment of artifacts on release branchesDavid Rautureau2018-03-223-5/+6
|
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-229-21/+63
|
* SONAR-9206 Extract Organization protobuff definition to ws-commonsGuillaume Jambet2018-03-161-3/+3
|
* SONAR-9206 Extract Organization protobuff definition to ws-commonsGuillaume Jambet2018-03-165-10/+10
|
* SONAR-9206 Enhance /api/components/search_projects response with organizationsGuillaume Jambet2018-03-166-27/+77
|
* SONAR-10439 Use ranges in facets instead of cumulative numbers (#3141)Pascal Mugnier2018-03-1610-108/+12
|
* Force Javadoc encoding to fix build on WindowsJulien HENRY2018-03-151-0/+4
|
* SONAR-10346 fix DB migrationSébastien Lesaint2018-03-153-156/+452
|
* SONAR-10175 db migration clean orphan Quality Gate links from projectsSébastien Lesaint2018-03-155-1/+211
|
* SONAR-10175 delete project assiociations when deleting Quality GateSébastien Lesaint2018-03-152-1/+27
|
* Fix minor safety issues in built-in patches (#3155)Janos Gyerik2018-03-155-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 dependencySimon Brandhof2018-03-154-13/+10
| | | | by upgrading Jetty
* Drop unused jetty-server in sonar-scanner-engine testsSimon Brandhof2018-03-152-126/+0
|
* Fix Gradle build without credentialsEric Hartmann2018-03-151-4/+4
|
* Allow to define Artifactory credentials in gradle.propertiesEric Hartmann2018-03-151-2/+2
|
* Don't use assumeTrue to not break the quality gateJulien HENRY2018-03-142-20/+23
|
* SONAR-10473 Keep severity up-to-date on built-in QPEric Hartmann2018-03-142-45/+100
|
* Fix incremental build of sonar webDavid Rautureau2018-03-1439-41/+41
|
* SONAR-10457 Display correct quality gate status on short lived branchesGrégoire Aubert2018-03-1415-34/+163
|
* SONAR-10457 Short living branch quality guate is based only on open & reopen ↵Guillaume Jambet2018-03-146-56/+82
| | | | issues
* SONAR-10457 api/project_branches/list returns quality gate status for ↵Guillaume Jambet2018-03-142-35/+50
| | | | short-living branches
* rewrite workspace in react (#3140)Stas Vilchik2018-03-1456-685/+2027
|
* SONAR-10338 do not fetch "my" organization when not logged inStas Vilchik2018-03-143-17/+23
|
* SONAR-10222 Fail when searching member organizations and unauthenticatedGuillaume Jambet2018-03-142-0/+21
|
* Update gitignore for uneeded class files on WindowsPascal Mugnier2018-03-131-0/+3
|
* Improve logging for ITsDavid Rautureau2018-03-135-4/+8
|
* Fix BranchPersisterImplTest.javaTeryk Bellahsene2018-03-131-1/+1
|
* SONAR-10374 Support pull request in the web appTeryk Bellahsene2018-03-13175-1242/+2135
|
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-13273-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 WindowsJulien HENRY2018-03-138-49/+60
|
* SONAR-10261 don't update project links when analysing branchSébastien Lesaint2018-03-132-5/+50
|
* SONAR-10261 don't update project name nor description when on branchSébastien Lesaint2018-03-133-16/+85
|
* SONAR-10261 add description to ProjectSébastien Lesaint2018-03-134-16/+77
|
* SONAR-10261 remove Project#copyOf used only in UTSébastien Lesaint2018-03-136-30/+9
|
* [build] support optional run of tests in parallelSébastien Lesaint2018-03-131-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 wrongSébastien Lesaint2018-03-132-27/+49
|
* SONAR-10379 Improve issue permalink UX (#3139)Pascal Mugnier2018-03-124-4/+21
|
* SONAR-10472 Hover effect on issue box is overflowing when dropdown open (#3134)Pascal Mugnier2018-03-122-5/+11
|
* Fix hamcrest dependency in sonar-testing-harnessSimon Brandhof2018-03-121-1/+1
|
* Clean-up ES module in sonar-serverSimon Brandhof2018-03-129-170/+10
|
* Document how to open project in IDESimon Brandhof2018-03-122-1/+12
|
* Remove unused sonar-application/dependency-check-suppressions.xmlSimon Brandhof2018-03-121-178/+0
|
* Order list of Gradle dependenciesSimon Brandhof2018-03-1211-35/+56
|