Commit Graph

34112 Commits (99bb1bba4ddf2fc38193ba7b0b661b39c0dc3cfe)

Author SHA1 Message Date
Yoofi Quansah 99bb1bba4d
Merge pull request #19548 from influxdata/yq-issue-19547
chore: remove hardcoded constants for ids
2020-09-14 09:20:45 -07:00
Pavel Závora 2c32938a78
Merge pull request #19466 from influxdata/19452/csv2lp
fix(pkg/csv2lp): do not override existing line part in group annotation
2020-09-12 12:10:14 +02:00
Pavel Závora be8b2a9c9f
Merge pull request #18779 from influxdata/18744/csv2lp
feat(cmd/influx/write): add new processing options and enhancements
2020-09-12 11:47:49 +02:00
Pavel Zavora 1629655a55 chore: update changelog 2020-09-12 11:43:50 +02:00
Pavel Zavora 13a801b830 fix(pkg/csv2lp): do not override existing line part in group annotation #19452 2020-09-12 11:40:54 +02:00
Pavel Zavora 2c25044a8c chore: apply review comments 2020-09-12 11:29:05 +02:00
Pavel Zavora 78fe5c61f9 chore: update changelog 2020-09-12 11:15:58 +02:00
Pavel Zavora 60c4984f51 chore: apply review comments 2020-09-12 11:13:27 +02:00
Pavel Zavora 7fc590fb6f chore: doc only 2020-09-12 11:13:27 +02:00
Pavel Zavora fe2c7dfae0 chore(pkg/csv2lp): improve Test_CsvToLineProtocol_RowSkipped 2020-09-12 11:13:27 +02:00
Pavel Zavora b21b4014e6 feat(pkg/csv2lp): document concat annotation 2020-09-12 11:13:27 +02:00
Pavel Zavora c5d841efdf feat(pkg/csv2lp): add concat annotation 2020-09-12 11:13:27 +02:00
Pavel Zavora 0718c9a53f chore(cmd/influx/write): update option description 2020-09-12 11:13:27 +02:00
Pavel Zavora 90a3a7c8d8 feat(cmd/influx/write): add --errors-file option #18742 2020-09-12 11:13:27 +02:00
Pavel Zavora 05c8a00b8d feat(pkg/csv2lp): add RowSkippedListener to inform about rejected records #18742 2020-09-12 11:13:27 +02:00
Pavel Zavora b51866e7be chore(pkg/csv2lp): improve doc 2020-09-12 11:13:27 +02:00
Pavel Zavora ff96ef04f9 feat(pkg/csv2lp): enhance documentation with strict parsing #18744 2020-09-12 11:13:27 +02:00
Pavel Zavora c2643243f3 feat(pkg/csv2lp): add possibility to parse long and unsignedLong values strictly #18744 2020-09-12 11:13:27 +02:00
Pavel Zavora 14718c9dfc feat(pkg/csv2lp): pass a line number to custom parsing fn #18744 2020-09-12 11:13:27 +02:00
Pavel Zavora 001343d958 feat(pkg/csv2lp): log a warning when loosing precision #18744 2020-09-12 11:13:27 +02:00
Pavel Závora cbc640bc46
Merge pull request #19467 from influxdata/19453/csv2lp
fix(pkg/csv2lp): warn about duplicate tag names #19453
2020-09-12 11:13:01 +02:00
Pavel Zavora e749b8cedf chore: update changelog 2020-09-12 10:36:54 +02:00
Pavel Zavora 238ba1990e fix(pkg/csv2lp): don't allow duplicate tags #19453 2020-09-12 10:34:01 +02:00
Alirie Gray 127d894960
Merge pull request #19527 from influxdata/fix-put-variable
fix(variables): use Update function for Put Variable
2020-09-11 12:53:11 -07:00
Yoofi Quansah 2099b64578 chore: total removal of references to hardcoded IDs 2020-09-11 12:29:00 -07:00
Alirie Gray 12039918e4 fix(variables): use Update function for Put Variable 2020-09-11 11:48:11 -07:00
Stuart Carnie 8576d1df99 feat: Implement DELETE FROM and DROP MEASUREMENT
Closes #19416
2020-09-11 11:37:43 -07:00
Stuart Carnie 7e16da8f74 chore: Consolidate `v1/internal` to `internal`
Take the opportunity to combines duplicated types in both packages
under the root `internal` package
2020-09-11 11:37:43 -07:00
Timmy Luong f4c0259906 feat: update BandViewProperties 2020-09-11 10:47:24 -07:00
Yoofi Quansah 48f72e0dfd chore: remove hardcoded constants for ids 2020-09-10 12:35:25 -07:00
Lyon Hill d965225136
fix: Add me permission to onboarded auth token (#19501)
When a new user is onboarded the new auth token can now have access to
create auth tokens
2020-09-10 11:59:11 -06:00
Stuart Carnie 6f0cf049ca feat: Port shard precreation service from InfluxDB 1.x
Provides new configuration parameters:

```
--storage-shard-precreator-advance-period
--storage-shard-precreator-check-interval
```

Closes #19520
2020-09-09 13:34:22 -07:00
Alirie Gray 81052f82f7
Merge pull request #19368 from influxdata/put-variable
fix(variables): add id to put variable request
2020-09-09 11:44:45 -07:00
Stuart Carnie e265f60b55 fix: Improvements in response to PR feedback
* Pass context.Context to Service.Open
* Remove redundant comments
* Bind to retention.Config configuration to be consistent with 1.x
2020-09-09 10:32:06 -07:00
Stuart Carnie ab31e7763b chore: Closing in goroutine causes race with logging framework 2020-09-09 10:32:06 -07:00
Stuart Carnie 7c2be6e780 feat: Port 1.x retention policy enforcement service
Configuration of the check interval is available via

```
--storage-retention-check-interval
```

Closes #19309
2020-09-09 10:32:06 -07:00
Roger Peppe deb99b3885
Merge pull request #19493 from influxdata/rogpeppe-001-remove-replace-directives
fix: remove unnecessary replace directives from go.mod
2020-09-09 17:01:25 +01:00
Vlasta Hajek e51d1cb4e5
Merge pull request #19511 from vlastahajek/fix/windows_compile
fix(InfluxDB 2): Making influxd compilable on Windows
2020-09-08 22:19:06 +02:00
Alirie Gray adbc036ebd fix(variables): add id to put variable request 2020-09-08 11:26:03 -07:00
vlastahajek b5afed5201 fix(compile): Making influxd compilable on Windows 2020-09-07 15:10:49 +02:00
Stuart Carnie 8757b5bb6e chore: Update CHANGELOG.md 2020-09-05 09:44:34 -07:00
Stuart Carnie feb2596f3a feat: Expose a subset of InfluxQL coordinator tuning options
Closes #19507
2020-09-05 09:44:34 -07:00
Stuart Carnie 04cff2a8d2 fix: Unit test 2020-09-04 15:56:57 -07:00
Stuart Carnie abbacf0b6e chore: Update CHANGELOG.md 2020-09-04 15:56:57 -07:00
Stuart Carnie 111f39c8b1 feat: Add TSM 1.x storage options as flags
Closes #19505
2020-09-04 15:56:57 -07:00
Stuart Carnie 4266eb5935 chore: Remove page-fault-rate flag, which is not available 2020-09-04 15:56:57 -07:00
Stuart Carnie c8bcc516f6 feat: Allow usage of toml types as viper pflags 2020-09-04 15:56:57 -07:00
Stuart Carnie 44c86a9911 chore: Remove redundant replace directives 2020-09-04 15:56:57 -07:00
Stuart Carnie 4b5ac0871d
Merge pull request #19494 from influxdata/port-change
feat: Changing the default port from 9999 to 8086
2020-09-04 11:58:41 -07:00
Russ Savage 161d169638
chore(changelog): added port change to breaking changes section 2020-09-04 09:30:22 -07:00