Commit Graph

2615 Commits (9e029ddf9cd35f27130d89566b17ba30eae05000)

Author SHA1 Message Date
Alex P bf71511d0e Change dropdown scrollbar type to "Round" 2017-03-30 08:14:58 -07:00
Alex P 3791de473c Add 2nd kind of scrollbar mixin
Square corners vs round, good for dropdowns
2017-03-30 08:14:58 -07:00
Andrew Watkins 60f0a5c4e4 Semicolon destruction 2017-03-30 08:14:58 -07:00
Andrew Watkins 5aa585b69c Refactor to js class 2017-03-30 08:14:58 -07:00
Alex P d1f8365d9b Give time range caret more breathing room 2017-03-30 08:14:02 -07:00
Alex P dd5b14c71e Change "to" to an em dash
Mo’ elegant
2017-03-30 08:14:02 -07:00
Alex P 52d35e2c43 Resolve conflict 2017-03-30 08:14:02 -07:00
Andrew Watkins 4785df0d72 Update LICENSE_OF_DEPENDENCIES.md 2017-03-30 08:14:01 -07:00
Andrew Watkins 96d69ce1c0 Format time display 2017-03-30 08:14:01 -07:00
Andrew Watkins 55c52c9baf Enable date picker for alerts page 2017-03-30 08:14:01 -07:00
Jade McGough 7389167e76 Change password (#1120)
Add ability to change a user's password via Admin page
2017-03-29 17:40:46 -07:00
Hunter Trujillo f7c5e0f2e2 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 172c8369ad Set default time for alerts page 2017-03-29 16:39:39 -07:00
Alex P 24d7593af5 Make filter bar buttons same size as create DB button 2017-03-29 16:39:14 -07:00
Alex P feb89dda2d Make custom time range's visibility toggleable 2017-03-29 16:38:17 -07:00
Andrew Watkins bd4bd64bd5 Collect selected time ranges 2017-03-29 16:37:02 -07:00
Andrew Watkins 03b8c659ce WIP Introduce date time picker 2017-03-29 16:37:02 -07:00
Alex P 34316a5f45 Fix #1083 2017-03-29 16:35:53 -07:00
Alex P a468668f35 Clean up dashboards table 2017-03-29 16:35:14 -07:00
Jared Scheib 2510388651 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 baf50e09d3 Merge pull request #1118 from influxdata/chore/eslint-fix
);
2017-03-29 13:34:40 -07:00
Chris Goller cd8c1c2a5f Merge pull request #1117 from influxdata/feature/remove-archive
Remove archived enterprise web content
2017-03-29 15:24:59 -05:00
Hunter Trujillo cd8df84db8 The line must be drawn here. This far, no further. 2017-03-29 14:03:52 -06:00
Hunter Trujillo fbd0ee84e3 Ran eslint fix on current codebase. Only file affected was this. 2017-03-29 13:59:32 -06:00
Chris Goller 42d6726235 Remove archived enterprise web content 2017-03-29 14:51:17 -05:00
Hunter Trujillo 1d6bf7e36e 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 36cc368bf1 Auto-dismiss notification 2017-03-29 11:23:46 -07:00
Jared Scheib cb5f6fbdc8 Use try/catch with async/await 2017-03-29 10:55:16 -07:00
Jared Scheib 627d65e39f Use simpler destructuring shorthand 2017-03-29 10:53:44 -07:00
Jared Scheib 7d5799fb9e Merge remote-tracking branch 'origin/master' into 1080-delete_dashboard 2017-03-29 10:51:44 -07:00
Hunter Trujillo ff194026d4 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 b28bed8e1d Update changelog 2017-03-28 20:09:12 -07:00
Jared Scheib ed564e4ed3 Add tests for deleteDashboard and deleteDashboardFailed 2017-03-28 20:03:33 -07:00
Jared Scheib e8b119f405 Rename action on delete dashboard failed to follow effect style rather than affect 2017-03-28 19:37:35 -07:00
Jared Scheib 6a39277a40 Fix DashboardPage to handle null values for and until loaded 2017-03-28 19:03:15 -07:00
Jared Scheib b9b28da860 Refactor DashboardsPage to load dashboards via action creator and to use mapStateToProps so delete is Reactive 2017-03-28 18:30:34 -07:00
Jared Scheib c2c805a596 DashboardsPage can now delete a dashboard (tho not reflected in UI except on refresh) 2017-03-28 17:51:34 -07:00
Jared Scheib 5b7d6bd0ae Merge remote-tracking branch 'origin/master' into 1107-refactor_delete_row 2017-03-28 16:07:10 -07:00
Jared Scheib 840f8aa472 Rename component to follow convention 2017-03-28 16:06:37 -07:00
Jared Scheib 06117edae3 Share ConfirmButtons among pages 2017-03-28 16:02:49 -07:00
Jared Scheib 1fb2b283da Refactor DeleteConfirmButtons as shared component, compose as DeleteConfirmTableCell, clean up 2017-03-28 15:59:22 -07:00
Hunter Trujillo d2028979b0 Merge pull request #1101 from influxdata/feature/gzipped-influx-responses
Add compression for InfluxQL query responses
2017-03-28 16:23:02 -06:00
Hunter Trujillo c9b29ffb2e Merge commit '52e70c77ff11c4af69bb166c65d9e359454d819e' into feature/gzipped-influx-responses
# Conflicts:
#	CHANGELOG.md
2017-03-28 16:22:28 -06:00
Chris Goller 52e70c77ff Merge pull request #1104 from influxdata/hotfix/windows-hosts
Hotfix/windows hosts
2017-03-28 16:47:39 -05:00
Regan Kuchan ccc1b36671 Merge pull request #1102 from influxdata/rk-nooooo
Update version in installation page
2017-03-28 14:39:38 -07:00
Chris Goller 6b38a79f9b Update CHANGELOG to mention fixing windows hosts on hosts page 2017-03-28 16:20:14 -05:00
Chris Goller b39d5ee4e7 Merge branch 'master' into hotfix/windows-hosts 2017-03-28 16:19:26 -05:00
Chris Goller c2a302c43a Fix host page loading for windows systems 2017-03-28 16:01:11 -05:00
Regan Kuchan 7e0ee9415e Update version in installation page 2017-03-28 13:55:16 -07:00
Regan Kuchan 7ec0190063 Merge pull request #1098 from influxdata/feature/beta7-release-prep
Changelog and known issues from readme update for beta7
2017-03-28 13:07:51 -07:00