Граф коммитов

26 Коммитов

Автор SHA1 Сообщение Дата
CyberFlame 94d5b0fb13
add reference to security policy 2021-07-05 11:00:58 +12:00
Mislav Marohnić bac731a13c [docs] Improve CONTRIBUTING documentation
[ci skip]
2019-10-29 11:47:43 +01:00
Tariq Ibrahim d55e71a3d3
migrate to go modules from dep 2019-05-14 22:31:19 -07:00
Mislav Marohnić 80a8fe31f9 Stop testing against go 1.8
Go 1.8 doesn't have the `testing.Helper()` method
https://travis-ci.org/github/hub/jobs/481181084
2019-01-18 04:32:44 +01:00
Mislav Marohnić b3b3ebb8e5 Fix link to README
[ci skip]
2018-11-02 20:25:31 +01:00
Mislav Marohnić 8b9f9d2ca7 Update contributing docs regardig working with a local checkout
[ci skip]
2018-11-02 20:22:55 +01:00
Anand Sundaram 9261866892 docs: remove explicit reference to name of obsolete code of conduct in link 2018-08-06 10:30:15 -04:00
Anand Sundaram 72d70b06f6 docs: fix link to code of conduct from contributing doc 2018-08-06 10:28:16 -04:00
Mislav Marohnić c2ddfd3901
Remove outdated instructions about the CLA
Closes #1781 [ci skip]
2018-06-15 17:55:29 +02:00
Mike McQuaid 696d9c0936
CONTRIBUTING: note license.
This is to be more explicit about the contribution process and license.
2018-02-16 09:09:22 +00:00
Mislav Marohnić f96acf03c8 Add developer docs for using `dep`
[ci skip]
2018-01-29 16:26:58 +01:00
Mislav Marohnić 6d47f23f39 Merge pull request #1437 from christopher-hopper/patch-1
Fix Code of Conduct hyperlink in CONTRIBUTING
2017-06-26 20:17:08 +02:00
Pepper Lebeck-Jobe 71fa8dad8f
Upgrade to Go 1.8
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.
2017-05-11 13:24:04 +09:00
Christopher Hopper a0530523bf Fix Code of Conduct hyperlink in CONTRIBUTING 2017-03-16 16:24:45 +11:00
Mislav Marohnić ef8ac0e2eb Add `make install`
Installs hub binary and man pages into `/usr/local` by default.

Fixes #1291
2016-10-03 20:32:39 +02:00
Mislav Marohnić ddd5b167d5 It's Go 1.6 now
[ci skip]
2016-08-15 12:21:24 +02:00
Mislav Marohnić 54262e6606 Makefile galore! 2016-01-25 15:58:17 +11:00
Mislav Marohnić 1b862e3388 Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
Brandon Keepers 5ed0ef0442 Add code of conduct to contributing guidelines 2015-07-08 13:58:13 -04:00
Mislav Marohnić 4cc48e1ccd Acknowledge the CLA
Fixes #831 [ci skip]
2015-03-04 20:50:10 +13:00
Jingwen Owen Ou c1c6d48241 Bump to use Go 1.4.1
Go 1.4.1 has some bug fixes for 1.4: https://github.com/golang/go/issues?q=milestone%3AGo1.4.1. Nothing is changed on our side.
2015-01-18 08:05:04 -08:00
Jingwen Owen Ou 7e6a117d57 Bump to use Go 1.4 2014-12-12 21:12:22 -08:00
Mislav Marohnić 83fcf6f22a Stop saying that non-git-related features will be rejected
As the Go version of hub matures, we plan to add features that are not
necessarily tied to git operations, such as viewing and managing issues.

Previously this wan't in the scope of the project. Now the scope widens.
2014-07-29 23:02:44 -07:00
Mislav Marohnić 486abc2802 Remove Ruby-specific parts of docs in prep for move to Go
- Ruby is not required at runtime anymore
- Most installation instructions are now obsolete. Will need to write
  new instructions when we distribute precompiled binaries.
- Remove tedious parts about slowness. It's not slow anymore!
2014-07-29 23:00:01 -07:00
Mislav Marohnić 8b14a02187 Add notice about Go to CONTRIBUTING doc 2014-03-01 01:08:11 +01:00
Mislav Marohnić 97e79e5710 Make a more comprehensive CONTRIBUTING document
Fixes #421
2013-12-22 00:25:37 +01:00