Neil Macneale IV
dc2f91bebe
Add split offset to the TableFileInfo proto spec
2025-10-08 17:08:10 -07:00
Neil Macneale IV
876f9eac1c
Add the split_offset field to TableFileDetails
2025-10-08 17:07:58 -07:00
Neil Macneale IV
c720aef1ad
WIP - checkpoint. push directy to gcs works
2025-10-08 17:07:58 -07:00
Aaron Son
be17e39a02
[no-release-notes] proto/Makefile: Fix the generation of _grpc.pb.go files.
...
With the removal of the circular symlink in go/gen/proto/github.com, we need grpc-go_out path to be source relative as well.
2025-07-30 13:52:57 -07:00
Aaron Son
f19ebfd1df
go,proto: Move eventsapi schema into a separate repository.
...
This results in less weird contortions and less opportunity for dependency drift from consumers of Dolt.
2025-07-25 13:04:22 -07:00
Aaron Son
18767cade4
proto/third_party,go.mod: Bump grpc-go, protobuf and protobuf-go. Regenerate go/gen/proto.
2025-07-15 15:55:07 -07:00
Neil Macneale IV
a271b2c68e
Add suffix to TableFileDetails in grpc
2025-03-06 16:05:28 -08:00
Neil Macneale IV
a73bfed8ba
Simplest possible update to gRPC interface for archive spans
2025-02-12 13:18:00 -08:00
Neil Macneale IV
0257cc9b7a
Update the protobuf version from 22.0 to 28.3 ( #8497 )
...
Also update README to reflect the bazel 6.3.0 version
2024-10-28 09:35:19 -07:00
Stephanie You
c9947149f1
add rebase event
2024-01-18 23:10:19 -08:00
Aaron Son
5efbae4b5a
proto: remotesapi: chunkstore.proto: Add a comment for PushConcurrencyControl.
2024-01-10 16:09:53 -08:00
Aaron Son
b832e3bf9d
dolt push: Only assert on a clean working set when doing a push if we are running against a server which requests it.
2024-01-10 15:51:30 -08:00
Aaron Son
d561eb5bdf
proto/third_party/flatbuffers,go/gen/fb/serial: Bump flatc to pick up the version that only has Try accessors.
2023-12-12 18:02:39 -08:00
Zach Musgrave
6cdd0fbefd
Merge main, resolve new event conflict
2023-12-04 10:25:52 -08:00
Zach Musgrave
eef66f7fa5
New propto fields
2023-11-29 14:40:09 -08:00
Stephanie You
fccec02c72
basic dolt reflog implementation
2023-11-29 11:34:11 -08:00
Aaron Son
b480f97e0e
proto/dolt/services/replicationapi: Add a simple RPC as a first pass for replicating DROP DATABASE.
2023-09-29 13:18:07 -07:00
Aaron Son
1002a5d542
go: sqle: cluster: First pass at replicating branch control permissions.
2023-09-14 13:37:35 -07:00
Aaron Son
38eeec5b73
Merge remote-tracking branch 'origin/main' into aaron/cluster-replication-users-and-grants
2023-08-14 11:11:03 -07:00
Stephanie You
043d00c8db
adds new profile event from ld
2023-08-07 15:42:58 -07:00
Aaron Son
08f91f74a0
go/libraries/doltcore/sqle/cluster: Add replication of user and grant changes from primary to standby replicas.
2023-08-04 11:33:57 -07:00
Jason Fulghum
74607b64de
Readme update
2023-07-21 14:36:46 -07:00
Aaron Son
e6f224e6a6
go.mod,proto/third_party/flatbuffers: Bump flatbuffers to dolthub/flatbuffers-v23.3.3-dh.2, change import path to github.com/dolthub/flatbuffers/v23/go.
2023-04-19 15:02:06 -07:00
Solipsis
2eb99a4755
Fix formatting in event_constants.proto
2023-03-13 15:57:17 -07:00
Solipsis
b16dc01ece
Add dolt show event constant.
2023-03-12 03:17:12 -07:00
Aaron Son
7bd0364a23
Merge pull request #5475 from dolthub/aaron/proto-third_party-bump-deps
...
proto/third_party: Bump versions.
2023-03-02 15:37:53 -08:00
Aaron Son
0e9a605159
proto/third_party: Bump versions.
2023-03-02 13:58:18 -08:00
jennifersp
23d4d97eef
add stash commands to clientEventType ( #5347 )
2023-03-02 13:48:48 -08:00
Aaron Son
526b9a3429
proto,go: Add RepoPath field to remotesapi Request messages. Pass it along in remotestorage ChunkStore.
2022-09-15 10:50:37 -07:00
Aaron Son
85a46e39de
proto/dolt/services/remotesapi/v1alpha1: Allow GetUploadLocs TableFileDetails to come with num_chunks.
2022-08-31 14:04:45 -07:00
Aaron Son
6eb9e6c17d
proto,go/.../remotestorage: Add repo_token support.
...
doltremoteapi can return an opaque token which makes it cheaper to access the
repository than just using the RepoId. This updates protos and remotestorage
implementation to cache that token and use it for future accesses of the same
repository.
2022-08-25 12:12:42 -07:00
Aaron Son
7906c9e98f
go/{store,libraries,gen}: Adopt new flatc, throw an error if we encounter unknown fields.
2022-08-16 11:57:14 -07:00
jennifersp
2da4ba7457
add to client event type
2022-06-06 09:42:15 -07:00
Aaron Son
5b1957029e
go/serial: commit.fbs: Remove ref heights from commit storage. Skip and fix store/cmd tests to pass with Format_DOLT_DEV.
2022-04-04 13:26:01 -07:00
Dhruv Sringari
2e38b25dbc
thread memory quota provider through tableSet
2022-03-24 12:27:41 -07:00
Aaron Son
f9e8f1fada
go.mod,proto/third_party: Bump protobuf dependencies to migrate from github.com/golang/protobuf to google.golang.org/protobuf.
2022-03-18 13:06:19 -07:00
Aaron Son
2049362938
proto: Bump eventsapi proto. Pick up definition for ClientEventType_DUMP.
2021-11-30 13:23:01 -08:00
Dustin Brown
4373668fe3
/{go,proto}: refactor Sources, update ListTableFilesResponse
2021-05-20 19:48:37 -07:00
Aaron Son
89f000d734
PR feedback.
2021-05-14 16:11:15 -07:00
Aaron Son
8faae88d55
proto,go: chunkstore: Sketch out refreshing table file URLs on fetch.
2021-05-06 11:32:50 -07:00
Dustin Brown
2622f6842e
/{go,proto}: fix based on pr feedback
2021-04-02 12:03:48 -07:00
Dustin Brown
1ada49a3b4
/{go,proto}: add manifestContents.appendix for storing spec references to level ordered tablefiles
2021-04-02 12:03:48 -07:00
Dustin Brown
9f75c4c748
{proto, go}: add metrics for new commands
2020-11-24 16:32:32 -08:00
Aaron Son
15d9c95824
proto: Add StreamDownloadLocations to ChunkStoreService.
2020-11-16 11:25:25 -08:00
Aaron Son
84c3066348
go/**/*.go: Update copyright headers for company name change.
2020-11-02 10:17:02 -08:00
Daylon Wilkins
b5bb663233
Reference new org name and updated trigger logic
2020-09-25 15:35:04 -07:00
Aaron Son
82fa15aa92
.gitmodules,proto/third_party/golang-protobuf: Remove unused golang-protobuf submodule.
2020-06-23 10:44:15 -07:00
Aaron Son
1602afc5a2
proto/README.md: Update README for new submodule dependencies.
2020-06-23 10:42:37 -07:00
Aaron Son
844c59b9c2
proto/{third_party,Makefile}: Adopt protobuf-go and grpc-go for protobuf message generation.
2020-06-23 09:30:17 -07:00
Aaron Son
0e8d871a68
proto/services/eventsapi: Add REMOTEAPI_ADD_TABLE_FILES event.
2020-05-19 10:30:18 -07:00