v1.54.1 with minimal changes to upstream#12
Merged
Merged
Conversation
* feat: add support for sorting in list v2 endpoint * add test cases, fix time sorting in flat file listings * move order into sortby in database adapter * remove unused variable in query
* fix: cleaning up of prefixes under heavy concurrency * fix deadlock in overlapping prefixes --------- Co-authored-by: Lenny <lenny@itslennysfault.com>
Bumps [axios](https://github.com/axios/axios) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.9.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add cluster discovery for eks * chore: add kubernetes/client-node to jest
…se#772) Currently, whenever you push any commit to your branch, the old builds are still running and a new build is started. Once a new commit is added, the old test results no longer matter and it's just a waste of CI resources. Also reduces confusion with multiple builds running in parallel for the same branch/possibly blocking any merges. With this little change, we ensure that whenever a new commit is added, the previous build is immediately canceled/stopped and only the build (latest commit) runs.
* fix: ensure failure exit code is properly reported * chore: ignore eslint error in main * chore: try voiding the promise
* feat: vector buckets * feat: sharding of vector buckets
…e custom migration logic (supabase#786)
…upabase#776) * fix: add X-Robots-Tag header to prevent robot indexing and following * add ability to override x-robots-tag header * add x-robots-tag validation
…col (supabase#780) * feat: add support for custom response headers in s3 protocol * add date validation for response-expires header
`storage.migrations` existence check is missing a schema filter
For the multitenant db, we use `public` as the schema
…abase#1006) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: ferhat elmas <elmas.ferhat@gmail.com>
Co-authored-by: ferhat elmas <elmas.ferhat@gmail.com>
* fix: add lifecycle logs for empty bucket operations * add empty bucket webhook test
* fix: allow webp as transformation option * fix types * add test --------- Co-authored-by: Lenny <lenny@itslennysfault.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ferhat elmas <elmas.ferhat@gmail.com>
….52.1 (supabase#1034) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3.0 to 0.214.0 (supabase#1035) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or 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
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.
No description provided.