Christopher Henn
1f2aa38ac4
Improve positioning of histogram tooltip
2019-02-14 13:43:19 -08:00
Brandon Farmer
2a22f6eb18
Merge pull request #11910 from influxdata/fixes/npm-security-audit
...
Update npm dependencies with security issues
2019-02-14 13:34:41 -08:00
Alirie Gray
e873f5c014
Merge pull request #11907 from influxdata/polish(variables)/rename-macros-to-variables
...
Rename all occurences of Macro to Variable
2019-02-14 13:31:02 -08:00
Christopher Henn
a601fb43d5
Display more helpful errors when fetching AST fails
2019-02-14 13:28:45 -08:00
Brandon Farmer
ace9dcd9de
Update npm dependencies with security issues
2019-02-14 13:21:58 -08:00
Alirie Gray
5f524eb92d
Rename all occurences of Macro to Variable
2019-02-14 13:21:57 -08:00
Alirie Gray
2e436e6660
Merge pull request #11901 from influxdata/feat(variables)/delete-variable
...
Add ability to delete a variable from organizations page
2019-02-14 12:15:09 -08:00
Alirie Gray
f809455b9d
Add ability to delete a variable from organizations page
2019-02-14 12:06:24 -08:00
Palakp41
9716ad7a3d
Merge pull request #11879 from influxdata/fix/permissions-ui
...
Combine permisssions in the ui on token overlay
2019-02-14 11:41:56 -08:00
Palak Bhojani
43979527e1
Combine permisssions in the ui on token overlay
2019-02-14 11:19:55 -08:00
Mark Rushakoff
d562d6bdde
feat(task): pass authorizer to query service
...
Immediately before the executor calls out to the query service, the
executor loads the authorizer associated with the task, and associates
that authorizer with the context used to execute the query.
2019-02-14 08:53:40 -08:00
Mark Rushakoff
caf08b5078
feat(task): store authorization ID with task
...
Accept token when creating or updating a task, but only report back the
authorization ID.
This means the executor and the platform adapter are now both aware of
an Authorization Service.
2019-02-14 08:53:40 -08:00
Alirie Gray
dcfab169c6
Merge pull request #11885 from influxdata/feat(tempvars)/variables-list
...
Add ability to create a new template variable
2019-02-13 22:28:49 -08:00
Alirie Gray
bd1e835238
Add ability to create a new template variable
2019-02-13 20:34:03 -08:00
Alirie Gray
4c2a814948
Merge pull request #11887 from influxdata/fix(swagger)/required-properties-on-macros
...
Add name, orgID, and arguments as required properties to Macro type
2019-02-13 17:16:57 -08:00
Alirie Gray
cb5f9bac40
Add name, orgID, and arguments as required properties to Macro type
2019-02-13 16:54:12 -08:00
Alirie Gray
4ed9c27b68
Merge pull request #11886 from influxdata/fix(swagger)/add-orgID-to-macro-type
...
Add orgID property to Macro (variable) type in swagger
2019-02-13 16:15:31 -08:00
Alirie Gray
f27a3713f5
Add orgID property to Macro (variable) type
2019-02-13 16:07:16 -08:00
Deniz Kusefoglu
8f0e3f5e78
Merge pull request #11880 from influxdata/dashboard-create-optionns
...
Add import dashboard option to create dashboard dropdown
2019-02-13 15:23:55 -08:00
Christopher Henn
1e2289dd35
Enable saving histograms, rework histogram grouping
2019-02-13 15:14:56 -08:00
Deniz Kusefoglu
1885e20699
Add import dashboard option to create dashboard dropdown
2019-02-13 14:58:04 -08:00
Deniz Kusefoglu
ddcba0f3b1
Add new dashboard option to create dashboard dropdown
2019-02-13 14:58:04 -08:00
Iris Scholten
5c5ee7db7c
Merge pull request #11878 from influxdata/fix/configure-collector-link
...
fix(ui): update configure data collector link on me page
2019-02-13 14:30:53 -08:00
Alirie Gray
34f251d62b
Merge pull request #11875 from influxdata/fix(swagger)/update-macro-type
...
Add values and language properties to QueryMacroProperties
2019-02-13 14:24:53 -08:00
Iris Scholten
3c368e53bf
fix(ui): update configure data collector link on me page
2019-02-13 13:59:56 -08:00
Alirie Gray
58f833510c
Add values and language properties to QueryMacroProperties
2019-02-13 13:36:01 -08:00
Brandon Farmer
9867f5d800
Merge pull request #11863 from influxdata/refactor/move-org-member-router
...
Use react router for members tab
2019-02-13 12:06:52 -08:00
Iris Scholten
e89656a995
Merge pull request #11848 from influxdata/fix/overlapping-button
...
Fix overlapping buttons and clean up data-loading styles
2019-02-13 11:44:16 -08:00
Brandon Farmer
bdb108d67e
Use react router for members tab
2019-02-13 11:42:38 -08:00
Iris Scholten
fdb4d2eee7
Fix overlapping buttons and clean up data-loading styles
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2019-02-13 11:32:08 -08:00
Brandon Farmer
2a6cbfb686
Merge pull request #11847 from influxdata/refactor/move-org-dashboards-router
...
Move org dashboards to use react router
2019-02-13 11:25:16 -08:00
Iris Scholten
e41efd5f8c
Merge pull request #11852 from influxdata/fix/download-many-protoboards
...
fix(ui): Ensure template dashboard only gets created on config creation
2019-02-13 10:42:16 -08:00
Iris Scholten
d5ff6e9bb9
fix(ui): Ensure template dashboard only gets created on config creation
2019-02-13 10:10:02 -08:00
Palakp41
2fca416bf3
Merge pull request #11836 from influxdata/feat/view-logs-tasks
...
Add the ability to view logs for a specific task run
2019-02-12 18:55:11 -08:00
Brandon Farmer
21e648980a
Move org dashboards to use react router
2019-02-12 17:24:55 -08:00
Jeff Wendling
1e06d0bbed
Merge pull request #11835 from influxdata/jmw-clone-cached-ss-master
...
Ensure that cached series id sets are Go heap backed
2019-02-12 17:44:52 -07:00
Brandon Farmer
1413352865
Merge pull request #11845 from influxdata/refactor/extract-bucket-org-route
...
Extract Org Bucket Tab to use react router
2019-02-12 16:32:01 -08:00
Brandon Farmer
baac0c4f4d
Extract Org Bucket Tab to use react router
2019-02-12 16:14:15 -08:00
Jeff Wendling
26ca30e97a
Ensure that cached series id sets are Go heap backed
2019-02-12 16:33:35 -07:00
Mark Rushakoff
007f5059c7
refactor(task): extract TaskCreate struct
...
With the ongoing authorization work, creation arguments will differ from
what's returned on reads. More specifically, creation will accept a
token, but reads will report back a token ID.
This refactor facilitates that authorization work, and also brings the
code closer to the swagger definition, for the TaskCreateRequest type in
particular.
2019-02-12 15:10:03 -08:00
Alirie Gray
525f3ae3a2
Merge pull request #11838 from influxdata/fix(swagger)/macros-get-return-type
...
Change return type of get/macros to an array
2019-02-12 14:53:00 -08:00
Alirie Gray
9affdf9657
Change return type of get/macros to an array
2019-02-12 14:45:58 -08:00
Lyon Hill
6db627b76c
Update task http handler to use user resource mapping. ( #11827 )
...
* Update task http handler to use user resource mapping.
2019-02-12 15:37:46 -07:00
Palak Bhojani
45b001c509
Add the ability to view logs for a specific task run
2019-02-12 14:18:35 -08:00
Ben Johnson
af1df09450
Merge pull request #11834 from influxdata/bj-tag-cache-string
...
Convert TagValueSeriesIDCache to use string fields
2019-02-12 15:10:36 -07:00
Ben Johnson
cf29b6bca4
Convert TagValueSeriesIDCache to use string fields
2019-02-12 14:45:38 -07:00
Alirie Gray
6d16250d67
Merge pull request #11810 from influxdata/feat/temp-vars-tab
...
Add template variable subpage UI
2019-02-12 13:13:05 -08:00
Alirie Gray
d3d1fef993
Add UI for creating a template variable
2019-02-12 12:49:23 -08:00
Palakp41
08b658bdca
Merge pull request #11824 from influxdata/feat/tasks-add-lastupdated
...
Update TasksList to display last run date
2019-02-12 11:51:49 -08:00
Mark Rushakoff
4b80fc43c4
test(task): deflake test for CreatedAt, UpdatedAt
...
The earliest time needed to be captured before creating the task, not
after; otherwise a test running close to a second boundary would fail.
Also make the failure message slightly more readable.
2019-02-12 11:35:55 -08:00