1. 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
  2. 04 2月, 2014 7 次提交
  3. 03 2月, 2014 5 次提交
  4. 30 1月, 2014 1 次提交
  5. 25 1月, 2014 1 次提交
  6. 24 1月, 2014 2 次提交
  7. 23 1月, 2014 1 次提交
    • I
      Fork and set up remote in a non-blocking fashion · 179ef88e
      Ivan Tse 提交于
      Forking through GitHub's API is asynchronous so there is really no way
      of knowning when you can access git objects without polling.
      Alternatively, we can establish the state of the fork with its remote
      tracking branches and tags by fetching from the "origin" remote and then
      changing the remote url to the fork.
      179ef88e
  8. 19 1月, 2014 15 次提交
  9. 18 1月, 2014 1 次提交
  10. 14 1月, 2014 1 次提交
  11. 11 1月, 2014 1 次提交
  12. 10 1月, 2014 4 次提交