Andrew Watkins
578b5c94cb
Update CHANGELOG.md
2017-03-30 15:59:06 -07:00
Andrew Watkins
179478e97a
Lint fix all tests
2017-03-30 15:57:33 -07:00
Andrew Watkins
1f9c8ae1ea
Remove series highlighting
2017-03-30 15:57:33 -07:00
Chris Goller
20c980132a
Merge pull request #1134 from influxdata/hotfix/kapacitor-auth
...
Fix kapacitor base64 auth as header was built incorrectly.
2017-03-30 15:43:27 -05:00
Chris Goller
d952511694
Update CHANGELOG to mention fixing enterprise kapacitor auth
2017-03-30 15:36:17 -05:00
Chris Goller
30da45163b
Fix kapacitor base64 auth as header was built incorrectly.
2017-03-30 15:32:02 -05:00
lukevmorris
b77d8466af
Active sidebar items should have a blue indicator ( #1132 )
...
* NavBlocks without NavListItem children are valid
Some sidebar NavBlocks consist of just a header,
and clicking on that header should mark the NavBlock
as active
* Update CHANGELOG
* Leverage markdown to cut down on merge conflicts
2017-03-30 11:27:51 -07:00
Hunter Trujillo
20de3ec2fa
Merge pull request #1130 from influxdata/feature/1054-alert-history-spinner
...
Add simple loading spinner to Alert History page.
2017-03-30 12:13:46 -06:00
Hunter Trujillo
f3c6f2e042
Merge branch 'master' into feature/1054-alert-history-spinner
...
# Conflicts:
# CHANGELOG.md
2017-03-30 12:07:21 -06:00
Alex P
a36039fc6f
Make react grid placeholders appear at actual size
...
Was a couple pixels off before
2017-03-30 11:01:19 -07:00
Alex P
1585a7217b
Make default source indicators darker for contrast
2017-03-30 11:01:00 -07:00
lukevmorris
d2a8dec731
Allow InfluxDB and Kapacitor configuration via ENV vars or CLI options ( #1129 )
...
* Introduce Kapacitor and InfluxDB as command line options
If omitted, their values will be null at runtime. If supplied, e.g.:
chronograf
--kapacitor https://path.to.my:1/kapacitor/instance
--influxdb https://path.to.my:1/influxdb/instance
Their values will be accessible via
Server.Kapacitor
Server.InfluxDB
* MultiSourcesStore will hold Bolt and config’d sources
* Delegate to db.SourcesStore for now
* Add Username/Password tags for InfluxDB and Kapacitor
* Builders for MultiSourceStore and MultiLayoutStore
* Store Kapacitor and InfluxDB configs in memory
* Typo
* Update CHANGELOG
* Move StoreBuilders to server/builders.go
* Correct these assertions by reversing them
* Kapacitor -> KapacitorURL; InfluxDB -> InfluxDBURL
2017-03-30 09:48:04 -07:00
Hunter Trujillo
b70406aa8a
Update Changelog.
2017-03-30 10:19:04 -06:00
Hunter Trujillo
17390366a0
Merge branch 'master' into feature/1054-alert-history-spinner
...
# Conflicts:
# ui/src/alerts/containers/AlertsApp.js
2017-03-30 10:16:58 -06:00
Hunter Trujillo
1ba35df2ab
Add simple loading spinner to kapacitor Alert History page.
2017-03-30 10:13:03 -06:00
Andrew Watkins
15c660076e
Merge pull request #1109 from influxdata/feature/alert-time
...
Alert time range
2017-03-30 09:12:23 -07:00
Alex P
30514a3d32
Style custom time range component
2017-03-30 08:14:58 -07:00
Alex P
18a04d6964
Change dropdown scrollbar type to "Round"
2017-03-30 08:14:58 -07:00
Alex P
ec6bc815a7
Add 2nd kind of scrollbar mixin
...
Square corners vs round, good for dropdowns
2017-03-30 08:14:58 -07:00
Andrew Watkins
6783248eb0
Semicolon destruction
2017-03-30 08:14:58 -07:00
Andrew Watkins
71762c8b30
Refactor to js class
2017-03-30 08:14:58 -07:00
Alex P
ac7559c4a9
Give time range caret more breathing room
2017-03-30 08:14:02 -07:00
Alex P
ed0ab2842d
Change "to" to an em dash
...
Mo’ elegant
2017-03-30 08:14:02 -07:00
Alex P
034e2d611d
Resolve conflict
2017-03-30 08:14:02 -07:00
Andrew Watkins
a674bc0196
Update LICENSE_OF_DEPENDENCIES.md
2017-03-30 08:14:01 -07:00
Andrew Watkins
adbaec0089
Format time display
2017-03-30 08:14:01 -07:00
Andrew Watkins
e3282bc505
Enable date picker for alerts page
2017-03-30 08:14:01 -07:00
Jade McGough
2c925dad98
Change password ( #1120 )
...
Add ability to change a user's password via Admin page
2017-03-29 17:40:46 -07:00
Hunter Trujillo
e89e30bc35
Fix visualizations not showing graph name ( #1125 )
...
* Pass cell name through to Visualization component.
* Rename Header components in Dashboard page to better match their actual component names.
* Update changelog.
* Fix number on update changelog
2017-03-29 17:39:20 -07:00
Andrew Watkins
3cecd6d49b
Set default time for alerts page
2017-03-29 16:39:39 -07:00
Alex P
ebd5c87b86
Make filter bar buttons same size as create DB button
2017-03-29 16:39:14 -07:00
Alex P
20f83ba1b6
Make custom time range's visibility toggleable
2017-03-29 16:38:17 -07:00
Andrew Watkins
b046e13340
Collect selected time ranges
2017-03-29 16:37:02 -07:00
Andrew Watkins
0e966b7b5d
WIP Introduce date time picker
2017-03-29 16:37:02 -07:00
Alex P
ed968012e4
Fix #1083
2017-03-29 16:35:53 -07:00
Alex P
094b47f808
Clean up dashboards table
2017-03-29 16:35:14 -07:00
Jared Scheib
635ebc5dd2
Refactor some notifications to use consolidated dispatcher in Admin and Dashboards ( #1116 )
...
* Separate notification dispatchers from actions, share constants, simplify, clean up
* Replace 'addFlashMessage' with 'notify' pattern throughout Admin and Dashboards, clean up
* Remove semicolons
* Notify success upon AJAX success
2017-03-29 16:06:31 -07:00
Andrew Watkins
4459200ab8
Merge pull request #1118 from influxdata/chore/eslint-fix
...
);
2017-03-29 13:34:40 -07:00
Chris Goller
60d4825233
Merge pull request #1117 from influxdata/feature/remove-archive
...
Remove archived enterprise web content
2017-03-29 15:24:59 -05:00
Hunter Trujillo
bffeebbd35
The line must be drawn here. This far, no further.
2017-03-29 14:03:52 -06:00
Hunter Trujillo
c67a151679
Ran eslint fix on current codebase. Only file affected was this.
2017-03-29 13:59:32 -06:00
Chris Goller
1042b585b1
Remove archived enterprise web content
2017-03-29 14:51:17 -05:00
Hunter Trujillo
11158077f0
Merge pull request #1112 from influxdata/1080-delete_dashboard
...
Add ability to delete a dashboard
2017-03-29 12:54:23 -06:00
Jared Scheib
fb6a0e14c2
Auto-dismiss notification
2017-03-29 11:23:46 -07:00
Jared Scheib
4a5eb775d5
Use try/catch with async/await
2017-03-29 10:55:16 -07:00
Jared Scheib
a72b3d996d
Use simpler destructuring shorthand
2017-03-29 10:53:44 -07:00
Jared Scheib
e981b11c04
Merge remote-tracking branch 'origin/master' into 1080-delete_dashboard
2017-03-29 10:51:44 -07:00
Hunter Trujillo
14789e306a
Merge pull request #1108 from influxdata/1107-refactor_delete_row
...
Refactor and DeleteRow and ConfirmButtons for shared use
2017-03-29 11:45:28 -06:00
Jared Scheib
da6e1c6a87
Update changelog
2017-03-28 20:09:12 -07:00
Jared Scheib
012c0fbbdd
Add tests for deleteDashboard and deleteDashboardFailed
2017-03-28 20:03:33 -07:00