Brandon Farmer
4aaa3d97ba
Migrate CEO to typescript
2018-04-16 15:00:45 -07:00
lukevmorris
210dd43d8f
fix(migration): Snapshot all struct types ( #3211 )
...
declaring all migration-irrelevant types as []byte may erase data
for repeated protobuf fields. we hoped that "obscuring" the original
types of these columns with []byte would pass-through their values
unchanged, allowing us to omit entire types (and their descendent
trees) that were not being operated on in a migration. Fewer imported
types would lead to a more expressive migration file whose intent was
more clear to the reader. We will need to experiment with other ways
to achieve this in the future.
fixes #3200
2018-04-16 12:47:38 -07:00
Alex Paxton
33412d5b45
Merge pull request #3204 from influxdata/polish/notify-cell-actions
...
Notify when User adds, deletes, or clones a cell
2018-04-16 11:48:36 -07:00
Andrew Watkins
4f12cc1e89
Merge pull request #3203 from influxdata/ifql/add-editor
...
Ifql/add editor
2018-04-16 11:16:21 -07:00
Alex P
a99c08892d
Update changelog
2018-04-16 11:03:57 -07:00
Alex P
89f165727c
Implement cell action notifications
2018-04-16 10:59:57 -07:00
Alex P
0910d38e70
Create notifications for cell add/delete/clone
2018-04-16 10:59:41 -07:00
Alex P
74b1d49f90
Introduce notification default for "Delete" actions
...
Planning to use this in the future to visually distinguish from
“Create” actions
2018-04-16 10:59:12 -07:00
Andrew Watkins
4a9fefa1a2
Fix test
2018-04-16 10:56:53 -07:00
Andrew Watkins
1f4609c9e7
Replace react-codemirror with react-codemirror2
2018-04-16 10:56:53 -07:00
Andrew Watkins
af26448257
Add ability to delete function
2018-04-16 10:56:53 -07:00
Andrew Watkins
479ec98d6e
Add source string to func node object
2018-04-16 10:56:53 -07:00
Andrew Watkins
d279fdb0c0
Tweak styles
2018-04-16 10:56:53 -07:00
Andrew Watkins
4a09df65ad
Add text editor to builder
2018-04-16 10:56:53 -07:00
Andrew Watkins
f6398cb853
Move sidenav for time machine
2018-04-16 10:56:53 -07:00
Deniz Kusefoglu
ea2cff99bc
Merge pull request #3180 from influxdata/table/reorder-columns
...
Table/reorder columns
2018-04-15 00:43:52 -04:00
ebb-tide
2906a461f3
Implement PR review suggestions
2018-04-14 21:29:17 -07:00
Brandon Farmer
69d00c8784
Merge pull request #3194 from influxdata/fix-threshold-removal
...
Fix function signature for threshold deletion
2018-04-12 17:23:54 -07:00
Brandon Farmer
28526c2e12
Fix function signature for threshold deletion
2018-04-12 16:51:16 -07:00
Brandon Farmer
7c1c540c53
Merge pull request #3191 from influxdata/fixes/gauge-no-showing-value
...
Fixes/gauge no showing value
2018-04-12 14:15:24 -07:00
Brandon Farmer
c33271ed8a
Remove unnecessary type
2018-04-12 14:03:45 -07:00
Brandon Farmer
bc8fca4cf8
Remove console.dir
2018-04-12 13:42:52 -07:00
Brandon Farmer
de5472f0c2
Prevent click tag filter input from closing tag list item
2018-04-12 13:40:11 -07:00
Brandon Farmer
9418b7c6ce
Ensure that values are displayed on gauges
2018-04-12 13:29:27 -07:00
Brandon Farmer
159049be47
Merge pull request #3179 from influxdata/fixes/nan-for-new-gauges
...
Default to zero for gauges
2018-04-12 11:26:26 -07:00
Brandon Farmer
45c5f8d565
Update get methods in GaugeChart.tsx for clarity
2018-04-12 11:08:36 -07:00
Brandon Farmer
c20ff8ddb2
Series values can be strings or numbers
2018-04-12 10:09:00 -07:00
Brandon Farmer
c399932b1d
Fix typescript results key for last values
2018-04-12 09:13:19 -07:00
Brandon Farmer
ea7b985e60
Update lastValues types
2018-04-12 00:43:04 -07:00
Brandon Farmer
eaa8486240
Update changelog
2018-04-12 00:33:34 -07:00
Brandon Farmer
7d7319ecf5
Default to zero for gauges
2018-04-12 00:33:34 -07:00
Brandon Farmer
c6e7927cf5
Merge pull request #3181 from influxdata/fix/invalid-data-now
...
Show valid time in custom time range when now is selected
2018-04-12 00:29:25 -07:00
Brandon Farmer
fce176be63
Update changelog and add more tests around time range
2018-04-12 00:16:03 -07:00
Brandon Farmer
b7d42df182
Show valid time in custom time range when now is selected
2018-04-12 00:06:31 -07:00
Brandon Farmer
a004c3b9d6
Merge pull request #3182 from influxdata/fix/notification-failure-creating-rp
...
Send notification when rp creation returns a failure
2018-04-12 00:04:07 -07:00
Brandon Farmer
a055f8e3d8
Update changelog
2018-04-11 23:52:47 -07:00
Brandon Farmer
8cfac2d9f8
Send notification when rp creation returns a failure
2018-04-11 23:52:46 -07:00
Alex Paxton
780f911c6b
Merge pull request #3184 from influxdata/feature/clone-cells
...
Feature/Clone Cells
2018-04-11 16:25:28 -07:00
ebb-tide
3a2f68d8a8
Remove react-sortable-hoc from deps
2018-04-11 16:22:23 -07:00
ebb-tide
2f2b7737ed
Fix failing tests
2018-04-11 16:12:36 -07:00
Alex P
83c48ccde8
Move and rename add / clone cell helpers
2018-04-11 15:43:05 -07:00
Jared Scheib
d1bbfd5992
Merge pull request #3168 from influxdata/js-github-multiple-emails
...
Require that emails on GitHub & Generic OAuth2 principals be verified & primary, if those fields are provided
2018-04-11 15:35:15 -07:00
Jared Scheib
69bf78e3b9
Update changelog to reflect PR updates
2018-04-11 15:21:39 -07:00
Alex P
faf84e09c5
Update changelog
2018-04-11 15:08:48 -07:00
Alex P
82713d1a6a
Require EDITOR permissions to clone a cell
2018-04-11 15:04:20 -07:00
Alex Paxton
b28a27a726
Merge pull request #3183 from influxdata/bugfix/legend-time-wrap
...
Prevent legend text from wrapping
2018-04-11 15:02:34 -07:00
Alex P
95a538d20f
Replace duplicate icon with more legible version
2018-04-11 15:00:26 -07:00
Alex P
b128af4eb1
Always show download option but disable if no data
2018-04-11 14:53:47 -07:00
Alex P
92abd06330
Swap positions of Clone & Download CSV actions
2018-04-11 14:50:46 -07:00
Alex P
e9323b1119
Pass clone cell handler from DashboardPage to LayoutCellMenu
2018-04-11 14:45:38 -07:00