1. 07 6月, 2018 1 次提交
  2. 19 3月, 2018 1 次提交
  3. 17 5月, 2017 1 次提交
  4. 11 5月, 2017 1 次提交
    • P
      Upgrade to Go 1.8 · 71fa8dad
      Pepper Lebeck-Jobe 提交于
      The only thing that has substansively changed is that Go 1.8 handles
      redirect logic more safely than previous versions. This means we can
      drop our special handling to avoid following redirects to other
      domains. We were only doing that to protect against the possibility
      of leaking auth headers. With Go 1.8, the auth headers are not
      forwarded when following a redirect to another domain, so we don't
      need our special handling any more.
      
      As long as people are attempting to build with the Makefile, the new
      check_go_version script should cause the build to stop if our
      collaborators aren't using at least version 1.8 of go.
      71fa8dad
  5. 08 4月, 2017 2 次提交
    • J
      Rename "review"->"pr" · 2eb3056a
      Johan Walles 提交于
      The current functionality should really be moved to "hub pr checkout".
      This is a step on the way.
      2eb3056a
    • J
      Add a "hub review" command · dc7abb5c
      Johan Walles 提交于
      It wraps functionality already provided by "hub checkout". The advantage
      with "hub review" are twofold:
      
      * Discoverability. It wasn't until I started browsing the hub source
        code that I realized this functionality was present.
      * Usability. Just typing the PR number is easier than having to figure
        out its URL.
      dc7abb5c
  6. 04 10月, 2016 1 次提交
  7. 12 9月, 2016 1 次提交
  8. 21 8月, 2016 2 次提交
  9. 31 1月, 2016 1 次提交
  10. 25 1月, 2016 3 次提交
  11. 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
  12. 04 2月, 2014 1 次提交