Commit Graph

84 Commits

Author SHA1 Message Date
Nick Tobey 234fddc8ad Update godeps 2023-08-22 15:37:49 -07:00
Aaron Son f8107b1c0e Godeps: Pick up LICENSES changes. 2023-07-10 14:35:09 -07:00
dependabot[bot] 2f24782ac4 Bump google.golang.org/grpc from 1.29.1 to 1.53.0 in /go/gen/proto/dolt/services/eventsapi (#6278)
* Bump google.golang.org/grpc in /go/gen/proto/dolt/services/eventsapi

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.29.1...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Ran `go mod tidy`

* Result of running Godeps/update.sh

* Godeps/update.sh: Enumerate all released build configurations, instead of trying to put all tags in the single list.

More correctly includes the union of all dependencies. The all-tags approach
can miss dependencies which are taken in some configurations by !arch build
constraints, for example.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Neil Macneale IV <neil@dolthub.com>
Co-authored-by: Aaron Son <aaron@dolthub.com>
2023-07-10 13:55:59 -07:00
Aaron Son 72314db995 go/Godeps: Manually specify release build tags instead of trying for the GOOS hack. Fixes update.sh on arm64. 2023-06-20 10:20:29 -07:00
Neil Macneale IV 8a8f0dc210 Update Godeps/LICENSES 2023-06-20 08:40:35 -07:00
Brian Hendriks 358594ec76 update licenses 2023-06-01 11:32:02 -07:00
Maximilian Hoffman 0bfd57ae4d [no-release-notes] Pushdown refactor, deprecate sql.FilteredTable, ColumnDiffTable correctness (#6024)
* [no-release-notes] Pushdown refactor, deprecate sql.FilteredTable,
ColumnDiffTable correctness

Pushdown splitting into two phases uncovered bugs. sql.FilteredTable
is now deprecated. ColumnDiffTable correctness tests were never run
through the indexing path before, which are broken. This disables the
indexing path and runs the proper test suites.

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* bump

* tidy

* missing interface method

* mod tidy

* formatter

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-05-24 16:32:20 -07:00
Aaron Son 91db6fecc9 Godeps and repofmt. 2023-05-24 09:47:00 -07:00
Daylon Wilkins 09648ef769 Second attempt at updating deps 2023-05-16 06:18:50 -07:00
Daylon Wilkins ef6f8e4a06 Updated deps 2023-05-16 06:06:44 -07:00
Andy Arthur dc00e49072 Godeps: update LICENSES 2023-04-25 12:44:29 -07:00
Aaron Son d9ddd0333d go.mod: Bump go-mysql-server. 2023-04-19 15:15:09 -07:00
Zach Musgrave 588df9358d Merge pull request #5677 from dolthub/zachmu/assist
dolt assist command
2023-04-06 12:01:59 -07:00
zachmu d4823ade72 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-04-01 19:10:45 +00:00
andy-wm-arthur 23b33c9a56 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-03-28 18:19:06 +00:00
Daylon Wilkins 75ec9ca946 Line-based diffs for modified multiline rows 2023-02-22 07:44:52 -08:00
fulghum a6f4ac0318 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-04 23:44:53 +00:00
zachmu 0093a168ec [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-02 23:06:03 +00:00
Aaron Son 57523a9323 go/libraries/doltcore/sqle/cluster: Add the ability to generate a keypair, serve a JWKS, and sign outbound RPCs with a JWT. 2022-11-02 09:54:09 -07:00
andrew-wm-arthur 958eac6893 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-01 18:39:53 +00:00
Maximilian Hoffman b351314939 join ordering GMS bump (#4516)
* init

* go.mod changes

* gms bump

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* edit local gms

* GMS changes

* skip single q test

* fix tests

* fix lingering tests

* bump

* another explain bats

* gms bump

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* gms bump

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-10-25 09:06:16 -07:00
Aaron Son 36d6583ac1 Godeps/LICENSES: Update. 2022-09-27 17:03:13 -07:00
andrew-wm-arthur fdb4c85241 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-09-26 20:31:19 +00:00
Dhruv Sringari 73a1e5cae3 Fixes progress reporting bugginess (#4334)
* WIP

* fix windows panic

* tidy up and add some tests

* cleanup more

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* upgrade package and bypass colored writer

* copyright

* fix license

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* fix bypassing

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-09-14 12:49:32 -07:00
timsehn 2c6b26473b [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-24 18:15:44 +00:00
Timothy Sehn 93c677ea48 Kill git-dolt 2022-08-24 11:09:58 -07:00
reltuk fb0c453951 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-16 19:07:59 +00:00
Vinai Rachakonda f86e2996d6 Lockfile should be ignored if encoded pid is different than the current process (#3986) 2022-08-03 13:41:05 -07:00
tbantle22 6844018cde [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-07-20 00:47:12 +00:00
Dhruv Sringari 59c86f6a3b [no-release-notes] index cat and rebuild for new format (#3814)
* cleanup table package

* delete TextTableWriter

* dolt index [cat, rebuild] for new format

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* fix tests

* use reflect.DeepEqual when determining column diff results

* use sql type compare instead of reflect.DeepEqual

* update test to use sql column types

* fix semantic merge conflict

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-07-13 10:03:56 -07:00
reltuk 7a94e0ee56 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-07-08 17:20:15 +00:00
coffeegoddd b7d3917d05 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-07-08 17:12:22 +00:00
Andy Arthur 40d5d56641 pruning lisences 2022-06-23 09:48:18 -07:00
coffeegoddd 183988d7e9 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-04 07:42:23 +00:00
andrew-wm-arthur 390e254d0d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-04-21 21:02:49 +00:00
andrew-wm-arthur 277748b418 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-04-05 16:55:16 +00:00
Dhruv Sringari 540b2268f9 pr prep 2022-02-16 16:01:16 -08:00
andrew-wm-arthur 714b6663ee [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-02-02 22:09:46 +00:00
andrew-wm-arthur f2f9a19dc2 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-01-13 20:10:26 +00:00
Brian Hendriks 15eb290524 Bh/prom ss metrics (#2511) 2021-12-17 13:53:10 -08:00
jennifersp 6890336d25 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-18 22:55:19 +00:00
jennifersp 63366c0507 resolve conflicts 2021-11-18 14:54:15 -08:00
Aaron Son 3021f93316 go/go.mod: github.com/kch42/buzhash -> github.com/silvasur/buzhash.
Closes #2416.
2021-11-18 10:08:57 -08:00
jennifersp f823451735 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-17 00:43:02 +00:00
andrew-wm-arthur ccbd381786 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-10-06 16:57:49 +00:00
andrew-wm-arthur bb008c11b8 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-10-05 23:55:40 +00:00
Hydrocharged 656a532cfa [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-09-16 12:35:45 -07:00
liquidata-jenkins 407a546040 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-05-06 14:57:25 +00:00
Aaron Son a1bf8b62fd repofmt: Hygiene. 2021-01-06 15:02:24 -08:00
Aaron Son 5b2fb65b47 go/Godeps: Pickup new license. 2020-11-24 15:56:25 -08:00