aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/coding-rules/components/CustomRuleFormModal.tsx
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23605 Cleanup legacy sonar-webJeremy Davis2024-12-181-514/+0
|
* SONAR-23651 Use Get and Patch for mode instead of settingsViktor Vorona2024-11-261-2/+2
|
* SONAR-23582 Do not show severity recommendation on rule updatestanislavh2024-11-151-1/+1
|
* SONAR-23582 Update custom rule dialog is MQR/Standard modes compatibleIsmail Cherri2024-11-151-75/+192
|
* 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-23249 Fix SSF-656 & SSF-657David Cho-Lerat2024-10-081-5/+10
|
* SONAR-22168 Align InputSelectstanislavh2024-05-061-1/+1
|
* SONAR-22168 Align BranchLike and isPullRequestViktor Vorona2024-05-021-1/+2
|
* SONAR-21571 Update react-queryViktor Vorona2024-02-071-2/+2
|
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* SONAR-21131 Use api/v2 for custom rule creationstanislavh2023-12-081-4/+5
|
* SONAR-21179 Use update endpoint when reactivating a rulestanislavh2023-12-081-18/+48
|
* SONAR-21132 Do not show CCT fields in edit dialogstanislavh2023-12-081-20/+24
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* SONAR-21131 Add CCT attribute and software qualities fields in dialogstanislavh2023-12-081-78/+43
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* SONAR-21131 Update rules app with react querystanislavh2023-12-041-287/+265
|
* SONAR-20687 - Console error when create rule from templateKevin Silva2023-10-121-39/+45
|
* SONAR-20500 Migrate custom rule form to the new UIJeremy Davis2023-10-051-98/+123
|
* SONAR-20327 Run new version of prettier on all filesAmbroise C2023-09-121-1/+1
|
* SONAR-18424 RTL migration rules pagestanislavh2023-07-181-2/+2
|
* [NO-JIRA] react/jsx-boolean-value -> neverViktor Vorona2023-06-051-4/+4
|
* SONAR-16746 Upgrade react-select major frontend dependencyAmbroise C2023-02-071-8/+9
| | | | | | | | | | | - Remove package from core-extension-license as it's not used in it - Update related components and tests - Add some CSS helper classes - Remove some code smells - Update integration testing ReactSelect JAVA class definition --------- Co-authored-by: Philippe Perrin <philippe.perrin@sonarsource.com>
* SONAR-17705 Remove usage of deprecated Web API endpoints and parameters7PH2023-01-271-4/+4
| | | | fixup! SONAR-17705 Remove usage of deprecated Web API endpoints and parameters
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* SONAR-13368 Bump to prettier@2.7.1Philippe Perrin2022-11-021-15/+16
|
* [NO-JIRA] Fix react-select typingsPhilippe Perrin2022-04-271-1/+1
|
* SONAR-16085 Migrating custom rule modal to new react-selectMathieu Suen2022-03-281-58/+69
|
* 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-7/+8
|
* SONAR-15655 Change Project perspective and sorting to use react-select@v5Mathieu Suen2021-11-261-4/+4
|
* SONAR-15297 Move all code from sonar-ui-common back to respective sonar-web ↵Wouter Admiraal2021-08-201-12/+9
| | | | folders
* SONAR-15297 Move sonar-ui-common code to sonar-webWouter Admiraal2021-08-201-9/+12
|
* SONAR-14670 Wrap calls to dompurifyWouter Admiraal2021-04-271-6/+8
|
* SONAR-12056 Indicate required fields for formsWouter Admiraal2021-03-031-3/+8
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
|
* SONAR-12872 Rename Markdown Syntax to Formatting SyntaxWouter Admiraal2020-12-171-2/+2
|
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-051-3/+1
|
* SONAR-13324 SONAR-13354 Fix SSF-108 and SSF-111Wouter Admiraal2020-06-301-2/+3
|
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* Sort import in sonar-webphilippe-perrin-sonarsource2019-07-191-7/+7
|
* SC-704 Extract more components (#1921)Grégoire Aubert2019-07-161-1/+1
| | | | | | | | | | * Extract BoxedGroupAccordion * Extract Select and SearchSelect * Extract Validation controls * Update sonar-ui-common
* SC-704 Extract components into sonar-ui-common (#1714)Grégoire Aubert2019-07-111-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * SC-704 Extract icons components to sonar-ui-common * Better typings for theme * Use sonar-ui-common in extensions * Extract some helpers * Extract l10n helper to sonar-ui-common * Extract requests helper to sonar-ui-common * Extract part of urls helper * Move buttons, Tooltips and ScreenPositionFixers * Move modal related components * Move IdentityProviderLink * Move GenericAvatar * Move SizeRating * Move charts and move deps to peerDeps * Move nav * Move formatMeasure * Move Rating * Move PageActions * Move the rest of ui components * Move more controls components * Include theme inside extension build * Add missing theme context provider in extensions * Update react to same version everywhere * Update sonar-ui-common * Update eslint configuration
* SONAR-12196 Fix SSF-79Jeremy Davis2019-06-281-0/+1
|
* Consolidate IT's that are based on modalsGrégoire Aubert2019-05-071-24/+8
|
* Introduce new T.Dict<T> type constructorWouter Admiraal2019-03-291-2/+2
|
* SONARCLOUD-380 Rework modal styling of SC and SQGrégoire Aubert2019-03-061-164/+139
| | | | | | | * Update modal-fields * Update form-fields styling * Update modal-fields usage in extensions * Clean css
* drop unused "extra" field in rule parametersStas Vilchik2019-01-071-1/+0
|
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
|
* create global type definitions (#1017)Stas Vilchik2018-12-051-6/+5
|
* Remove useless disabling of eslint camelcase ruleGrégoire Aubert2018-11-161-2/+0
|
* SONAR-11321 Suggest valid organization keyGrégoire Aubert2018-11-161-1/+1
|