aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/tutorials/TutorialSelectionRenderer.tsx
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23605 Move sonar-web to privateJeremy Davis2024-12-181-296/+0
|
* SONAR-23206 Remove design-system build to have it as normal code inside ↵David Cho-Lerat2024-10-221-2/+2
| | | | | | | sonar-web (#12088) Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* SONAR-23093 New typography tailwind classesJeremy Davis2024-09-241-3/+3
|
* SONAR-22970 Improve branch queries and fix loading conflictJay2024-09-121-1/+1
|
* NO-JIRA Validation fixes7PH2024-08-131-1/+1
| | | | Co-authored-by: Lucas <97296331+lucas-paulger-sonarsource@users.noreply.github.com>
* [NO JIRA] allow createQueryHook without paramsViktor Vorona2024-07-251-1/+1
|
* SONAR-22049 Align getComponentIssuesUrl and getComponentSecurityHotspotsUrlViktor Vorona2024-04-301-1/+1
|
* SONAR-22049 Align branch-like helperViktor Vorona2024-04-301-1/+1
|
* SONAR-21822 Add monorepo setup for GitHubAmbroise C2024-04-101-0/+1
|
* SONAR-21867 Create Image component with baseUrlDavid Cho-Lerat2024-03-181-21/+27
|
* SONAR-19032 MIUI cleanup part 1 (#10627)Grégoire Aubert2024-02-201-1/+2
| | | | Co-authored-by: David Cho-Lerat <david.cho-lerat@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* SONAR-20463 Do not display permission warning in case the project has not ↵David Cho-Lerat2024-02-081-2/+12
| | | | been analyzed
* SONAR-21467 Implement new branch overview headerstanislavh2024-01-241-0/+4
|
* SONAR-21330 Fix Tutorials page behaviorAmbroise C2024-01-191-23/+3
|
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* SONAR-20655 Redirect to the first branch being analysed when on tutorials pageMathieu Suen2023-10-041-3/+23
|
* SONAR-20327 Run new version of prettier on all filesAmbroise C2023-09-121-5/+5
|
* SONAR-19932 Have always actual projectBinding due to react-queryViktor Vorona2023-08-251-4/+1
|
* SONAR-20086 - Migrating devops main pageKevin Silva2023-08-141-3/+3
|
* [NO-JIRA] Able to show tutorial even if already analyzedKevin Silva2023-07-181-2/+2
|
* SONAR-19840 Move branch[es], branch-status, branch-warning state to react-queryMathieu Suen2023-07-181-2/+12
|
* SONAR-19899 - Onboarding Tutorial - Change TutorialSelection to new UIKevin Silva2023-07-131-114/+97
|
* SONAR-19650 Update code snippets to add vulnerability report stage to GitLab CIDavid Cho-Lerat2023-07-051-1/+0
|
* SONAR-19018 Fixing contrast between the background and the tile in project ↵Revanshu Paliwal2023-06-151-2/+15
| | | | overview page
* [NO-JIRA] react/jsx-boolean-value -> neverViktor Vorona2023-06-051-6/+1
|
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* SONAR-13368 Bump to prettier@2.7.1Philippe Perrin2022-11-021-3/+4
|
* SONAR-17528 Update Bitbucket pipeline tutorialGuillaume Peoc'h2022-11-011-0/+1
|
* SONAR-17528 Update tutorials to use the actual main branch nameWouter Admiraal2022-10-281-3/+7
|
* SONAR-16703 [891618] Visual heading text is not marked as headingWouter Admiraal2022-07-291-2/+2
|
* SONAR-15105 Add download scripts for Other CI tutorialsWouter Admiraal2022-07-151-6/+15
|
* SONAR-16263 Update onboarding token generationWouter Admiraal2022-04-291-0/+7
|
* SONAR-15913 Extract users from reduxPhilippe Perrin2022-03-141-1/+2
|
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
|
* SONAR-15945 Get rid of T namespace in sonar-webphilippe-perrin-sonarsource2022-01-271-2/+3
|
* SONAR-15301 Ease project creation page comprehensionPhilippe Perrin2021-08-231-75/+83
|
* SONAR-15297 Remove all sonar-ui-common initialization logicWouter Admiraal2021-08-201-1/+1
|
* SONAR-15297 Move all code from sonar-ui-common back to respective sonar-web ↵Wouter Admiraal2021-08-201-3/+3
| | | | folders
* SONAR-15297 Move sonar-ui-common code to sonar-webWouter Admiraal2021-08-201-3/+3
|
* SONAR-15119 Align Azure Pipelines tutorial end with other tutorialsPhilippe Perrin2021-08-201-0/+1
|
* SONAR-15119 Align Gitlab CI tutorial end with other tutorialsPhilippe Perrin2021-08-201-1/+6
|
* SONAR-15119 Tutorials shouldn't always mention that the page will ↵Philippe Perrin2021-08-201-1/+6
| | | | automatically reload
* SONAR-14943 Vertical center the ellipsis iconPhilippe Perrin2021-06-281-2/+2
|
* SONAR-14943 Adjust project creation menu layoutWouter Admiraal2021-06-241-6/+2
|
* SONAR-15033 Add C/C++ tutorial for JenkinsMathieu Suen2021-06-221-0/+1
|
* SONAR-14939 Mention in all tutorials that Pull Request Decoration will be ↵Wouter Admiraal2021-06-181-1/+6
| | | | automatically set up
* SONAR-14934 Improve the manual tutorialWouter Admiraal2021-06-171-65/+70
|
* SONAR-14933 Show all tutorials if no project bindingWouter Admiraal2021-06-151-63/+63
|
* SONAR-14968 Enable Azure- pipeline for project bind to GitHubMathieu Suen2021-06-141-1/+4
|
* SONAR-14893 Adding Bitbucket pipline tutorialMathieu Suen2021-06-091-0/+27
|