48 Commits

Author SHA1 Message Date
Derek Strickland
eb710f4711 Added docs link to Learn tutorial for Kind. (#8610) 2020-09-14 20:03:52 -04:00
David Yu
68163cdb84 Small changes to Readme around Consul description (#8114)
Re-ordered features and revised Consul description.
2020-09-14 20:03:45 -04:00
kaitlincarter-hc
ed7ff57514 Website Links to Learn (#8641)
* update links

* Update website/pages/home/index.jsx
2020-09-14 23:17:32 +00:00
kaitlincarter-hc
98a2d5a798
Add link to Learn to the top, move service mesh higher up on list of features. (#7474) 2020-03-23 12:10:42 -05:00
Hans Hasselberg
dda4e9c902
Small readme changes. 2020-02-11 10:53:57 +01:00
David Yu
c2fe8c5acf
Merge pull request #7102 from hashicorp/david-yu-patch-2
Adding links to Kubernetes install to README.md
2020-01-22 08:57:10 -08:00
David Yu
fd871dc4ca
Small change 2020-01-21 16:22:22 -08:00
David Yu
6a8f07e49c
Adding change to mention a few guides
Previously mentioned just one one guide in the header
2020-01-21 15:46:04 -08:00
David Yu
b30bbc63e0
Adding Service Mesh reference
Adding Service Mesh reference for Consul
2020-01-21 15:07:54 -08:00
David Yu
94e8a3b306
Adding links to Kubernetes install
Adding links to Kubernetes deployment guide and minikube install for visibility
2020-01-21 14:55:21 -08:00
rerorero
ea3e8ab135 fix dead link in INTERNALS.md 2019-11-08 09:35:53 -08:00
Alvin Huang
97af2b0929
add circleci and discuss badge (#6599) 2019-10-08 15:55:12 -04:00
Freddy
23064759c8 Contribution guide (#4704)
* Add a contribution guide and link to it from readme

* Add first pass at testing section for contribution guide

* Format as in README.md

* Add responding to community questions as way to contribute
2018-10-05 09:06:40 -07:00
Rebecca Zanzig
183a847c7f Update required golang version in Readme
Fixes #4616.
2018-09-12 14:44:07 -07:00
Jack Pearkes
28c58a9694
readme: add note about security related issues (#4401)
* readme: add note about security related issues

This is a reminder to encourage responsible disclosure (vs. publicly on GitHub) for security-related issues.

* readme: link to security page
2018-07-19 12:43:36 -07:00
Jack Pearkes
714ef5e43e
Update README.md 2018-06-26 01:00:54 -07:00
Jack Pearkes
44f76ead6a
correct README 2018-06-26 00:34:18 -07:00
Mitchell Hashimoto
97f87b2357
Readme for Fork Instructions 2018-06-14 09:41:39 -07:00
James Phillips
e64cd3c4af
Adds a link to Consul Enterprise in the README. 2018-01-23 12:32:54 -08:00
Chad Whitacre
9859f5ad12 Provide hint about test over-parallelization 2018-01-05 16:47:14 -05:00
Frank Schroeder
0a50f82ead
Update README.md
Mention vendorfmt in the `Vendoring` section.
2017-10-23 12:42:00 +02:00
James Phillips
c9fc331361
Upgrades Go version to 1.9. 2017-08-29 15:32:34 -07:00
James Phillips
de74e430f3
Removes obsolete Windows batch file and instructions.
We officially just cross-compile to Windows, and soon will have the normal
Go build working. Since we no longer have any cgo dependencies, none of this
complexity is really needed.
2017-06-09 01:11:38 -07:00
Preetha Appan
5f140b1690 update README to mention using CONSUL_DEV 2017-06-05 15:49:50 -07:00
James Phillips
0070e449fe
Bumps Go version to 1.8. 2017-02-16 13:21:28 -08:00
James Phillips
6de74c60a4 Upgrades to Go 1.7 and fixes vet finding and TLS behavior change. (#2281)
* Upgrades to Go 1.7 and fixes vet finding and TLS behavior change.

* Fixes unit tests in a better manner by closing the client connection on errors.

We traced through and realized that https://github.com/golang/go/issues/15709
causes the output from the client to get buffered, which cuts off the alert
feedback due to the flush() call getting bypassed by the error return.
2016-11-07 18:15:26 -08:00
Kyle Havlovitz
7372c5fdf2 Update to the higher quality Travis build icon 2016-10-25 18:11:35 -07:00
James Phillips
3581ce03c5 Update README.md 2016-10-06 17:31:40 -07:00
James Phillips
c7fb9aa0e7 Update README.md 2016-10-06 17:30:59 -07:00
The Gitter Badger
240e71c3bf Add Gitter badge 2016-10-07 00:29:26 +00:00
James Phillips
a7cfcc3634 Tweaks platform information in the README. 2016-08-26 21:51:07 -07:00
James Phillips
4882d94c7a
Switches over to govendor. 2016-08-08 18:53:35 -07:00
James Phillips
dd06007766 Adds a vendoring cheat sheet. 2016-07-19 17:14:25 -07:00
James Phillips
359541a67d Update README.md
Fixes #2041.
2016-05-12 21:38:43 -07:00
James Phillips
25811d8802 Gets rid of obsolete go get command in the README. 2016-04-24 16:32:19 -07:00
James Phillips
3d29ef369e Adds a note that Go 1.6+ is required. 2016-03-08 10:33:04 -08:00
James Phillips
cc00786580 Changes readme Go version to 1.5.3. 2016-01-14 19:55:57 -08:00
Seth Vargo
cae0ff354a Use HTTPS + www. where appropriate 2016-01-13 17:44:01 -05:00
James Phillips
8738f9780b Updates go version to 1.5.1, and modernizes the Vagrantfile.
Drops 32bit in the Vagrantfile as well since we can build that with
gox and don't need a special environment for it. The Vagrantfile is
now just a good default development environment.
2015-10-26 15:59:38 -07:00
Emil Hessman
78b947ddbc make.bat: add Makefile functionality for Windows
Converted the Makefile functionality into several bat files to better
support building on Windows. All targets have been introduced in the
make.bat file, except for "cov" and "format".

Running make.bat with no arguments runs the all target per default,
just like Makefile.
If an argument is supplied, it must be one of all, cover, deps,
integ, test, vet, or updatedeps.

For example

  > make.bat test

runs the test target.
2015-01-25 06:35:56 +01:00
Emil Hessman
376b86e556 README: go get -f requires Go 1.4+ 2015-01-18 05:30:52 +01:00
Dr Nic Williams
3536d8c31c suggest 'go get -u ./... before running make 2014-09-02 10:49:28 -07:00
Armon Dadgar
60186fb86d Adding travis badge 2014-04-19 13:49:20 -07:00
Mitchell Hashimoto
603ae7abc5 Update README 2014-04-16 22:04:28 -07:00
Armon Dadgar
fac359b4bf README: fixing link 2014-04-14 12:20:48 -07:00
Armon Dadgar
9eefe379d5 website: Fixing Google group link 2014-04-14 12:19:28 -07:00
Armon Dadgar
3ffbbeacd9 Filling in READMe 2014-04-14 11:45:31 -07:00
Armon Dadgar
0a7996bc4f Initial commit 2013-11-04 14:15:27 -08:00