Commit Graph

80 Commits (815f740f4c4f4253dffd0a18471eb9ba02f39c0a)

Author SHA1 Message Date
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
Philip O'Toole 22f7cdecc2 Clarify profiling instructions
[ci skip]
2015-10-16 07:46:11 -07:00
Alan Glennon 7d4fe46209 Update CONTRIBUTING.md
Added hyphens -- per the style used in the rest of the document.
2015-10-15 15:34:24 -07:00
Philip O'Toole 7f5b486e99 More profiling help
[ci skip]
2015-10-13 15:23:07 -07:00
Philip O'Toole 7cb8c2d2ec Add build timestamp to version data 2015-09-24 23:40:53 -07:00
Philip O'Toole e1de0c6842 Use Go 1.5 linker flag syntax
[ci skip]
2015-09-09 12:26:32 -07:00
fg2it 2bf33a47a0 Updating doc on package.sh 2015-09-02 20:14:26 +02:00
Philip O'Toole 9a6395740e Add note re cloning forks
Fixes issue #3896

[ci skip]
2015-08-31 14:03:00 -07:00
Philip O'Toole 191163c7c7 Move to Go 1.5 2015-08-27 09:58:15 -07:00
Philip O'Toole 717bce6899 Add build branch to version information 2015-08-13 13:40:51 -07:00
Sean Beckett d1e82322e7 updating example to line protocol
also fixing one small typo
2015-08-07 11:15:30 -07:00
Paul Dix a19156e187 Update CONTRIBUTING.md with profiling info 2015-07-28 16:53:02 -04:00
Philip O'Toole 6a26956fe6 Minor typo in CONTRIBUTING.md
[ci skip]
2015-07-06 08:58:56 -04:00
Philip O'Toole b49bc3626d Notes on troubleshooting protobuf code generation 2015-07-06 08:57:54 -04:00