Commit Graph

29032 Commits (0a4ef012941087befc52eddd3987df864106d982)

Author SHA1 Message Date
Christopher Henn 2f0dd58737 Add e2e test for dis/enabled DE submit button
Closes #12191
2019-02-26 10:45:51 -08:00
Palakp41 68861dd2d1
Merge pull request #12168 from influxdata/tests/variable-deletion
test(variables): add test for deletion
2019-02-26 10:35:51 -08:00
Brandon Farmer f2ac6819d2
Merge pull request #12032 from influxdata/feat/create-telegraf-config
Create telegraf config on create step
2019-02-26 10:03:45 -08:00
Jorge Landivar 8b7aac2bba
Merge pull request #12152 from influxdata/bug/cron-and-every
fix(tasks): allow switching between cron and every options
2019-02-26 12:00:24 -06:00
Brandon Farmer 30759b110f Remove CreateOrUpdateConfig 2019-02-26 09:54:32 -08:00
Brandon Farmer 5bf2b04849 Create telegraf config on create step 2019-02-26 09:25:04 -08:00
Alirie Gray 99ad12dc94 test(variables): add test for deletion
Co-authored-by: Palak Bhojani <palak@influxdata.com>
2019-02-26 09:24:25 -08:00
Palakp41 5982a075c3
Merge pull request #12169 from influxdata/fix/scraper-filtering
Add filtering to scrapers tab on org
2019-02-26 09:20:19 -08:00
docmerlin (j. Emrys Landivar) df75f9b9a0 fix(tasks): allow switching between cron and every options 2019-02-26 11:12:56 -06:00
Christopher Henn 0d774cecb0 Let Plot components size themselves 2019-02-26 09:07:40 -08:00
Lyon Hill 049e8f8c90
Add stats to the run log (#12157) 2019-02-26 08:53:36 -07:00
alexpaxton 6e1ee40f45
Introduce ResourceList components and implement on Dashboards index (#12166)
* WIP Introduce Resource List component family

* Shrink padding of resource cards a bit

* Swap positions of meta information and labels in resource cards

* Introduce resource name component

* Polish resource name editing

* Remove child type validation from context component

* Styles for context menus inside resource cards

* Make resource name + meta line responsive

* Polish appearance of responsive resource description

* Replace dashboards list with dashboards cards

* Update e2e tests and add testID props to a bunch of components

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Make testID props consistent

Make all cypress tests have .test extension
Update E2E tests for dashboards index
Split off test for dashboards view

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Move cell test to dashboards view test

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Remove cells test from dashboards index test

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Fix dashboard view - cells e2e test

* Refactor meta1 and meta2 props into a single metadata prop that returns an array of elements

* Cleanup

* Fix and refactor e2e test to be less brittle
2019-02-25 17:41:18 -08:00
Chris Goller 45a42f62dc chore(.github): specify influxdata api team as code owner of swagger.yml 2019-02-25 18:32:46 -06:00
Palak Bhojani 2d701d25ef Add filtering to scrapers tab on org 2019-02-25 16:06:57 -08:00
Jorge Landivar 70a54e1f4c
Merge pull request #12022 from influxdata/feat/tasklookup-orgname
feat(tasks): look up tasks by orgname
2019-02-25 17:54:24 -06:00
Andrew Watkins 169a798081
chore: remove sources from ui (#12164)
* chore: remove sources from TimeSeries component

* chore: remove sources from ui
2019-02-25 15:35:30 -08:00
Nathaniel Cook f83abfc81a chore(flux): update to Flux v0.21.0 2019-02-25 15:02:17 -07:00
docmerlin (j. Emrys Landivar) 669c464335 feat(tasks): look up tasks by orgname 2019-02-25 15:57:01 -06:00
Palakp41 66923cd391
Merge pull request #12153 from influxdata/feat/tasks-runs-api
Update tasks runs to use the api instead of dummy data
2019-02-25 13:56:31 -08:00
Palak Bhojani 0be45c1a13 Update the loading state to redux 2019-02-25 13:45:16 -08:00
Palak Bhojani 274f79f401 Update tasks runs to use the api instead of dummy data 2019-02-25 13:45:16 -08:00
David McKay 097eddca13
Merge pull request #11937 from rawkode/bugfix/fix-scrapers-swagger-spoec
Fix Name of Label Path Var
2019-02-25 21:16:40 +00:00
Jonathan A. Sternberg 70507670c3
feat(storage/reads): add scanned values and bytes metadata to the query (#12156)
This updates influxdb to use the new arbitrary metadata that can be
attached by a source and adds metadata entries for the cursor
statistics.
2019-02-25 14:44:18 -06:00
Nathaniel Cook 26e7f641b7 Merge branch 'master' into flux-staging 2019-02-25 13:00:28 -07:00
Chris Goller 8a104eba28
Merge pull request #12102 from zhulongcheng/empty-op-log
fix(http): return an empty list of operation logs if not found
2019-02-25 11:49:01 -06:00
Michael Desa 10dc061dc0
Merge pull request #12143 from influxdata/chore/pw-context
Add context to storage.PointsWriter
2019-02-25 12:31:46 -05:00
Michael Desa 0d3d0d4d78
chore(influxdb): add context to storage.PointsWriter 2019-02-25 11:11:20 -05:00
Lyon Hill 65c711c350
Fix task meta latest created bug (#12114)
* Fix task meta latest created bug

* include list tasks in testing

* Align tasks to run on the hour
2019-02-25 09:04:21 -07:00
Lorenzo Affetti cf81141689
fix(e2e-tests): make task use default bucket from user fixture (#12139)
* fix(e2e-tests): make task use default bucket from user fixture

* fix(query_test): update pre-auth test now that from is bucket aware
2019-02-25 12:38:04 +01:00
Lorenzo Affetti 5369c189b0
Merge pull request #11894 from influxdata/fix/buckets-accessed
fix(query/stdlib/influxdb): make FromOpSpec a BucketAwareSpec
2019-02-25 09:16:55 +01:00
zhulongcheng efadd43886 fix(http): validate status for creating and updating a task 2019-02-24 15:34:32 +08:00
alexpaxton 29a4ab0d27
Misc. UI Polish (#12115)
* Increase size of download button in config overlay

* Make button copy match overlay title

* Open overlay on name click instead of button

* Add missing blank header cell

* Fix highlighting of buckets tab

* Cleanup tasks header

* Fix org creation overlay

Also having fun with randomized error messages

* Fix empty state of variables page

* Remove unused functions

* Cleanup

* Update snapshot
2019-02-22 16:48:08 -08:00
Christopher Henn e1e1433386 Add UI for setting histogram x axis label 2019-02-22 16:45:56 -08:00
Christopher Henn 27da16305e Add support for axis labels in plots 2019-02-22 16:45:56 -08:00
Christopher Henn b073c84b7e Fix issue rendering undefined points in Histogram 2019-02-22 16:45:56 -08:00
Alirie Gray 2aef8e8eef
Merge pull request #12129 from influxdata/tests(variables)/e2e-testing-creation
test(variables): add tests for creation
2019-02-22 15:52:56 -08:00
Alirie Gray 874f484ced test(variables): add tests for creation 2019-02-22 15:47:22 -08:00
Daniel Campbell 351a718980 date picker styles (#12126)
* date picker styles

* get lint
2019-02-22 15:47:22 -08:00
Christopher Henn b3f6669184 Refactor vis table shape and types 2019-02-22 15:47:22 -08:00
Christopher Henn dff331667e Rename layer "aesthetics" to "mappings" 2019-02-22 15:47:22 -08:00
Alirie Gray 385c0ae4d1 Add menu for Variables to Time Machine script editor 2019-02-22 15:47:22 -08:00
Mark Rushakoff 6c96643883 fix(task): pass task's authorization to query system, if using sessions
The query system specifically expects an Authorization. When a request
comes in using a Session, use the target task's Authorization, if we are
allowed to read it, when executing a query against the system bucket.
2019-02-22 15:47:22 -08:00
Michael Desa 5433b1462a feat(kv): make user owner of org/dashboard on create 2019-02-22 15:47:22 -08:00
Iris Scholten 916d17a273 feat(ui): Clone a task's labels when cloning the task
Move task cloning logic to external client library
2019-02-22 15:47:22 -08:00
Nathaniel Cook e3f430f463 fix(http): separate InfluxQL and Flux services
Previously the APIBackend understood only a ProxyQueryService,
but it needs to understand that there are two implementations of the
ProxyQueryService one for handling InfluxQL queries and one for handling
Flux queries. The names of the fields have been updated to make this
clear. As well as the FluxBackend is now initialized using the
FluxService explicitly.
2019-02-22 15:47:22 -08:00
Mark Rushakoff 609b1d32b6 fix(task): create authorizations for tasks, which can read their task
Also set the generated token's description while we're here.

This enables us to use task's Authorization when we need to query the
system bucket to get run logs, etc. but we only have a Session.
2019-02-22 15:47:22 -08:00
Lyon Hill 8d4827cae7 Allow tasks to skip catchup (#12068) 2019-02-22 15:47:22 -08:00
Mark Rushakoff 380cc2285c fix(swagger): quote keys named "y"
The YAML parser used by the go-openapi libraries treats an unquoted y as
a boolean key, which will lead to a difficult-to-understand parser
error:

types don't match expect map key string or int got: bool

See also https://yaml.org/type/bool.html.
2019-02-22 15:47:22 -08:00
Julius Volz 83ba3e9c22 Check error when writing token file during setup
Signed-off-by: Julius Volz <julius.volz@gmail.com>
2019-02-22 15:47:22 -08:00
Daniel Campbell 9bad05e017
date picker styles (#12126)
* date picker styles

* get lint
2019-02-22 15:23:17 -08:00