Hunter Trujillo
37d96f7cc7
Merge pull request #2188 from influxdata/feature/tickscript-logging
...
Tickscript Logging
2017-11-28 19:37:46 -07:00
Andrew Watkins
d5bb53fc18
Update CHANGELOG
2017-11-28 21:05:37 -05:00
Andrew Watkins
f018ca98cb
Make labels work recursivley with func args
2017-11-28 21:02:49 -05:00
Andrew Watkins
eb4f8904ec
Modernize presenter spec
2017-11-28 20:58:50 -05:00
Alex Paxton
b651daf28f
Merge pull request #2423 from influxdata/fix-template-variables-responsive
...
Make Template Variables Manager More Responsive
2017-11-28 16:25:17 -08:00
Hunter Trujillo
4d7d06891d
Add experimental string parse failure recovery.
2017-11-28 16:18:06 -07:00
Nathan Haugo
412f51f9b8
Merge pull request #2400 from influxdata/feature/oauth-generic-key
...
Add GENERIC_API_KEY to override of oauth2 responses to support azure
2017-11-28 14:57:53 -08:00
Alex P
2b2aff54dc
Updoot log of changes
2017-11-28 12:30:55 -08:00
Alex P
eb40728aff
Refactor styles for template variable rows to withstand smaller resolutions
2017-11-28 12:26:46 -08:00
Alex P
e1c92b69c1
Extend customizability of delete confirm buttons
...
Can optionally be made into square buttons or have an icon replace the
text
2017-11-28 12:26:09 -08:00
Hunter Trujillo
d462226099
Merge branch 'master' into feature/tickscript-logging
2017-11-28 10:49:40 -07:00
Hunter Trujillo
8471c829de
Resolve some PR issues. Improve Logging UX. Switch back to version detection due to poor UX (lag) of feature detection. Split out LogsTableRow to SFC. LogsTable also becomes an SFC.
2017-11-28 10:47:14 -07:00
Andrew Watkins
1a1a74a1d2
Update label to handle new field shapes
2017-11-28 12:46:01 -05:00
Andrew Watkins
f80a6d8f03
Stop 'cannot communicate with server' spam
2017-11-28 11:17:59 -05:00
Hunter Trujillo
2fb9196f6c
Merge pull request #2398 from influxdata/bugfix/hosts-page-error-2255
...
Fix Hosts Page Apps Tag Parsing
2017-11-27 22:51:25 -07:00
Hunter Trujillo
9d526d56db
Merge branch 'master' into bugfix/hosts-page-error-2255
2017-11-27 22:05:47 -07:00
Hunter Trujillo
dc75734080
Merge branch 'master' into bugfix/hosts-page-error-2255
2017-11-27 22:04:43 -07:00
Andrew Watkins
7da688b423
Merge pull request #2327 from influxdata/refresh-list-after-metas
...
After create/delete, refresh database list
2017-11-27 18:02:13 -05:00
Andrew Watkins
1967d47f28
Merge pull request #2384 from influxdata/dashboard-list-filter
...
Add a Filter to DashboardsPage
2017-11-27 17:17:22 -05:00
Andrew Watkins
8caf145e97
Merge branch 'master' into refresh-list-after-metas
2017-11-27 17:17:07 -05:00
Andrew Watkins
4b509448dc
Remove redundant prop check
2017-11-27 17:14:52 -05:00
Chris Goller
6564712e9d
Merge branch 'master' into gauge-cell-type
...
Conflicts:
bolt/internal/internal.pb.go
bolt/internal/internal.proto
server/cells.go
2017-11-27 16:08:42 -06:00
Andrew Watkins
7837f2c32e
Merge branch 'master' into dashboard-list-filter
2017-11-27 17:03:59 -05:00
Andrew Watkins
9cb9e0bcfb
Update CHANGELOG
2017-11-27 17:03:14 -05:00
Alex P
76cb57ccc3
Updoot changelog
2017-11-27 13:22:33 -08:00
Alex P
d974233737
Use error state input from theme when gauge threshold has bad value
2017-11-27 13:07:19 -08:00
Alex P
535a03713d
Revert "Set reasonable defaults when gauge is passed empty colors"
...
This reverts commit 2be3b82cfb
.
2017-11-27 11:41:53 -08:00
Alex P
2520ed09d2
Update version of bootstrap theme
...
This one has a new type of themed inputs
2017-11-27 11:37:20 -08:00
Alex P
2be3b82cfb
Set reasonable defaults when gauge is passed empty colors
2017-11-27 11:29:20 -08:00
Alex P
1ceeb86f02
Add 2 shades of grey to gauge colors list
2017-11-27 11:15:48 -08:00
Jared Scheib
fc270197de
Merge pull request #2401 from influxdata/multitenancy_rename_default_org-2202
...
Allow Default org to be renamed in UI; remove Default component
2017-11-27 12:48:32 -06:00
Andrew Watkins
7dd3025f0c
Merge pull request #2408 from influxdata/bugfix/refresh-dashboard-names
...
Use props instead of state for Dashboard name list
2017-11-27 13:38:35 -05:00
Andrew Watkins
e739a142cd
Update CHANGELOG
2017-11-27 10:51:58 -05:00
Andrew Watkins
90b138cb53
Use props instead of state for Dashboard name list
2017-11-27 10:37:38 -05:00
Andrew Watkins
498297f21b
Put Chrony back
2017-11-27 10:13:02 -05:00
Hunter Trujillo
f2dc4ffb79
Linter.
2017-11-27 04:01:39 -07:00
Alex P
2ad2c6e713
Refactor gauge options interactions to feel more natural
...
Previously felt clunky because it would try to update onChange and when
it wasn’t allowed the input became unwieldy
Separated validation from updating, which lets you type whatever you
want in the input but it won’t actually update unless you’ve typed a
valid value. It also will turn the input red when you’ve typed an
invalid value. Input will revert to last valid value on blur
2017-11-22 17:21:33 -08:00
Alex P
44430cdc14
Ensure a unique value for newly added thresholds
2017-11-22 17:18:34 -08:00
Alex P
dd91eefb59
Remove comments
2017-11-22 15:25:58 -08:00
Alex P
938c38f116
Make CEO gauge preview update as changes are made
2017-11-22 15:22:58 -08:00
Alex P
ee07872f28
Ensure smooth resizing of gauges inside cells and the CEO
2017-11-22 15:20:11 -08:00
Alex P
e8f7751c30
Pass resizer top & bottom pixels into children
2017-11-22 15:08:37 -08:00
Alex P
6fa3245cc3
Prevent user from inputing inoperable gauge values
2017-11-22 14:14:16 -08:00
Alex P
1e840ea7d9
Refactor gauge drawing to accept any number of thresholds
...
Defaults to a gradient when there are only 2 thresholds
2017-11-22 13:42:52 -08:00
Jared Scheib
95dd68b8ad
Fix heartbeat
...
Use default obj value destructure syntax for shouldResetMe.
Rename startHeartbeat to performHeartbeat.
2017-11-22 14:42:07 -06:00
Michael Desa
6ca8bf5089
Accept name,provider,scheme in UpdateUser if unchanged
2017-11-22 15:20:48 -05:00
Jared Scheib
0dcfa3f6f5
Merge remote-tracking branch 'origin/multitenancy' into multitenancy_reset_current_org
2017-11-22 14:10:15 -06:00
Michael Desa
8f7363b3f4
Ensure that organzation on role is valid org id
2017-11-22 15:03:15 -05:00
Michael Desa
ec20267c2f
Disallow empty organization id create/update user
2017-11-22 14:49:44 -05:00
Alex P
27b7187e4c
WIP use actual min and max in display of gauge
2017-11-21 17:41:17 -08:00