aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/api/mocks/IssuesServiceMock.ts
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23605 Move sonar-web to privateJeremy Davis2024-12-181-756/+0
|
* SONAR-23363 fix naming issue with set_severity endpointstanislavh2024-11-111-3/+3
|
* SONAR-23363 Implement issue severity change for both modesstanislavh2024-11-111-2/+21
|
* SONAR-23531 Display severities in issue activity log based on current modeIsmail Cherri2024-11-111-0/+21
|
* SONAR-23206 Remove design-system build to have it as normal code inside ↵David Cho-Lerat2024-10-221-0/+1
| | | | | | | sonar-web (#12088) Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* SONAR-23189 SONAR-23190 MQR mode for issues and rules listViktor Vorona2024-10-161-0/+9
|
* NO-JIRA Add typescript-sort-keys eslint rules (#11209)Ambroise C2024-06-051-1/+1
|
* SONAR-22224 Issue from prioritized rules filterViktor Vorona2024-06-031-6/+26
|
* SONAR-20325 Issue Detail shows rule introduction (#10892)Lucas2024-04-031-1/+4
|
* SONAR-20510 Always show project name in project facetViktor Vorona2024-02-151-1/+1
|
* [NO JIRA] Update FE minor dependenciesguillaume-peoch-sonarsource2024-02-081-4/+5
|
* SONAR-21551 Do not show comment section for deprecated actions when changing ↵stanislavh2024-01-311-0/+1
| | | | issue status
* SONAR-21381 Show author in Issue activityViktor Vorona2024-01-171-41/+9
|
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* SONAR-20975 Change IssuesPage issue loading logic to always be to able fetch ↵7PH2023-11-221-0/+6
| | | | open issue
* SONAR-20877 Update issue activity to reflect new issue statusstanislavh2023-11-081-0/+21
|
* SONAR-20873 Create new education tour for accepting issuesstanislavh2023-11-081-1/+7
|
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-081-21/+20
|
* SONAR-20871 Add new status facet in issues liststanislavh2023-11-081-14/+7
|
* SONAR-20870 Update issue transitions to allow accepting issues7PH2023-11-081-24/+18
|
* SONAR-20327 Run new version of prettier on all filesAmbroise C2023-09-121-36/+40
|
* SONAR-20197 Add taxonomy types to rulesstanislavh2023-08-221-3/+5
|
* SONAR-20181 FE - Rename pageRestResponse to pageguillaume-peoch-sonarsource2023-08-181-1/+1
|
* SONAR-20023 Update naming for facet fields to be compatible with apiWouter Admiraal2023-08-181-10/+10
|
* SONAR-20023 Show guide only for logged in usersViktor Vorona2023-08-181-1/+1
|
* SONAR-20023 Disable setting code type and severity when using bulk action7PH2023-08-181-2/+3
|
* SONAR-20023 New CCT facets for issuesstanislavh2023-08-181-72/+69
|
* SONAR-19967 Use GET api/v2/users on the FE for Assigneesguillaume-peoch-sonarsource2023-07-311-5/+8
|
* SONAR-19728 Unlock project issues page while reindexing issuesAmbroise C2023-07-191-0/+29
|
* SONAR-19345 Issues page - list view: new facets using MIUI elementsDavid Cho-Lerat2023-06-091-22/+46
|
* SONAR-18425 Migrate measures page tests to RTLWouter Admiraal2023-06-021-6/+7
|
* SONAR-18425 Lay groundwork to start sharing data between service mocksWouter Admiraal2023-05-301-383/+7
|
* SONAR-19197 Allow issues to be filtered by code variantWouter Admiraal2023-05-161-2/+35
|
* SONAR-18652 Drop usages of deprecated paging mechanism in the frontend API ↵7PH2023-05-051-4/+7
| | | | response
* Revert "SONAR-19069 Disable the option to change an issue type in issues ↵Wouter Admiraal2023-04-281-3/+3
| | | | | | list and issue view" This reverts commit 166f4620f857b53508fd737a28706b613848e48c.
* Revert "SONAR-19069 Add Fit for Development and Fit for Production facets"Wouter Admiraal2023-04-281-30/+16
| | | | This reverts commit b97056771412fd5b5c339e3b2e3086b784c29b00.
* [NO-JIRA] Improve a11y in facet listsvikvorona2023-04-271-0/+5
|
* SONAR-19069 Add Fit for Development and Fit for Production facets7PH2023-04-251-16/+30
|
* SONAR-19069 Disable the option to change an issue type in issues list and ↵stanislavh2023-04-251-3/+3
| | | | issue view
* SONAR-19036 Facets should update their content even if they are collapsed ↵vikvorona2023-04-211-5/+14
| | | | (#8109)
* SONAR-18891 Filter out security hotspots from rules facet on issues page (#8061)vikvorona2023-04-201-1/+52
|
* SONAR-18554 Migrate issues app cross component source viewer to RTL7PH2023-04-171-10/+10
|
* SONAR-18448 Migrate the components/issue tests to RTLWouter Admiraal2023-03-301-33/+101
|
* SONAR-18555 Migrate issues app sidebar to RTL7PH2023-03-301-7/+111
|
* SONAR-18552 Migrate issues app components to RTL7PH2023-03-021-3/+62
|
* SONAR-17806 Empty issue location message is now navigableMathieu Suen2023-01-261-0/+57
|
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* [NO JIRA] Migrate Code tests to RTLWouter Admiraal2023-01-021-64/+44
|
* SONAR-17386 handle issues on deleted filesJeremy Davis2022-11-241-1/+15
|
* SONAR-13368 Bump to prettier@2.7.1Philippe Perrin2022-11-021-98/+98
|