Russ Savage
037f3c11e7
chore(fluxFunctions): Update hasSuffix/Prefix ( #18496 )
2020-06-15 10:33:14 -07:00
Alex Boatwright
e91514a63f
feat: save to dashboards from notebooks ( #18468 )
2020-06-15 09:13:57 -07:00
Zoe Steinkamp
dd64ba6dff
fix: loads function writeNavigationTimingMetrics after window.load runs ( #18495 )
...
* fix: loads function after window.load runs
* fix: loads function after window.load runs
2020-06-12 19:05:25 -06:00
Timmy Luong
85baa156bf
fix: update formatStatValue to correctly handle trailing zeroes in all cases
2020-06-12 15:55:06 -07:00
Alex Boatwright
1dc54f403e
feat: button order ( #18492 )
...
Co-authored-by: drdelambre <drdelambre>
2020-06-12 15:06:19 -07:00
Ariel Salem
020d938537
chore(alphabetize): alphabetizes dashboards in the saveas dropdown, variables in script editor, and alerts, endpoints and checks ( #18488 )
2020-06-12 14:43:35 -07:00
alexpaxton
26423447b9
feat(flows): draggable visualizations ( #18486 )
...
* feat: implement resizer for Visualizations
* refactor: clean up implementation in Query
* refactor: move resizer components to shared folder
* refactor: make resizer components more generic and customizable
* fix: cleanup
2020-06-12 14:18:36 -07:00
Christopher M. Wolff
8fa5d3f591
feat(query): add test and feature flag for pushing down sum ( #18484 )
2020-06-12 13:28:03 -07:00
Andrew Watkins
faf6f9dd11
test(e2e): create CSV, map, and query variables ( #18465 )
...
* test(e2e): creation of CSV, map, and query variables
* fix: wait for overlay to close
* test(e2e): contains instead of exists
* fix: prettier
2020-06-12 13:21:43 -07:00
Lyon Hill
22c573df68
fix: clean up old runs when we fail to enqueue it ( #18482 )
...
* fix: clean up old runs when we fail to enqueue it
We need to make sure the runs are removed if we fail to enqueue the run to be worked.
for this we will now add an error message stating why we failed and move the run out of our kv store.
* fix: update fail message
2020-06-12 13:02:31 -06:00
Russ Savage
ff620782eb
chore(changelog): updating for beta-12
2020-06-12 10:54:52 -07:00
Paul Hummer
9391075687
Merge pull request #18485 from rockstar/chore/update-pkg-config
...
chore: update pkg-config
2020-06-12 11:17:18 -06:00
Ariel Salem
daad4b517c
feat(cmdClick-task): Added command click functionality to tasks names to open in separate tab ( #18480 )
2020-06-12 09:48:28 -07:00
Paul Hummer
3cd67c7b09
chore: update pkg-config
2020-06-12 10:41:38 -06:00
Pavel Závora
78b9475ab5
Merge pull request #18477 from influxdata/chore/reuse_ctx_influx_write
...
chore(influx): use and pass a single context in write cmd processing
2020-06-12 07:32:33 +02:00
Zoe Steinkamp
87ad2ebbb5
fix: This fixes the dropdown width ( #18476 )
...
The amount of spacing was too small for bucket names between 10-16 characters
2020-06-11 22:37:02 -06:00
Pavel Zavora
a719bcd1e9
chore(influx): use and pass a single context in write cmd processing
2020-06-12 05:53:20 +02:00
Johnny Steenbergen
1a89e49086
fix(pkger): capture and fix panics converting tasks
2020-06-11 17:44:52 -07:00
Paul Hummer
a11a770e0e
Merge pull request #18473 from rockstar/fix/osxcross-pathing
...
fix: correctly set the path to o64-clang
2020-06-11 17:07:52 -06:00
Christopher M. Wolff
796e5fbfb7
refactor(storage/reads): refactor/generalize aggregate array cursor code and add tests ( #18414 )
2020-06-11 16:01:47 -07:00
Paul Hummer
9ab0c88b8e
fix: correctly set the path to o64-clang
2020-06-11 16:52:59 -06:00
Lyon Hill
af1119304d
fix: remove operation log system ( #18459 )
...
Work had started on a opperation log but was never fully implemented and was later partially removed.
The plan here is to remove the partially defunct logs and then build a new robust op log system that will
replace it in the future.
2020-06-11 16:04:23 -06:00
Ariel Salem
a205c01975
fix(presentation-mode-notification): Triggers a notification when toggling dashboard presentation mode ( #18471 )
2020-06-11 15:01:41 -07:00
Timmy Luong
5bc049c5bc
fix(ui): reset the loading spinner timer on error
2020-06-11 14:58:41 -07:00
Paul Hummer
a9f88092d5
Merge pull request #18466 from rockstar/fix/osxcross-build
...
fix: enable osxcross for releases
2020-06-11 15:53:39 -06:00
Paul Hummer
cebd303cfb
fix: enable osxcross for releases
2020-06-11 15:29:15 -06:00
Alex Boatwright
52042f0812
feat: remove auto refresh from cloud instances ( #18369 )
...
Co-authored-by: drdelambre <drdelambre>
2020-06-11 14:29:01 -07:00
alexpaxton
c6ad3cb58a
feat(flows): draggable results panels ( #18460 )
...
* feat: WIP drag to resize results
* refactor: WIP make dragging smoother
* refactor: make resizing cells nice and smooth
* refactor: move height/visibility update handlers into results component
* refactor: use vanilla Math instead of lodash
* refactor: consolidate visibility and resizing code in Resizer component
* refactor: rename resizer components to be more generic
* fix: use updated component name
* refactor: use PipeData type instead of any
* chore: misc cleanup
2020-06-11 14:13:38 -07:00
Paul Hummer
7d4d08f3bc
Merge pull request #18464 from rockstar/fix/osxcross-local
...
fix: build osxcross with sudo
2020-06-11 12:46:06 -06:00
Ariel Salem
fe0817dc55
chore(flags): updated hydratevars to expose feature flag ( #18462 )
2020-06-11 11:27:40 -07:00
Johnny Steenbergen
b1c7800bbe
chore(query): skip flakey test
...
references: #18463
2020-06-11 11:26:38 -07:00
Johnny Steenbergen
c70c3faa11
chore(influx): remove client timeout on write cmd's retriever
2020-06-11 11:26:38 -07:00
Paul Hummer
46380e7607
fix: build osxcross in $HOME rather than /opt
...
Installing `osxcross` to `/opt` requires superuser permissions. This is
built as root in flux, but requires `sudo` for circleCI. Additionally,
there was a problem with `o64-clang` not being on the `PATH` that we
would have discovered the next time we tried to release.
2020-06-11 12:18:42 -06:00
Russ Savage
a04526c15e
fix(http): silence echo command ( #18277 )
2020-06-11 11:04:50 -07:00
Bucky Schwarz
ba3d0116c7
feat(flagged): wireup simple url and name overlay
2020-06-11 10:41:37 -07:00
Pavel Zavora
55e58c9d5d
chore(doc): apply proofreading
2020-06-11 10:21:44 -07:00
Pavel Zavora
6d91f67bbe
feat(cmd/influx/write): write data from url
2020-06-11 10:21:44 -07:00
Russ Savage
5df53370f1
chore(changelog): add date for beta-12
2020-06-11 09:46:39 -07:00
Zoe Steinkamp
e812c5ac1e
test: Check history tests ( #18440 )
...
* test: Check history tests
* test: Check history tests
2020-06-11 09:36:38 -06:00
Jonathan A. Sternberg
1d5a7bf9c8
fix(storage/flux): fix the empty call for storage/flux ( #18446 )
...
The tables produced by `storage/flux` didn't previously pass our table
tests. The `Empty()` call is supposed to return false if the table was
ever not empty, but reading the table or calling `Done()` would cause
the table implementations here to return that they were always empty.
This messes up the csv encoder which then believes that it just emitted
an empty table.
The table tests for valid table implementations states that this is an
error for the table implementation. This change introduces a simple test
for `ReadFilter` and also runs the table tests on the filter iterator.
2020-06-11 09:32:27 -05:00
Ariel Salem
e8fe3c9ed6
chore(react-testing-library): updated react testing library ( #18449 )
2020-06-11 06:18:13 -07:00
Johnny Steenbergen
12c1b61d00
feat(pkger): provide label associations env refs to each resource type
...
closes : #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
0d07f8e579
feat(pkger): extend SummaryVariable with its env references
...
references: #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
5d8538de5a
feat(pkger): extend SummaryTelegrafConfig with its env references
...
references: #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
b4e1ea7903
feat(pkger): extend SummaryTasks with its env references
...
references: #18407
2020-06-10 17:14:53 -07:00
alexpaxton
8ca8ce9da3
feat(dashboards): improve view spinners ( #18447 )
...
* refactor: remove GraphLoadingDots and prop drilling from view switcher and views
Co-Authored-By: Zoe Steinkamp <zoesteinkamp@users.noreply.github.com>
* refactor: rename loading component to be more related to its context
Co-Authored-By: Zoe Steinkamp <zoesteinkamp@users.noreply.github.com>
* feat: implement more obvious loading spinner
Co-Authored-By: Zoe Steinkamp <zoesteinkamp@users.noreply.github.com>
* chore: changelog
* fix: cleanup
Co-authored-by: Zoe Steinkamp <zoesteinkamp@users.noreply.github.com>
2020-06-10 16:36:43 -07:00
Johnny Steenbergen
d9925ffbc4
feat(pkger): extend SummaryNotifcationRules with its env references
...
references: #18407
2020-06-10 16:23:43 -07:00
Johnny Steenbergen
205d022b52
feat(pkger): extend SummaryNotifcationEndpoints with its env references
...
references: #18407
2020-06-10 15:57:06 -07:00
Johnny Steenbergen
98cc30fa24
feat(pkger): extend SummaryCheck with its env references
...
references: #18407
2020-06-10 15:57:06 -07:00
Johnny Steenbergen
ef00f66a55
feat(pkger): extend SummaryDashboard with its env references
...
references: #18407
2020-06-10 15:22:08 -07:00