Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor: OSS requirements for the custom property automation action #19507

Merged
merged 15 commits into from
Feb 8, 2025

Conversation

aniketkatkar97
Copy link
Member

@aniketkatkar97 aniketkatkar97 commented Jan 24, 2025

I worked on the following:

Before:

Screen.Recording.2025-02-07.at.12.34.55.PM.mov

After:

Screen.Recording.2025-02-07.at.12.35.18.PM.mov

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

@aniketkatkar97 aniketkatkar97 added UI UI specific issues To release Will cherry-pick this PR into the release branch labels Jan 24, 2025
@aniketkatkar97 aniketkatkar97 self-assigned this Jan 24, 2025
@github-actions github-actions bot added the safe to test Add this label to run secure Github workflows on PRs label Jan 24, 2025
Copy link
Contributor

github-actions bot commented Jan 24, 2025

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 64%
64.59% (41283/63915) 40.98% (16690/40725) 44.19% (5027/11376)

Copy link

sonarqubecloud bot commented Feb 7, 2025

@@ -27,6 +27,7 @@ export interface FetchOptionsResponse {

export interface DataAssetAsyncSelectListProps {
mode?: 'multiple';
autoFocus?: boolean;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recommended to enable selectProps instead so no need to add one by one

@aniketkatkar97 aniketkatkar97 merged commit 638e988 into main Feb 8, 2025
13 of 17 checks passed
@aniketkatkar97 aniketkatkar97 deleted the automator-action-requirements branch February 8, 2025 03:34
Copy link
Contributor

github-actions bot commented Feb 8, 2025

Changes have been cherry-picked to the 1.6.4 branch.

github-actions bot pushed a commit that referenced this pull request Feb 8, 2025
…9507)

* Fix the return type for the custom property API function

* Break down the EditTableTypePropertyModal.tsx component

* Fix the custom property inputs for date-time type properties

* auto lint formatting changes

* Add the autoFocus prop for DataAssetAsyncSelectList

* Fix and add the unit tests for new code

(cherry picked from commit 638e988)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Add this label to run secure Github workflows on PRs To release Will cherry-pick this PR into the release branch UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants