Skip to content

Improve Migrations Stablity - #7

Merged
christyjacob4 merged 42 commits into
mainfrom
feat-improve-features
Aug 9, 2023
Merged

Improve Migrations Stablity#7
christyjacob4 merged 42 commits into
mainfrom
feat-improve-features

Conversation

@PineappleIOnic

@PineappleIOnicPineappleIOnic commented Jul 18, 2023

Copy link
Copy Markdown
Contributor
  • 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

Comment threadtests/Transfer/resources/supabase/aaa.sql
Comment threadtests/Transfer/resources/nhost/aaa.sql
Comment threadsrc/Transfer/Resources/Auth/Team.php Outdated
Comment threadsrc/Transfer/Resources/Auth/User.php Outdated
Comment threadsrc/Transfer/Resources/Database/Collection.php Outdated
Comment threadsrc/Transfer/Resources/Database/Database.php Outdated
Comment threadtests/Transfer/E2E/Adapters/Mock.php

@christyjacob4christyjacob4 left a comment

Copy link
Copy Markdown
Contributor

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 😄

Comment threadDockerfile
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

@vermakhushboovermakhushbooAug 1, 2023

Copy link
Copy Markdown

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
Copy Markdown
ContributorAuthor

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

Comment threadsrc/Transfer/Destinations/Appwrite.php Outdated
Comment threadplayground.php Outdated
Comment threadsrc/Transfer/Cache.php Outdated
Comment threadsrc/Transfer/Destinations/Appwrite.php Outdated
Comment threadsrc/Transfer/Destinations/Appwrite.php
Comment threadsrc/Transfer/Destinations/Appwrite.php Outdated
Comment threadsrc/Transfer/Sources/Supabase.php
Comment threadtests/Transfer/E2E/Sources/Base.php Outdated
Comment threadtests/Transfer/E2E/Sources/Base.php Outdated
Comment threadtests/Transfer/E2E/Sources/Base.php
Comment threadtests/Transfer/E2E/Adapters/Mock.php Outdated
PineappleIOnicand others added 5 commits August 4, 2023 00:14
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
Sign up for freeto 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.

4 participants

@PineappleIOnic@abnegate@christyjacob4@vermakhushboo