Commit Graph

35 Commits (6c8125b1e83752e1c3971c52c9ebaca3590a8e6f)

Author SHA1 Message Date
Andrew Watkins d457865704
build: remove npm replace with yarn (#14176)
* build: remove npm

* build(yarn): only build silently on prod

* build(yarn): replace npm with yarn in makes and docs

* build: remove mentions of npm

* build: add yarn.lock

* build(yarn): lower minor version requirement

* chore: remove package-lock.json

* chore: add package-lock.json to gitignore

* build(node): allow newer node

* docs: update README.md
2019-06-21 16:19:42 -07:00
Palak Bhojani 16754f2470 Create documentation for updating api client and updating swagger 2019-02-20 14:55:59 -08:00
Todd Persen f919712920 Remove some outdated docs. 2015-03-16 15:49:25 -07:00
Cory LaNou 3fdb4e5025 this will allow for the banner on github for PRs 2015-02-12 18:24:29 -07:00
Philip O'Toole d8a8558bc0 Clarify build instructions 2015-01-30 13:05:50 -08:00
Philip O'Toole 03367bf32c Make it clear what the influxDB binary is named 2015-01-21 11:14:09 -08:00
Philip O'Toole 4f7d0e5e46 Pass -f to 'go get'
InfluxDB source is affected by this issue:

    https://github.com/golang/go/issues/8850

which resulted in the new '-f' flag, which our build process must use.
This flag was added to Go 1.4 in:

    ea295a4cfb
2015-01-21 11:09:51 -08:00
Paul Dix fd8e8a108d Update contributing.md
Fix language in a few spots.
2015-01-14 00:34:26 -05:00
Cory LaNou a25345531f add go vet instructions to contribution doc. 2015-01-13 17:37:26 -07:00
Cory LaNou 62f6ebea8c updating docs and pre-commit hooks for vet 2015-01-13 17:34:06 -07:00
Daniel Vigueras d213acee90 Fixed 'How to Write Go Code' link
The link was wrong, it had an extra closing bracket.
2014-12-22 20:08:37 +00:00
Philip O'Toole cfb5f87b99 Add instructions on how to set branch and commit hash 2014-11-19 17:09:57 -08:00
Philip O'Toole 4c2f1e09ad Correct testing instructions 2014-11-19 11:38:43 -08:00
Philip O'Toole 3f13db7f07 Add explicit build instructions 2014-11-18 16:03:05 -08:00
Paul Dix 613b4aebd9 Update contributing based on pure go 2014-11-18 16:58:11 -05:00
Todd Persen e33b072742 Update docs for OS X. 2014-11-02 21:15:09 -05:00
John Shahid 9ad95bafd7 Merge pull request #977 from chulkilee/contributing
Improve contributing.md
2014-10-20 13:53:24 -04:00
Alexandre Viau 83fb72a4c5 need wget to build on Debian 2014-10-13 10:25:38 -04:00
Brennan Ashton 714f387f4b Missing build dependencies
bzlib2-devel is also required and zlib-devel was spelled wrong.
2014-09-30 14:01:38 -07:00
Chulki Lee e2cd6e4cbb Use brew --prefix to determine flex/bison path 2014-09-28 11:18:32 -07:00
Chulki Lee 98c87f08ca Add link text 2014-09-28 11:06:45 -07:00
Leo Baltus 39411b518f Fedora20 and Centos7 provide libstdc++.a in a separate package 2014-09-09 10:43:02 +02:00
John Shahid a493485f4d Drop testing for 1.2.1
We are using net/http Client.Timeout which was added in 1.3 and doesn't
exist in 1.2. There's no reason to keep backward compatibility with 1.2
since we're building our own binaries and go1.3 is available for those
who want to build their own binaries.
2014-08-12 15:26:39 -04:00
John Shahid b16e090860 Add a standard response markdown file 2014-08-01 16:09:33 -04:00
John Shahid 13514dc6d9 more stuff in the contributing doc 2014-07-17 12:49:45 -04:00
John Shahid 8511f401dd Add some links to Go related posts 2014-07-17 12:36:16 -04:00
Paul Dix 4207442033 Uh, fix caps on contributing... 2014-07-15 16:01:33 -04:00
John Shahid bf054b9042 update the contributing guide to have a link to the CLA
[skip ci]
2014-07-15 15:28:27 -04:00
John Shahid 4f0e6f1503 move more docs to the docs directory 2014-07-15 13:01:06 -04:00
John Shahid 54410a2961 more typos 2014-07-15 13:00:21 -04:00
John Shahid 29ad12c7c5 fix a typo. 2014-07-15 12:59:48 -04:00
John Shahid 89b6da1015 Add more dependencies that are needed on Debian 6 2014-07-15 12:58:59 -04:00
John Shahid 9820ce4f74 Add `make format` to the doc 2014-07-15 12:55:38 -04:00
John Shahid fba1706478 Add a contributing doc 2014-07-15 12:53:35 -04:00
John Shahid 796f922c10 Move some files around and delete ones we don't need 2014-07-15 12:27:44 -04:00