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

Improve Migrations Stablity #7

Merged
merged 42 commits into from
Aug 9, 2023
Merged

Improve Migrations Stablity #7

merged 42 commits into from
Aug 9, 2023

Conversation

PineappleIOnic
Copy link
Member

@PineappleIOnic PineappleIOnic commented Jul 18, 2023

  • Add size and version to reports to allow more data for frontend
  • Implement 3 step file process to allow for files that don't fit the bucket's restrictions to still be transferred as intended
  • Fix File Transfers
  • Implement Tests for NHost and Supabase

Copy link
Contributor

@christyjacob4 christyjacob4 left a comment

Choose a reason for hiding this comment

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

Looks good. Just some minor comments 😄

WORKDIR /app
RUN git clone https://github.com/PineappleIOnic/mockoon.git .
RUN apk add --no-cache git
RUN git clone https://github.com/PineappleIOnic/mockoon.git
Copy link
Member

@vermakhushboo vermakhushboo Aug 1, 2023

Choose a reason for hiding this comment

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

Is this added only for testing or will it also be used in prod? Do we want to use the forked repo or the actual one?

Copy link
Member Author

Choose a reason for hiding this comment

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

Mockoon currently doesn't support range headers, I have a PR in the works to bring this feature over to their repo but currently I don't have the time to write tests for them so for now we are using my fork and will switch once I have more time to finish their tests and merge it into their repo

playground.php Outdated Show resolved Hide resolved
src/Transfer/Cache.php Outdated Show resolved Hide resolved
src/Transfer/Destinations/Appwrite.php Outdated Show resolved Hide resolved
src/Transfer/Destinations/Appwrite.php Show resolved Hide resolved
src/Transfer/Destinations/Appwrite.php Outdated Show resolved Hide resolved
src/Transfer/Sources/Supabase.php Show resolved Hide resolved
tests/Transfer/E2E/Sources/Base.php Outdated Show resolved Hide resolved
tests/Transfer/E2E/Sources/Base.php Outdated Show resolved Hide resolved
tests/Transfer/E2E/Sources/Base.php Show resolved Hide resolved
tests/Transfer/E2E/Adapters/Mock.php Outdated Show resolved Hide resolved
@christyjacob4 christyjacob4 merged commit 4535b09 into main Aug 9, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants