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

chore: cleanup unused uploadMiddleware #9587

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Conversation

nickskalkin
Copy link
Contributor

@nickskalkin nickskalkin commented Nov 21, 2023

This PR resolves ONYX-504

Description

Onyx is cleaning up code related to the TinEye reverse image search project. Mostly the code was already removed by @gkartalis here #8898, but there were some leftovers introduces in these PRs:

PR Checklist

  • I have tested my changes on iOS and Android.
  • I hid my changes behind a feature flag, or they don't need one.
  • I have included screenshots or videos, or I have not changed the UI.
  • I have added tests, or my changes don't require any.
  • I added an app state migration, or my changes do not require one.
  • I have documented any follow-up work that this PR will require, or it does not require any.
  • I have added a changelog entry below, or my changes do not require one.

To the reviewers 👀

  • I would like at least one of the reviewers to run this PR on the simulator or device.
Changelog updates

Changelog updates

Cross-platform user-facing changes

iOS user-facing changes

Android user-facing changes

Dev changes

Need help with something? Have a look at our docs, or get in touch with us.

@nickskalkin nickskalkin self-assigned this Nov 21, 2023
@nickskalkin nickskalkin marked this pull request as ready for review November 21, 2023 16:31
@ArtsyOpenSource
Copy link
Contributor

ArtsyOpenSource commented Nov 21, 2023

This PR contains the following changes:

  • Dev changes (remove unused uploadMiddleware - @nickskalkin)

Generated by 🚫 dangerJS against f3ea3e7

@@ -17,7 +17,6 @@ import {
import { rateLimitMiddleware } from "./middlewares/rateLimitMiddleware"
import { simpleLoggerMiddleware } from "./middlewares/simpleLoggerMiddleware"
import { timingMiddleware } from "./middlewares/timingMiddleware"
import { uploadMiddleware } from "./middlewares/uploadMiddleware"
Copy link
Member

Choose a reason for hiding this comment

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

Q: Should we revert to using the default uploadMiddleware from react-relay-network-modern/node8 as before we rolled out this here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ooops, you are right, on it!

Copy link
Member

@MounirDhahri MounirDhahri left a comment

Choose a reason for hiding this comment

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

Nice - LGTM

Copy link
Contributor

@brainbicycle brainbicycle left a comment

Choose a reason for hiding this comment

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

thanks for following up on this ! 🙌

@nickskalkin nickskalkin merged commit 80da20e into main Nov 22, 2023
@nickskalkin nickskalkin deleted the nickskalkin/onyx-504 branch November 22, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants