aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22049 Align branch-like helperViktor Vorona2024-04-302-29/+4
|
* SONAR-22049 Align throwGlobalErrorViktor Vorona2024-04-302-48/+1
|
* SONAR-22017 Show link to SonarQube downloads for no longer active versionViktor Vorona2024-04-101-2/+1
|
* SONAR-22017 Update Notification banner - no network connection caseViktor Vorona2024-04-103-4/+11
|
* SONAR-22017 Active version is also based on current EOLIsmail Cherri2024-04-102-1/+9
|
* SONAR-21911 Upgrade Scanner for Gradle to 5.0.0.4638antoine.vinot2024-04-051-1/+1
|
* SONAR-21910 Remove custom mapping for measure domainsViktor Vorona2024-04-051-3/+6
|
* SONAR-13582 Drop 'Language specific parameters' settingJulien HENRY2024-04-051-26/+0
|
* SONAR-21909 Remove "build" from current version informationIsmail Cherri2024-04-031-4/+3
|
* SONAR-21909 Add version status badge in Footer and System InformationIsmail Cherri2024-04-031-0/+7
|
* SONAR-21799 Fix CCT banner for only once scanned projectViktor Vorona2024-03-251-0/+11
|
* SONAR-21799 Measures page reflects software qualitiesIsmail Cherri2024-03-253-11/+98
|
* SONAR-21797 Show software qualites measure history in graphstanislavh2024-03-251-3/+1
|
* SONAR-21797 Show deprecation badges for metrics on activity pagestanislavh2024-03-251-1/+17
|
* SONAR-21656 Drop old page.css classes and associatedGrégoire Aubert2024-03-112-91/+0
|
* SONAR-21768 Projects/code and app/projects pages adopt the new taxonomystanislavh2024-03-085-4/+85
|
* SONAR-21767 Project overview show old count when analysis data is missingIsmail Cherri2024-03-081-0/+32
|
* SONAR-19032 Migrate global messages to MIUIDavid Cho-Lerat2024-03-075-88/+13
|
* SONAR-19032 MIUI cleanup part 1 (#10627)Grégoire Aubert2024-02-201-0/+5
| | | | Co-authored-by: David Cho-Lerat <david.cho-lerat@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* [NO JIRA] Update FE minor dependenciesguillaume-peoch-sonarsource2024-02-081-5/+6
|
* SONAR-21455 Update overall tab secondary measures cards7PH2024-01-311-1/+3
|
* NO JIRA Test selector chain will look all before reducingMathieu Suen2024-01-301-5/+43
|
* SONAR-21178 Improve quality gates page accessiblityMathieu Suen2024-01-301-1/+9
|
* NOJIRA Cleanup setting definition mock from GitLab propertiesAntoine Vigneau2024-01-291-88/+0
|
* SONAR-21467 Implement new branch overview headerstanislavh2024-01-241-8/+14
|
* SONAR-21413 Rely on new boolean property isProvisioningTokenSetguillaume-peoch-sonarsource2024-01-231-1/+2
|
* SONAR-21413 move groups field in Gitlab common configguillaume-peoch-sonarsource2024-01-231-1/+1
|
* SONAR-21259 Show fixed issues in issues list of the target branchstanislavh2024-01-171-0/+1
|
* SONAR-21259 SONAR-21273 Introduce issue measures card for accepted and fixed ↵7PH2024-01-172-135/+0
| | | | issues
* SONAR-21185 Remove "c" shortcut for issue commentsDavid Cho-Lerat2024-01-171-1/+0
|
* SONAR-21396 Migrate session pages to the new UIJeremy Davis2024-01-051-1/+1
|
* SONAR-21403: Remove "login" field for SonarLintTobias Hahnen2024-01-052-9/+2
| | | | The "login" field is not required for the "Open in IDE" feature for revoking the token when no connected mode established.
* NO-JIRA Update license headers to 2024Pierre2024-01-03112-120/+112
|
* SONAR-21250 UI for GitLab configuration checkViktor Vorona2023-12-221-1/+1
|
* SONAR-21247 Add button to trigger the syncguillaume-peoch-sonarsource2023-12-221-5/+5
|
* SONAR-21121 Use Rest API for gitlab provisioningViktor Vorona2023-12-221-3/+4
|
* SONAR-21119 UI for GitLab Authentication tab with users and groups provisioningguillaume-peoch-sonarsource2023-12-222-0/+38
|
* MMF-3504 Open issue in IDE: send user token to SonarLint if neededDavid Cho-Lerat2023-12-192-26/+97
|
* NO-JIRA Fix global error throw function to support axios response object7PH2023-12-081-0/+6
|
* SONAR-21131 Use api/v2 for custom rule creationstanislavh2023-12-081-0/+18
|
* SONAR-21131 Add CCT attribute and software qualities fields in dialogstanislavh2023-12-082-1/+27
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* Remove extra React.PropsWithChildren wrappers introduced by the React 18 codemodDavid Cho-Lerat2023-12-011-4/+2
|
* SONAR-21105 Do not show measures and activity for 'open' and 'reopened' ↵stanislavh2023-11-282-0/+5
| | | | issues metrics
* SONAR-21073 Use new /group-memberships endpoints on UIViktor Vorona2023-11-281-0/+10
|
* SONAR-21017 TypeScript: the `children` prop must now be explicit (see ↵David Cho-Lerat2023-11-241-2/+9
| | | | https://react.dev/blog/2022/03/08/react-18-upgrade-guide#updates-to-typescript-definitions)
* SONAR-21086 Use new endpoint '/api/v2/authorizations/groups'guillaume-peoch-sonarsource2023-11-242-1/+10
|
* [NO JIRA] Make test selector in a better shape for future refactoringMathieu Suen2023-11-131-70/+62
|
* SONAR-20870 Clear issueStatus mock7PH2023-11-081-11/+1
|
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-084-22/+22
|
* SONAR-20872 Rename and use accepted_metric in place of won't fix metric in ↵7PH2023-11-082-5/+9
| | | | measures page