Commit Graph

26385 Commits

Author SHA1 Message Date
Nick Tobey
eedaa781e4 Remove the system procedure for dolt admin createchunk commit, make it work entirely at the filesystem level. This guarantees that an unauthenticated SQL user can't use the procedure to edit branches (whereas anyone with CLI access is assumed to already have filesystem (and thus admin) access anyway.) 2025-04-23 12:56:18 -07:00
nicktobey
25c15cf486 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2025-04-23 01:10:56 +00:00
Nick Tobey
b18122e627 Implement dolt admin createchunk commit 2025-04-22 18:01:51 -07:00
Nick Tobey
d4b9a44f22 Return nil for absent value list. Otherwise, this returns a list with one element (the empty string). 2025-04-22 18:00:14 -07:00
Nick Tobey
b3f1edf700 Add required arg option to argparser. 2025-04-22 18:00:14 -07:00
coffeegoddd
ab483cef15 [ga-bump-release] Update Dolt version to 1.52.1 and release v1.52.1 v1.52.1 2025-04-23 00:46:55 +00:00
Dustin Brown
1e093a4d0f [ga-bump-dep] Bump dependency in Dolt by jycor (#9140) 2025-04-22 15:24:26 -07:00
Neil Macneale IV
f739f372e4 Merge pull request #9118 from dolthub/macneale4/auto-gc-archive
Enable the GC process to write to archive files
2025-04-22 15:16:39 -07:00
Neil Macneale IV
93c194fc03 Remove unused field 2025-04-22 14:33:07 -07:00
Dustin Brown
c00981c2b0 [auto-bump] [no-release-notes] dependency by jycor (#9138) 2025-04-22 13:00:17 -07:00
Neil Macneale IV
e68b462c1c Merge pull request #9132 from dolthub/macneale4/dependo
Bump golang.org/x/net in /go/gen/proto/dolt/services/eventsapi

https://github.com/dolthub/dolt/pull/9119
2025-04-21 11:08:48 -07:00
Neil Macneale IV
3c026b869c go mod tidy 2025-04-18 14:55:08 -07:00
Jason Fulghum
7b10a53f62 Merge pull request #9131 from dolthub/fulghum-b02d6d57
[auto-bump] [no-release-notes] dependency by fulghum
2025-04-18 12:31:05 -07:00
Jason Fulghum
e563198f44 Merge branch 'fulghum/fk_ref_actions' into fulghum-b02d6d57 2025-04-18 11:53:05 -07:00
fulghum
48cbd25792 [ga-bump-dep] Bump dependency in Dolt by fulghum 2025-04-18 18:42:09 +00:00
coffeegoddd
5b9f7f3b6c [ga-bump-release] Update Dolt version to 1.52.0 and release v1.52.0 v1.52.0 2025-04-18 18:22:19 +00:00
Dustin Brown
25131fa62e [ga-bump-dep] Bump dependency in Dolt by jycor (#9128)
Co-authored-by: jycor <jcor@ucsd.edu>
2025-04-18 10:47:05 -07:00
Neil Macneale IV
d1dbdb155e More precision on the date column in the dolt_diff table (#9129) 2025-04-18 10:40:53 -07:00
Jason Fulghum
0f045d8735 Bumping GMS dep to latest from fulghum/fk_ref_actions branch 2025-04-18 10:30:04 -07:00
Jason Fulghum
9404892cb3 Disabling FK ref action SET DEFAULT error so that Doltgres can support SET DEFAULT. Dolt/GMS will still validate this in an analyzer rule to preserve MySQL compatibility. 2025-04-18 10:25:27 -07:00
Dustin Brown
27b8d0d79c [ga-bump-dep] Bump dependency in Dolt by jycor (#9124)
Co-authored-by: jycor <jcor@ucsd.edu>
2025-04-17 12:15:26 -07:00
Zach Musgrave
bda64c34dc Update README.md 2025-04-17 10:57:16 -07:00
Zach Musgrave
a93758523b Update README.md 2025-04-17 10:56:59 -07:00
Neil Macneale IV
4eddee6530 remove extra brackets 2025-04-16 13:42:34 -07:00
macneale4
272daa3de9 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2025-04-16 19:51:09 +00:00
Neil Macneale IV
942e2ed3e5 wrong type. good catch ci 2025-04-16 12:42:21 -07:00
dependabot[bot]
27cc8ef75d Bump golang.org/x/net in /go/gen/proto/dolt/services/eventsapi
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 19:35:54 +00:00
Neil Macneale IV
8824120bba Add the --archive-level option to the cli 2025-04-16 12:30:42 -07:00
Neil Macneale IV
b85a8d37f4 Clean up and refactor for better naming 2025-04-16 11:42:23 -07:00
Neil Macneale IV
6c919426c2 Fix existing tests 2025-04-16 11:42:01 -07:00
Neil Macneale IV
920b07b3f2 get the compression level plumbed all the way through to gc_copier 2025-04-16 11:13:21 -07:00
Neil Macneale IV
b825190445 Add --archive-level param to dolt_gc procedure 2025-04-16 11:12:50 -07:00
Neil Macneale IV
87cb8ba1e8 Add support for GC -> archives using env var 2025-04-16 11:07:36 -07:00
coffeegoddd
b5883dce75 [ga-bump-release] Update Dolt version to 1.51.4 and release v1.51.4 v1.51.4 2025-04-15 22:50:22 +00:00
Jason Fulghum
2fdac4b164 Merge pull request #9115 from dolthub/fulghum-814abccc
[auto-bump] [no-release-notes] dependency by fulghum
2025-04-14 17:14:34 -07:00
Nick Tobey
432853b3bd Merge pull request #9108 from dolthub/nicktobey/text
[no-release-notes] Correctly identify when we can get the address of a ByteArray or TextStorage without unwrapping it.
2025-04-14 16:55:58 -07:00
fulghum
a5d82f9e9d [ga-bump-dep] Bump dependency in Dolt by fulghum 2025-04-14 23:36:32 +00:00
Nick Tobey
df2f643371 Merge pull request #9111 from dolthub/nicktobey/adaptive_value_bug
[no-release-notes] Fix copy-paste error in AdaptiveEncodingTypeHandler::SerializedCompare
2025-04-14 15:44:14 -07:00
Jason Fulghum
8930f2742a Merge pull request #9112 from dolthub/fulghum-6abfb258
[auto-bump] [no-release-notes] dependency by fulghum
2025-04-14 14:53:20 -07:00
fulghum
d3032c30a7 [ga-bump-dep] Bump dependency in Dolt by fulghum 2025-04-14 21:14:19 +00:00
Nick Tobey
46e2598c01 Fix copy-paste error in AdaptiveEncodingTypeHandler::SerializedCompare 2025-04-14 13:47:52 -07:00
Nick Tobey
ce44582b3d Correctly identify when we can get the address of a ByteArray or TextStorage without unwrapping it. 2025-04-14 12:17:06 -07:00
Dustin Brown
882ec6ee2b [ga-bump-dep] Bump dependency in Dolt by zachmu (#9105)
Co-authored-by: zachmu <zach@dolthub.com>
2025-04-11 21:33:41 -07:00
coffeegoddd
c74433ee51 [ga-bump-release] Update Dolt version to 1.51.3 and release v1.51.3 v1.51.3 2025-04-11 01:20:17 +00:00
Nick Tobey
e442d1c4de Merge pull request #9100 from dolthub/nicktobey/pointer-receiver
Consistently use pointer receivers for TextStorage methods.
2025-04-10 15:28:17 -07:00
Nick Tobey
48a7632195 Merge pull request #9097 from dolthub/nicktobey/serial-wrapper
Prevent unnecessary bytes <-> string conversions and unnecessary allocations when converying to bytes.
2025-04-10 15:02:03 -07:00
Nick Tobey
06b6f91844 [ga-bump-dep] Bump dependency in Dolt by nicktobey 2025-04-10 14:09:30 -07:00
Jason Fulghum
cb28d957f8 Merge pull request #9085 from dolthub/fulghum/copy-tags
Adding new copy-tags command
2025-04-10 13:23:20 -07:00
Jason Fulghum
a7dcd7d311 PR Feedback 2025-04-10 11:26:41 -07:00
Jason Fulghum
0ecf245ac3 Adding new copy-tags command 2025-04-10 11:26:31 -07:00