Commit Graph

58 Commits

Author SHA1 Message Date
Richard van der Hoff f6003270db Import github integration libraries.
Lots of libraries so that we can talk to github :/
2017-04-07 17:12:42 +01:00
Richard van der Hoff c65e1b468c Move submit handler to separate file
Also unexport payload/logentry to stop the linter complaining
2017-04-07 17:12:42 +01:00
Richard van der Hoff db5597375d Serve log files as plain text (#3)
If the client accepts gzip, just serve the file as a gzip-encoded plain text.

If it doesn't, gunzip it first.
2017-04-06 12:20:07 +01:00
Richard van der Hoff 7e551a8fc1 fix up the pre-commit hook (#1)
* Run the checks against the git index (ie, what you're about to commit),
  rather than the working copy

* Add the changes made by `go fmt` back to the index, so that they are included
  in the commit, as well as the working copy.
2017-04-05 14:51:07 +01:00
Richard van der Hoff ad6ce4e073 Copyright 2017-04-04 16:59:18 +01:00
Richard van der Hoff 19cacfe94b Add readme, contributing, license 2017-04-04 16:20:50 +01:00
Richard van der Hoff 48cee4ecaa Travis build script and gitignores 2017-04-04 12:01:28 +01:00
Richard van der Hoff 6393ec357e Give rageshake script its own repo
This was previously at
https://github.com/vector-im/riot-web/blob/develop/scripts/rageshake.go, but
it's not really exclusive to riot-web, and given I'm about to add some more
complexity to it, I'd like for it to be in its own repo.
2017-04-04 11:25:00 +01:00