Commit Graph

226 Commits

Author SHA1 Message Date
Neil O'Toole
66a8c39844
Improvements to 'sq version' command (#137) 2022-12-30 10:10:56 -07:00
neilotoole
13cfc0e1c8 Scoop update for sq version v0.20.0 2022-12-29 19:14:35 -07:00
Neil O'Toole
d9693bde17
Feature/manpages (#136)
* manpage support

* Polish up man work

* Set DisableAutoGenTag=true for all commands

* Set DisableAutoGenTag=true for root cmd

* CHANGELOG
2022-12-29 19:02:10 -07:00
neilotoole
a08a3b5997 Scoop update for sq version v0.19.2 2022-12-29 16:30:31 -07:00
neilotoole
2e616a1daf Installers also install shell completion 2022-12-29 16:16:39 -07:00
neilotoole
307d60ef2b Merge branch 'master' of https://github.com/neilotoole/sq 2022-12-29 16:16:21 -07:00
neilotoole
8392b6a641 Installers also install shell completion 2022-12-29 16:16:18 -07:00
neilotoole
e8e94e5436 Scoop update for sq version v0.19.1 2022-12-29 15:47:40 -07:00
neilotoole
263d13d9db Merge branch 'master' of https://github.com/neilotoole/sq 2022-12-29 15:34:31 -07:00
neilotoole
afeb9ae54b Arch Linux package incorrectly referenced LICENSE.md 2022-12-29 15:34:26 -07:00
neilotoole
b89ff2621d Scoop update for sq version v0.19.0 2022-12-29 15:19:08 -07:00
neilotoole
9cebdac82b Update changelog for v0.19.0 2022-12-29 15:06:43 -07:00
Neil O'Toole
b09b2d50fd
Install for Arch Linux (#135)
* testing arch linux install

* wip

* Testing AUR install

* Problem with goreleaser aurs config

* add AUR_PRIVATE_KEY as envar for GoReleaser (publish)
2022-12-29 15:00:45 -07:00
neilotoole
906e1f6348 Scoop update for sq version v0.19.0-dev1 2022-12-29 14:49:42 -07:00
neilotoole
ea83f3446f Added cosign keys 2022-12-29 09:29:40 -07:00
Neil O'Toole
27d2b92e97
Create CODE_OF_CONDUCT.md 2022-12-27 10:39:24 -07:00
neilotoole
b036fd9067 Updated acknowledgements 2022-12-26 16:54:29 -07:00
neilotoole
a6671a0e46 Updated acknowledgements 2022-12-26 16:53:49 -07:00
neilotoole
da9e08d378 Updated acknowledgements 2022-12-26 16:52:38 -07:00
neilotoole
3535c81344 Merge branch 'master' of https://github.com/neilotoole/sq 2022-12-25 03:43:04 -07:00
neilotoole
e2128db962 changelog update 2022-12-25 03:43:01 -07:00
neilotoole
79aa3e9fdc Scoop update for sq version v0.18.2 2022-12-25 02:53:04 -07:00
Neil O'Toole
aee9e2ed5b
Feature/apk install (#134)
* wip

* wip

* Updated install.sh to support alpine/apk

* tidied up install.sh output for apk

* refactor install.sh; hopefully embedded version info now includes 'v'

* install.sh cleanup
2022-12-25 02:44:52 -07:00
neilotoole
3ef5522ea5 Scoop update for sq version v0.18.1 2022-12-25 00:30:41 -07:00
neilotoole
908585b63d Scoop update for sq version v0.18.1-dev 2022-12-25 00:17:34 -07:00
neilotoole
2d186de720 refactor GH workflow for even more parallelism 2022-12-25 00:16:21 -07:00
neilotoole
51bc3ef677 refactor GH workflow for more parallelism 2022-12-25 00:08:04 -07:00
Neil O'Toole
56846b40c4
bump goreleaser to 1.13.1; add archlinux and apk packages' (#133) 2022-12-24 23:57:41 -07:00
neilotoole
488f0db2ca Merge branch 'master' of https://github.com/neilotoole/sq 2022-12-24 22:25:58 -07:00
neilotoole
7e9aa390f0 fine-tuning workflow 2022-12-24 22:25:54 -07:00
neilotoole
0ee49e2546 Scoop update for sq version v0.18.0 2022-12-24 22:18:30 -07:00
neilotoole
48842fd0d3 linting 2022-12-24 22:00:28 -07:00
neilotoole
a1ceaade6c workflow fix 2 2022-12-24 21:40:58 -07:00
neilotoole
462bbecfab workflow fix 2022-12-24 21:40:46 -07:00
neilotoole
ae4f0c7eee changelog v0.18.0 2022-12-24 21:39:39 -07:00
neilotoole
41abd2e4d8 fixing workflow 2 2022-12-24 21:25:36 -07:00
neilotoole
52f7e70503 fixing workflow 2022-12-24 21:24:17 -07:00
neilotoole
bc626a4117 linting enabled in workflow 2022-12-24 21:20:04 -07:00
neilotoole
70e650ef87 linting 2022-12-24 21:09:20 -07:00
Neil O'Toole
a1ba6578da
"add" command supports hiding password input (#132)
* renamed cmdFlagChanged to flagChanged

* initial stdin stuff working

* wip: mostly working as expected

* Docs and lots of cleanup

* Mostly docs

* fixed behavior of source.LocationWithPassword, and tests
2022-12-24 21:04:18 -07:00
Neil O'Toole
1d6e260533
Clean up the antlr tooling (#131)
* cleanup magefile; antlr stuff

* fixed broken magefile

* Tidy up grammar directory

* antlr tools
2022-12-24 09:43:21 -07:00
neilotoole
b51e0f7deb Scoop update for sq version v0.17.0 2022-12-23 23:10:03 -07:00
neilotoole
f8363c7ea3 CHANGELOG update for v0.17.0 2022-12-23 22:58:40 -07:00
Neil O'Toole
0a627a7b6f
Chore/antlr 4.11.1 upgrade (#130)
* baseline seems to be working

* Updated to antlr4

* few more module upgrades
2022-12-23 21:43:20 -07:00
Neil O'Toole
e2a9605ec6
Chore/sqlite3 upgrade (#129)
* wip

* made progress on new SQLite type stuff

* we're getting places

* largely working now

* tidying up

* almost there

* time to deal with failing tests

* seemed to have fixed sqlserver issue

* seems to all be fixed

* minor tidy up
2022-12-23 21:05:26 -07:00
Neil O'Toole
fff01a32db
Chore/yet more mod upgrades (#128)
* gopkg.in/yaml.v3 upgrade

* emirpasic/gods@v1.18.1

* yet more module stuff
2022-12-23 14:05:24 -07:00
Neil O'Toole
738a66e7f3
Update dburl module (#127)
* upgrade xo/dburl@v0.12.0

* Changed test because of underlying change in github.com/xo/dburl
See comment on: https://github.com/xo/dburl/releases/tag/v0.13.0
2022-12-23 12:06:33 -07:00
Neil O'Toole
94207e5b0c
yet more module updates (#126) 2022-12-23 11:22:08 -07:00
Neil O'Toole
8cbcaf6606
Chore/update go modules (#125)
* switched to microsoft/go-mssqldb

* upgraded go.uber.org packages

* updated ryboe/q

* more package updates
2022-12-23 11:09:06 -07:00
neilotoole
3243356d30 Scoop update for sq version v0.16.1 2022-12-23 10:03:11 -07:00