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

custom window function selector #1

Closed
wants to merge 188 commits into from

Commits on May 27, 2022

  1. Configuration menu
    Copy the full SHA
    5800f6b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Configuration menu
    Copy the full SHA
    0917701 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Configuration menu
    Copy the full SHA
    5b81d7d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    c26d92d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Update README.md

    Fixed ent#2585.
    a8m committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6120ecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d303d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d071e0c View commit details
    Browse the repository at this point in the history
  4. doc/md: add more dialects to quickstart (ent#2588)

    * doc/md: add more dialects to quickstart
    
    * remove unnecessary spaces
    hedwigz committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8fe8c74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a166b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63592f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c3f65b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    e634960 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    dd4519f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e4660f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. doc/md: use fmt.Errorf instead of errors.Wrapf (ent#2608)

    * Use fmt.Errorf instead of errors.Wrapf
    
    * Update transactions.md
    
    * Update transactions.md
    frederikhors committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    d9d63b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd95565 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    e615285 View commit details
    Browse the repository at this point in the history
  2. docs: add hax10 as a contributor for code (ent#2637)

    * docs: update doc/md/contributors.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    b2844fb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. dialect/sql/schema: introduce type store interface (ent#2636)

    This will allow us to store information about pk ranges allocated per type in a different location thant the database. This is useful for deterministic pk range computation for things like generating atlas.hcl out of the Ent schema.
    masseelch committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    bfa9c96 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. doc/md: fix NamedValues option in graphql tutorial (ent#2535)

    * doc/md: fixing NamedValues option in Add Fields To The Schema example
    
    * Update doc/md/tutorial-todo-crud.md
    
    * Update doc/md/tutorial-todo-crud.md
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    dorlib and a8m committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    1572f1e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. entc: improve generated comments for edges and fields (ent#2632)

    * replace default field comment with user comment if defined
    * use comments defined on edges in generated entities
    * add docs for comment method on edges and fields
    * update integration to reflect above changes
    willbicks committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    cd1afb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. entc/gen: fixed unnamed field initialization (ent#2648)

    * entc/gen: fixed ConstraintError fields name
    
    * fix: run go generate
    
    * entc/gen: fixed Filter fields name
    
    * fix: run go generate again for entql
    giautm committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    195be2d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. dialect/sql/schema: file based type store (ent#2644)

    * dialect/sql/schema: file based type store
    
    This PR adds support for a file based type storage when using versioned migrations. The file called `.ent_types` is written to the migration directory alongside the migration files and will be kept in sync for every migration file generation run.
    
    In order to not break existing code, where the type storage might differ for different deployment, global unique ID mut be enabled by using a new option. This will also be raised as an error to the user when attempting to use versioned migrations and global unique ID.
    
    Documentation will be added to this PR once feedback on the code is gathered.
    
    * apply CR
    
    * fix tests
    
    * change format of types file to exclude it from atlas.sum file
    
    * docs and drift test
    
    * apply CR
    masseelch committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7017cbc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    98d00a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    b89b13b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abefaa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    311d760 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (ent#2667)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.4.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    65ae273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb5292 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    b44d593 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    6ddeb93 View commit details
    Browse the repository at this point in the history
  2. examples/start: update group schema (ent#2687)

    There's an echo in here?!  ;-)
    seawolf committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    49fc14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cac3b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    e8bf1d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. doc/md: add info about using WhereInput as predicates (ent#2691)

    * Add info about using `WhereInput` in with `.Where()`
    
    * Update doc/md/predicates.md
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    
    * Update tutorial-todo-gql-filter-input.md
    
    * Update predicates.md
    
    * Update predicates.md
    
    * Update tutorial-todo-gql-filter-input.md
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    frederikhors and a8m committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    84b05c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. doc/md: add docs on using expression predicates in custom WHERE claus…

    …es (ent#2520)
    
    * Add docs on using ExprP() for custom WHERE sql statement
    
    * Add ExprP() examples using integration test
    
    * move custom predicate example and show examples using both P() and ExprP()
    
    * fix to greater or equal than
    
    * rephrase wording and fix sql builder
    
    * Update doc/md/predicates.md
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    
    * Update doc/md/predicates.md
    
    * Update doc/md/predicates.md
    
    * Update doc/md/predicates.md
    
    * Update doc/md/predicates.md
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    gmhafiz and a8m committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5dbfa24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6793d74 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. dialect/sql/schema: setup tables before running migrate diff (ent#2703)

    Keep the same API as schema.Create
    a8m committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    8416fb5 View commit details
    Browse the repository at this point in the history
  2. improve multi-tenancy example and documentation (ent#2705)

    * example/privacytenant: support edge-field and improve code examples
    
    * md/privacy: improve multi-tenancy documentation
    a8m committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    4a26cab View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    aec59a3 View commit details
    Browse the repository at this point in the history
  2. entc/gen: skip nodes with composite id types on default id-type detec…

    …tion (ent#2708)
    
    Was reported on Discord
    a8m committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    904b649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f7b173 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    ed783db View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. entc/gen: support setting GoType for integer IDs (ent#2657)

    * Fix problem when model maps integer id to a GoType
    
    * Update generated files
    
    * apply suggestions from code review
    
    * Update generated files
    
    * Update generated files after merge from master
    
    * Cleanup test code in integration
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    
    * Modify integration test IntSID.
    
    Wrapped tests of IntSID for avoid conflicts.
    
    * Modify tests in integrations
    
    Order of tests was changed. As a result, if-statement for difference in RDB is deleted.
    
    + force pushing same commit to invoke ci.
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    stoikheia and a8m committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    91b6430 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. dialect/sql/schema: atlas engine is now default (ent#2698)

    * atlas engine is default, enabled diff by replay
    
    * Apply suggestions from code review
    
    * docs
    
    * apply CR
    masseelch committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5b67bda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c55008 View commit details
    Browse the repository at this point in the history
  3. entc/gen: ignore edge-fields order in edge-schema with composite iden…

    …tifiers (ent#2719)
    
    This PR allows defining edge schemas with any order of their edges
    but still enforce the ordering of the fields in the ID annotation
    a8m committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    2c1a355 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (ent#2724)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.4.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    97a13df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    412f5f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. entc/gen: improve edge-schema updates (ent#2726)

    Also, added additional example where an edge schema has another edge
    to a type that holds an information about the relationship.
    
    The only reason this example exists is to allow users to reduce the storage
    occupied by the join-table and allow connect (via M2O) multiple edge-schemas
    to an 'information'/'description' node.
    a8m committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ba582c8 View commit details
    Browse the repository at this point in the history
  2. doc/md: type safe feature activation versioned migration (ent#2727)

    * type safe feature activation in example
    
    * Update doc/md/versioned-migrations.md
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    masseelch and a8m committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    52a1091 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    0f33b0b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    bc623b3 View commit details
    Browse the repository at this point in the history
  2. dialect/sql: make sql.In() with empty args fallback to False() (ent#2735

    )
    
    * dialect/sql/builder: make sql.In() with empty args fallback to False()
    
    * fix indent
    
    * added comment
    
    * remove the equilvalent logic in the codegen side
    
    * comment fix, run go generate
    Liooo committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b00e549 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    6c8a130 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    3148324 View commit details
    Browse the repository at this point in the history
  2. When run 'go generate ./ent', got error on [create type Todo: invalid…

    … default value for enum field "status"] (ent#2746)
    
    Because todo.graphql on tutorial-todo-gql.md says enum Status is "IN_PROGRESS"
    nine-hundred committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    dd4a020 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c01301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5b5d87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4491610 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e601697 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    5df06f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6ba55 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    047b804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f9733 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    ddc46d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e0d8af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0776704 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a04641 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42b68cb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. dialect/sql/builder: make sql.NotIn() with empty args fallback to NOT…

    … FALSE (ent#2757)
    
    * dialect/sql/builder: make sql.NotIn() with empty args fallback to False()
    
    This is basically the identical change to ent#2735, but for NotIn().
    
    This bug currently prevents anyone using NotIn() from upgrading from v0.10.x to v0.11.x
    
    * Update go.sum
    
    untidy
    
    * feedback
    adayNU committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8beaef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5daf02b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. doc/website: document tweaking transaction isolation levels (ent#2774)

    * docs: document tweaking transaction isolation levels
    
    * Update doc/md/tutorial-todo-gql-tx-mutation.md
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    
    * Update doc/md/tutorial-todo-gql-tx-mutation.md
    
    * Update doc/md/tutorial-todo-gql-tx-mutation.md
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    ItayGarin and a8m committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    88183c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    081f2bb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. doc/predicates: fix invalid SQL example (ent#2778)

    An invalide sql statement is provider in documentation, just a missing `)`
    42atomys committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    9bfe864 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    43ceed9 View commit details
    Browse the repository at this point in the history
  2. entc/gen: move eager-loading to method (ent#2790)

    This is a preparation work for 'WithNamed<E>' API
    a8m committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    a2b18f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. entc/gen: add support for WithNamed<E> feature-flag (ent#2792)

    * entc/gen: struct fields and methods for NamedEdge api
    
    * entc/gen: generate WithNamedEdge methods for named-edges
    
    * entc/gen: implement eager-loading for named-edges
    
    * entc/gen: simplify eager-loading template
    
    * entc/gen: drop support for unqiue edges in named-based loading
    
    * all: codegen
    
    * doc/website: named-edges feature-flag
    
    * Update doc/md/eager-load.mdx
    
    * Update doc/md/eager-load.mdx
    a8m committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    b60e0f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    31bc1a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4aa8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9b502b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ee2876 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    6f35622 View commit details
    Browse the repository at this point in the history
  2. cmd/ent: add support for --template in init command (ent#2728)

    * allow init cmd to have a template file or string
    
    * add example
    
    * dead code
    
    * only use path
    
    * Apply suggestions from code review
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    
    * fix lint
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    dhuckins and a8m committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    f9dfac6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    f5568d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9673a4d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    3f04b0f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    ea3aa8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e07c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    c7de2ec View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. build(deps): bump aws-actions/configure-aws-credentials (ent#2825)

    Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.6.1 to 1.7.0.
    - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/master/CHANGELOG.md)
    - [Commits](aws-actions/configure-aws-credentials@v1.6.1...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/configure-aws-credentials
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    22c2f3a View commit details
    Browse the repository at this point in the history
  2. entc/gen: fixed privacy filter for M2M edges (ent#2828)

    * entc: fixed privacy filter for M2M
    
    * all: codegen
    giautm committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    89007ec View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. go: bump go/packages version ci to 1.18+1.19 (ent#2832)

    * bumped pkg golang.org/x/tools version to address issue ent#2826
    
    * .github: update go1.19 in go generate
    
    Co-authored-by: Ankit Patial <ankitpatial@gmail.com>
    a8m and ankitpatial committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4797277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f481d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fd6413 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0066eb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    24d1fad View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    7eb1ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8fc927 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    b207429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc8d65 View commit details
    Browse the repository at this point in the history
  3. .github/cd: update node version

    a8m committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    0298893 View commit details
    Browse the repository at this point in the history
  4. doc/md: trigger master build

    a8m committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    757fc94 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    5c2013b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b19ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01a4906 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0350da3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b3bcfa View commit details
    Browse the repository at this point in the history
  6. doc: entci (ent#2853)

    * doc: entci
    
    * Update doc/md/ci.mdx
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    
    * Update doc/md/ci.mdx
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    
    * Update sidebars.js
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    rotemtam and a8m committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    94226c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    6637cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c53251c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb01c28 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump trim from 0.0.1 to 0.0.3 in /doc/website (ent#2848)

    Bumps [trim](https://github.com/Trott/trim) from 0.0.1 to 0.0.3.
    - [Release notes](https://github.com/Trott/trim/releases)
    - [Changelog](https://github.com/Trott/trim/blob/main/CHANGELOG.md)
    - [Commits](Trott/trim@0.0.1...v0.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: trim
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bd1a311 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump ansi-regex from 5.0.0 to 5.0.1 in /doc/website (ent…

    …#2855)
    
    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4d11fe3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. dialect/sql: escape EqualFold on Postgres (ent#2860)

    * adds tests for equalFold predicates
    
    * ensure EqualFold escapes the argument on Postgres
    
    * adds tests on builder as well
    crossworth committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2b54aad View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    50d4c62 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    b02de28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67a2663 View commit details
    Browse the repository at this point in the history
  3. all: update atlas (ent#2871)

    resolves ent#2866
    masseelch committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a46edf3 View commit details
    Browse the repository at this point in the history
  4. dialect/sql/schema: make use of new atlas migration directories and r… (

    ent#2873)
    
    * dialect/sql/schema: make use of new atlas migration directories and remove examples for custom formatters
    
    * typo
    masseelch committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    b6c185a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c63d1d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    461ab4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18ca9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f40cdf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. docs: add water-a as a contributor for bug (ent#2879)

    * docs: update doc/md/contributors.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    4467021 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. doc/md: add -mod=mod to 'go run' commands in documentation (ent#2881)

    https://go.dev/ref/mod#build-commands is the documentation for the -mod flag. It seems that basically -mod=mod is never harmful in ent's case, all it does is tell the go command that it can add ent to the go.mod file if it's not already present
    llimllib committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f3b6dd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    79fe0eb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    1cf4fc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    bedbea6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. dialect/sql/builder: added FullJoin (ent#2885)

    * dialect/sql/builder: added FullJoin
    
    * fix comment casing
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    Liooo and a8m committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    015effd View commit details
    Browse the repository at this point in the history
  2. build(deps): bump minimist from 1.2.5 to 1.2.6 in /doc/website (ent#2872

    )
    
    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9200dcd View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/mattn/go-sqlite3 from 1.14.14 to 1.14.15 (

    …ent#2862)
    
    Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.14 to 1.14.15.
    - [Release notes](https://github.com/mattn/go-sqlite3/releases)
    - [Commits](mattn/go-sqlite3@v1.14.14...v1.14.15)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mattn/go-sqlite3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2615b3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f797ac2 View commit details
    Browse the repository at this point in the history
  5. dialect/sql/sqljson: remove duplicate word in comments (ent#2892)

    Signed-off-by: Abirdcfly <fp544037857@gmail.com>
    
    Signed-off-by: Abirdcfly <fp544037857@gmail.com>
    Abirdcfly committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3b1b75b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    2969796 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    b5976fb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. entc/gen: use FirstID instead of Count for Exist calls (ent#2896)

    * Improve sqlexist template
    
    * Address review comment and regenerate files
    
    * Regenerate using go1.19
    
    * Run go generate for examples dir
    
    * Address review comment
    
    * Update entc/gen/template/dialect/sql/query.tmpl
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    Aagosh10 and a8m committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    326fe42 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    1e12537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1773fc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. dialect/sql/sqljson: quote non-identifiers (ent#2910)

    * dialect/sql: fixed invalid json path quote
    
    * fix: fixed empty string
    
    * fix: fixed lint issue
    
    * Apply suggestions from code review
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    
    * fix: added test to new case
    
    Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
    giautm and a8m committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    2cdb627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb0388 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 (ent#2909)

    Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.6 to 1.10.7.
    - [Release notes](https://github.com/lib/pq/releases)
    - [Commits](lib/pq@v1.10.6...v1.10.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lib/pq
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    dc44b9f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    346af30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d094310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82ee525 View commit details
    Browse the repository at this point in the history
  4. doc/md: update schema-indexes doc (ent#2914)

    Co-authored-by: Thuấn Đỗ Hoàng <thuan.dh@teko.vn>
    thuan1412 and Thuấn Đỗ Hoàng committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    29aa179 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31e41da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0bce8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    366aaaa View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    ac937f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e56543 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    d9c71d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    d9b3004 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    4425d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0adfb94 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    b81db91 View commit details
    Browse the repository at this point in the history
  2. entc/gen: allow package with alias on ID field (ent#2926)

    * entc/gen: allow package with alias on ID field
    
    * Update entc/gen/template/import.tmpl
    
    Co-authored-by: Giau. Tran Minh <giau.tmg@gmail.com>
    
    Co-authored-by: Giau. Tran Minh <giau.tmg@gmail.com>
    crossworth and giautm committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    1f8e4ad View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    043fa71 View commit details
    Browse the repository at this point in the history
  2. docs: add jhwz as a contributor (ent#2943)

    * update doc/md/contributors.md [skip ci]
    
    * update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a3e38c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fc4ba6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8502534 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    f43b064 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    0f5cba6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. dialect/sql/schema: no longer allocate a PK range for a join table (e…

    …nt#2950)
    
    * dialect/sql/schema: no longer allocate a PK range for a join table
    
    * test that no breaking change is introduced
    masseelch committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    139725e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    baa282d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. doc: make mutation and variable match todo.graphql (ent#2958)

    Also remove section in gqlgen.yml that does not appear in the local file.
    kortschak committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    192eace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f9782 View commit details
    Browse the repository at this point in the history
  3. doc: make mutation and variable match todo.graphql (ent#2960)

    Replay the same GraphQL change made in tutorial-todo-gql-node.md for
    tutorial-todo-gql-paginate.md.
    kortschak committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    7ad7df2 View commit details
    Browse the repository at this point in the history
  4. entc/gen: remove space around continue for 1.18 compatible (ent#2962)

    Related: golang/go#51670
    Signed-off-by: Giau. Tran Minh <hello@giautm.dev>
    
    Signed-off-by: Giau. Tran Minh <hello@giautm.dev>
    giautm committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    679109f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    e93e96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd80e06 View commit details
    Browse the repository at this point in the history
  3. docs: various fixes to the graphql tutorial (ent#2965)

    * doc/md: fix resolver diff and isolation example
    
    * doc/md: fix updateTodo input field
    
    * doc/md: add missing extension and fix paths
    
    Without entgql.WithSchemaGenerator entc.go fails to run.
    
    * doc/md: add file titles
    
    Note that the where:TodoWhereInput parameter is pre-filled in the
    generated ent.graphql file.
    
    * doc/md: add context to conjunction/negation example
    
    Only add for the first example to provide a lead to readers.
    kortschak committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    e02622a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. dialect/sql/schema: disable foreign keys before opening a transaction (

    …ent#2966)
    
    * dialect/sql/schema: disable foreign keys before opening a transaction
    
    * dialect/sql/schema: disable foreign keys before opening a transaction
    
    * fix tests
    
    * add test for bug
    
    * apply CR
    masseelch committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    c41d223 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump path-parse from 1.0.6 to 1.0.7 in /doc/website (ent…

    …#2969)
    
    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    51d20e3 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump normalize-url from 4.5.0 to 4.5.1 in /doc/website (e…

    …nt#2968)
    
    Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
    - [Release notes](https://github.com/sindresorhus/normalize-url/releases)
    - [Commits](https://github.com/sindresorhus/normalize-url/commits)
    
    ---
    updated-dependencies:
    - dependency-name: normalize-url
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b286a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5330f87 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    eb4ea68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ecc929 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe743cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    957d3c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13bf27b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    837d077 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    7d3d898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b38ce8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. entc/gen: attach tx hooks to underlying driver (ent#2980)

    Allow attaching hooks to new instances of ent.Tx.
    For example, ent.Mutation.Tx().OnCommit.
    a8m committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    1029a2d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. dialect/sql/sqljson: add option to evaluate json path inside a predic…

    …ate (ent#2982)
    
    * dialect/sql/sqljson: add option to evaluate json path inside a predicate
    
    * add postgres test case
    ronenlu committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    0eaa78f View commit details
    Browse the repository at this point in the history
  2. contributing: add sqljson to doc

    a8m committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    35e950e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. dialect/sql: add WindowSelector function to be able to customize sele…

    …ctor for window functions
    timoha committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ec2571c View commit details
    Browse the repository at this point in the history