Commit Graph

27886 Commits (7111cf4297c98fe9ad9d26b142e8a7a6e76f5155)

Author SHA1 Message Date
Leonardo Di Donato 7111cf4297 chore(platform): default macro find options and error 2019-01-15 20:39:41 +01:00
Leonardo Di Donato 0f3a076f3e feat(http): get macros via http accounts for query parameters
Refs #1908
2019-01-15 20:39:41 +01:00
Leonardo Di Donato edc2f703c3 chore(bolt): bolt macro impl. is a macro service again 2019-01-15 20:39:41 +01:00
Leonardo Di Donato 0a5584e994 chore(inmem): inmem macro is a macro service again 2019-01-15 20:39:41 +01:00
Leonardo Di Donato fa6b6f4d09 chore(mock): macro mock is a macro service again 2019-01-15 20:39:41 +01:00
Leonardo Di Donato b39b23da36 chore(testing): macro testing framework respect macro service interface 2019-01-15 20:39:41 +01:00
Leonardo Di Donato ecf865f2fe feat(macro): addition of org ID to macros 2019-01-15 20:39:41 +01:00
Palakp41 c278388fdd
Merge pull request #11096 from influxdata/feat/collectors-ui-admin
Build ui for Collectors on Organizaitons page
2019-01-15 11:34:35 -08:00
Jade McGough d174d56f35
Merge pull request #11097 from influxdata/task-labels-swagger
fix(http): use correct response for task labels GET request
2019-01-15 11:25:55 -08:00
Jade McGough fe6e1bcd23 fix(http): use correct response for task labels GET request 2019-01-15 11:18:57 -08:00
Deniz Kusefoglu a8f08ca347
Merge pull request #11095 from influxdata/fix/post-to-telegrafs
Add organizationID to telegrafsRequest schema
2019-01-15 11:18:30 -08:00
Palak Bhojani 6b71e08c73 Build ui for Collectors on Organizaitons page 2019-01-15 11:14:24 -08:00
Deniz Kusefoglu b249f82e6d Add organizationID to telegrafsRequest schema 2019-01-15 10:40:39 -08:00
Michael Desa 79031fd814
Merge pull request #11089 from influxdata/fix/authz-resources
fix(influxdb): change resource to resource type
2019-01-15 13:16:45 -05:00
Michael Desa c60031a6b7 fix(influxdb): change resource to resource type 2019-01-15 12:57:57 -05:00
Deniz Kusefoglu 515d23117c
Merge pull request #11049 from influxdata/fix/dashboard-swagger
Rename json organizationID to orgID across API
2019-01-15 09:51:36 -08:00
Daniel Campbell aab247ac75
add error message for mismatch password (#11092) 2019-01-15 09:50:25 -08:00
Nathaniel Cook be373a6310
Merge pull request #10956 from influxdata/flux-staging
Update Flux to v0.14.0
2019-01-15 09:07:08 -07:00
Nathaniel Cook 2ebf17645e chore: update Flux to v0.14.0 2019-01-15 08:47:31 -07:00
Nathaniel Cook 8372859dee Merge branch 'master' into flux-staging 2019-01-15 08:35:59 -07:00
Leonardo Di Donato 9ef3ce8f9b chore(cmd/influx): command descriptions and parameters start with uppercase now
Fixes #10995

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-15 16:33:56 +01:00
Leonardo Di Donato 42fcd5ae8d feat(cmd/influx): override help for all commands
Making its initial word uppercase, at the same time.

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-15 16:33:56 +01:00
Edd Robinson 98abd940f6
Merge pull request #11042 from influxdata/er-drop-bucket-perf
Improve delete bucket performance
2019-01-15 11:57:02 +00:00
Edd Robinson 810b5d9281 Bulk log file delete
This commit adds a method to delete many series ids from the LogFile in
bulk, reducing the number of fsyncs required.
2019-01-15 11:45:12 +00:00
Edd Robinson 9ff65f6016 Track deleted series ids to remove from series file
Previously series that were being removed were tracked at the key level.
This means that when removing them from the series file, the series id
first had to be looked up. This can cause lock thrashing when there are
many series ids to look up (such as with a bulk delete), because there
are no bulk methods to do this.

This commit changes how the series file delete is done by extracting
the series ids from the index before we remove the index entries. It's
then possible to delete all those series ids from the series file
without having to lookup the ids.
2019-01-15 11:45:10 +00:00
Deniz Kusefoglu d8eb0d0a5d Replace organizationID with orgID everywhere 2019-01-14 18:34:12 -08:00
Deniz Kusefoglu 0c54343a87 Fix missing key from dropdown 2019-01-14 18:33:25 -08:00
Deniz Kusefoglu 28d906fce6 Add orgID to dashboards 2019-01-14 18:13:27 -08:00
Michael Desa 7c1372cdfc fix(influxdb): rename organizationID to orgID in json struct tags
Note. This may require that users blow away thier existing boltdb
databases to avoid errors.
2019-01-14 18:12:46 -08:00
Michael Desa 263b3e228d fix(http): add organizationID to dashboard swagger 2019-01-14 18:12:46 -08:00
Alex P aabf82c965 Uh oh 2019-01-14 17:06:11 -08:00
Nathaniel Cook d0603457b7 refactor(flux): make packages mirror Flux namespaces 2019-01-14 18:00:45 -07:00
alexpaxton 3f0cb874b6
Add Cards to User Homepage (#11073)
* Randomize greeting language

* Add binary and morse code to random greeting

* Luke says this is right cuz he took Latin

Co-Authored-By: lukevmorris <luke@influxdb.com>

* Add Klingon and Esperanto to greetings

* Add SVG animation to "dashboards" homepage tile

* Add SVG animation to "explore" homepage tile

* Add SVG animation to "collector" homepage card
2019-01-14 16:52:48 -08:00
Brandon Farmer 98a693248e
Merge pull request #11070 from influxdata/feat/not-started-query-message
Show different message before queries run in explorer
2019-01-14 16:25:32 -08:00
Brandon Farmer 19a22a3cee
Merge pull request #11064 from influxdata/feat/move-time-machine-buttons
Move timemachine buttons to add more room for graphs
2019-01-14 16:25:20 -08:00
Alirie Gray bf96a31ded
Merge pull request #11034 from influxdata/feat/send-task-from-DE
Add save query as task functionality to Data Explorer
2019-01-14 16:17:29 -08:00
Palakp41 baf6182af3
Merge pull request #11067 from influxdata/feat/token-overlay-roles-permissions
Remove hard coded token permissions and uses api response instead
2019-01-14 16:14:57 -08:00
Brandon Farmer 7c460c7739 Show different message before queries run in explorer 2019-01-14 16:11:46 -08:00
Daniel Campbell 062f6976a4
Update Line Protocol button styles, submit form on file upload. (#11066)
* Update Line Protocol button styles, submit form on file upload.

* use Button component
2019-01-14 16:10:21 -08:00
Nathaniel Cook 622106caaa Merge branch 'master' into flux-staging 2019-01-14 17:03:57 -07:00
Palak Bhojani 4d11413335 Remove hard coded token permissions and uses api response instead 2019-01-14 15:46:14 -08:00
Brandon Farmer 18074233ae Move timemachine buttons to add more room for graphs 2019-01-14 15:34:05 -08:00
Deniz Kusefoglu 1581804d74 Add save query as task functionality to Data Explorer
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2019-01-14 15:15:27 -08:00
ABond 8f448c49cb
Merge pull request #11058 from influxdata/chore/nightly-build
chore(ci): Fix nightly build bug
2019-01-14 17:50:23 -05:00
Palakp41 dca0cb5ddf
Merge pull request #11055 from influxdata/feat/scraping-onboarding
Build ui for scraping component on onboarding
2019-01-14 14:37:59 -08:00
AJ Bond f7b6bfacf7 chore(ci): Fix nightly build bug
The project is currently using goreleaser to manage building nightly binaries, docker images and uploads to s3.
The tool has a strict dependency on semantic versioned tags. InfluxDB history does not have a valid semantic tag causing the tool to fail. This commit creates a valid tag for the current time to allow nightly builds to continue.
2019-01-14 17:30:27 -05:00
Brandon Farmer 9ecb65d658
Merge pull request #11053 from influxdata/fixes/sign-in-direct
Properly handle sign in page when there are no sources
2019-01-14 14:27:36 -08:00
Brandon Farmer 65eac3cc4b Properly handle sign in page when there are no sources 2019-01-14 14:10:59 -08:00
Iris Scholten 7db37b90c6 Build ui for scraping component on onboarding
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-01-14 14:10:22 -08:00
Mark Rushakoff d42f6aa1f3 ci: stop whitelisting appveyor branches
This should restore appveyor builds on PRs, although getting the build
to work properly is still outstanding:

https://github.com/influxdata/influxdb/issues/10937
2019-01-14 13:32:12 -08:00