Stuart Carnie
7964f86ffc
fix: switch port to 8086
...
fix(readme): update the port and setup
2020-09-03 14:40:29 -07:00
Russ Savage
fa551988fb
fix(contributing): fixing code formatting
2020-02-19 14:13:28 -08:00
Nathaniel Cook
091f025dec
docs(readme): Update README and CONTRIBUTING for Rust dependencies
2020-01-09 16:07:40 -07:00
Bucky Schwarz
c46fc454d0
docs: add developer guide; update docs to reference go 1.13
2020-01-06 13:30:40 -08:00
timhallinflux
ef5f1bb0af
docs: create CONTRIBUTING.md
...
Update CONTRIBUTING.md
Added Security Vulnerability Reporting
Updated the text to include the simple changes. This branch still needs updating to reflect 2.0 API etc.
~
fix(contribution): updated the text for V2.
fixes #13370
Update the 'Getting the source' section'
Remove the 'Cloning a fork' seciton
* If they have forked the repo, it should be clear how to clone the fork.
refactor
last refactor
Use # for section headings
Minor grammar edit.
Update CONTRIBUTING.md
Fix tripple backticks
Backticks weren't being picked up by Github's md renderer properly.
Fixed formatting
Made tabs and spaces consistent (went for tabs, since that's what go uses). Made cli commands consistent by including $ at the start of the line. Fixed copy a little bit.
Softened the language
Fixes: https://github.com/influxdata/influxdb/pull/13370#discussion_r359393716
Softened the language a bit.
Update CONTRIBUTING.md
Co-Authored-By: Stuart Carnie <stuart.carnie@gmail.com>
chore: improve CONTRIBUTING.md
2019-12-20 10:36:40 +00:00
Mark Rushakoff
f2898d1992
Wipe out workspace in preparation for v2 merge
...
"Knock knock."
"Who's there?"
"InfluxDB Veet."
...
2019-01-11 10:38:50 -08:00
Edd Robinson
18cb95f858
Update Go to 1.11
2018-09-06 16:40:20 +01:00
Edd Robinson
75d435c5d6
Update to Go 1.10.3
2018-07-12 11:41:31 +01:00
Jacob Marble
321ae4ff04
update CircleCI config to 2.0 syntax ( #9711 )
...
* enable flaky test, see if CircleCI fails
* Use CircleCI 2.0 with docker layer caching
* update CONTRIBUTING
2018-04-16 12:00:44 -07:00
Lim Chee Hau
6595163614
Fix curl commands in contributing doc
...
- Use POST in `query` api
- Move db to query parameter in `write` api
2018-03-29 18:32:55 +02:00
Jonathan A. Sternberg
066d53f99d
Use dep for dependency management instead of gdm
2018-03-12 15:20:08 -05:00
Jason Wilder
355d742d4a
Update to go 1.9.2
2017-10-30 11:49:47 -06:00
Mark Rushakoff
b3deccb187
Update to next version of Go with security fixes
2017-10-05 16:54:02 -07:00
Jason Wilder
944c9c2b19
Update to go1.8.3
2017-05-26 09:12:31 -06:00
Jason Wilder
ca85dd4cff
Merge pull request #8324 from influxdata/rkuchan-patch-1
...
Update CONTRIBUTING with InfluxData Community link
2017-04-28 13:40:09 -06:00
Jason Wilder
4db3b69b9d
Update to go1.8.1
2017-04-26 11:32:42 -06:00
Regan Kuchan
801c6d18bf
Update CONTRIBUTING with InfluxData Community link
2017-04-25 18:48:42 -07:00
Steven Erenst
c902e6b902
Fix small typo in CONTRIBUTING.md
2017-01-01 21:22:06 -08:00
Edd Robinson
30bea335a4
Update Go version to 1.7.4
2016-12-05 11:23:48 +00:00
Marc
20d0653aa6
Fix references to Go 1.6.2 in doc
2016-11-12 11:50:44 +08:00
Ross McDonald
96ad9c57d9
Move to Go 1.6.2.
2016-05-03 11:33:49 -05:00
Ben Johnson
525e22c92b
tsm1 query engine alloc reduction
...
This commit makes a number of performance improvements to
reduce allocations during query execution. Several objects
and buffers are now reused across the components to avoid
allocations.
Previously a simple `count(value)` query across 1M points
would require 26,000+ allocations. After the changes in
this commit that number has been reduced to 88.
2016-04-11 14:50:59 -06:00
Ben Johnson
e194e1284e
add tmpl to contributing document
...
This commit provides instructions on how to install the
`tmpl` utility and how to generate templates in the project.
Fixes #6215
2016-04-05 09:16:02 -06:00
Ross McDonald
6efd822810
Remove build time linker flag so that we can create reproducible builds.
2016-02-25 09:35:03 -06:00
Jason Wilder
2af618c2d7
Manage dependencies with gdm
...
Since we are pinned to go 1.4.3, we're using the same dependency
manager as telegraf to make builds more reproducible. We'll re-evaluate
vendoring when we can move off of 1.4.3.
2016-02-12 16:27:17 -07:00
Edd Robinson
e808b5c514
Update link to CLA
2016-02-12 10:42:54 +00:00
Ben Johnson
50616f0a47
fix additional influxdata renames
2016-02-10 14:19:42 -07:00
Ben Johnson
5a0d1ab7c1
rename influxdb/influxdb to influxdata/influxdb
...
This commit changes all the import and URL references from:
github.com/influxdb/influxdb
to:
github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Jason Wilder
9c851f790e
Use go1.4.3
...
Fixes #5283 #5217
2016-01-10 16:43:31 -07:00
Philip O'Toole
7f673c79a3
Revert build steps since imports not updated
...
[ci skip]
2016-01-06 17:43:05 -08:00
Philip O'Toole
d9ed54ce37
More updates for new Github org
2016-01-04 15:48:47 -08:00
Philip O'Toole
7c77d63eab
Update packaing and build for new github org
2016-01-04 15:47:04 -08:00
Philip O'Toole
f3e97fdba5
Update with memory profiling instructions
...
[ci skip]
2015-12-23 15:19:57 -05:00
Jonathan A. Sternberg
69d2bd2d03
Formatting and spelling fixes for CONTRIBUTING.md
...
Fixing a typo: Trouleshotting -> Troubleshooting.
Removing a trailing space in the file and a misplaced space at the
beginning of a section that causes the markdown to be formatted
incorrectly.
2015-12-16 10:12:41 -05:00
Philip O'Toole
6539e3be0a
Make it clear code needs Go 1.5.2
...
[ci skip]
2015-12-10 11:13:48 -08:00
Philip O'Toole
7bae79cb71
Move to Go 1.5.2
2015-12-09 11:53:00 -08:00
Akshay Aurora
544fe1f5fb
fix install path
2015-12-09 23:24:20 +05:30
Philip O'Toole
4bc0e9781b
Add initial coding guidelines
2015-11-24 08:59:39 -08:00
Philip O'Toole
7f6279b9ad
Add `go clean` to build docs
...
[ci skip]
2015-11-23 10:51:16 -08:00
Philip O'Toole
8fe2469c75
Make it clear where `go install` puts the binaries
...
[ci skip]
2015-11-21 16:55:56 -08:00
Philip O'Toole
37818fbffc
Fix typo in build instructions
...
[ci skip]
2015-11-21 16:52:09 -08:00
Philip O'Toole
96c4ae9f4f
Final tweaks to build instructions
...
[ci skip]
2015-11-21 16:51:10 -08:00
Philip O'Toole
6b5f5b2fe8
Update CONTRIBUTING.md
2015-11-21 16:50:20 -08:00
Philip O'Toole
52a94156e1
Clarify build vs. install
...
[ci skip]
2015-11-21 16:48:38 -08:00
Philip O'Toole
b1daac7ef7
Group build directions together
...
[ci skip]
2015-11-21 16:43:42 -08:00
Philip O'Toole
edb84f040e
Merge pull request #4762 from faiq/syntax-highlighting-contrib
...
adds syntax highlighting for bash
2015-11-11 22:27:02 -08:00
Faiq Raza
1a15ac6cf9
adds syntax highlighting for bash
2015-11-12 01:07:26 -05:00
Philip O'Toole
3cab8fac02
Revert to Go 1.4.2
...
This is not passing 'go vet' under 1.4.2.
2015-11-11 15:48:37 -08:00
Philip O'Toole
c1c713b683
Small re-org of CONTIBUTING doc
...
[ci skip]
2015-11-04 13:05:08 -08:00
Jorge Puente Sarrín
0f5b62a464
Fix typos for Contributing doc.
...
necessarly -> necessarily
libaries -> libraries
CirceCI -> CircleCI
2015-10-18 22:55:14 -05:00