Commit Graph

12431 Commits (4295a99ab2defde91189cbc3a89a3132d1c54ca6)

Author SHA1 Message Date
Chris Goller 4295a99ab2
Merge pull request #1228 from influxdata/fix/fmt
chore(fmt): update formating with make fmt
2018-10-30 09:22:20 -05:00
Chris Goller d8548d41e1 chore(fmt): update formating with make fmt 2018-10-30 07:40:28 -05:00
Chris Goller c978ead25b
Merge pull request #1227 from influxdata/feature/clean-influxd-main
Clean up influxdb main
2018-10-30 07:37:29 -05:00
Edd Robinson 46a7b8155a
Merge pull request #1170 from zhulongcheng/rm-index
refactor(tsdb): remove tsdb.Index and tsdb.IndexSet
2018-10-30 11:10:54 +00:00
Chris Goller 7756f8dc6a feat(cmd/influxd): add log levels 2018-10-30 02:27:51 -05:00
Chris Goller eb5f4fbe8a refactor(cmd/influxd): use kit and close all services 2018-10-30 01:57:48 -05:00
Jorge Landivar 19d4abf7cb
Merge pull request #975 from influxdata/cancel-task
Now you can cancel runs
2018-10-29 17:19:37 -05:00
Jorge Landivar 198793d955
Merge branch 'master' into cancel-task 2018-10-29 17:07:02 -05:00
Jonathan A. Sternberg 8738d85036
Merge pull request #1221 from influxdata/js-logging-style-fixes
fix: conform to logging style guide for initial log messages
2018-10-29 16:56:07 -05:00
Chris Goller beb591c50b
Merge pull request #1219 from influxdata/fix/http-delete-status
fix(http): all DELETEs now return 204
2018-10-29 16:51:17 -05:00
Jonathan A. Sternberg 67dc4d8cdd
fix: conform to logging style guide for initial log messages
These are the log messages that get printed immediately when starting
the application for the first time. This fixes the messages to conform
to the logging style guide.
2018-10-29 16:42:55 -05:00
docmerlin (j. Emrys Landivar) 6e2620418c Now you can cancel runs 2018-10-29 16:08:50 -05:00
Chris Goller e621ed8e72 fix(http): all DELETEs now return 204 2018-10-29 14:10:33 -05:00
Deniz Kusefoglu df569c893e
Merge pull request #1218 from influxdata/onboarding/add-password-confirmation
Onboarding wizard polish
2018-10-29 12:09:01 -07:00
Deniz Kusefoglu 175ba056ae Onboarding wizard polish
Add password confirmation field
Cursor defaults to username field
Enter submits wizard steps
2018-10-29 12:05:18 -07:00
Mark Rushakoff cfd685d72a fix(cmd/influx): require query command's org-id flag
Before, if you ran `influx query` and didn't have --org-id, you would
get an unhelpful runtime error like `id must have a length of 16 bytes`.
After this, you get a more helpful `required flag(s) "org-id" not set`
error.
2018-10-29 11:52:41 -07:00
Michael Desa c59247b887
Merge pull request #1183 from influxdata/chore/move-frontend
Make chronograf directory for js code only
2018-10-29 14:06:55 -04:00
Michael Desa b9f70b7bec chore(ui): move ui from chronograf/ui to ui 2018-10-29 14:00:54 -04:00
Michael Desa fdbec9303d chore(ui): update misc build files related to moving chronograf/ui to ui 2018-10-29 14:00:45 -04:00
Delmer 1592ae7c0a
feat(ui/logs): add logs hostname column (#1189)
feat(ui/logs): add hostname column

* Add hostname field to default view
* Update logs to include hostname
2018-10-29 13:10:33 -04:00
kelwang 8047865b44
Merge pull request #1205 from influxdata/fix/authenticate
Fix/authenticate
2018-10-29 12:04:22 -04:00
Kelvin Wang 360f8035dd add reset password
fix logger panic, update endpoint, add password reset
2018-10-29 11:56:33 -04:00
kelwang 5f1acc44c8
Merge pull request #1113 from influxdata/feat/telegraf_toml
add toml for telegraf
2018-10-29 11:03:55 -04:00
jlapacik cf46ff8f49 update flux version to master 2018-10-26 16:12:24 -07:00
Chris Goller bc3418aa65
Merge pull request #1210 from influxdata/fix/make-influx-dir
fix(bolt): create bolt/data dir if not exist
2018-10-26 17:17:17 -05:00
Chris Goller 818d54df35 test(bolt): add bolt database creation test 2018-10-26 17:12:39 -05:00
Chris Goller 6f10173a2d fix(bolt): create bolt/data dir if not exist 2018-10-26 17:12:39 -05:00
Chris Goller 7bd425a9fe
Merge pull request #1209 from influxdata/ci/remove-go-race
ci(tests): remove go race tests from circle
2018-10-26 16:00:45 -05:00
Chris Goller 99ca62435b
Merge pull request #1208 from influxdata/fix/write-precision
fix(cmd/influx): typos in cli variables
2018-10-26 16:00:17 -05:00
Chris Goller 5c5b5f50c8 ci(tests): remove go race tests from circle
We think we are being OOM-killed as our plan as 4 GB of ram.
2018-10-26 15:56:11 -05:00
Chris Goller 226d18bb22 fix(cmd/influx): typos in cli variables 2018-10-26 15:51:55 -05:00
zhulongcheng 1dd0d33b1e fix type assertion err 2018-10-27 02:08:31 +08:00
zhulongcheng 268832ee64 remove unused seriesPointIterator 2018-10-27 02:08:31 +08:00
zhulongcheng f6104a7e78 remove unused Shard 2018-10-27 02:08:31 +08:00
zhulongcheng 9d29874e20 move SeriesFileDirectory constant to defaults package 2018-10-27 02:08:31 +08:00
zhulongcheng 5d66bbed48 remove functions for registering engine
This fix is to resolve import cycle
2018-10-27 02:08:31 +08:00
zhulongcheng 0e9185f764 remove tsdb.Index interface
This fix is to resolve #886.
2018-10-27 02:08:31 +08:00
zhulongcheng c89c79dc02 replace tsdb.Index interface with tsi1.Index instance
This fix is to remove tsdb.Index interface to resolve #886.
2018-10-27 02:08:31 +08:00
zhulongcheng c1e732782e remove tsdb.IndexSet
This fix is to resolve #886.
2018-10-27 02:08:31 +08:00
zhulongcheng 427d719af8 remove tsdb.IndexSet tests
This fix is to remove tsdb.IndexSet to resolve #886.
2018-10-27 02:08:31 +08:00
zhulongcheng 28fecc1f6f replace tsdb.IndexSet with tsi1.Index
This fix is to remove tsdb.IndexSet to resolve #886.
2018-10-27 02:08:31 +08:00
zhulongcheng e739afb77d add tsi1.Index methods
These methods are copied from tsdb.IndexSet and modified slightly.
This fix is to remove tsdb.IndexSet to resolve #886.
2018-10-27 02:08:31 +08:00
Jade McGough a9b9a0b538
Merge pull request #1185 from influxdata/user-mapping-response
fix User mapping response
2018-10-26 10:25:45 -07:00
Andrew Watkins 410b723beb
feat(user-profile): user profile layout (#1198)
* feat(chrono): user page

* feat: change user profile route

* feat(user_profile): add logout and static markup
2018-10-26 10:19:29 -07:00
Mark Rushakoff 3fb86665eb test(task): fix check for setting task RequestedAt 2018-10-26 09:49:45 -07:00
Mark Rushakoff 39b9c26db4 chore: add String method to FieldType
Type conflicts should be rare, but when they do happen, printing out the
string name should save developers a couple minutes of digging compared
to looking up which numeric value means which type.
2018-10-26 08:24:18 -07:00
Gianluca Arbezzano 54277728c1
Merge pull request #1178 from influxdata/feature/983
fixed inconsistency in links
2018-10-26 17:13:55 +02:00
Gianluca Arbezzano 6dd6a08ea2
fixed inconsistency in links
Hello
As suggested in https://github.com/influxdata/platform/issues/983 I
changed `auths` to `authorizations` to have the key and the link in
line.

I went for this fix in order to avoid BC. I don't know if that's
the fix you had in mind. Or you were speaking more about short and long
terms.

Fixed #983

Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
2018-10-26 17:05:06 +02:00
Chris Goller 4c856e565d
Merge pull request #1203 from influxdata/feature/client-write-precision
http(write): support timestamp precision
2018-10-26 09:34:32 -05:00
Jade McGough 80900f5e20
chore(inmem): remove unused u/r mapping function (#1176) 2018-10-25 21:53:45 -07:00