Commit Graph

753 Commits

Author SHA1 Message Date
12a2970590 Release: finish releasing v0.43 2022-04-21 22:52:55 -07:00
97b1798b13 Release darwin-arm64 v0.43 v0.43-darwin-arm64 2022-04-21 22:52:54 -07:00
84a70a3e06 Release darwin-amd64 v0.43 v0.43-darwin-amd64 2022-04-21 22:52:54 -07:00
3f2bb416f0 Release linux-amd64 v0.43 v0.43-linux-amd64 2022-04-21 22:52:54 -07:00
fe6ff7d8c7 Release: start releasing v0.43 2022-04-21 22:52:54 -07:00
ff419e71f9 More debugging info for failing to install the update v0.43 2022-04-21 22:52:38 -07:00
da29b95d77 Release: finish releasing v0.42 2022-04-21 22:26:05 -07:00
725c1f7cb8 Release darwin-arm64 v0.42 v0.42-darwin-arm64 2022-04-21 22:26:05 -07:00
282110fb13 Release darwin-amd64 v0.42 v0.42-darwin-amd64 2022-04-21 22:26:05 -07:00
34b3807e01 Release linux-amd64 v0.42 v0.42-linux-amd64 2022-04-21 22:26:05 -07:00
d02f16ae69 Release: start releasing v0.42 2022-04-21 22:26:05 -07:00
980d299543 Run the command in the background for zsh v0.42 2022-04-21 22:25:24 -07:00
be27d190c6 Improve the code for the /download API endpoint so that it auto-decrements the tag until it finds a valid version 2022-04-21 22:02:28 -07:00
39edd4b0f2 Release: finish releasing v0.41 2022-04-21 21:10:40 -07:00
dca4957912 Release darwin-arm64 v0.41 v0.41-darwin-arm64 2022-04-21 21:10:40 -07:00
fc2061700c Release darwin-amd64 v0.41 v0.41-darwin-amd64 2022-04-21 21:10:40 -07:00
1edaecb472 Release linux-amd64 v0.41 v0.41-linux-amd64 2022-04-21 21:10:40 -07:00
41154f46bd Release: start releasing v0.41 2022-04-21 21:10:40 -07:00
fe93be79f4 Support a host: atom as an alias for the hostname: atom v0.41 2022-04-21 21:10:25 -07:00
a8d4e17b66 Release: finish releasing v0.40 2022-04-20 22:36:33 -07:00
a8945e819f Release darwin-arm64 v0.40 v0.40-darwin-arm64 2022-04-20 22:36:33 -07:00
4f1dec4619 Release darwin-amd64 v0.40 v0.40-darwin-amd64 2022-04-20 22:36:33 -07:00
bcce5f065a Release linux-amd64 v0.40 v0.40-linux-amd64 2022-04-20 22:36:33 -07:00
51ed260c5b Release: start releasing v0.40 2022-04-20 22:36:33 -07:00
6a18504755 Enable WAL for increased concurrency, and add additional expectedOutput option for testDisplayTable 2022-04-20 22:13:10 -07:00
edfbf7769e Fix updating on m1 darwin
For some reason, calling unlink() on the binary causes all future spawned processes to die with a "signal: killed" error. I have no idea why this happens, but it doesn't seem to be necessary to call
unlink on darwin, so I'm just tweaking this to not call unlink on darwin. Also remove tidy from the pre-commit since macos ships with a truly ancient version of tidy
2022-04-20 21:57:37 -07:00
94c88c76fe Skip testUpdate when running on linux/arm64 since that isn't a supported platform 2022-04-20 20:56:01 -07:00
8b364dcf53 Release: finish releasing v0.39 2022-04-20 17:29:27 -07:00
5bfaff8ed8 Release darwin-arm64 v0.39 v0.39-darwin-arm64 2022-04-20 17:29:27 -07:00
52d27d2e5d Release darwin-amd64 v0.39 v0.39-darwin-amd64 2022-04-20 17:29:27 -07:00
6ae8d5a348 Release linux-amd64 v0.39 v0.39-linux-amd64 2022-04-20 17:29:27 -07:00
c3dec42af9 Release: start releasing v0.39 2022-04-20 17:29:27 -07:00
89fd59a132 Disabe CGO since it is incompatible with cross-compiling for darwin and swap to a non-cgo sqlite library v0.39 2022-04-20 17:28:19 -07:00
0aad3214a5 Release: finish releasing v0.38 2022-04-19 22:23:00 -07:00
e435a4e76b Release darwin-arm64 v0.38 v0.38-darwin-arm64 2022-04-19 22:23:00 -07:00
72501be6c3 Release darwin-amd64 v0.38 v0.38-darwin-amd64 2022-04-19 22:23:00 -07:00
359a6f2949 Release linux-amd64 v0.38 v0.38-linux-amd64 2022-04-19 22:23:00 -07:00
854e7f6b6d Release: start releasing v0.38 2022-04-19 22:23:00 -07:00
7e4f8e060f Add TODO to install.py, and explicitly set CGO_ENABLED=1 v0.38 2022-04-19 22:22:04 -07:00
a24676988d Release: finish releasing v0.37 2022-04-19 21:17:39 -07:00
5b922fca43 Release darwin-arm64 v0.37 v0.37-darwin-arm64 2022-04-19 21:17:39 -07:00
fac3683191 Release darwin-amd64 v0.37 v0.37-darwin-amd64 2022-04-19 21:17:39 -07:00
9e79c5a0ad Release linux-amd64 v0.37 v0.37-linux-amd64 2022-04-19 21:17:39 -07:00
ad74581e37 Release: start releasing v0.37 2022-04-19 21:17:39 -07:00
10ee085d4c Remove unnecessary set -m calls, speed up the local make acttest command, embed ReleaseVersion into the test server to fix the test failures on macos, and update install to be resistant to bashrc and zshrc not existing v0.37 2022-04-19 21:05:54 -07:00
0a03ce3407 Add missing .py extension 2022-04-19 20:44:35 -07:00
6c9236785a Add an easy to use cross-platform install script for that classic curl | bash goodness 2022-04-19 20:36:14 -07:00
1528e9817e Release: finish releasing v0.36 2022-04-19 19:21:54 -07:00
ad82a09641 Release darwin-arm64 v0.36 v0.36-darwin-arm64 2022-04-19 19:21:54 -07:00
3b78a63f17 Release darwin-amd64 v0.36 v0.36-darwin-amd64 2022-04-19 19:21:54 -07:00