<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sally/Makefile, branch grumps-master</title>
<subtitle>a fork with reasonable build of uber-go/sally</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/'/>
<entry>
<title>more reasonable builds</title>
<updated>2020-05-30T06:05:54+00:00</updated>
<author>
<name>Max Resnick</name>
<email>max@ofmax.li</email>
</author>
<published>2020-05-30T06:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=8b20db86f3d5da60ace214423a6746936ce1314c'/>
<id>8b20db86f3d5da60ace214423a6746936ce1314c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>template: Bundle in binary with bindata (#36)</title>
<updated>2019-01-03T21:55:15+00:00</updated>
<author>
<name>Abhinav Gupta</name>
<email>mail@abhinavg.net</email>
</author>
<published>2019-01-03T21:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=2bf0f688f895aa19f976051e30b967a6187e27b4'/>
<id>2bf0f688f895aa19f976051e30b967a6187e27b4</id>
<content type='text'>
This uses go-bindata/go-bindata to bundle the template in the binary.

I also realized that the handler test was now broken because we were
checking the exact contents of the index page in the test. This change
fixes that too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This uses go-bindata/go-bindata to bundle the template in the binary.

I also realized that the handler test was now broken because we were
checking the exact contents of the index page in the test. This change
fixes that too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Go 1.11 and use modules (#33)</title>
<updated>2019-01-03T00:36:04+00:00</updated>
<author>
<name>Abhinav Gupta</name>
<email>mail@abhinavg.net</email>
</author>
<published>2019-01-03T00:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=fa1cf198a7c22a0f7537c565e36a19567bbde0d8'/>
<id>fa1cf198a7c22a0f7537c565e36a19567bbde0d8</id>
<content type='text'>
This commit modernizes the repository organization a bit.

In short, this,

- Upgrades to Go 1.11.
- Uses Go modules instead of Glide.
- Drops errcheck, which we rarely use in our codebase internally.
- Uses `./...` to run build, tests, etc. since that does not have to
  account for vendor anymore.
- Drops `-installsuffix cgo` from the production build. This was a
  workaround for pre-1.10 versions of Go. See
  https://github.com/golang/go/issues/9344#issuecomment-69944514.
- Uses a tools.go as recommended in [go-modules-by-example/tools][1] to
  pin to tool dependencies.
- Uses `go run` instead of `go install`ing tools globally.

[1]: https://github.com/go-modules-by-example/index/tree/master/010_tools

Tested locally with `make docker-launch`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit modernizes the repository organization a bit.

In short, this,

- Upgrades to Go 1.11.
- Uses Go modules instead of Glide.
- Drops errcheck, which we rarely use in our codebase internally.
- Uses `./...` to run build, tests, etc. since that does not have to
  account for vendor anymore.
- Drops `-installsuffix cgo` from the production build. This was a
  workaround for pre-1.10 versions of Go. See
  https://github.com/golang/go/issues/9344#issuecomment-69944514.
- Uses a tools.go as recommended in [go-modules-by-example/tools][1] to
  pin to tool dependencies.
- Uses `go run` instead of `go install`ing tools globally.

[1]: https://github.com/go-modules-by-example/index/tree/master/010_tools

Tested locally with `make docker-launch`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dependencies (#32)</title>
<updated>2019-01-03T00:33:56+00:00</updated>
<author>
<name>Abhinav Gupta</name>
<email>mail@abhinavg.net</email>
</author>
<published>2019-01-03T00:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=4f14effe2d5e01058696fc1038255d0b2dd54179'/>
<id>4f14effe2d5e01058696fc1038255d0b2dd54179</id>
<content type='text'>
The dependencies for this repository haven't been updated in a while.
This commit updates its dependencies, updating the import path for
staticcheck in the process.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The dependencies for this repository haven't been updated in a while.
This commit updates its dependencies, updating the import path for
staticcheck in the process.</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Dockerfile.sally to Dockerfile.scratch (#27)</title>
<updated>2017-01-26T21:42:56+00:00</updated>
<author>
<name>Grayson Koonce</name>
<email>grayson.koonce@gmail.com</email>
</author>
<published>2017-01-26T21:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=36aee2f74d0bbb139efcc0303fa04bf308efd5b3'/>
<id>36aee2f74d0bbb139efcc0303fa04bf308efd5b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dockerfiles and update makefile (#25)</title>
<updated>2017-01-26T19:32:21+00:00</updated>
<author>
<name>Peter Edge</name>
<email>peter.edge@gmail.com</email>
</author>
<published>2017-01-26T19:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=10d8a723b116b6ee54d57363c9eaebe9eaa71f4f'/>
<id>10d8a723b116b6ee54d57363c9eaebe9eaa71f4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework as HTTP server (#15)</title>
<updated>2016-10-12T18:04:26+00:00</updated>
<author>
<name>Grayson Koonce</name>
<email>grayson.koonce@gmail.com</email>
</author>
<published>2016-10-12T18:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=ac8374fd17e30fca9a7773a2a6f690a7ea4d2ec9'/>
<id>ac8374fd17e30fca9a7773a2a6f690a7ea4d2ec9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Starting point (#1)</title>
<updated>2016-09-30T22:34:03+00:00</updated>
<author>
<name>Grayson Koonce</name>
<email>grayson.koonce@gmail.com</email>
</author>
<published>2016-09-30T22:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ofmax.li/sally/commit/?id=cba441714f357b9b25d5c0cacbfb2e376bbbe679'/>
<id>cba441714f357b9b25d5c0cacbfb2e376bbbe679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
