Iris Scholten
dfde657b82
Merge pull request #11235 from influxdata/feat/add-scrapers
...
feat(ui/dataLoaders): Add new scraper from scrapers tab
2019-01-17 14:19:36 -08:00
Mark Rushakoff
3f2a5578a5
fix(http): fix typo in owner/member links
...
There was an extra s in owner links, for example:
{"links":{"self":"/api/v2/taskss/034356818538f000/owners"},"users":[]}
All of the ResourceType values in authz.go already are plural, so I am
fairly certain that the extra s was just a typo all along.
2019-01-17 14:09:03 -08:00
Iris Scholten
022b19358c
Add additional info links to plugin forms
2019-01-17 14:07:53 -08:00
Deniz Kusefoglu
c8ba21d49c
Add the organization ID to the protoboard being instantiated as a dashboard
2019-01-17 13:55:40 -08:00
Iris Scholten
d7f18beaee
feat(ui/dataLoaders): Add new scraper from scrapers tab
2019-01-17 13:37:12 -08:00
alexpaxton
4bf257d136
Refactor note editor ( #11243 )
...
Simplified and removed a bunch of styles
2019-01-17 13:37:03 -08:00
Michael Desa
01983553c4
feat(influxdb): add authorization for user actions
2019-01-17 16:05:24 -05:00
Michael Desa
78249fdb89
feat(http): wire up dashboard authorizer
2019-01-17 16:04:16 -05:00
Michael Desa
556577888b
test(authorizer): add dashboard service tests
2019-01-17 16:04:16 -05:00
Michael Desa
328cc6bfa3
fix(authorizer): use embedded service for find in bucket service
2019-01-17 16:04:16 -05:00
Michael Desa
ea7e466e07
feat(authorizer): add authorized dashboard service
2019-01-17 16:04:16 -05:00
Deniz Kusefoglu
76df423518
Change error text and link to point to influxdb
2019-01-17 13:04:00 -08:00
Nathaniel Cook
b031e22003
feat(http): add vnd.flux content-type support
...
Fixes #10745
2019-01-17 14:01:56 -07:00
Nathaniel Cook
36a7b45908
Merge pull request #11238 from influxdata/flux-staging
...
chore: update to Flux v0.16.1
2019-01-17 13:44:49 -07:00
alexpaxton
fa9b78c2f6
Prototype/vis options side panel ( #11232 )
...
* Display view options in a side panel instead of replacing query builder
* Change view options to stack vertically
* Shrink view options panel slightly
Trying to make everything fit in here
* Give linter a cookie
* Fix incorrect name
* Use global style variables when possible
* Fix weird auto input bug
Co-Authored-By: Chris Henn <chris@chrishenn.net>
* Make view options look proper in VEO
* EOL
2019-01-17 12:24:42 -08:00
Nathaniel Cook
54d8ab91c2
chore: update to Flux v0.16.1
2019-01-17 12:55:06 -07:00
Daniel Campbell
e87421c984
Polish/scrolling plugins ( #11225 )
...
* Make Side Bar Scroll
* completion tweaks
* update snapshots
2019-01-17 11:54:36 -08:00
Deniz Kusefoglu
15547eda0d
Merge pull request #11197 from influxdata/feat/add-protoboard-creation-to-onboarding
...
Add protos state in redux and create protos API infrastructure
2019-01-17 11:51:55 -08:00
Christopher Henn
1a60b18c0b
Ensure computed windowPeriod is an integer
...
Also lowers the `DESIRED_POINTS_PER_GRAPH` constant so that queries
return faster. Once Flux becomes more efficient at windowing, we should
increase this constant again.
2019-01-17 10:31:39 -08:00
alexpaxton
46d1179cb9
A Modest Polish PR ( #11191 )
...
* Remove "My" from config sub-pages
* Amend
* Change "Account" to "Profile"
2019-01-17 10:23:15 -08:00
Delmer
6e0635861e
feat(ui): login redirect to /me ( #11166 )
2019-01-17 12:02:05 -05:00
Chris Goller
eef66bd7ab
Merge pull request #11216 from influxdata/fix/proto-dir-perms
...
fix(fs): fix proto dir permission from rw to rwx
2019-01-17 10:49:49 -06:00
Alirie Gray
47b8ba08f9
Change interval label in TaskForm to every
2019-01-17 08:49:35 -08:00
Chris Goller
beb6c43ff7
fix(fs): fix proto dir permission from rw to rwx
2019-01-17 10:44:39 -06:00
kelwang
413998fd97
Merge pull request #11179 from influxdata/telegraf_authorizer
...
feat(authorizer): add telegraf authorizer
2019-01-17 11:44:32 -05:00
Jonathan A. Sternberg
a63acddf1c
fix(ui): update the flux doc for group ( #11213 )
...
The documention for `group` used the old function signature. Updated
with the most recent from the spec.
2019-01-17 10:39:53 -06:00
Kelvin Wang
2f97711703
feat(authorizer): add telegraf authorizer
2019-01-17 11:37:01 -05:00
Nathaniel Cook
911d934ead
Merge pull request #11211 from influxdata/flux-staging
...
chore: update Flux to v0.16.0
2019-01-17 09:36:29 -07:00
Chris Goller
4f1b8ad846
Merge pull request #11212 from influxdata/fix/scraper-types
...
fix(scraper): remove enriched type label
2019-01-17 10:33:47 -06:00
Nathaniel Cook
cf7eb7834b
chore: update Flux to v0.16.0
2019-01-17 09:23:53 -07:00
Chris Goller
d5a60cf2dd
fix(scraper): remove enriched type label
...
Scraping was enriching the tag set by adding the
prometheus data type in the tag key name, "type."
If a scraped metric already had the tag, "type," then
this would cause errors far away from problem in flux.
Co-authored-by: Kelvin Wang <sherkrainwang@gmail.com>
2019-01-17 10:22:22 -06:00
Leonardo Di Donato
ad6f2e42f5
feat(http): hook macros authorizer to handler
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-17 14:50:18 +01:00
Leonardo Di Donato
ae33de4922
feat(authorizer): macro authorizer
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-17 14:50:18 +01:00
Leonardo Di Donato
efe2508b1e
feat(influxdb): add macro resource type
2019-01-17 14:50:18 +01:00
Michael Desa
f889675ef7
Merge pull request #11176 from influxdata/fix/misc-auth-issues
...
fix(http): use wrapped org/bucket services only when required
2019-01-17 07:55:15 -05:00
Leonardo Di Donato
8b9a21dc03
chore(http): remove getDashboardsLinks
2019-01-17 12:35:00 +01:00
Leonardo Di Donato
3e6add97cb
feat(http): dashboards pagination
2019-01-17 12:35:00 +01:00
Leonardo Di Donato
e8ecc6a712
feat(http): dashboards protos pagination
2019-01-17 12:35:00 +01:00
Leonardo Di Donato
70921b6014
feat(bolt): dashboards pagination
2019-01-17 12:35:00 +01:00
Leonardo Di Donato
b23be9a9a2
feat(inmem): dashboards pagination
2019-01-17 12:35:00 +01:00
Leonardo Di Donato
7601f12a92
feat(testing): tests for dashboards pagination
2019-01-17 12:35:00 +01:00
Leonardo Di Donato
72acc6e598
fix(platform): dashboard filter must implement paging filter
2019-01-17 12:35:00 +01:00
Leonardo Di Donato
964151504f
docs(http): update swagger for dashboards filtering
2019-01-17 12:35:00 +01:00
Leonardo Di Donato
91f4ffba30
chore: bucket pagination improvements
2019-01-17 12:35:00 +01:00
Deniz Kusefoglu
95e808871e
Add protos state in redux and create API infra
2019-01-16 20:24:13 -08:00
Alirie Gray
7e36e3f23d
Add ability to delete a dashboard from the organizations page
2019-01-16 19:52:37 -08:00
Brandon Farmer
baa94e5fd8
Merge pull request #11188 from influxdata/fixes/clean-up-routes
...
Fix org routes
2019-01-16 17:57:59 -08:00
Brandon Farmer
273e0478f0
Fix org routes
2019-01-16 17:49:13 -08:00
Iris Scholten
6a83d6dbc4
Merge pull request #11174 from influxdata/feat/data-loaders-wizard
...
Move dataloading into admin ui
2019-01-16 17:32:30 -08:00
Iris Scholten
4918d7ae67
Move dataloading into admin ui
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2019-01-16 17:21:07 -08:00