1. 28 9月, 2015 1 次提交
    • J
      Add hub version to crash report · a4698bcf
      Jingwen Owen Ou 提交于
      This adds hub version to crash report. It includes refactoring of hub version to the `version` package for reusability in `commands` package and `github` package.
      a4698bcf
  2. 27 9月, 2015 1 次提交
  3. 03 6月, 2015 3 次提交
  4. 23 4月, 2015 1 次提交
  5. 09 2月, 2015 1 次提交
  6. 30 1月, 2015 1 次提交
  7. 28 1月, 2015 2 次提交
  8. 22 1月, 2015 2 次提交
  9. 26 12月, 2014 1 次提交
    • J
      Improve package script · 6f53c2aa
      Jingwen Owen Ou 提交于
      * Friendly OS name for packaged zips
      * Options to skip test and toolchain building
      * Fix problems running on Windows
      6f53c2aa
  10. 25 12月, 2014 3 次提交
  11. 21 12月, 2014 2 次提交
  12. 01 12月, 2014 3 次提交
  13. 12 11月, 2014 1 次提交
  14. 20 10月, 2014 1 次提交
  15. 16 10月, 2014 3 次提交
  16. 14 10月, 2014 4 次提交
  17. 21 9月, 2014 1 次提交
  18. 11 4月, 2014 2 次提交
  19. 22 2月, 2014 1 次提交
  20. 12 2月, 2014 1 次提交
  21. 07 2月, 2014 1 次提交
    • M
      Improve bootstrap, build and test scripts · 38db23dd
      Mislav Marohnić 提交于
      Old `script/bootstrap` & `script/build` were unfriendly to Go newbies
      because they require the user having GOPATH set in their environment,
      and either `godep` installed or `hg` to be able to fetch godep.
      
      However, since dependencies are vendored, we don't have any real build
      dependencies except Go itself.
      
      - `script/bootstrap` now checks Go and installs Ruby test bundle
      - `script/build` skips compiling if binary is up to date
      - `script/test` runs both Go and Cucumber test suites
      38db23dd
  22. 14 1月, 2014 1 次提交
  23. 10 1月, 2014 2 次提交
  24. 08 1月, 2014 1 次提交