-
-
Notifications
You must be signed in to change notification settings - Fork 152
Comparing changes
Open a pull request
base repository: supabase/postgres-meta
base: v0.17.0
head repository: supabase/postgres-meta
compare: v0.18.0
- 17 commits
- 16 files changed
- 5 contributors
Commits on May 16, 2021
-
feat(lib): add naive constraint definition
on column creation
Configuration menu - View commit details
-
Copy full SHA for b659954 - Browse repository at this point
Copy the full SHA b659954View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f2ee3 - Browse repository at this point
Copy the full SHA b0f2ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec98930 - Browse repository at this point
Copy the full SHA ec98930View commit details -
chore(deps): bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.20...4.17.21) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 477bd56 - Browse repository at this point
Copy the full SHA 477bd56View commit details -
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d8efb2 - Browse repository at this point
Copy the full SHA 0d8efb2View commit details -
chore(deps): bump y18n from 4.0.0 to 4.0.3
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md) - [Commits](yargs/y18n@v4.0.0...y18n-v4.0.3) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b071b78 - Browse repository at this point
Copy the full SHA b071b78View commit details
Commits on Jun 3, 2021
-
test: change supabase/postgres -> postgres:13
Make it work on M1 (so tests are fast & db doesn't hang up intermittently)
Configuration menu - View commit details
-
Copy full SHA for f2dfdd8 - Browse repository at this point
Copy the full SHA f2dfdd8View commit details -
feat: add preliminary code for generating OAS
* Uses @sinclair/typebox to generate both JSON Schema & TypeScript types in one go--pretty handy * Uses fastify-swagger to generate OAS (like in storage-api) * Preliminary support is for /schemas only * Includes types for POST and PATCH so no need to chase postgres-meta source code function calls anymore :-) * Exporting docs is done by setting PG_META_EXPORT_DOCS to `true` (server doesn't start up with this option, this is for exporting docs only)
Configuration menu - View commit details
-
Copy full SHA for 4ed04d9 - Browse repository at this point
Copy the full SHA 4ed04d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9414bb2 - Browse repository at this point
Copy the full SHA 9414bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9da5f18 - Browse repository at this point
Copy the full SHA 9da5f18View commit details
Commits on Jun 7, 2021
-
Merge pull request #113 from supabase/feat/openapi
feat: Add preliminary code for generating OAS
Configuration menu - View commit details
-
Copy full SHA for 3822753 - Browse repository at this point
Copy the full SHA 3822753View commit details -
test(version): change test to 6-digit number regex
So it doesn't fail when the Postgres version is updated--we just want to check if it doesn't error out.
Configuration menu - View commit details
-
Copy full SHA for 5be0c4e - Browse repository at this point
Copy the full SHA 5be0c4eView commit details
Commits on Jun 18, 2021
-
feat(functions): add remaining functions routes (#117)
* feat(/functions): add remaining functions routes functions list action is already implemented, adding the remaining actions (get, post, patch, delete). Beginning with this test for GET on /functions/:id * Adds implementation for GET /functions/:id * fix: get function by id or name instead of schema * Update src/lib/PostgresMetaFunctions.ts Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev>
Configuration menu - View commit details
-
Copy full SHA for 0fa7587 - Browse repository at this point
Copy the full SHA 0fa7587View commit details -
Configuration menu - View commit details
-
Copy full SHA for e74514a - Browse repository at this point
Copy the full SHA e74514aView commit details
Commits on Jun 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 054a45c - Browse repository at this point
Copy the full SHA 054a45cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d3739 - Browse repository at this point
Copy the full SHA 74d3739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d0dcba - Browse repository at this point
Copy the full SHA 9d0dcbaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.17.0...v0.18.0