| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SONAR-19850 Fix code smells | Léo Geoffroy | 2023-07-19 | 3 | -4/+3 |
* | SONAR-19850 Fix tests after enabling different uuids for project and branch | lukasz-jarocki-sonarsource | 2023-07-19 | 13 | -37/+34 |
* | SONAR-19850 Fix new code period bug on project creation | Léo Geoffroy | 2023-07-19 | 14 | -46/+71 |
* | SONAR-19850 Fix project export status | Léo Geoffroy | 2023-07-19 | 2 | -24/+22 |
* | SONAR-19850 Use different uuids for project and branch | lukasz-jarocki-sonarsource | 2023-07-19 | 15 | -107/+109 |
* | SONAR-19850 Fix name of method in ProjectLifeCycleListeners | Benjamin Campomenosi | 2023-07-19 | 7 | -22/+23 |
* | SONAR-19850 Add indexer event for switch of main branch | Léo Geoffroy | 2023-07-19 | 7 | -16/+116 |
* | SONAR-19850 Add action to set branch as main branch | Wouter Admiraal | 2023-07-19 | 12 | -48/+279 |
* | SONAR-19850 Add POST endpoint to set main branch | Benjamin Campomenosi | 2023-07-19 | 13 | -23/+437 |
* | [NO-JIRA] Custom eslint rule - no implicit coercion | Viktor Vorona | 2023-07-19 | 4 | -1/+316 |
* | SONAR-19935 Rename ws param projectKey to project | Eric Giffon | 2023-07-19 | 2 | -25/+28 |
* | SONAR-19934 Rename ws param componentKeys to components | Eric Giffon | 2023-07-19 | 8 | -40/+44 |
* | SONAR-19972 Keep global issues locked if the re-indexing resulted in failures | David Cho-Lerat | 2023-07-19 | 1 | -2/+8 |
* | SONAR-19918 Use the issues/list endpoint for the source viewer when re-indexing | David Cho-Lerat | 2023-07-19 | 9 | -495/+262 |
* | SONAR-19728 Unlock project issues page while reindexing issues | Ambroise C | 2023-07-19 | 10 | -163/+278 |
* | SONAR-19912 Display indexation project count instead of percentage | David Cho-Lerat | 2023-07-19 | 13 | -241/+145 |
* | SONAR-19752 New UX for App overview while re-indexing | David Cho-Lerat | 2023-07-19 | 8 | -22/+132 |
* | SONAR-19777 Lock project security reports page | David Cho-Lerat | 2023-07-19 | 3 | -35/+43 |
* | SONAR-19728 Update ws indexation_status to return project count instead of br... | Eric Giffon | 2023-07-19 | 15 | -140/+97 |
* | SONAR-19728 Remove ordering from query, fetch issue keys | Jacek Poreda | 2023-07-19 | 6 | -49/+52 |
* | SONAR-19754 Lock application hotspots when reindexing | David Cho-Lerat | 2023-07-19 | 3 | -42/+49 |
* | SONAR-19750 Unlock project hotspots page | David Cho-Lerat | 2023-07-19 | 9 | -160/+431 |
* | SONAR-19728 add `api/hotspots/list` endpoint | Jacek | 2023-07-19 | 17 | -216/+1116 |
* | SONAR-19728 add api/issues/list WS action | Jacek Poreda | 2023-07-19 | 9 | -3/+1109 |
* | SONAR-19777 Lock project security reports page | David Cho-Lerat | 2023-07-19 | 8 | -162/+167 |
* | SONAR-19770 - Implement DAO query for issue list | antoine.vinot | 2023-07-19 | 7 | -67/+471 |
* | SONAR-19863 Remove the re-indexing warning banner for non-admins | David Cho-Lerat | 2023-07-19 | 1 | -1/+1 |
* | SONAR-19736 Unlock portfolios | David Cho-Lerat | 2023-07-19 | 3 | -11/+5 |
* | SONAR-19728 Remove needIssueSync flag from api/components/search_projects | Eric Giffon | 2023-07-19 | 3 | -50/+14 |
* | SONAR-19728 Lock/unlock pages in the Project space while re-indexing | Ambroise C | 2023-07-19 | 8 | -108/+118 |
* | SONAR-19971 Fix custom logo width | David Cho-Lerat | 2023-07-19 | 4 | -50/+11 |
* | [NO JIRA] Mend- Add bbt to ignored configuration | guillaume-peoch-sonarsource | 2023-07-19 | 1 | -1/+1 |
* | SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695 | Duarte Meneses | 2023-07-18 | 88 | -2071/+422 |
* | SONAR-19560 Silence hz inactive exception in scheduler | Jacek Poreda | 2023-07-18 | 4 | -22/+57 |
* | SONAR-19947 moved unsuccesful sending of individual characters to be logged a... | lukasz-jarocki-sonarsource | 2023-07-18 | 1 | -1/+1 |
* | SONAR-19610 Fix Markdown description not saved when using /api/rules/update e... | Alain Kermis | 2023-07-18 | 2 | -4/+5 |
* | SONAR-19650 Update the project onboarding warning message for the GitLab vuln... | Dimitris Kavvathas | 2023-07-18 | 1 | -1/+1 |
* | Rename 'vulnerability-report' to 'sonarqube-vulnerability-report' | Dimitris Kavvathas | 2023-07-18 | 2 | -15/+15 |
* | SONAR-19860 Add information for the response fields 'lastAnalysisDate' and 'r... | Dimitris Kavvathas | 2023-07-18 | 2 | -44/+27 |
* | SONAR-18447 Refactor webhook page code & Remove unreachable code | 7PH | 2023-07-18 | 14 | -662/+492 |
* | SONAR-18447 Migrate webhook page tests to RTL | 7PH | 2023-07-18 | 24 | -1453/+398 |
* | SONAR-18447 Create webhook service mock & shared mock data | 7PH | 2023-07-18 | 6 | -8/+271 |
* | [NO-JIRA] Able to show tutorial even if already analyzed | Kevin Silva | 2023-07-18 | 2 | -3/+2 |
* | SONAR-18424 Remove RTL warnings in tests | stanislavh | 2023-07-18 | 3 | -48/+73 |
* | SONAR-18424 Move mocked data out from RuleServiceMock | stanislavh | 2023-07-18 | 4 | -216/+279 |
* | SONAR-18424 Add RTL tests for custom rule | stanislavh | 2023-07-18 | 6 | -40/+95 |
* | SONAR-18424 Migrate rules page facet tests to RTL | 7PH | 2023-07-18 | 7 | -59/+273 |
* | SONAR-18424 RTL migration rules page | stanislavh | 2023-07-18 | 48 | -4862/+1004 |
* | SONAR-19840 Move branch[es], branch-status, branch-warning state to react-query | Mathieu Suen | 2023-07-18 | 107 | -2291/+1825 |
* | SONAR-18441 RTL migration for Quality Profiles | guillaume-peoch-sonarsource | 2023-07-18 | 87 | -5845/+1288 |