forked from influxdata/influxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1.8: (41 commits) chore: Late to the party fix for influxdata/plutonium#3339 (influxdata#21080) fix: fix help test for influx_inspect (influxdata#21052) (influxdata#21053) fix: Set go version to 1.13 in go.mod; see influxdata/plutonium#3339 (influxdata#21034) refactor: separate coarse and fine permission interfaces (influxdata#20996) (influxdata#21035) feat: Log query text for POST requests (influxdata#20993) (influxdata#21021) feat: influx_inspect export to standard out (influxdata#20977) (influxdata#20989) feat(inspect): Add report-disk for disk usage by measurement (influxdata#20917) fix: infinite recursion bug (influxdata#20862) (influxdata#20914) fix(tsdb): minimize lock contention when adding new fields or measure (influxdata#20912) fix(tsm1): fix data race when accessing tombstone stats (influxdata#20909) Update changelog feat: Make meta queries respect QueryTimeout values (influxdata#20910) chore: run goimports on 1.8 branch to bring it up to new check-in standards (influxdata#20907) fix(error): SELECT INTO doesn't return error with unsupported value (influxdata#20429) (influxdata#20432) build: switch tested centos base images (influxdata#20417) (influxdata#20418) chore: update CHANGELOG.md for typo and community PR (influxdata#20389) fix(prometheus): regexp handling should comply with PromQL (influxdata#19832) fix: cp.Mux.Serve() closes all net.Listener instances silently on error (influxdata#20295) Update changelog chore: fix CHANGELOG formating (influxdata#20286) ... # Conflicts: # cmd/influxd/run/server.go # go.sum # services/httpd/service.go # storage/reads/datatypes/predicate.pb.go # storage/reads/datatypes/storage_common.pb.go
- Loading branch information
Showing
93 changed files
with
1,890 additions
and
777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -248,4 +248,4 @@ func StripComments(raw []byte) []byte { | |
} | ||
|
||
return buf.Bytes() | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,4 +54,4 @@ func TestStripComments(t *testing.T) { | |
} | ||
}) | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.