Jason Fulghum
548bd95e26
Merge pull request #7930 from dolthub/dependabot/npm_and_yarn/integration-tests/mysql-client-tests/node/mysql2-3.9.8
...
Bump mysql2 from 3.9.7 to 3.9.8 in /integration-tests/mysql-client-tests/node
2024-05-30 16:13:16 -07:00
James Cor
8c9cfe7c7e
apply filter-branch changes to working/staged changes ( #7925 )
2024-05-30 15:44:54 -07:00
Jason Fulghum
f71e3b6cae
Fixing Apache Parquet archive file path
2024-05-30 15:39:22 -07:00
Neil Macneale IV
13cec7d244
Merge pull request #7929 from dolthub/macneale4/fetch-empty
...
dolt fetch default spec from empty repo should return silently
2024-05-30 14:35:53 -07:00
dependabot[bot]
62d9d0b4f7
Bump mysql2 in /integration-tests/mysql-client-tests/node
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/sidorares/node-mysql2/releases )
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md )
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.7...v3.9.8 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-30 20:49:29 +00:00
Neil Macneale IV
e3af8eba92
Add gdoc for fetchRefSpecsWithDepth
2024-05-30 13:22:19 -07:00
Neil Macneale IV
188977f3ed
Error nicely when fetching from an empty remote
2024-05-30 13:00:15 -07:00
Neil Macneale IV
43756349a8
Add test to validate you can fetch from an empty repository (no op)
2024-05-30 12:59:40 -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
Maximilian Hoffman
a5ef19f764
[dsess] Cache checks lookup for TPC-C update ( #7923 )
2024-05-29 17:32:56 -07:00
Maximilian Hoffman
cfaeff4e09
[writer] skip more deserialization steps in getTableWriter ( #7922 )
...
* skip more deserialization steps in getTableWriter
* [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-05-29 16:42:48 -07:00
Dustin Brown
d95b391b51
Merge pull request #7921 from dolthub/db/fix-doltgres
...
[no-release-notes] /{.github,go}: try fixing doltgres benchmark runner tests
2024-05-29 13:36:17 -07:00
coffeegoddd
ddf07da141
/go/performance/continuous_integration/SysbenchDockerfile: fix heredoc
2024-05-29 12:54:45 -07:00
coffeegoddd
8f00fd0988
/{.github,go}: try fixing doltgres benchmark runner tests
2024-05-29 12:54:45 -07:00
Dustin Brown
c2d837e9d5
Update get-dolt-correctness-job-json.sh
2024-05-29 12:54:14 -07:00
Dustin Brown
1c0ad8f76d
Merge pull request #7917 from dolthub/db/fix-ci
...
[no-release-notes] /go/performance/continuous_integration/SysbenchDockerfile: fix ci
2024-05-29 11:38:30 -07:00
coffeegoddd
8f8a158a26
/.github/workflows/ci-benchmark-runner-tests.yaml: skip benchmark tests for now
2024-05-29 11:36:44 -07:00
coffeegoddd
bbfa3a09c5
/.github/scripts/performance-benchmarking: fix schema path
2024-05-29 10:49:15 -07:00
coffeegoddd
91d00f2e1e
/go/performance/utils/benchmark_runner: fix doltgres version command
2024-05-29 10:48:21 -07:00
Maximilian Hoffman
6d870a7103
[no-release-notes] switch tps_multiplier name back ( #7918 )
2024-05-29 10:37:42 -07:00
coffeegoddd
6a4e82f9a0
/go/performance/continuous_integration/SysbenchDockerfile: fix version command
2024-05-29 10:25:35 -07:00
coffeegoddd
3812b1de24
/go/performance/continuous_integration/SysbenchDockerfile: fix ci
2024-05-29 10:08:49 -07:00
Daylon Wilkins
4a099b896c
Merge pull request #7916 from dolthub/daylon/dg-sess-obj
...
Added new session variable
2024-05-29 00:12:37 -07:00
Daylon Wilkins
46bd9aacc6
Added new session variable
2024-05-28 23:12:16 -07:00
James Cor
9305a84b58
prevent dolt filter branch when it would overwrite unchecked branch's working set ( #7900 )
2024-05-28 16:35:06 -07:00
Zach Musgrave
ac2b0edc35
Merge pull request #7863 from dolthub/zachmu/schemas2
...
Use the search path to resolve table names in Doltgres
2024-05-28 16:19:57 -07:00
Zach Musgrave
a9ed5b7a20
Newest gms
2024-05-28 16:02:54 -07:00
Zach Musgrave
1c921b47a7
Merge branch 'main' into zachmu/schemas2
2024-05-28 15:58:25 -07:00
Zach Musgrave
4378de4023
Merge branch 'zachmu/schemas2' of github.com:dolthub/dolt into zachmu/schemas2
2024-05-28 14:36:48 -07:00
Zach Musgrave
bb3d247a65
Fix migrate
2024-05-28 14:36:38 -07:00
zachmu
cddcba4280
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-05-28 21:09:31 +00:00
Zach Musgrave
ded7135498
Fixed two table name bugs
2024-05-28 13:55:02 -07:00
Maximilian Hoffman
2a77c61506
[no-release-notes] more p95 latency ( #7911 )
2024-05-28 13:34:33 -07:00
Zach Musgrave
051f0ead50
Add case sensitivity to dolt_diff table test
2024-05-28 12:57:48 -07:00
Zach Musgrave
9214ca00cd
Newest deps
2024-05-28 12:28:07 -07:00
Zach Musgrave
3aa2aba3bb
Merge main
2024-05-28 12:25:02 -07:00
Dustin Brown
9022625bc3
[ga-bump-dep] Bump dependency in Dolt by max-hoffman ( #7910 )
...
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com >
2024-05-28 12:09:44 -07:00
Zach Musgrave
c6e0eead9e
Bug fix for diff
2024-05-28 11:26:55 -07:00
Neil Macneale IV
1ecb91fa3e
[no-release-notes] Merge pull request #7892 from dolthub/macneale4/archive-build
...
`dolt admin archive` hidden command to test the use of the archive format.
2024-05-28 11:21:18 -07:00
Neil Macneale IV
6154485307
NoOp comment change
2024-05-28 11:19:19 -07:00
Maximilian Hoffman
b25813577d
[no-release-notes] label p95 latency column correctly ( #7908 )
2024-05-28 11:02:48 -07:00
Zach Musgrave
140b3aae52
Newest deps
2024-05-28 10:24:20 -07:00
Zach Musgrave
dda043dab3
Merge branch 'main' into zachmu/schemas2
2024-05-28 10:22:33 -07:00
Neil Macneale IV
5a82ffb468
Use default tmp
2024-05-28 10:10:54 -07:00
Neil Macneale IV
746cc9de56
Update go/store/nbs/archive_build.go
...
Co-authored-by: Aaron Son <aaron@dolthub.com >
2024-05-28 09:50:46 -07:00
Jason Fulghum
fa16c389c0
Merge pull request #7906 from dolthub/fulghum/fix
...
[no-release-notes] Fixing Apache Parquet archive file path
2024-05-28 09:49:22 -07:00
Jason Fulghum
b0956f0e9c
Fixing Apache Parquet archive file path
2024-05-28 09:38:55 -07:00
Daylon Wilkins
902d06cda5
Merge pull request #7898 from dolthub/daylon/integration-tests
...
Added workflow for checking DoltgreSQL
2024-05-24 15:56:22 -07:00
coffeegoddd
5e72f9173e
[ga-bump-release] Update Dolt version to 1.39.1 and release v1.39.1
v1.39.1
2024-05-24 22:35:07 +00:00
zachmu
373fd32f63
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-05-24 22:04:31 +00:00