Skip to content
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

feat: Parameter transformation #587

Merged
merged 38 commits into from
Feb 20, 2024
Merged

feat: Parameter transformation #587

merged 38 commits into from
Feb 20, 2024

Commits on Feb 6, 2024

  1. update wit

    Natoandro committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2374530 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. parameter transform tree

    Natoandro committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bf75c3a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. feat: conversion

    Natoandro committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    494be63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7839418 View commit details
    Browse the repository at this point in the history
  3. first working test

    Natoandro committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    235f2f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    f228610 View commit details
    Browse the repository at this point in the history
  2. more tests/fixes

    Natoandro committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    c3a9377 View commit details
    Browse the repository at this point in the history
  3. test in-list injection

    Natoandro committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5403bbc View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. address comments (security)

    Natoandro committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    61d519e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc60b5 View commit details
    Browse the repository at this point in the history
  3. inline validators

    Natoandro committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d8b869e View commit details
    Browse the repository at this point in the history
  4. visitor context

    Natoandro committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    188f13d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. inheritance validator

    Natoandro committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    293e7ca View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. fix validators

    Natoandro committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5d4875f View commit details
    Browse the repository at this point in the history
  2. test from_parent validation

    Natoandro committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    47da8bc View commit details
    Browse the repository at this point in the history
  3. some doc comments

    Natoandro committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2a214a0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feat/apply

    # Conflicts:
    #	Cargo.lock
    Natoandro committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a798ff1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3eb807 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3734fc View commit details
    Browse the repository at this point in the history
  7. upgrade pnpm

    Natoandro committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    46fb126 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    78c619c View commit details
    Browse the repository at this point in the history
  2. more tests

    Natoandro committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    50b1d2a View commit details
    Browse the repository at this point in the history
  3. fix tests

    Natoandro committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    85f68d8 View commit details
    Browse the repository at this point in the history
  4. docs: update docs

    Natoandro committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8211dc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f91dbe View commit details
    Browse the repository at this point in the history
  6. fix tests

    Natoandro committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2070366 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into feat/apply

    # Conflicts:
    #	typegraph/core/src/utils/mod.rs
    #	typegraph/core/wit/typegraph.wit
    Natoandro committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9a54f26 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. fix visitor

    Natoandro committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ff1c92f View commit details
    Browse the repository at this point in the history
  2. fix tests

    Natoandro committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8ed22ef View commit details
    Browse the repository at this point in the history
  3. fix input validator test

    Natoandro committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e282c41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1214cc9 View commit details
    Browse the repository at this point in the history
  5. update snapshots

    Natoandro committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ddca6e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. fix tests

    Natoandro committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    85df23a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge branch 'main' into feat/apply

    # Conflicts:
    #	typegate/tests/runtimes/typegate/__snapshots__/typegate_runtime_test.ts.snap
    #	typegraph/core/src/runtimes/prisma/type_generation/snapshots/typegraph_core__runtimes__prisma__type_generation__test__find_unique Post out.snap
    #	typegraph/core/src/runtimes/prisma/type_generation/snapshots/typegraph_core__runtimes__prisma__type_generation__test__find_unique Record out.snap
    #	typegraph/core/src/runtimes/prisma/type_generation/snapshots/typegraph_core__runtimes__prisma__type_generation__test__find_unique User out.snap
    #	typegraph/core/src/runtimes/prisma/type_generation/snapshots/typegraph_core__runtimes__prisma__type_generation__test__update_one Post inp.snap
    #	typegraph/core/src/runtimes/prisma/type_generation/snapshots/typegraph_core__runtimes__prisma__type_generation__test__update_one Record inp.snap
    #	typegraph/core/src/runtimes/prisma/type_generation/snapshots/typegraph_core__runtimes__prisma__type_generation__test__update_one User inp.snap
    Natoandro committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c6b6687 View commit details
    Browse the repository at this point in the history
  2. fix merge confusions

    Natoandro committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    32ccc87 View commit details
    Browse the repository at this point in the history
  3. fix test

    Natoandro committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    113b81a View commit details
    Browse the repository at this point in the history
  4. update snapshot

    Natoandro committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a519f1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e4af7d View commit details
    Browse the repository at this point in the history