-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
refactor: Migration of AnnotationLayerControl to TypeScript #28346
Merged
geido
merged 22 commits into
apache:master
from
EnxDev:chore/typescript-migration-AnnotationLayerControl
Sep 25, 2024
Merged
refactor: Migration of AnnotationLayerControl to TypeScript #28346
geido
merged 22 commits into
apache:master
from
EnxDev:chore/typescript-migration-AnnotationLayerControl
Sep 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john-bodley
changed the title
chore: Migration of AnnotationLayerControl to TypeScript
refactor: Migration of AnnotationLayerControl to TypeScript
May 6, 2024
justinpark
reviewed
May 8, 2024
superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.tsx
Outdated
Show resolved
Hide resolved
9 tasks
justinpark
reviewed
May 9, 2024
superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.tsx
Outdated
Show resolved
Hide resolved
justinpark
reviewed
May 9, 2024
superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.tsx
Outdated
Show resolved
Hide resolved
justinpark
reviewed
May 9, 2024
superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
geido
reviewed
May 16, 2024
Comment on lines
55
to
58
annotation: any; | ||
timeout: any; | ||
key: any; | ||
formData?: any; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No any
please
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
…ationLayerControl' into chore/typescript-migration-AnnotationLayerControl
EnxDev
requested review from
villebro,
rusackas,
eschutho,
betodealmeida,
nytai,
mistercrunch,
craig-rueda,
john-bodley,
kgabryje and
dpgaspar
as code owners
June 4, 2024 13:47
github-actions
bot
removed
i18n:chinese
Translation related to Chinese language
i18n:japanese
Translation related to Japanese language
i18n:russian
Translation related to Russian language
i18n:korean
Translation related to Korean language
api
Related to the REST API
doc
Namespace | Anything related to documentation
plugins
dependencies:npm
github_actions
Pull requests that update GitHub Actions code
packages
i18n:dutch
i18n:slovak
i18n:ukrainian
i18n:portuguese
i18n:brazilian
i18n:traditional-chinese
labels
Jun 4, 2024
/testenv up |
…e/typescript-migration-AnnotationLayerControl
geido
approved these changes
Jun 28, 2024
…e/typescript-migration-AnnotationLayerControl
…e/typescript-migration-AnnotationLayerControl
…e/typescript-migration-AnnotationLayerControl
…ttps://github.com/EnxDev/superset into chore/typescript-migration-AnnotationLayerControl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Migrate AnnotationLayerControl to TypeScript
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N.A
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION