Commit Graph

13 Commits

Author SHA1 Message Date
Lars Lehtonen
bf727113cc libraries/utils/editor: fix dropped error 2022-02-21 18:54:48 -08:00
Eng Zer Jun
8164a625c7 refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-05 01:40:59 +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
5fc6fd5d6a go: Update for dolt at root of repository. 2019-07-24 10:28:54 -07:00
Aaron Son
732086a9c7 dolt/go: Add copyright notices to every file. For files from noms, retain and reference the previous copyright notice as well. 2019-07-22 17:06:35 -07:00
Daylon Wilkins
bdadb34cc6 Fixes Dolt tests on Windows 2019-07-03 16:36:30 -07:00
Zach Musgrave
0d65f44083 Use the EDITOR os env if the dolt editor isn't set 2019-05-14 16:44:09 -07:00
Aaron Son
badfd1646c dolt/go/libraries/utils/editor: Fix editor_test to not depend on python. 2019-04-03 16:11:52 -07:00
Brian Hendriks
7bb4645632 Bh/row refactor (#532)
row refactor, schema refactor, pipeline refactor
multiple value primary keys, tagged values, pipeline refactor
2019-03-03 22:13:13 -08:00
Osheiza Otori
324ec12b89 adding tests for editor and schema (#334)
* adding tests for editor and schema

* removed unnecessary tests for editor

* modifying scehma test for IterFields
2019-01-30 14:08:11 -08:00
Osheiza Otori
a6a16578fe Commit editor fixes (#318)
Made changes so command also works on windows
2019-01-28 09:49:42 -08:00
Osheiza Otori
d5c8d03217 Commit message editor (#294)
Added ability for user to create and edit commit message in text editor of their choice
2019-01-23 12:13:33 -08:00