mattermost-webapp icon indicating copy to clipboard operation
mattermost-webapp copied to clipboard

MM-47072 : Migrate "components/suggestion/emoticon_provider.jsx" to Typescript

Open AbhinavVihan opened this issue 1 year ago • 7 comments

Summary

Migrate "components/suggestion/emoticon_provider.jsx" to Typescript

Ticket Link

Fixes https://github.com/mattermost/mattermost-server/issues/21127 JIRA: https://mattermost.atlassian.net/browse/MM-47072

Related Pull Requests

None

Screenshots

Nona

Release Note


AbhinavVihan avatar Oct 10 '22 10:10 AbhinavVihan

Hello @AbhinavVihan,

Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.

mattermod avatar Oct 10 '22 10:10 mattermod

E2E tests not automatically triggered, because PR has no approval yet. Please ask a developer to review and then try again to attach the QA label.

mattermod avatar Oct 10 '22 10:10 mattermod

@AbhinavVihan: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

I understand the commands that are listed here

mm-cloud-bot avatar Oct 11 '22 11:10 mm-cloud-bot

/release-note-none

M-ZubairAhmed avatar Oct 11 '22 11:10 M-ZubairAhmed

Let us know if you run into any problems doing that. The type for ProviderResults in particular might be difficult without using an any right now since this code wasn't written with static typing in mind.

hmhealey avatar Oct 11 '22 16:10 hmhealey

This PR has been automatically labelled "stale" because it hasn't had recent activity. A core team member will check in on the status of the PR to help with questions. Thank you for your contribution!

mattermod avatar Oct 22 '22 01:10 mattermod

Hi @AbhinavVihan. Is there anything you're stuck on with this that we could help with?

hmhealey avatar Oct 26 '22 20:10 hmhealey

@M-ZubairAhmed, Can you please check the latest commit for strict type checking. Thanks

AbhinavVihan avatar Nov 21 '22 05:11 AbhinavVihan

/update-branch

M-ZubairAhmed avatar Dec 07 '22 06:12 M-ZubairAhmed

This PR has been automatically labelled "stale" because it hasn't had recent activity. A core team member will check in on the status of the PR to help with questions. Thank you for your contribution!

mattermost-build avatar Jan 24 '23 01:01 mattermost-build

@michelengelen, Could you please take another look?

AshishDhama avatar Jan 24 '23 04:01 AshishDhama

@michelengelen, Could you please take another look?

@AshishDhama is this ready for another round of reviews? It does look like there are still some remarks from @M-ZubairAhmed missing

michelengelen avatar Feb 01 '23 08:02 michelengelen

/update-branch

AshishDhama avatar Feb 06 '23 12:02 AshishDhama

This PR has been automatically labelled "stale" because it hasn't had recent activity. A core team member will check in on the status of the PR to help with questions. Thank you for your contribution!

mattermost-build avatar Feb 17 '23 01:02 mattermost-build

/e2e-test

stevemudie avatar Feb 17 '23 20:02 stevemudie

Successfully triggered E2E testing! GitLab pipeline | Test dashboard

mattermost-build avatar Feb 17 '23 20:02 mattermost-build

/update-branch

M-ZubairAhmed avatar Feb 21 '23 08:02 M-ZubairAhmed

/update-branch

M-ZubairAhmed avatar Feb 22 '23 12:02 M-ZubairAhmed

Hey there!, Thank you for your PR. Webapp is now part of mattermost monorepo now at https://github.com/mattermost/mattermost-server/tree/master/webapp Would you be interested in opening the PR over there?

M-ZubairAhmed avatar Mar 23 '23 11:03 M-ZubairAhmed

The web app now lives in the webapp/channels over in https://github.com/mattermost/mattermost-server. We decided to move it to be a monorepo to make both development and our CI pipelines easier, but it's unfortunately disruptive right now. We've updated our setup docs and added some steps for migrating to working with the monorepo.

Copying the changes over there hopefully shouldn't be too hard. There's a few changes to file paths (such as the code living in a dedicated src subdirectory), but most things should look the same as they do now.

Let us know if you could use any help with this. Hopefully the process is smooth.

hmhealey avatar Mar 23 '23 20:03 hmhealey

Hello there! Could you please open the PR in the mattermost-server as part of the monorepo? I will be closing this PR for now. Thank you very much for your understanding and cooperation in this matter.

M-ZubairAhmed avatar May 04 '23 10:05 M-ZubairAhmed