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

Blogpost #3

Closed
wants to merge 31 commits into from
Closed

Blogpost #3

wants to merge 31 commits into from

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 authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    0eaa78f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35e950e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    a8dde5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713828b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

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

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    cf137c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96e1325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0911420 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1e6f06 View commit details
    Browse the repository at this point in the history
  5. dialect/sql: add Window function to be able to customize function cla…

    …use for window statements (ent#2994)
    timoha authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    fe4b19a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.5.0...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    f674c72 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. doc: remove executable flag for md, mdx, png, js, and .gitignore files (

    ent#3015)
    
    Spotted by lintian running against a Debian package: the executable flag
    is strange for all those files in the doc directory.
    CyrilBrulebois authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    9ff209d View commit details
    Browse the repository at this point in the history
  2. entc: add BuildFlags to schema loader configuration (ent#2801)

    This allows passing arbitrary build flags to the schema package loader,
    which in turn can be used to pass build constraints affecting what
    schema types and/or methods are visible.
    
    As a particular use case, this should make it easier to implement
    two-pass code generation to deal with circular imports in hooks (ent#892).
    joewreschnig authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ac725a6 View commit details
    Browse the repository at this point in the history
  3. dialect/sql: support the RETURNING clause in UPDATE (ent#3016)

    * dialect/sql: support the RETURNING clause in UPDATE
    a8m authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    bbdfea3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    8d40edf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d17c28b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    765ec09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d95710 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.6.0...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and a8m committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    3e596ce View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3.2.0...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and a8m committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    2d22f7e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    fc9a4f9 View commit details
    Browse the repository at this point in the history
  2. entc/gen: fix codegen typo

    a8m committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3ddcb76 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. build(deps): bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16

    Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.15 to 1.14.16.
    - [Release notes](https://github.com/mattn/go-sqlite3/releases)
    - [Commits](mattn/go-sqlite3@v1.14.15...v1.14.16)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mattn/go-sqlite3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and a8m committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f1223dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ce44a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

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

Commits on Oct 31, 2022

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

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

  1. dialect/sql/sqljson: add ValueIsNotNull predicate (ent#3058)

    * dialect/sql: add json ValueIsNotNull predicate
    
    * get rid of false positive dupl linter warning
    
    * add json valueIsNotNull case to integration tests
    
    * fix rejects
    ronenlu authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5d4f026 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

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

Commits on Nov 7, 2022

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