Brandon Farmer
b08ea901f1
Merge pull request #12208 from influxdata/feat/dont-show-modal-if-script-same
...
Show confirmation modal only if script changed
2019-02-27 10:51:37 -08:00
Delmer
c4275fb484
test(ui/de): add test for de deleting query text ( #12213 )
2019-02-27 12:44:44 -05:00
Brandon Farmer
e09253e461
Show confirmation modal only if script changed
...
In time machine only show a confirmation modal if the script is
different that the builder
2019-02-26 16:34:15 -08:00
Andrew Watkins
1471be4a7f
refactor(e2e): remove sources, update commands, flaky test
...
* refactor(e2e): remove the need to create a source before signing in
* refactor(e2e): move setup user into signin function
* fix(orgs): make assertions after org creation
* chore: package.lock
2019-02-26 14:05:53 -08:00
Jonathan A. Sternberg
dd50e10d6d
Merge pull request #12165 from influxdata/flux-staging
...
update to Flux v0.21.0
2019-02-26 13:12:37 -06:00
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
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
Christopher Henn
0d774cecb0
Let Plot components size themselves
2019-02-26 09:07:40 -08: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
Palak Bhojani
2d701d25ef
Add filtering to scrapers tab on org
2019-02-25 16:06:57 -08: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
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
Nathaniel Cook
26e7f641b7
Merge branch 'master' into flux-staging
2019-02-25 13:00:28 -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
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
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
Daniel Campbell
9bad05e017
date picker styles ( #12126 )
...
* date picker styles
* get lint
2019-02-22 15:23:17 -08:00
Christopher Henn
5d8b217f66
Refactor vis table shape and types
2019-02-22 15:02:06 -08:00
Christopher Henn
e92ec5d3f1
Rename layer "aesthetics" to "mappings"
2019-02-22 15:02:06 -08:00
Alirie Gray
a8a99e276f
Merge pull request #12088 from influxdata/feat(variables)/display-variables-in-script-editor
...
Add menu for Variables to Time Machine script editor
2019-02-22 13:45:59 -08:00
Alirie Gray
3ed16ebe83
Add menu for Variables to Time Machine script editor
2019-02-22 13:37:27 -08:00
Iris Scholten
ed39dc5e46
feat(ui): Clone a task's labels when cloning the task
...
Move task cloning logic to external client library
2019-02-22 09:53:36 -08:00
Adam
4c0262befe
test(stdlib/testing): added new test driver to run builtin tests ( #11916 )
2019-02-21 22:03:29 -05:00
Andrew Watkins
a36df9e54e
chore: add test prefix to task test
2019-02-21 17:38:57 -08:00
Andrew Watkins
3ce1078e04
chore(task): unskip task e2e
2019-02-21 17:38:11 -08:00
Andrew Watkins
cc60a4df1d
test(tasks): skip e2e
2019-02-21 17:33:58 -08:00
Andrew Watkins
08d092dafd
chore: change cypress npm run script
2019-02-21 17:33:58 -08:00
Andrew Watkins
ee518c5520
chore: lint fix
2019-02-21 17:33:58 -08:00
Andrew Watkins
6e2a9b14d4
test(ts): update snapshots
2019-02-21 17:33:58 -08:00
Alirie Gray
e81a7bf5d8
test(tasks): add test for deleting a task
2019-02-21 17:33:58 -08:00
Alirie Gray
7fc8ca928d
test(tasks): add test for task without valid script
2019-02-21 17:33:58 -08:00
Alirie Gray
ef86778bce
test(buckets): rename buckets test file
2019-02-21 17:33:58 -08:00
Alirie Gray
771a7969de
test(buckets): use aliases for bucket object
2019-02-21 17:33:58 -08:00
Andrew Watkins
c76fd8ffba
fix(jest): improperly mocked client call
2019-02-21 17:33:58 -08:00
Andrew Watkins
cb3f2e7644
chore(jest): fix deprecations warning
2019-02-21 17:33:58 -08:00
Andrew Watkins
df1a5e9450
test(e2e): use alisas instead of variables
2019-02-21 17:33:58 -08:00