Michael Desa
460b758f8e
test(http): ensure bucket service tests have appropriate services set
2019-01-16 20:09:03 -05:00
Brandon Farmer
bd5dc23461
Merge pull request #11185 from influxdata/fixes/clean-up-routes
...
Clean up routes
2019-01-16 17:05:03 -08:00
alexpaxton
e18f9b1a25
Use Clockface Overlay when confirming switch from editor to builder ( #11181 )
...
* Introduce overlay footer presentational component
* Refactor time machine query switcher to display overlay instead of browser dialog
* Dismiss overlay when confirming
2019-01-16 16:59:48 -08:00
Brandon Farmer
4729cac5c5
Clean up routes
2019-01-16 16:55:45 -08:00
Michael Desa
f66774a766
fix(http): use wrapped org/bucket services only when required
...
return reasonable error message for http errors on write
2019-01-16 19:03:08 -05:00
Palakp41
2a24c6dca1
Merge pull request #11156 from influxdata/feat/delete-task-adminui
...
Add the ability to delete a task from organization
2019-01-16 15:59:38 -08:00
alexpaxton
6f2b3d9f25
Polish Table Options ( #11160 )
...
* Clean up grid
* Polish threshold list
* Add empty state to table column options
* Improve appearance of custom time format
* Use clockface input within Draggable Column
* Use clockface input in table sidebar
2019-01-16 15:33:34 -08:00
Alirie Gray
2332f852e7
Merge pull request #11171 from influxdata/feat(adminui)/remove-scrapers-from-org
...
Add ability to delete a scraper from an organization
2019-01-16 15:20:05 -08:00
Alirie Gray
ddd6447ae3
Add ability to delete a scraper from an organization
2019-01-16 15:11:36 -08:00
Brandon Farmer
8314cc2ad2
Merge pull request #11173 from influxdata/fix/incorrect-meta-query
...
Fix incorrect meta query
2019-01-16 14:53:21 -08:00
Brandon Farmer
8053d3a255
Fix incorrect meta query
2019-01-16 14:39:39 -08:00
Nathaniel Cook
073b034c24
chore: add go.mod and go.sum to list of Go sources
...
This enables workflows that use `go mod edit` commands to rely on the
Makefile correctly rebuilding the Go binaries.
2019-01-16 15:33:14 -07:00
Michael Desa
12c934ba6b
Merge pull request #11157 from influxdata/fix/session-permissions
...
fix(influxdb): special case the orgs resource when generating permissions
2019-01-16 17:08:21 -05:00
Brandon Farmer
041161a646
Merge pull request #11161 from influxdata/enhancement/improve-meta-query-speed
...
Improve meta query for tags
2019-01-16 13:30:59 -08:00
Mark Rushakoff
f93ecaa137
refactor(task): look up runs more efficiently
...
This switches run status from a tag to a field. This is likely a
breaking change to existing task logs.
Using a one-off local query, for 250 records, the previous approach took
around 10 seconds and the new approach is about 30 milliseconds. At 1000
records, the previous approach was roughly 110 seconds and the new
approach is around 70 milliseconds.
2019-01-16 13:25:28 -08:00
Michael Desa
a5154cf064
Merge pull request #11135 from influxdata/feat/authorize-bucket
...
authorize bucket service operations
2019-01-16 16:25:03 -05:00
Brandon Farmer
bc9a1afcba
Merge pull request #11142 from influxdata/feat/use-api-for-buckets
...
Use bucket api for listing buckets in time machine
2019-01-16 13:10:13 -08:00
Brandon Farmer
b804631996
Improve meta query for tags
2019-01-16 13:06:56 -08:00
Michael Desa
59fde4a9de
feat(authorizer): add authorized bucket service
...
feat(http): use authorizer bucket service for API handler.
test(authorizer): add tests for bucket service auth
2019-01-16 15:37:19 -05:00
Deniz Kusefoglu
ef7d5a1928
Merge pull request #11120 from influxdata/fix/save-view-properties
...
Ensure view retains cellID, and use cellID or id in updateVeiw
2019-01-16 12:36:59 -08:00
Deniz Kusefoglu
901cafbefd
Merge pull request #11130 from influxdata/fix/table-selection
...
Prevent in place editing of tables that broke table selection
2019-01-16 12:36:30 -08:00
Nathaniel Cook
0eecf59877
build(Makefile): fix glob expansion if find command
2019-01-16 13:35:20 -07:00
Michael Desa
ffdba45242
fix(influxdb): special case the orgs resource when generating permissions
2019-01-16 15:26:40 -05:00
Daniel Campbell
00711c5c01
Update final onboarding step to offer next step options to the user ( #11145 )
...
* Update final onboarding step to offer next step options to the user
* Add fallback route
* style tweaks, update snapshot
* update id getter
2019-01-16 12:16:56 -08:00
Michael Desa
de80496ea2
Merge pull request #11116 from influxdata/feat/authorize-requests
...
Authorize organization requests.
2019-01-16 15:16:45 -05:00
Palak Bhojani
9442a685b0
Add the ability to delete a task from organization
2019-01-16 12:16:10 -08:00
ABond
3738a73b1c
Merge pull request #11148 from influxdata/chore/restore-nightly-schedule
...
chore(ci): Restore nightly schedule
2019-01-16 14:50:21 -05:00
Michael Desa
bfb865cd72
feat(influxdb): authorize org service operations
...
feat(influxdb): add unauthorized error code
feat(testing): export ErrorsEqual method
feat(authorizer): add Authorize method that authorizers permissions
feat(authorizer): add org service that authorizes actions to a wrapped org service
feat(http): use authorized org service in org handler
feat(authorizer): rename Authorize to IsAllowed
2019-01-16 14:41:57 -05:00
AJ Bond
08ae5647bf
chore(ci): Restore nightly schedule
2019-01-16 14:26:08 -05:00
kelwang
7f20f3a1e6
Merge pull request #11062 from influxdata/session_renew
...
feat(http): add renew session
2019-01-16 13:29:51 -05:00
ABond
da5384f3c3
Merge pull request #11137 from influxdata/chore/docker-nightly-tag
...
chore(image):Set image tag to version
2019-01-16 13:26:20 -05:00
Brandon Farmer
8b04f04eaf
Use bucket api for listing buckets in time machine
...
Closes #11068
2019-01-16 09:38:18 -08:00
AJ Bond
e54b71f6e4
chore(image):Set image tag to version
...
By default goreleaser will set the image tag to latest. Include the .Version template variable to allow for nightly tags
2019-01-16 12:23:22 -05:00
Palakp41
6807ba6c25
Merge pull request #11128 from influxdata/feat/list-scrapers-admin
...
Add the ability to list all scrapers using api response
2019-01-16 09:18:41 -08:00
Nathaniel Cook
1f86c197b6
Merge pull request #11138 from influxdata/flux-staging
...
chore: update Flux to v0.15.0
2019-01-16 09:55:47 -07:00
Nathaniel Cook
1f5ac8f2ce
chore: update Flux to v0.15.0
2019-01-16 09:46:27 -07:00
Kelvin Wang
0b90767a31
feat(http): add renew session
2019-01-16 11:07:35 -05:00
zhulongcheng
ca332b59de
filter buckets by FindOptions
2019-01-16 13:08:56 +01:00
Deniz Kusefoglu
776e6a7ebc
Prevent in place editing of tables that broke table selection
2019-01-15 22:17:00 -08:00
ABond
44aa7f39c2
Merge pull request #11117 from influxdata/chore/ui-generation
...
fix(ui/nightly): Update nightly build process
2019-01-15 21:37:50 -05:00
ABond
f58cb351a7
Merge pull request #11129 from influxdata/chore/update-goreleaser
...
chore(ci):Update goreleaser version
2019-01-15 21:29:44 -05:00
AJ Bond
cd11b348ed
fix(ui): Fix UI generation issues
...
This issue allows for the ui to be generated during the build proccess
2019-01-15 20:45:38 -05:00
AJ Bond
8b167185f6
chore(ci):Update goreleaser version
...
Update goreleaser to the latest release version which provides support for multiple binaries within a docker image
2019-01-15 20:36:18 -05:00
Palak Bhojani
3fef15ad60
Add the ability to list all scrapers using api response
2019-01-15 17:26:44 -08:00
Alirie Gray
d9a3b6d76c
Feat/edit labels on tasks ( #11122 )
...
* Replace EditDashboardLabelsOverlay with generic EditLabelsOverlay
* Add ability to add/remove labels from a task
2019-01-15 17:02:32 -08:00
Brandon Farmer
fb42bf672c
Merge pull request #11121 from influxdata/feat/remember-query-builder
...
Remember query from query builder
2019-01-15 16:44:09 -08:00
Brandon Farmer
7cdad677f9
Remember query from query builder
...
Closes #11021
When switching from query builder to editor and back, query should be
persisted
2019-01-15 16:31:50 -08:00
Deniz Kusefoglu
e0c4b6c87c
Ensure views keep cellID and use cellID or id for view
2019-01-15 16:27:40 -08:00
Palakp41
1efecc8835
Merge pull request #11124 from influxdata/feat/delete-collectors-admin
...
Add the ability to delete collector from admin ui
2019-01-15 16:23:30 -08:00
Brandon Farmer
a912c7e11b
Merge pull request #11126 from influxdata/feat/update-query-builder-meta-queries
...
Update meta queries for query builder
2019-01-15 16:22:21 -08:00