-
Notifications
You must be signed in to change notification settings - Fork 9
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
Single Bucket - Unknown Typo #101
Closed
Closed
+5,362
−3,950
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add list orgss * Fix some docs and typo. * Update org list route. * Add integration test for listing orgs. * Remove Bucket references. * Add API doc.
* Intermediate work. * Fix test cases. * Add pre-change tests. * Update to use shared bucket * Fix list format. * update list objects for R2 API. * Fix lint * Add integration test for listing sources.
* Intermediate work. * Add pre-change tests. * Use R2 Bindings. * Reorganize some of the integration tests.
* Change to single bucket and R2 Bindings * Remove version logic & test. Add integration tests. * Fix lint. * More tests and some clean up. * Fix API change for move. * Intermediate error on comparing timestamp?
* Adjust API response to original output. Add tests. * Dev run should use dev environment.
* Update put object to use Single bucket & R2 API. * Update GH workflows. * Update Put Versions. * Add refrences to the bucket * Fix issues w/ listing versions due to API change. * Add another test. * Make system available locally. * Add some integration test.
* Update copy to single bucket. Update tests. * Add tests and fix some bad logic found. * Ignore failure case for unit test coverage. * update perf tests. * Extract perf tests from unit.
* Update Move operation to single bucket & add tests. * Extract reusable logic to a util. * Update move operation to use R2 bindings. * Add comments and tests. * Bump min code coverage. * Put the jsdoc back.
* Add last modified to list response. * Fix test. * Make sure its ms, not formatted date. * Fix test case
* Update deps. * Version a file when a delete is requested. * Update move to version before delete * Incorporate bug where DaCtx contains wrong key * Fix key context and update tests. * Always pass a full DaCtx object. * Check for file on versioning * Bad merge.
* Incorporate update GH-79 into Single Bucket * Fix merge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Incorporate #87 into Single Bucket.
Motivation and Context
Keep Single Bucket up-to-date with Main
How Has This Been Tested?
Copied and updated tests
Screenshots (if appropriate):
Types of changes
Checklist: