tbantle22
|
6946050275
|
[ga-bump-dep] Bump dependency in Dolt by tbantle22
|
2024-07-17 22:25:22 +00:00 |
|
fulghum
|
a2af449810
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-07-15 18:07:53 +00:00 |
|
fulghum
|
0d111700b0
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-07-11 22:09:41 +00:00 |
|
fulghum
|
bfae45a47b
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-07-10 22:53:20 +00:00 |
|
tbantle22
|
2c9d4cbb0a
|
[ga-bump-dep] Bump dependency in Dolt by tbantle22
|
2024-07-09 23:10:03 +00:00 |
|
tbantle22
|
4c2765c3bc
|
[ga-bump-dep] Bump dependency in Dolt by tbantle22
|
2024-07-09 21:36:54 +00:00 |
|
tbantle22
|
56f5accd54
|
[ga-bump-dep] Bump dependency in Dolt by tbantle22
|
2024-07-08 23:32:15 +00:00 |
|
fulghum
|
def23a2618
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-07-03 23:22:05 +00:00 |
|
Aaron Son
|
8c441e96f4
|
go.mod: Migrate from gopkg.in/square/go-jose.v2 to gopkg.in/go-jose/go-jose.v2. Bump version. Picks up fix for CVE-2024-28180.
|
2024-07-03 12:50:38 -07:00 |
|
Maximilian Hoffman
|
4073701301
|
[no-release-notes] Bug fix bump, small stats bug (#8098)
* [statsnoms] Bump, small stats bug
* add test
* test pass
* move test to GMS
* test fix
* bump
|
2024-07-02 18:12:55 -07:00 |
|
Maximilian Hoffman
|
ed3b0440cc
|
[no-release-notes] Add test for nil bound value panic (#8094)
* [no-release-notes] Add test for nil bound value panic
* better test name
|
2024-07-02 08:16:10 -07:00 |
|
Neil Macneale IV
|
bf3f4e3720
|
Merge pull request #8090 from dolthub/macneale4/slash-redux
Revive the ability to call dolt cli commands in `dolt sql` by using "\"
|
2024-07-01 20:06:28 -07:00 |
|
Neil Macneale IV
|
eb41d15fa0
|
Depend on the latest from dolthub/ishell
|
2024-07-01 15:26:33 -07:00 |
|
Dustin Brown
|
d594bdd2eb
|
[ga-bump-dep] Bump dependency in Dolt by jycor (#8091)
Co-authored-by: jycor <jcor@ucsd.edu>
|
2024-07-01 13:59:24 -07:00 |
|
nicktobey
|
97783f5e3d
|
[ga-bump-dep] Bump dependency in Dolt by nicktobey
|
2024-06-27 20:01:04 +00:00 |
|
dependabot[bot]
|
0810b9fb78
|
Bump golang.org/x/image from 0.10.0 to 0.18.0 in /go
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.10.0...v0.18.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-26 19:34:34 +00:00 |
|
Maximilian Hoffman
|
7aef8fcde1
|
[no-release-notes] tracing infra (#7783)
* tracing starter
* bump
* trace reads
* bump
* undo some unnecessary changes
* fix build
* [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>
|
2024-06-26 11:59:46 -07:00 |
|
jennifersp
|
4c704c3dae
|
add SchemaName to DatabaseSchema interface (#8062)
|
2024-06-25 15:35:14 -07:00 |
|
Hydrocharged
|
fd758d383a
|
[ga-bump-dep] Bump dependency in Dolt by Hydrocharged
|
2024-06-25 02:16:57 +00:00 |
|
James Cor
|
bf21353389
|
bump
|
2024-06-24 16:39:03 -07:00 |
|
James Cor
|
a26955927c
|
bump
|
2024-06-24 13:03:45 -07:00 |
|
Dustin Brown
|
30cac774b7
|
[ga-bump-dep] Bump dependency in Dolt by max-hoffman (#8048)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
|
2024-06-21 15:20:42 -07:00 |
|
Maximilian Hoffman
|
082a3989f5
|
Truncate MCVs (#8041)
* [no-release-notes] test smaller set of mcv changes
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix tests
* bump
* fix tests
* fix bats
* uncomment
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
|
2024-06-21 14:46:46 -07:00 |
|
Dustin Brown
|
27cd0efca7
|
[ga-bump-dep] Bump dependency in Dolt by jycor (#8045)
Co-authored-by: jycor <jcor@ucsd.edu>
|
2024-06-21 02:36:58 -07:00 |
|
Dustin Brown
|
997f3e0411
|
[ga-bump-dep] Bump dependency in Dolt by jycor (#8043)
Co-authored-by: jycor <jcor@ucsd.edu>
|
2024-06-20 22:00:30 -07:00 |
|
Maximilian Hoffman
|
b4dc47360d
|
[prolly] Float keyRange increment bug (#8025)
* [prolly] Float keyRange increment bug
* disallow key range optimization when float rounding truncates increment
* more tests
* bump
* use GMS tests
* fix build
* build fixes
* nick's comments
|
2024-06-17 18:04:09 -07:00 |
|
Maximilian Hoffman
|
7082331bef
|
[no-release-notes] bump for stats perf (#8027)
|
2024-06-17 17:19:10 -07:00 |
|
Dustin Brown
|
dce99f86e7
|
[ga-bump-dep] Bump dependency in Dolt by jycor (#8026)
Co-authored-by: jycor <jcor@ucsd.edu>
|
2024-06-14 14:25:33 -07:00 |
|
Dustin Brown
|
da0a0a4543
|
[ga-bump-dep] Bump dependency in Dolt by jycor (#8021)
Co-authored-by: jycor <jcor@ucsd.edu>
|
2024-06-13 14:18:54 -07:00 |
|
Dustin Brown
|
472eb0d8ae
|
[ga-bump-dep] Bump dependency in Dolt by jycor (#8020)
Co-authored-by: jycor <jcor@ucsd.edu>
|
2024-06-13 13:29:07 -07:00 |
|
fulghum
|
6f23171a77
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-06-13 18:10:55 +00:00 |
|
Jason Fulghum
|
fb9c8830a4
|
Merge pull request #8014 from dolthub/fulghum-b5af54d3
[auto-bump] [no-release-notes] dependency by fulghum
|
2024-06-12 13:48:06 -07:00 |
|
fulghum
|
ae3cd5ee3c
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-06-12 18:39:18 +00:00 |
|
Nick Tobey
|
303526d875
|
Merge branch 'main' into nicktobey/json-addressmap
|
2024-06-11 19:13:13 -07:00 |
|
nicktobey
|
0be4125937
|
[ga-bump-dep] Bump dependency in Dolt by nicktobey
|
2024-06-12 01:14:09 +00:00 |
|
Dustin Brown
|
d6bbed3697
|
[ga-bump-dep] Bump dependency in Dolt by jycor (#8000)
Co-authored-by: jycor <jcor@ucsd.edu>
|
2024-06-11 16:11:46 -07:00 |
|
Dustin Brown
|
ee3f943e6e
|
[ga-bump-dep] Bump dependency in Dolt by jycor (#7987)
Co-authored-by: jycor <jcor@ucsd.edu>
|
2024-06-10 13:01:42 -07:00 |
|
Dustin Brown
|
6dfd0496c3
|
[auto-bump] [no-release-notes] dependency by nicktobey (#7985)
|
2024-06-10 11:51:01 -07:00 |
|
nicktobey
|
de1c4054f8
|
[ga-bump-dep] Bump dependency in Dolt by nicktobey
|
2024-06-07 23:31:36 +00:00 |
|
fulghum
|
87bd6a7bc6
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-06-07 22:07:32 +00:00 |
|
fulghum
|
d242139838
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-06-06 23:10:31 +00:00 |
|
fulghum
|
f975b50cd3
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-06-05 00:06:01 +00:00 |
|
Jason Fulghum
|
e642131962
|
Bumping GMS dep to latest dev build from fulghum/dolt-7945 branch
|
2024-06-04 15:57:37 -07:00 |
|
Jason Fulghum
|
5b5cfea14d
|
Bumping GMS dep to latest dev build from fulghum/dolt-7945 branch
|
2024-06-04 14:45:28 -07:00 |
|
Jason Fulghum
|
57eb2bcdb2
|
Bumping GMS dep to latest dev build from fulghum/dolt-7945 branch
|
2024-06-04 10:09:30 -07:00 |
|
fulghum
|
8a7471fb9f
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-06-03 18:20:58 +00:00 |
|
fulghum
|
589bf51705
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-06-03 17:27:42 +00:00 |
|
Dustin Brown
|
a05f499eee
|
[ga-bump-dep] Bump dependency in Dolt by max-hoffman (#7934)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
|
2024-05-31 16:16:30 -07:00 |
|
Dustin Brown
|
0ca0493dcb
|
[ga-bump-dep] Bump dependency in Dolt by max-hoffman (#7926)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
|
2024-05-30 08:17:56 -07:00 |
|
Zach Musgrave
|
a9ed5b7a20
|
Newest gms
|
2024-05-28 16:02:54 -07:00 |
|