Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supabase/postgres-meta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.0
Choose a base ref
...
head repository: supabase/postgres-meta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.0
Choose a head ref
  • 17 commits
  • 16 files changed
  • 5 contributors

Commits on May 16, 2021

  1. feat(lib): add naive constraint definition

    on column creation
    wasabigeek authored and soedirgo committed May 16, 2021
    Configuration menu
    Copy the full SHA
    b659954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0f2ee3 View commit details
    Browse the repository at this point in the history
  3. Change to a check arg

    wasabigeek authored and soedirgo committed May 16, 2021
    Configuration menu
    Copy the full SHA
    ec98930 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored and soedirgo committed May 16, 2021
    Configuration menu
    Copy the full SHA
    477bd56 View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored and soedirgo committed May 16, 2021
    Configuration menu
    Copy the full SHA
    0d8efb2 View commit details
    Browse the repository at this point in the history
  6. 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>
    dependabot[bot] authored and soedirgo committed May 16, 2021
    Configuration menu
    Copy the full SHA
    b071b78 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. test: change supabase/postgres -> postgres:13

    Make it work on M1 (so tests are fast & db doesn't hang up intermittently)
    soedirgo committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    f2dfdd8 View commit details
    Browse the repository at this point in the history
  2. 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)
    soedirgo committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    4ed04d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9414bb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9da5f18 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Merge pull request #113 from supabase/feat/openapi

    feat: Add preliminary code for generating OAS
    kiwicopple authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    3822753 View commit details
    Browse the repository at this point in the history
  2. 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.
    soedirgo committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5be0c4e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. 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>
    i-pip and soedirgo authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    0fa7587 View commit details
    Browse the repository at this point in the history
  2. test: fix /config/version

    soedirgo committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    e74514a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    054a45c View commit details
    Browse the repository at this point in the history
  2. test: enum with quoted name

    soedirgo committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    74d3739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d0dcba View commit details
    Browse the repository at this point in the history
Loading