Commit Graph

106 Commits (master)

Author SHA1 Message Date
Jeffrey Smith II 6219f98e1c
chore: Update the go version required (#24217) 2023-05-30 18:00:08 -04:00
Jason Stirnaman aa5c1c0bae
docs: cleanup CONTRIBUTING.md - clarify instructions and output. (#23743)
* docs(contributing): cleanup CONTRIBUTING.md, clarify instructions and output.

* docs(contributing): add more explanation in sequence.

* docs(CONTRIBUTING): revise pull request section

* docs: CONTRIBUTING.md - cleanup.
2022-09-27 14:21:40 -05:00
Jeffrey Smith II bf5e6eb0d5
feat: Update Contributing.md to be more accurate for a clean checkout (#23465)
* feat: Update Contributing.md to be more accurate for a clean checkout

* chore: minor formatting
2022-06-17 15:07:42 -04:00
Jason Stirnaman 5ce164f849
fix: remove influx CLI output from CONTRIBUTING (#22946)
* fix: remove influx CLI output from CONTRIBUTING. Add link to influx CLI repo. Cleanup build instructions. Update Flux in README.

* fix: headers
2021-11-30 14:02:20 -06:00
Dane Strandboge a7f3b67092
chore: clean up protobuf loose ends (#22823)
- Remove `gogo/protobuf` and `golang/protobuf` deps
- Fix mistake in `CONTRIBUTING.md`
- Use Prometheus `MetricType` type over our own copy-paste version
2021-11-05 10:30:30 -05:00
Dane Strandboge f4e9ae94ca
build: upgrade protobuf library (#22654) 2021-11-02 16:00:54 -05:00
Daniel Moran 1c2d68b0cb
build: upgrade to go1.17 (#22363) 2021-09-01 16:09:02 -04:00
Daniel Moran 3e3e77ed1d
docs: bump Go version in build-from-source docs (#21677) 2021-06-14 11:07:52 -04:00
Dane Strandboge c88fc07451
docs: Update build-from-source docs to favor make commands (#21590)
* docs: add link to Homebrew install for OSX

* docs: remove go command info in favor of make

* docs: update OSX make command installation
2021-06-02 16:33:40 -05:00
William Baker 0e02166ed0
chore: remove dead source code from UI folder (#21446)
* build: updated makefile

* docs: update contributing and readme docs

* chore: delete all the ui files
2021-05-11 10:11:07 -04:00
Daniel Moran 73e4e70fd2
docs: remove broken reference to old DEVELOPMENT.md (#20984) 2021-03-17 10:55:36 -04:00
Sam Arnold 85dff5d20a
docs: OSX always needs pkg-config (#20298) 2021-02-05 09:09:34 -05:00
Sam Arnold 029759a4a2 docs: add clarity to source build instructions
Especially on Ubuntu, where additional configuration is needed to pick up
the correct `yarn` package.

Collapse the build docs originally in the README with the older docs
in CONTRIBUING.md .

Increase required version to 1.15 - I had tests fail to compile on 1.13
and 1.15 was recommended in the PR comments.
2020-12-03 11:25:59 -04:00
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