1. 15 11月, 2017 2 次提交
  2. 14 11月, 2017 2 次提交
  3. 09 11月, 2017 1 次提交
  4. 06 11月, 2017 1 次提交
  5. 25 10月, 2017 1 次提交
  6. 18 10月, 2017 1 次提交
  7. 15 10月, 2017 1 次提交
  8. 13 10月, 2017 1 次提交
  9. 12 10月, 2017 2 次提交
    • E
      Merge readers/writers/routing packages (#295) · d66244cb
      Erik Johnston 提交于
      The HTTP handlers in the components are split into reader and writer directories. This was a fairly arbitrary distinction, and turns out to not be so helpful. Most read APIs have a corresponding write API, and it is more natural for them to be in the same file rather than in different directories.
      d66244cb
    • E
      Rename kafka consumers to *Consumer (#294) · ba0d0672
      Erik Johnston 提交于
      The prior naming was confusing, OutputRoomEvent consumed
      OutputNewRoomEvents
      ba0d0672
  10. 10 10月, 2017 3 次提交
  11. 09 10月, 2017 1 次提交
  12. 28 9月, 2017 1 次提交
  13. 27 9月, 2017 1 次提交
  14. 26 9月, 2017 1 次提交
  15. 23 9月, 2017 2 次提交
  16. 22 9月, 2017 4 次提交
  17. 21 9月, 2017 1 次提交
  18. 20 9月, 2017 4 次提交
  19. 18 9月, 2017 2 次提交
  20. 13 9月, 2017 4 次提交
  21. 12 9月, 2017 2 次提交
  22. 07 9月, 2017 1 次提交
  23. 06 9月, 2017 1 次提交
    • E
      Use gometalinter (#210) · 2dcb3a11
      Erik Johnston 提交于
      * Remove unused struct field
      
      * Ignore unused test data
      
      * Remove unused variables
      
      * Remove deadcode
      
      * Fix up vetshadow warnings
      
      * Convert to using gometalinter
      
      * Update travis
      
      * Use vendored versions of gometalinter
      
      * Make gometalinter install its stuff
      
      * Vendor misspell
      2dcb3a11