Dustin Brown
fff049474f
Merge pull request #3747 from dolthub/db/decode-test
...
[no-release-notes] /store/marshal/decode_test.go: fix nil panic, skip failing error test
2022-07-25 10:10:56 -07:00
Dustin Brown
386c569d3e
Merge pull request #3915 from dolthub/db/print-format
...
[no-release-notes] /.github/workflows/{email-report, pull-report}: change event name, print format
2022-07-25 09:21:32 -07:00
Jason Fulghum
8e8ae20015
Merge pull request #3745 from dolthub/zachmu/clone
...
dolt_clone stored procedure
2022-07-25 09:16:09 -07:00
coffeegoddd
c5f123bdde
/.github/workflows/{email-report, pull-report}: change event name, print format
2022-07-25 09:15:09 -07:00
AndyA
a6d4bd9862
Merge pull request #3899 from dolthub/aaron/unify-tuplerowstorage-serialmessage
...
go/store/types: SerialMessage: Unify TupleRowStorage and SerialMessage.
2022-07-22 17:25:50 -07:00
Dustin Brown
08c124e437
Merge pull request #3911 from dolthub/db/refactor-ci
...
[no-release-notes] /.github/workflows/k8s-nightly-performance-benchmarks-email-report.yaml: factor jobs out of nightly perf emails
2022-07-22 17:22:22 -07:00
coffeegoddd
18d252f3fd
/.github/workflows/k8s-nightly-performance-benchmarks-email-report.yaml: factor jobs out of nightly perf emails
2022-07-22 17:21:07 -07:00
Dustin Brown
dfe3b51929
Update k8s-performance-benchmarks-pull-report.yaml
2022-07-22 17:06:30 -07:00
Dustin Brown
b515e9e6a4
Update k8s-import-benchmarks-pull-report.yaml
2022-07-22 17:05:41 -07:00
Dustin Brown
8c8f60aace
Merge pull request #3909 from dolthub/db/refactor-ci
...
[no-release-notes] /.github/workflows: factor out jobs from pull report workflows
2022-07-22 16:56:12 -07:00
coffeegoddd
a090a337b3
/.github/workflows: factor out jobs from pull report workflows
2022-07-22 16:55:00 -07:00
Dustin Brown
a8855bc1aa
Merge pull request #3908 from dolthub/db/fix-ci
...
[no-release-notes] /.github/{scripts,workflows}: debug prints
2022-07-22 16:37:12 -07:00
coffeegoddd
c09e1ac75e
/.github/{scripts,workflows}: fix run correctness args
2022-07-22 16:36:21 -07:00
Dustin Brown
8050cad057
Update sql-correctness.yaml
2022-07-22 16:16:02 -07:00
Dustin Brown
371ca80280
Merge pull request #3907 from dolthub/db/ci-refactor
...
[no-release-notes] /.github/workflows: factor out sql correctness
2022-07-22 16:07:52 -07:00
coffeegoddd
3343469e11
/.github/workflows: factor out sql correctness
2022-07-22 16:06:08 -07:00
Dustin Brown
a14df68d3d
Merge pull request #3906 from dolthub/db/fix-ci
...
[no-release-notes] /.github/workflows/latency-benchmarks.yaml: fix typo
2022-07-22 15:44:54 -07:00
coffeegoddd
79e6cdc739
/.github/workflows/latency-benchmarks.yaml: fix typo
2022-07-22 15:42:17 -07:00
Dustin Brown
4a41cd5776
Merge pull request #3904 from dolthub/db/ci-refactor
...
[no-release-notes] /.github/workflows: factor out import and latency jobs
2022-07-22 15:23:56 -07:00
coffeegoddd
0bd08715f3
/.github/workflows: factor out import and latency jobs
2022-07-22 15:20:20 -07:00
Vinai Rachakonda
fef8b4607e
Update release and nightly files to include import benchmarking ( #3901 )
2022-07-22 14:48:42 -07:00
Aaron Son
cfda168635
go/store/types: get_hash.go: Delete unused getHashOverride.
2022-07-22 14:36:50 -07:00
Aaron Son
4d9790bde7
go/store/types: serial_message.go: Hash() calls hash.Of(sm) instead of encoding the value and hashing the chunk.
2022-07-22 14:27:45 -07:00
reltuk
b3c77bfa5d
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-07-22 21:18:06 +00:00
Taylor Bantle
16dc1798c0
Merge pull request #3900 from dolthub/tbantle22-e71f2c26
...
[auto-bump] [no-release-notes] dependency by tbantle22
2022-07-22 14:16:49 -07:00
Aaron Son
5fcd3ccee4
go/store/prolly/message: Move MessagePrefixSz, FinishMessage to serial package.
2022-07-22 14:16:34 -07:00
Dustin Brown
4323a5d62f
Merge pull request #3902 from dolthub/db/ci-refactor
...
[no-release-notes] /.github/workflows: rename workflows to make them more clear/organized
2022-07-22 14:10:39 -07:00
coffeegoddd
5719ba5a82
/.github/workflows: rename workflows to make them more clear/organized
2022-07-22 14:09:14 -07:00
Brian Hendriks
4f82061017
Merge pull request #3894 from Abirdcfly/main
...
fix minor log.Fatalln output
2022-07-22 14:02:10 -07:00
Aaron Son
35443bad44
go/store/prolly/message: Make the size prefix on SerialMessages 24 bits.
2022-07-22 13:57:37 -07:00
Vinai Rachakonda
e5951d3633
Add a better error message for schema mismatch ( #3861 )
2022-07-22 13:37:17 -07:00
tbantle22
cb01650982
[ga-bump-dep] Bump dependency in Dolt by tbantle22
2022-07-22 19:01:55 +00:00
Aaron Son
4f3f4e17af
go/store/types: SerialMessage: Unify TupleRowStorage and SerialMessage.
...
Get rid of TupleRowStorage and use SerialMessage everywhere. In turn, change
SerialMessage so that it carries its kind and size prefix as part of itself.
2022-07-22 11:56:48 -07:00
Dustin Brown
032ac26dbc
Merge pull request #3898 from dolthub/db/rm
...
/.github/workflows/ci-performance-benchmarks-new-format.yaml: remove since #benchmark also does new format
2022-07-22 11:09:41 -07:00
coffeegoddd
b28bf04659
/.github/workflows/ci-performance-benchmarks-new-format.yaml: remove since #benchmark also does new format
2022-07-22 10:59:33 -07:00
Dustin Brown
8d0d368f29
Merge pull request #3896 from dolthub/db/ci
...
[no-release-notes] /.github/{scripts,workflows}: ensure noms bin format gets sent in payload
2022-07-22 10:07:58 -07:00
coffeegoddd
8d4ef5ad58
/.github/{scripts,workflows}: ensure noms bin format gets sent in payload
2022-07-22 10:06:47 -07:00
Abirdcfly
e84b07a572
fix minor log.Fatalln output
...
Signed-off-by: Abirdcfly <fp544037857@gmail.com >
2022-07-22 17:19:20 +08:00
Vinai Rachakonda
2c9a75797b
Round Import benchmark time results by one ( #3892 )
2022-07-21 19:03:02 -07:00
Dustin Brown
db13a54c42
Merge pull request #3889 from dolthub/db/fix-cic
...
[no-release-notes] /.github/{actions,workflows}: fix correctness for both formats
2022-07-21 15:51:28 -07:00
coffeegoddd
2eb83de16a
/.github/{actions,workflows}: fix correctness for both formats
2022-07-21 15:42:44 -07:00
Jason Fulghum
b1613683f7
Updating godocs to better explain functions
2022-07-21 15:03:51 -07:00
Jason Fulghum
0be183b315
Renaming DoltEnv variables to be more explicit and clear
2022-07-21 14:52:17 -07:00
Dustin Brown
f66bc18478
Merge pull request #3885 from dolthub/db/split-tpcc
...
[no-release-notes] /.github/{scripts,workflows}: run tpcc as separate job
2022-07-21 14:46:44 -07:00
coffeegoddd
60f7f2a9dc
/.github/{scripts,workflows}: run tpcc as separate job
2022-07-21 14:41:46 -07:00
Jason Fulghum
26cfe9d454
Removing more usage of os.Chdir
2022-07-21 13:57:51 -07:00
Dhruv Sringari
72055b9548
unskip bats that already work and annotate the rest ( #3884 )
2022-07-21 12:43:14 -07:00
Jason Fulghum
44e4afa617
Removing os.Chdir from actions.Clone since this isn't safe in a server env.
2022-07-21 12:26:08 -07:00
Dustin Brown
df8a3bd647
Merge pull request #3883 from dolthub/db/bump-macos
...
[no-release-notes] /.github/workflows: use macos latest
2022-07-21 10:17:49 -07:00
coffeegoddd
d9956e2cc6
/.github/workflows: use macos latest
2022-07-21 10:13:30 -07:00