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. 23 4月, 2015 1 次提交
  3. 21 12月, 2014 1 次提交
  4. 01 12月, 2014 3 次提交
  5. 12 11月, 2014 1 次提交
  6. 16 10月, 2014 1 次提交
    • O
      Build Hub in a temporary dir for cukes · c8ffd06e
      Owen Ou 提交于
      We need to run the packaging script for every platform using a Vagrant box. During the packaging step, cukes are run. However, the workspace is shared between host and the Vagrant box. Instead of cleaning up the built binary for each platform, build it into a temporary dir.
      c8ffd06e
  7. 21 9月, 2014 1 次提交
  8. 22 2月, 2014 1 次提交
  9. 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
  10. 08 1月, 2014 1 次提交
  11. 03 1月, 2014 1 次提交
  12. 02 12月, 2013 1 次提交
  13. 15 11月, 2013 3 次提交
  14. 11 10月, 2013 2 次提交