Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
654610e
chore(repo): configure TypeScript project references
mandarini Oct 16, 2025
533ab06
chore(repo): configure TypeScript project references
mandarini Oct 16, 2025
3fa5101
feat(repo): new integrations library
mandarini Oct 9, 2025
e14ed55
feat(storage): implement vector client
fenos Oct 15, 2025
adad162
chore(repo): npm i
mandarini Oct 15, 2025
aeeb78e
chore(storage): update some settings
mandarini Oct 15, 2025
ce65330
chore(repo): correct references
mandarini Oct 15, 2025
0a93b24
chore(repo): project references
mandarini Oct 15, 2025
5ad6321
chore(storage): use the new lib
mandarini Oct 15, 2025
aed1096
fix(storage): endpoint calls
fenos Oct 16, 2025
d871c14
chore(repo): nx sync
mandarini Oct 16, 2025
3292c4a
chore(repo): removed deps
mandarini Oct 16, 2025
e2a74f3
fix(repo): small syntax update
mandarini Oct 16, 2025
a5fdafd
fix(storage): url suffix
fenos Oct 16, 2025
8924021
chore(postgrest): tstyche config
mandarini Oct 16, 2025
dc9025c
chore(ci): fix some settings
mandarini Oct 16, 2025
984181a
chore(ci): remove format check from postgrest
mandarini Oct 16, 2025
47ac3ec
fix(storage): add custom endpoints for analytics buckets
fenos Oct 16, 2025
2ddc246
chore(repo): ran nx format
mandarini Oct 16, 2025
b4f8a01
chore(storage): depend on build of vector
mandarini Oct 16, 2025
2f4cab5
chore(ci): update deno setup
mandarini Oct 16, 2025
6d5a7e9
chore(ci): update deno setup again
mandarini Oct 16, 2025
8142faf
chore(postgrest): restore docker image
mandarini Oct 16, 2025
73508ef
chore(ci): fix deno
mandarini Oct 16, 2025
a01e68a
chore(repo): remove bad files
mandarini Oct 16, 2025
ea9bcfe
chore(ci): fix deno issues
mandarini Oct 17, 2025
4f3c8bd
chore(storage): update documentation for storage vectors
mandarini Oct 17, 2025
4a06991
chore(storage): docs and deno test setup
mandarini Oct 17, 2025
62591a2
chore(ci): deno
mandarini Oct 17, 2025
19ffb8f
fix(storage): move vector inside storage-js
mandarini Oct 17, 2025
a3a7700
chore(ci): restore settings
mandarini Oct 17, 2025
2010462
chore(ci): deno lock
mandarini Oct 17, 2025
ea92e50
chore(repo): update some readmes
mandarini Oct 17, 2025
fd4f198
fix(storage): fixed the vector tests
mandarini Oct 17, 2025
17a0dd5
chore(storage): add typedoc everywhere
mandarini Oct 17, 2025
06c2178
chore(storage): update names
mandarini Oct 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
},
"test:integration": {
"inputs": ["testing", "^production"],
"dependsOn": ["^build"],
"cache": true,
"outputs": ["{projectRoot}/coverage"]
},
Expand Down
8 changes: 1 addition & 7 deletions packages/core/auth-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,4 @@ The Docker setup includes:

We welcome contributions! Please see our [Contributing Guide](../../../CONTRIBUTING.md) for details on how to get started.

For major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.

## Sponsors

We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don't exist we build them and open source them ourselves.

[![New Sponsor](https://user-images.githubusercontent.com/10214025/90518111-e74bbb00-e198-11ea-8f88-c9e3c1aa4b5b.png)](https://github.com/sponsors/supabase)
For major changes or if you're unsure about something, please open an issue first to discuss your proposed changes.
10 changes: 1 addition & 9 deletions packages/core/postgrest-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ npx nx test:update postgrest-js
# Type checking only
npx nx test:types postgrest-js

# Format checking
npx nx format:check postgrest-js
```

#### Test Infrastructure
Expand Down Expand Up @@ -198,10 +196,4 @@ For major changes or if you're unsure about something, please open an issue firs

## License

This repo is licensed under MIT License.

## Sponsors

We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves. Thanks to these sponsors who are making the OSS ecosystem better for everyone.

[![New Sponsor](https://user-images.githubusercontent.com/10214025/90518111-e74bbb00-e198-11ea-8f88-c9e3c1aa4b5b.png)](https://github.com/sponsors/supabase)
This repo is licensed under MIT License.
Loading
Loading