aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* information about Manual Vulnerabilities migrationAlexandre Gigleux2020-02-211-0/+5
|
* SONAR-13033 Add donut chart to overviewJeremy Davis2020-02-212-3/+13
|
* SONAR-13059 Add edit button on comment.Mathieu Suen2020-02-2113-25/+287
|
* SONAR-13059 Add delete button on comment.Mathieu Suen2020-02-2110-26/+117
|
* SONAR-12720 Put comment on bottom of hotspot review page and add a link from ↵Mathieu Suen2020-02-2124-1570/+1678
| | | | top.
* SONAR-12718 Revamp hotspot information layoutPhilippe Perrin2020-02-2115-1250/+1408
|
* SONAR-12718 User can get a permalink to the hotspotPhilippe Perrin2020-02-2115-32/+279
|
* SONAR-12719 Improve visual feedback of hotspots status updateJeremy Davis2020-02-2122-342/+549
|
* SONAR-12719 Move the status edition popup in hotspot main screenPhilippe Perrin2020-02-2137-2289/+1806
|
* SONAR-12754 Assignee change are made directly from the main screenPhilippe Perrin2020-02-2169-195/+1322
|
* SONAR-12922 add edit hotspot comment wsJacek2020-02-219-1/+417
|
* SONAR-12718 Improve rule description split in security hotspot page.Mathieu Suen2020-02-213-282/+181
|
* SONAR-12922 add delete hotspot comment WSJacek2020-02-217-1/+346
|
* SONAR-13033 security review rating in overviewJeremy2020-02-2113-80/+1270
|
* SONAR-12718: Always select first tab when switching hotspot.Mathieu Suen2020-02-213-256/+140
|
* SONAR-12718: Change hotspot vulnerability tab's title.Mathieu Suen2020-02-211-1/+1
|
* SONAR-13100 Decorate GitLab MR based on settingsDuarte Meneses2020-02-213-0/+23
|
* SONAR-13099 ALM settings WS for GitLab should support URL and project bindingDuarte Meneses2020-02-212-0/+2
|
* SONAR-13101 Update documentationWouter Admiraal2020-02-211-2/+2
|
* SONAR-13101 Configure URL and Project IDs for GitLab MR decorationWouter Admiraal2020-02-2118-38/+323
|
* SONAR-13103 Parsing errors break the whole documentation appGrégoire Aubert2020-02-215-4/+85
|
* SONAR-12883 Add missing background task translationsWouter Admiraal2020-02-211-2/+6
|
* SONAR-12829 Fix error message when encountering a license issueWouter Admiraal2020-02-213-4/+8
|
* SONAR-13098 Don't show issue data on rule details if type is hotspotWouter Admiraal2020-02-214-151/+38
|
* SONAR-13030 Prevent adding notifications for ApplicationsWouter Admiraal2020-02-211-1/+2
|
* SONAR-12933 Make link label of rule tabs more explicitGrégoire Aubert2020-02-216-54/+119
| | | | | Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com> Co-authored-by: Wouter Admiraal <wouter.admiraal@sonarsource.com>
* Update front-end pull request templateWouter Admiraal2020-02-211-4/+1
|
* SONAR-12355 Add visual feedback when condition on QG is added/updated/removedWouter Admiraal2020-02-2110-51/+214
|
* SONAR-12467 Improve back to rule list linkWouter Admiraal2020-02-218-99/+543
|
* SONAR-12796: Fix alignment and scoll for permission template. In addition ↵Mathieu Suen2020-02-2112-27/+141
| | | | fix consitency in the user permission w.r.t. grobal permission.
* SONAR-12762: Move dropdown away from left avoiding being hiddenMathieu Suen2020-02-212-0/+3
|
* SONAR-12613: Add confirmation when saving the project New Code period SettingMathieu Suen2020-02-211-3/+22
|
* SONAR-12060: Fix for very long project namesMathieu Suen2020-02-215-40/+77
|
* SONAR-12960 Do not compute Security Hotspots Reviewed when 0 hotspotsJulien Lancelot2020-02-218-40/+65
|
* SONAR-12966 Remove QGate conditions on 'security_hotspots' and ↵Julien Lancelot2020-02-215-2/+203
| | | | 'new_security_hotspots'
* Revert "enable back HA QA axis on all builds"Julien Lancelot2020-02-201-1/+44
| | | | This reverts commit d5f8cb67
* Update to sonar-ui-common 0.0.52Wouter Admiraal2020-02-204-10/+10
|
* SONAR-13004 Validate Bitbucket personal access token when savingWouter Admiraal2020-02-2014-182/+385
|
* SONAR-13070 Update docs for creating projects from BBS repos and auto PR ↵michaelbirnstiehl2020-02-202-15/+29
| | | | configuration
* SONAR-13003 display already imported BBS reposPierre Guillot2020-02-2013-8/+193
| | | | Co-authored-by: Julien Lancelot <julien.lancelot@sonarsource.com>
* SONAR-13001 Fix WS pathJulien Lancelot2020-02-203-12/+12
| | | | | list_bibucketserver_projects -> list_bitbucketserver_projects search_bibucketserver_repos -> search_bitbucketserver_repos
* SONAR-13001 Add ITsJulien Lancelot2020-02-2010-90/+370
|
* SONAR-13027 Implement search for Bitbucket Server repositoriesWouter Admiraal2020-02-2022-576/+1550
|
* SONAR-13035 Group global ALM related settings into a single categoryWouter Admiraal2020-02-2092-1549/+2407
|
* SONAR-13001 rename list repo to searchPierre Guillot2020-02-201-3/+3
|
* SONAR-13002 auto configure PR settings when BBS project is importedPierre Guillot2020-02-201-1/+0
|
* simplify test_real_startPierre Guillot2020-02-201-37/+5
|
* SONAR-13001 create endpoint alm_integrations/import_bitbucketserver_projectPierre Guillot2020-02-201-1/+1
|
* cleanup unused sonarcloud codePierre Guillot2020-02-206-103/+10
|
* SONAR-13001 apply review feedbackPierre Guillot2020-02-209-43/+78
|