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

[HOLD for payment 2024-10-25] Migrate changes in react-native-qrcode-svg-old to react-native-qrcode-svg #47711

Closed
grgia opened this issue Aug 20, 2024 · 43 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Daily KSv2 NewFeature Something to build that is a new item.

Comments

@grgia
Copy link
Contributor

grgia commented Aug 20, 2024

See https://expensify.slack.com/archives/C01GTK53T8Q/p1724159312329299?thread_ts=1697098846.087309&cid=C01GTK53T8Q

Background

  • We took ownership of react-native-qrcode-svg and renamed our fork react-native-qrcode-svg-old
  • We had pushed changes to our fork and app has dependencies on these changes so this can be a breaking change

Goal

Issue OwnerCurrent Issue Owner: @bfitzexpensify
@grgia grgia added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Aug 20, 2024
Copy link

melvin-bot bot commented Aug 20, 2024

Triggered auto assignment to @bfitzexpensify (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.

@grgia
Copy link
Contributor Author

grgia commented Aug 20, 2024

cc @Kicu - Do you think someone else from SWM would be interested in looking into this? Otherwise I can extend out to one of our other agencies

@grgia grgia changed the title Migrate uses of react-native-qrcode-svg Migrate changes in react-native-qrcode-svg to react-native-qrcode-svg Aug 20, 2024
@grgia grgia self-assigned this Aug 20, 2024
@grgia grgia changed the title Migrate changes in react-native-qrcode-svg to react-native-qrcode-svg Migrate changes in react-native-qrcode-svg-old to react-native-qrcode-svg Aug 20, 2024
@grgia grgia added Weekly KSv2 NewFeature Something to build that is a new item. and removed Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Aug 20, 2024
Copy link

melvin-bot bot commented Aug 20, 2024

Current assignee @bfitzexpensify is eligible for the NewFeature assigner, not assigning anyone new.

Copy link

melvin-bot bot commented Aug 20, 2024

⚠️ It looks like this issue is labelled as a New Feature but not tied to any GitHub Project. Keep in mind that all new features should be tied to GitHub Projects in order to properly track external CAP software time ⚠️

Copy link

melvin-bot bot commented Aug 20, 2024

Triggered auto assignment to Design team member for new feature review - @shawnborton (NewFeature)

@grgia
Copy link
Contributor Author

grgia commented Aug 20, 2024

Not really a bug not really a new feature... more of an improvement

@grgia grgia removed the NewFeature Something to build that is a new item. label Aug 20, 2024
@grgia
Copy link
Contributor Author

grgia commented Aug 20, 2024

@Kicu
Copy link
Member

Kicu commented Aug 22, 2024

Because Expensify is now the owner of this open source library I think we should try to keep commits and PRs clean and self contained.

Because of this my suggestion would be to migrate the two PRs that we did on the original fork separately:

If we do that, then later when testing or if anything breaks we can easily revert the svg code, while the example app should stay as it helps with development a lot.

I can migrate the two separately and open them on https://github.com/Expensify/react-native-qrcode-svg/

@Kicu
Copy link
Member

Kicu commented Aug 22, 2024

CC @grgia @luacmartins

@luacmartins
Copy link
Contributor

Agree with that. Let's do it.

@Kicu
Copy link
Member

Kicu commented Aug 23, 2024

PR that adds the Example app: Expensify/react-native-qrcode-svg#206
Unsure who is responsible now for reviewing and merging this - is it anyone working in Expensify? I can call on some friends that work on Open Source in SWM to also take a look at the PR if you guys want it.

Will followup soon with another PR that adds the SVG changes that we need in Expensify App

@Kicu
Copy link
Member

Kicu commented Aug 23, 2024

I also have the SVG changes nicely cleaned up with like 2 extra commits locally, so I will open the 2nd PR with the SVG code on Monday, and this issue should be solved :)

@luacmartins
Copy link
Contributor

Nice! Thank you ❤️

@grgia
Copy link
Contributor Author

grgia commented Aug 23, 2024

Thank you @Kicu !

@luacmartins
Copy link
Contributor

I pinged someone to look into the branch rules for the new repo, hopefully we can get this fixed soon.

@slafortune
Copy link
Contributor

Since you are back, I'll unassign myself @bfitzexpensify

@slafortune slafortune removed their assignment Sep 23, 2024
@grgia
Copy link
Contributor Author

grgia commented Sep 30, 2024

@luacmartins do you have an update on #47711 (comment)

@luacmartins
Copy link
Contributor

Yea, we solved the branch rules but now we have the npm auth issue we were discussing in Slack

@melvin-bot melvin-bot bot added the Overdue label Oct 8, 2024
@grgia
Copy link
Contributor Author

grgia commented Oct 14, 2024

bumped in slack

@melvin-bot melvin-bot bot removed the Overdue label Oct 14, 2024
@Kicu
Copy link
Member

Kicu commented Oct 15, 2024

Is there any way I can help with this one?

@luacmartins
Copy link
Contributor

It seems like we still have permissions issues with npm. Asking infra if they have npm package access so we can update the permissions

@luacmartins
Copy link
Contributor

We published the latest version 6.3.11 to npm. Let's update App.

@Kicu
Copy link
Member

Kicu commented Oct 16, 2024

nice 👍 I can take care of that

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Weekly KSv2 labels Oct 16, 2024
@Kicu
Copy link
Member

Kicu commented Oct 16, 2024

@luacmartins @grgia this PR updates the version in App #50875

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Oct 18, 2024
@melvin-bot melvin-bot bot changed the title Migrate changes in react-native-qrcode-svg-old to react-native-qrcode-svg [HOLD for payment 2024-10-25] Migrate changes in react-native-qrcode-svg-old to react-native-qrcode-svg Oct 18, 2024
Copy link

melvin-bot bot commented Oct 18, 2024

Reviewing label has been removed, please complete the "BugZero Checklist".

@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Oct 18, 2024
Copy link

melvin-bot bot commented Oct 18, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.50-8 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue:

If no regressions arise, payment will be issued on 2024-10-25. 🎊

For reference, here are some details about the assignees on this issue:

  • @Kicu does not require payment (Contractor)

Copy link

melvin-bot bot commented Oct 18, 2024

BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:

  • [@Kicu] Please propose regression test steps to ensure the new feature will work correctly on production in further releases.
  • [@bfitzexpensify] Link the GH issue for creating/updating the regression test once above steps have been agreed upon.

@bfitzexpensify bfitzexpensify added Daily KSv2 and removed Weekly KSv2 labels Oct 23, 2024
@bfitzexpensify
Copy link
Contributor

This is back-end work that QA won't touch, so I don't see the need for a regression test.

Payment not needed. Closing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Daily KSv2 NewFeature Something to build that is a new item.
Projects
None yet
Development

No branches or pull requests

7 participants