Commit Graph

95 Commits (57fb6ef32760b5da21a6e55a28acc551f8372237)

Author SHA1 Message Date
Dane Strandboge 8b38d0e2bf
build: upgrade protobuf library (#22606) 2021-10-15 11:42:47 -05:00
Sam Arnold d1a5c06596
chore: Upgrade to go1.15.10 and flux 0.108.1 (#21015) 2021-03-22 14:11:53 -04:00
davidby-influx d73df4ef53
chore: updated CONTRIBUTING.md for new package config script (#20990) 2021-03-17 14:20:53 -07:00
Sam Arnold 053fae914b chore: update docs with install instructions for goimports 2021-01-29 11:45:17 -05:00
Sam Arnold b0d26fe412 chore: add goimports to ci checks 2021-01-29 11:39:42 -05:00
Ayan George 96bbe2e7af
fix(docs): Update docs to reflect tooling changes (#17798)
Update README.md and CONTRIBUTING.md to reflect our use of go 1.13 (and later) and modules.
2020-04-20 17:49:19 +00:00
Gunnar Aasen 86f78523cc feat(go): Update Go version to 1.12 2019-07-11 12:52:36 -07:00
Ben Johnson 093639dc03
Document process for building distribution files locally. 2019-04-04 14:46:51 -06: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