Alex P
13b81cb935
Make filter toggleable
2017-07-06 12:16:03 -07:00
Jared Scheib
ac0598f95c
Allow server to run even if NewSources errors out
2017-07-06 12:05:05 -07:00
Jared Scheib
f49badf4f0
Clean up conditionals
2017-07-06 12:04:34 -07:00
Jared Scheib
340ed6f40e
Move throwaway parsing type into NewSources
2017-07-06 11:57:02 -07:00
Jared Scheib
3c3602a724
Update error messages to use plural
2017-07-06 11:48:14 -07:00
Jared Scheib
abff00f88f
Add sample usage
...
Make flag identifier plural since JSON array of objects
2017-07-06 11:44:42 -07:00
Jared Scheib
0c0d1a0e78
Log info if source already exists
2017-07-06 11:19:10 -07:00
Alex P
eebef62cc5
Make time list in time range selector appear above the apply button
...
Woooooo z-index issues
2017-07-06 10:10:47 -07:00
Alex P
7469c6dd23
Prevent z-index mixup in which graph options appears above custom time selector
2017-07-06 10:03:08 -07:00
Alex Paxton
4711807dee
Merge pull request #1677 from influxdata/custom-range-on-cells
...
Display Custom Time Range on Cell
2017-07-06 09:58:02 -07:00
Hunter Trujillo
187d593007
Improved unitOfTime regex.
2017-07-06 09:26:25 -06:00
Alex Paxton
45cd199359
Merge pull request #1689 from influxdata/bugfix-tempvar-dropdown-jitter
...
Prevent TempVar Dropdown Size Jitter
2017-07-05 20:59:16 -07:00
Jared Scheib
52e65be69d
Successfully persist new source and kapa via server flag
...
Move this to after BoltDb connection is opened
2017-07-05 18:12:08 -07:00
Tim Raymond
b1f8ff81c3
Parse JSON for --new-source into struct
...
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-07-05 15:00:59 -07:00
Alex P
2f34756767
Use monospace font inside dropdown for consistency
...
Also matching font size to not cause a discrepancy in calculated width
2017-07-05 14:44:57 -07:00
Alex P
dece136b54
Use calculate-size and enforce maximum width
...
Items in dropdown menu that exceed the max width wrap text
2017-07-05 14:04:46 -07:00
Alex P
d0047e48cb
Install text size calculator package
...
As per recommendation of @cryptoquick this thing is a much more sound
means of doing the calculation than my initial approach
2017-07-05 14:04:46 -07:00
Alex Paxton
d2fadbf51b
Merge branch 'master' into bugfix-tempvar-dropdown-jitter
2017-07-05 12:35:02 -07:00
Alex P
0d387daf15
Updoot changelog
2017-07-05 12:34:20 -07:00
Alex P
3a1291a0da
Prevent TempVar Dropdown size jitter
...
Determines the required length in pixels based on the length of the
longest item in the menu and only sets it if it is greater than the
minimum dropdown width
2017-07-05 12:27:03 -07:00
Timothy J. Raymond
ff76a9831d
Merge pull request #1688 from influxdata/bugfix/tr-fix-rp-update
...
Fix RP duration editing on admin page
2017-07-05 15:06:11 -04:00
Tim Raymond
2923d66cb0
Update CHANGELOG with RP admin page fix
...
Adds a note about fixing a bug with the admin page where users were
unable to update retention policies.
2017-07-05 11:50:36 -04:00
Tim Raymond
40a5609e78
Fix RP duration editing on admin page
...
Validation logic in the "DatabaseRow" component made some optimistic
assumptions about the presence of the "replication" in state.
Replication won't be present in OSS or Influx Relay sources, so when
users tried to update other properties of a retention policy, it failed
with an error that indicated "replication" was undefined.
Since this is expected and desired behavior, this patch uses the
existing "isRFVisible" property to determine whether or not we should
process the "replication" part of the component's state, or simply
replace it with a "1", which is the only allowed value for
non-Enterprise sources.
2017-07-05 11:41:16 -04:00
Hunter Trujillo
9519973690
Updoot CHANGELOOG~
2017-06-30 17:54:52 -06:00
Hunter Trujillo
0ca0be2481
Fix for tests. Phew! Thanks unit tests!
2017-06-30 17:52:50 -06:00
Hunter Trujillo
b99ad9122e
Merge branch 'feature/1482-custom-time-range' of github.com:influxdata/chronograf into feature/1482-custom-time-range
2017-06-30 17:34:15 -06:00
Hunter Trujillo
51b9b48aab
Fix for Hostpage.
2017-06-30 17:34:07 -06:00
Hunter Trujillo
b19ab93d47
Fix Dashboard customTimeRange persistence. Fix propTypes.
2017-06-30 17:21:23 -06:00
Andrew Watkins
7379b32dc3
Fix bug where legend could not return if no series were visible
2017-06-30 15:40:01 -07:00
Andrew Watkins
c5b419880e
Handle undefined series
2017-06-30 15:36:25 -07:00
Alex P
d3f400860a
Make non-highlighted series labels more legible
2017-06-30 15:36:24 -07:00
Alex P
e77e28c8a4
Add timestamp to legend
2017-06-30 15:36:24 -07:00
Alex P
4855204f94
Polish Legend
...
- Sort buttons reflect the direction of the sort and which is actively
sorting
- “Snip Measurement” shortened to “Snip”
- Can display about 7 rows before overflow
2017-06-30 15:36:24 -07:00
Andrew Watkins
5214f80bc4
Use component this
2017-06-30 15:36:24 -07:00
Andrew Watkins
5bd50fd587
Show and hide filtered series on graph
2017-06-30 15:36:24 -07:00
Andrew Watkins
d381312b9c
Hide legend a little better
2017-06-30 15:36:24 -07:00
Andrew Watkins
8ad72e554c
Handle removing measurement from legend label
2017-06-30 15:36:24 -07:00
Andrew Watkins
6b36881ebe
Refactor sort order
2017-06-30 15:36:24 -07:00
Andrew Watkins
118c4d095c
Hide hide and show legend
2017-06-30 15:36:24 -07:00
Andrew Watkins
617f62da52
Refactor sorting and ordering
2017-06-30 15:36:24 -07:00
Andrew Watkins
f0728264db
Add filtering to legend
2017-06-30 15:36:23 -07:00
Andrew Watkins
9b9a709893
Sorting persists on legend update
2017-06-30 15:36:23 -07:00
Andrew Watkins
7d3d16a88b
WIP tweak styles
2017-06-30 15:36:23 -07:00
Andrew Watkins
32ecf1b796
Add ability to sort numerically and alphabetically
2017-06-30 15:36:23 -07:00
Andrew Watkins
45ee3f7253
Move legend into component
2017-06-30 15:36:23 -07:00
Andrew Watkins
1cd661da82
Move functions into separate dir
2017-06-30 15:36:23 -07:00
Andrew Watkins
1d8e42fe6e
Allow sorting legend by numeric values
2017-06-30 15:36:23 -07:00
Andrew Watkins
8b92ca7ff8
Persist legend in when hovered over
2017-06-30 15:36:23 -07:00
Alex P
efebeaac18
Adjust custom time picker so it plays nice when inside regular time range dropdown
2017-06-30 15:34:43 -07:00
Hunter Trujillo
17af88374c
Add upperDashboardTime TV.
2017-06-30 16:22:46 -06:00