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

fix: Use proper file id for direct editing #4101

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Oct 7, 2024

As reported by @marinofaggiana there was an issue creating new files on iOS which I could reproduce with curl.

I assume this broke with some refactoring, but not sure where, requiring a test to avoid future regressions

Still to do:

  • Test with iOS/Android
  • I think we should have tests for this, double check or add

@juliusknorr juliusknorr added bug Something isn't working 2. developing Work in progress labels Oct 7, 2024
@juliusknorr juliusknorr requested a review from elzody as a code owner November 28, 2024 14:29
Signed-off-by: Julius Knorr <jus@bitgrid.net>
…t editing

Signed-off-by: Julius Knorr <jus@bitgrid.net>
@juliusknorr
Copy link
Member Author

Added a cypress test for this

@juliusknorr juliusknorr added 3. to review Ready to be reviewed and removed 2. developing Work in progress labels Dec 2, 2024
@juliusknorr
Copy link
Member Author

juliusknorr commented Dec 2, 2024

@elzody I fail to validate this locally on iOS/Android due to issues with my build environments with that. I'd vote to review and merge, then we can test on the daily instance with real devices and we can backport once double checked.

However cypress test should mirror what the clients do in terms of API calls, so I'm pretty sure this is covered well enough with the new test

@juliusknorr juliusknorr merged commit 90e4852 into main Dec 6, 2024
73 checks passed
@juliusknorr juliusknorr deleted the fix/direct-create branch December 6, 2024 13:12
@juliusknorr
Copy link
Member Author

All right, seems something is still odd, when testing on iOS i end up with 0kb files. Need to figure out what is different there compared to the cypress tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Ready to be reviewed backport-request bug Something isn't working regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants