aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11985 Use a confirmation modal for token revokingWouter Admiraal2019-06-2810-37/+163
|
* Add username to token modalWouter Admiraal2019-06-282-4/+20
|
* SONAR-12219 Fix formatting of rounded short numbersGrégoire Aubert2019-06-285-24/+90
|
* SONAR-12178 Add a label to the issues bulk change checkboxWouter Admiraal2019-06-282-0/+2
|
* Make Checkbox component accessibleWouter Admiraal2019-06-283-6/+33
|
* SONAR-11773 Make issues 'See Rules Details' accessibleWouter Admiraal2019-06-283-3/+52
|
* SONAR-12195 Activity page: Filter security_review_rating to appear only for ↵Jeremy Davis2019-06-143-5/+123
| | | | portfolio
* SONAR-12156 Add security review rating to portfolio overviewJeremy Davis2019-06-1439-1496/+945
|
* SONAR-12131 Add security review rating to portfolios measures pageJeremy Davis2019-06-141-1/+1
|
* SONAR-12134 New security reports layout including security review ratingJeremy Davis2019-06-142-119/+13
|
* SONAR-11876 Replace deprecated 'componentQuery' parameterWouter Admiraal2019-06-142-2/+2
|
* SONAR-12119 Change "Worst project" links in portfoliosphilippe-perrin-sonarsource2019-06-132-1/+7
|
* Add support for yarn format-* scripts on windowsphilippe-perrin-sonarsource2019-06-131-2/+2
|
* SC-734 - Link documentation in Marketing content footer (#1732)n-b-sonar2019-06-131-0/+5
|
* SONAR-12139 Fix display issue on projects administration pageWouter Admiraal2019-06-133-3/+20
|
* SONAR-12115 Disable delete button if no projects have been selectedWouter Admiraal2019-06-133-7/+24
|
* Build task ":server:sonar-web:yarn_run" should produce same result outside of CIEvgeny Mandrikov2019-06-071-4/+1
| | | | While this adds quite some overhead, benefit is that remote Gradle cache entry can be used locally.
* SONAR-12055 Fix ALM integration (#1708)Siegfried Ehret2019-06-061-1/+1
|
* SONAR-12121 Show a warning if QG conditions are ignoredWouter Admiraal2019-06-048-2157/+2212
|
* Fix failing UI test snapshotGrégoire Aubert2019-06-041-1/+1
|
* SONAR-12055 Display administration navbar notification when restarting the ↵Grégoire Aubert2019-06-0328-265/+664
| | | | server
* SONAR-12040 Display pending time on system background task pageGrégoire Aubert2019-06-0318-250/+803
|
* SONAR-12040 Drop duplicated css classesGrégoire Aubert2019-06-0323-61/+36
|
* Fix build task ":sonar-application:zip" and remove ↵Evgeny Mandrikov2019-05-301-11/+0
| | | | ":server:sonar-web:copyBranding"
* SONAR-12112 Fix issue actionsJeremy Davis2019-05-291-0/+1
|
* SONAR-11676 Fix Bulk Apply Permission TemplateJeremy Davis2019-05-294-5/+34
|
* SONAR-12114 Add Links in codeviewer headerJeremy Davis2019-05-292-45/+118
|
* SONAR-12025 Allow spaces to be typed in project nameJeremy Davis2019-05-294-33/+31
|
* Improve test coverageWouter Admiraal2019-05-294-10/+833
|
* SONAR-11875 Connect WorkspaceComponentViewer to the branch redux store, and ↵Wouter Admiraal2019-05-293-5/+66
| | | | refresh branch status when updating an issue
* SONAR-11875 Connect Measures to the branch redux store, and refresh branch ↵Wouter Admiraal2019-05-296-25/+103
| | | | status when updating an issue
* SONAR-11875 Connect Code to the branch redux store, and refresh branch ↵Wouter Admiraal2019-05-293-11/+41
| | | | status when updating an issue
* SONAR-11875 Connect Issues to the redux store, and refresh branch status ↵Wouter Admiraal2019-05-292-15/+53
| | | | when updating an issue
* SONAR-11875 Move QG conditions to the branch redux storeWouter Admiraal2019-05-296-98/+116
|
* Update failing tests due to new lodash mockWouter Admiraal2019-05-294-8/+6
|
* SONAR-11875 Provide new action for refreshing a branch statusWouter Admiraal2019-05-293-7/+90
|
* Remove redundant entries from .gitignore filesEvgeny Mandrikov2019-05-281-17/+1
| | | | | All removed entries already defined in .gitignore file at the root of the repository.
* SONARCLOUD-669 Fix favorite star behaviorSiegfried Ehret2019-05-2713-179/+347
|
* SONAR-12109 Fix initial vendor bundle size, and re-activate bundle size ↵Grégoire Aubert2019-05-2412-76/+134
| | | | checking on CI
* SONAR-12112 horizontal scrollingJeremy Davis2019-05-238-183/+1592
|
* SONAR-12116 Add branch parameter when expanding a snippetJeremy Davis2019-05-232-5/+33
|
* SONAR-12113 Fix line permalink in new exec flowJeremy Davis2019-05-232-19/+23
|
* SONAR-12110 Fix extra lines/snippets issueJeremy Davis2019-05-232-141/+154
|
* SONAR-12111 Fix source misalignmentJeremy Davis2019-05-233-11/+16
|
* SONAR-12109 Web Analytics plugins (#1652)Grégoire Aubert2019-05-2320-200/+361
|
* SONAR-12026 Update status names, transition names and descriptionJulien Lancelot2019-05-223-14/+14
| | | | | * Replace INREVIEW and TOREVIEW to IN_REVIEW and TO_REVIEW * Update transition names and descriptions
* SONAR-12026 Update transition names and description for Vulnerability coming ↵Grégoire Aubert2019-05-226-20/+100
| | | | from a hotspot
* SONAR-12026 Update status labels in sercurity reports pagesGrégoire Aubert2019-05-223-14/+14
|
* SONAR-12026 Add new hotspot status facet in issues pageGrégoire Aubert2019-05-229-9/+304
|
* Fix dependencies (order) between Gradle tasks that execute yarnGrégoire Aubert2019-05-161-0/+2
| | | | And add declarations of input files for "yarn_validate-ci" tasks, which were forgotten when caching was enabled for them.