Commit Graph

13 Commits

Author SHA1 Message Date
coffeegoddd
969a9a3f21 /go/utils/repofmt/format_repo.sh: allow format script to touch gen files 2023-04-26 10:58:57 -07:00
Dhruv Sringari
241cf79018 Add storage format information to dolt version and add new sql function dolt_storage_format(). Add dolt init --new-format (#4068)
* wip

* add bats

* remove unused

* add SELECT dolt_storage_format()

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* prepared test

* rename skip_nbf_dolt_1 to skip_nbf_dolt

* multidb mode should load databases based on DOLT_DEFAULT_BIN_FORMAT

If there is a database in ./.dolt then we use its format to search for other compatible formats.

If there is no database in ./.dolt then we use `DOLT_DEFAULT_BIN_FORMAT` to search for other compatible formats.

* fix bats

* fix check_prepared_tests.sh

* fix bats

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-08-11 21:04:58 -07:00
Maximilian Hoffman
21716bd973 edit prep workflow script (#3954) 2022-07-28 13:24:46 -07:00
Maximilian Hoffman
849d526c25 Count prepared tests (#3952)
* add test scropt, format should fail

* script edit

* add count

* working dir for script

* try to change count

* add exit 1

* move check to other workflow

* fix count
2022-07-28 13:08:43 -07:00
Max Hoffman
410416cb35 add check prepared script 2022-07-28 12:09:09 -07:00
Daylon Wilkins
0983c60c11 Added check to CI for bats test names 2021-03-16 18:17:02 -07:00
Daylon Wilkins
b5bb663233 Reference new org name and updated trigger logic 2020-09-25 15:35:04 -07:00
Aaron Son
c4ef9e30b0 go/util/repofmt: Fix find expression for linux. 2020-05-19 08:34:44 -07:00
Aaron Son
e390899183 go/utils/repofmt: Do not format check //go/gen/. 2020-05-18 12:13:13 -07:00
Aaron Son
21b58ffa52 Jenkinsfile: Use goimports from go.mod for check_fmt.sh 2019-08-15 12:21:56 -07:00
Aaron Son
83b776af46 go/utils/repofmt/check_fmt.sh: Add a script to format the repo appropriately. 2019-08-07 12:20:25 -07:00
Aaron Son
5fc6fd5d6a go: Update for dolt at root of repository. 2019-07-24 10:28:54 -07:00
Aaron Son
6619700b5a dolt/go: Add utils/repofmt/check_fmt.sh, and standardize goimports config across repository. 2019-07-23 11:59:06 -07:00