Jason Fulghum
e96e4dcea2
bumping x/net|sys|text in go/gen/proto/dolt/services/eventsapi
2024-05-09 17:28:50 -07:00
Daylon Wilkins
d204d27ab0
PR feedback
2024-05-08 05:28:45 -07:00
Zach Musgrave
3f0396add5
Getting rid of multiple table maps
2024-04-19 14:19:22 -07:00
Zach Musgrave
ca78438f6b
No more changes to schema.fbs
2024-04-17 18:09:37 -07:00
Zach Musgrave
ceaec05aee
Added database schema to foreign keys
2024-04-12 15:40:31 -07:00
Zach Musgrave
2ee49c202a
Reworking root_value.fbs for non-default schema table storage
2024-04-11 10:26:51 -07:00
Zach Musgrave
7d79501c33
Moved DatabaseSchema defn to the schema file
2024-04-11 09:06:31 -07:00
Zach Musgrave
a907de92bb
Schema namespace storage for root values and creation method
2024-04-10 14:32:06 -07:00
Daylon Wilkins
36efa2c8b5
Added storage capabilities for GMS Extended Types
2024-02-07 05:35:35 -08:00
Jason Fulghum
4b656cef71
Tests working
2024-01-31 14:32:36 -08:00
Stephanie You
89c8e806a9
Merge remote-tracking branch 'origin/main' into steph/rebase
2024-01-22 17:21:33 -08:00
Maximilian Hoffman
6b41096d81
Write stats to disk and dolt_statistics table ( #7243 )
...
* Write statistics to prolly tree
* fix go-sql-server-driver
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* bump
* [skip actions] [ga-update-correctness] SQL Correctness updated to 99.997709
* Tidy
* test edits
* fix string outputs
* fix string printing histogram rows
* bump
* [skip actions] [ga-update-correctness] SQL Correctness updated to 99.998097
* test bump
* bump
* bump
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
Co-authored-by: coffeegoddd <coffeegoddd@users.noreply.github.com >
2024-01-20 11:49:45 -08:00
stephkyou
c784959efe
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-01-19 08:17:04 +00: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
Jason Fulghum
ede4822b20
Regenerating worksingset flatbuffer code, after picking up git submodule updates for our flatbuffers fork
2023-12-18 13:39:19 -08:00
Jason Fulghum
fd6a8c3558
Merge branch 'main' into fulghum/rebase-prototype
2023-12-18 12:09:49 -08:00
James Cor
5012d331f0
serialize on update expressions ( #7115 )
2023-12-15 22:40:01 -08:00
Jason Fulghum
ca35f834d0
Merge branch 'main' into fulghum/rebase-prototype
2023-12-14 07:15:43 -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
Jason Fulghum
e9173fc035
Merge branch 'main' into fulghum/rebase-prototype
2023-12-06 15:59:01 -08:00
zachmu
59632204cd
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-12-05 19:44:51 +00:00
Zach Musgrave
6cdd0fbefd
Merge main, resolve new event conflict
2023-12-04 10:25:52 -08:00
Zach Musgrave
7b2768c79c
Formatting
2023-12-01 16:13:42 -08:00
Zach Musgrave
4276eb6f0f
New proto gen
2023-12-01 16:11:48 -08:00
Stephanie You
fccec02c72
basic dolt reflog implementation
2023-11-29 11:34:11 -08:00
Jason Fulghum
0843c2391c
Next pass on rebase – uses a temporary rebase branch (instead of working in detatched head)
2023-11-16 13:15:49 -08:00
Jason Fulghum
77854677ee
Very messy first pass on getting a dolt_rebase stored procedure started, and tracking working set rebase metadata.
2023-11-14 10:19:11 -08:00
James Cor
c5710b42ab
store GEOMETRY types as BLOBs ( #6933 )
2023-11-07 01:49:48 -08:00
coffeegoddd
96367142b8
/go/gen/proto/dolt/services/eventsapi/go.mod: pick up indirect dep change
2023-11-01 15:17:46 -07:00
Neil Macneale IV
85155eda22
dependabot squash ( #6916 )
...
* Bump golang.org/x/net from 0.15.0 to 0.17.0 in /go
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump golang.org/x/net in /go/gen/proto/dolt/services/eventsapi
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /go
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* 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.55.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0...v1.56.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* go mod tidy on integration-tests/go-sql-server-driver
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 11:00:36 -07:00
Aaron Son
e4aa6ffad8
go/libraries/doltcore/sqle/cluster: First pass at replicating drop database.
2023-09-29 14:14:09 -07: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
reltuk
6cf3edd62b
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-08-04 18:47:15 +00: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
Stephanie You
833c60f278
add dolt profile cli command
2023-08-02 16:46:47 -07:00
Daylon Wilkins
b026050a9f
Implemented Full-Text indexes
2023-07-26 16:39:27 -07:00
Jason Fulghum
612dbfa10a
Regenerating workingset flatbuffer files
2023-07-21 21:40:50 +00:00
Aaron Son
abae81ada3
go/go.mod,go/.../events/go.mod: Bump golang.org/x/net dependency.
2023-07-13 12:07:08 -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
Nick Tobey
1d51563220
Merge pull request #5783 from dolthub/nicktobey/dolt-show
...
`dolt show` supports displaying non-commit objects.
2023-04-25 16:58:27 -07:00
nicktobey
ecfbc0f5fd
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-04-25 22:29:04 +00:00
Andy Arthur
babc96961e
Merge remote-tracking branch 'origin/main' into andy/schema-conflicts
2023-04-24 07:35:08 -07:00
Jason Fulghum
18b20bef14
Reverting formatting changes for generated files
2023-04-21 15:30:43 -07:00
Andy Arthur
bca8aeb48f
go/{commands, doltcore/merge}: update status reports to include schema conflicts
2023-04-20 18:33:22 -07:00
macneale4
caf69cdc0e
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-04-20 23:51:00 +00:00
Andy Arthur
df537759e5
Merge remote-tracking branch 'origin/main' into andy/schema-conflicts
2023-04-20 16:35:05 -07:00