-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: hashicorp/mql
base: v0.1.5
head repository: hashicorp/mql
compare: main
- 10 commits
- 14 files changed
- 6 contributors
Commits on May 14, 2025
-
add ci linting and fix existing lint errors (#52)
* add ci linting and fix existing lint errors * update changelog * rewrite single switch to if statement * undo unused variable removal
Configuration menu - View commit details
-
Copy full SHA for 6b712dc - Browse repository at this point
Copy the full SHA 6b712dcView commit details
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 102ead6 - Browse repository at this point
Copy the full SHA 102ead6View commit details -
[chore] : bump the actions group with 6 updates (#57)
* [chore] : bump the actions group with 6 updates Bumps the actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [jidicula/go-fuzz-action](https://github.com/jidicula/go-fuzz-action) | `56d77b1f65ed7791cd17d5ee899379da97625851` | `2d8b802597c47a79764d83dabc27fb672f2fb8d9` | | [actions/setup-go](https://github.com/actions/setup-go) | `4.1.0` | `5.5.0` | | [actions/checkout](https://github.com/actions/checkout) | `3.5.3` | `4.2.2` | | [actions/cache](https://github.com/actions/cache) | `4.2.0` | `4.2.3` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `3.4.0` | `8.0.0` | | [golang/govulncheck-action](https://github.com/golang/govulncheck-action) | `1.0.1` | `1.0.4` | Updates `jidicula/go-fuzz-action` from 56d77b1f65ed7791cd17d5ee899379da97625851 to 2d8b802597c47a79764d83dabc27fb672f2fb8d9 - [Release notes](https://github.com/jidicula/go-fuzz-action/releases) - [Commits](jidicula/go-fuzz-action@56d77b1...2d8b802) Updates `actions/setup-go` from 4.1.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4.1.0...d35c59a) Updates `actions/checkout` from 3.5.3 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...11bd719) Updates `actions/cache` from 4.2.0 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...5a3ec84) Updates `golangci/golangci-lint-action` from 3.4.0 to 8.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@08e2f20...4afd733) Updates `golang/govulncheck-action` from 1.0.1 to 1.0.4 - [Release notes](https://github.com/golang/govulncheck-action/releases) - [Commits](golang/govulncheck-action@7da72f7...b625fbe) --- updated-dependencies: - dependency-name: jidicula/go-fuzz-action dependency-version: 2d8b802597c47a79764d83dabc27fb672f2fb8d9 dependency-type: direct:production dependency-group: actions - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: golang/govulncheck-action dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * version addition against changes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: KaushikiAnand <kaushiki.anand@hashicorp.com>
Configuration menu - View commit details
-
Copy full SHA for 42b0b89 - Browse repository at this point
Copy the full SHA 42b0b89View commit details -
Update Postgres test dependency and fix tests (#58)
* [chore] : bump the go group across 1 directory with 5 updates Bumps the go group with 3 updates in the /tests/postgres directory: [github.com/stretchr/testify](https://github.com/stretchr/testify), [github.com/hashicorp/go-dbw](https://github.com/hashicorp/go-dbw) and [github.com/hashicorp/mql](https://github.com/hashicorp/mql). Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) Updates `github.com/hashicorp/go-dbw` from 0.1.2 to 0.1.4 - [Release notes](https://github.com/hashicorp/go-dbw/releases) - [Changelog](https://github.com/hashicorp/go-dbw/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-dbw@v0.1.2...v0.1.4) Updates `github.com/hashicorp/mql` from 0.1.1-0.20230816193610-066beca8effe to 0.1.5 - [Release notes](https://github.com/hashicorp/mql/releases) - [Changelog](https://github.com/hashicorp/mql/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/mql/commits/v0.1.5) Updates `gorm.io/driver/postgres` from 1.5.7 to 1.5.9 - [Commits](go-gorm/postgres@v1.5.7...v1.5.9) Updates `gorm.io/gorm` from 1.25.10 to 1.25.11 - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.25.10...v1.25.11) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/hashicorp/go-dbw dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/hashicorp/mql dependency-version: 0.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: gorm.io/driver/postgres dependency-version: 1.5.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: gorm.io/gorm dependency-version: 1.25.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com> * tests/postgres: fix postgres tests The tests were tested against an older version of MQL that didn't require quoting of string-like values. Quote the values and update the dependency. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7e7ce93 - Browse repository at this point
Copy the full SHA 7e7ce93View commit details
Commits on Jun 23, 2025
-
[chore] : bump the go group across 1 directory with 2 updates (#59)
Bumps the go group with 2 updates in the /tests/postgres directory: [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) and [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `gorm.io/driver/postgres` from 1.5.9 to 1.6.0 - [Commits](go-gorm/postgres@v1.5.9...v1.6.0) Updates `gorm.io/gorm` from 1.25.11 to 1.30.0 - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.25.11...v1.30.0) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: gorm.io/gorm dependency-version: 1.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f25c132 - Browse repository at this point
Copy the full SHA f25c132View commit details
Commits on Jun 24, 2025
-
Co-authored-by: compliance-pr-automation[bot] <1425255+compliance-pr-automation-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6510ec2 - Browse repository at this point
Copy the full SHA 6510ec2View commit details
Commits on Jul 28, 2025
-
[chore] : bump jidicula/go-fuzz-action in the actions group (#61)
Bumps the actions group with 1 update: [jidicula/go-fuzz-action](https://github.com/jidicula/go-fuzz-action). Updates `jidicula/go-fuzz-action` from 2d8b802597c47a79764d83dabc27fb672f2fb8d9 to 94694730887c9c0b8431d36c878f1b1bd368b7ff - [Release notes](https://github.com/jidicula/go-fuzz-action/releases) - [Commits](jidicula/go-fuzz-action@2d8b802...9469473) --- updated-dependencies: - dependency-name: jidicula/go-fuzz-action dependency-version: 94694730887c9c0b8431d36c878f1b1bd368b7ff dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27d9109 - Browse repository at this point
Copy the full SHA 27d9109View commit details -
[chore] : bump gorm.io/gorm (#62)
Bumps the go group with 1 update in the /tests/postgres directory: [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `gorm.io/gorm` from 1.30.0 to 1.30.1 - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.30.0...v1.30.1) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-version: 1.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8889fa4 - Browse repository at this point
Copy the full SHA 8889fa4View commit details
Commits on Aug 11, 2025
-
[chore] : bump actions/cache from 4.2.3 to 4.2.4 in the actions group (…
…#63) Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3f60bf - Browse repository at this point
Copy the full SHA a3f60bfView commit details
Commits on Aug 18, 2025
-
[chore] : bump actions/checkout from 4.2.2 to 5.0.0 in the actions gr…
…oup (#64) Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9be06c6 - Browse repository at this point
Copy the full SHA 9be06c6View 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.1.5...main