summaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-12156 Add security review rating to portfolio overviewJeremy Davis2019-06-141-0/+26
|
* SONAR-12131 Compute Security Review Rating measures on projectsJulien Lancelot2019-06-141-0/+3
| | | | * Compute Security Review Rating measures on projects * Live update Security Review Rating measures
* SONAR-12115 Disable delete button if no projects have been selectedWouter Admiraal2019-06-131-0/+2
|
* SONAR-12055 Display administration navbar notification when restarting the ↵Grégoire Aubert2019-06-031-2/+4
| | | | server
* SONAR-12040 Display pending time on system background task pageGrégoire Aubert2019-06-031-0/+2
|
* Fix typos (GCC, Clang)Siegfried Ehret2019-06-031-1/+1
|
* SONAR-12026 Update status names, transition names and descriptionJulien Lancelot2019-05-221-7/+7
| | | | | * 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-221-8/+13
| | | | from a hotspot
* SONAR-12026 add transition reset as to reviewPierre Guillot2019-05-221-14/+8
|
* SONAR-12026 Update status labels in sercurity reports pagesGrégoire Aubert2019-05-221-2/+2
|
* SONAR-12026 Add new hotspot status facet in issues pageGrégoire Aubert2019-05-221-9/+7
|
* SONAR-12026 Security Hotspots are created with resolution "To Review"Julien Lancelot2019-05-221-1/+2
|
* Removed reference to dashboards in Global Permissionscolin-mueller-sonarsource2019-05-201-1/+1
|
* SONARCLOUD-643 Fix select all repositories for import (#1617)Siegfried Ehret2019-05-141-1/+1
|
* SONAR-11938 Remove Server ID and Version from system informationWouter Admiraal2019-05-091-0/+3
|
* SONAR-11970 Move front-end implementation to extensionWouter Admiraal2019-05-071-22/+0
|
* SONAR-11982 Rename Standards facet group to Security CategoryWouter Admiraal2019-05-071-1/+1
|
* SONAR-11973 Create a new SonarSource facet under the Standards facet groupWouter Admiraal2019-05-071-1/+2
|
* SONAR-11983 Create a new 'SonarSource' security report pageWouter Admiraal2019-05-071-2/+4
|
* SONARCLOUD-570 Add missing metrics and quality gates labels (#1533)Siegfried Ehret2019-05-061-1/+1
| | | | | | * SONARCLOUD-570 Add missing metrics and quality gates labels * Fix typo in l10n properties
* SONAR-11898 New codeviewer for multi-location issues (#1466)Jeremy2019-05-061-0/+2
| | | | | Also includes SONAR-11901: Add slim header for the issues page
* SONARCLOUD-568 Update label in admin panelSiegfried Ehret2019-05-061-0/+2
| | | | | | | | | | | | * SONARCLOUD-568 Update label in admin panel * Fix react error about missing key * SONARCLOUD-568 Rename parameter * fixup! SONARCLOUD-568 Update label in admin panel * fixup! SONARCLOUD-568 Rename parameter
* SONARCLOUD-578 import all checkboxSiegfried Ehret2019-04-291-0/+1
| | | | | * Fix redux devtools warning * Add checkbox to import all repositories
* SONAR-12000 Update frontend for webhooks secretSiegfried Ehret2019-04-291-0/+4
|
* SONAR-11889 Add new hotspots measure in project measures pageGrégoire Aubert2019-04-231-0/+1
| | | * Update bugs and security hotspots icons (with transparent center)
* SONAR-11893 Add hotspots to the SQ about pageWouter Admiraal2019-04-231-1/+2
| | | | * Mock Icon components to avoid having SVG data in snapshots
* SONAR-11892 Compute Security Hotspot measuresJulien Lancelot2019-04-231-0/+4
|
* SONAR-11885 Add Hotspots to Overview pageGrégoire Aubert2019-04-231-1/+3
| | | | | | | | * Update Measures links on Overview page * Add tooltips to the issues and metrics on the Overview page * Move activity page links on the Overview page * Add tests for untested components * Add bugs and vulnerabilities graphs on overview page
* SONAR-11886 Highlight Hotspots in issues pageGrégoire Aubert2019-04-231-1/+3
| | | | | | | | | | | | | * Update see rule button style in issues * Update selected and hover styling of concise issues * Update issues selected and hover styling * Issues type facet don't filter out hotspots by default anymore * Update issue box styling for hotspots * Automatically open severity & standard facet based on the issue type * Add security hotspots newsbox on issues page * Update clear icon and close buttons * Allow to dismiss hotspots newsbox on issues page * Display help tooltip on hotspots entry of the types facet
* SONAR-11859 Fix issue changelogJulien HENRY2019-04-231-1/+1
|
* SONAR-11856 Display true pull request target instead of baseGrégoire Aubert2019-04-231-1/+1
|
* SONAR-11734 Guard against missing language pluginsWouter Admiraal2019-04-081-0/+1
|
* SONAR-11749 Add Jump to content links for assistive technology usersWouter Admiraal2019-03-261-0/+7
|
* SONAR-11764 Make Rating components accessibleWouter Admiraal2019-03-261-0/+2
|
* fix Change Default Visibility localization6.7Colin Mueller2019-03-211-1/+2
|
* SONAR-11631 Replace codePeriodVersion with buildString (frontend)Wouter Admiraal2019-03-191-1/+1
|
* Fix typos in SonarQube homepageSimon Brandhof2019-03-191-1/+1
| | | | | | https://discuss.sonarsource.com/t/sq-about-page-typos/2233 [skip ci]
* SONAR-11668 Jump to measures list view from dashboardJeremy Davis2019-03-181-1/+2
|
* SONAR-11729 implemented PrDecorator for Bitbucket ServerMichal Duda2019-03-181-1/+1
|
* SONAR-11693 New Overview tab for PRs and SLBsWouter Admiraal2019-03-111-0/+7
|
* SONAR-11802 fix description of metric "sqale_index"Simon Brandhof2019-03-071-1/+1
|
* SONARCLOUD-343 improve existing org alm bindingJeremy2019-03-061-3/+14
|
* Feature/jay/hardening feb 19 (#1297)Jeremy2019-03-061-2/+3
| | | | | | | * SONARCLOUD-441 Add COBOL to languages * SONARCLOUD-435 Validate fields immediately * SONARCLOUD-367 Add pricing to footer * SONARCLOUD-169 Fix image size issue
* SONARCLOUD-379 Display user sync warning message only if there are other ↵Grégoire Aubert2019-03-061-1/+1
| | | | members already
* SONARCLOUD-380 Drop members sync feature for BitbucketGrégoire Aubert2019-03-061-2/+0
|
* SONARCLOUD-380 Rework modal styling of SC and SQGrégoire Aubert2019-03-061-8/+6
| | | | | | | * Update modal-fields * Update form-fields styling * Update modal-fields usage in extensions * Clean css
* SONARCLOUD-413 Add organizations list in onboarding modalJeremy Davis2019-03-061-1/+2
|
* SONARCLOUD-380 Trigger member sync when importing ALM orgJeremy Davis2019-03-061-8/+10
| | | | | | | | - Remove team button and refactor modals - Sync members after importing alm organization - Update AlmOrganization type and introduce mock function - Add info box when importing or binding organization - Remove manage team button in bound org empty state if member sync
* SONARCLOUD-379 Enable users sync on existing ALM bound organizationsGrégoire Aubert2019-03-061-4/+23
| | | | | | | | | * Display org sync advertisement block * Add membersSync prop to organization type and update mock functions * Extract RadioCard from CardPlan * Allow to customize Modal through ConfirmButton * Add user sync configuration modal * Show help tooltip when user sync is activated
* SONAR-11609 Update the Issues bulkchange actionWouter Admiraal2019-02-141-3/+2
|