Deniz Kusefoglu
6211af483d
Merge pull request #910 from influxdata/bugfix/api-routes
...
Convert everything to /api/v2 on the FE
2018-09-28 16:43:53 -07:00
Deniz Kusefoglu
a37241bfcd
Convert everything to /api/v2 on the FE
2018-09-28 16:12:23 -07:00
kelwang
f45fbf271e
Merge pull request #907 from influxdata/fix/move_setup_endpoint
...
fix /setup endpoint
2018-09-28 12:02:56 -04:00
Kelvin Wang
b50b9918ee
fix /setup endpoint
2018-09-28 11:56:49 -04:00
Lorenzo Fontana
ceb0d313c6
Merge pull request #592 from influxdata/495-v2-endpoint
...
Convert all routes to v2 endpoint
2018-09-28 17:00:03 +02:00
Lorenzo Fontana
1a2f606533
Convert everything to /api/v2
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-09-28 14:23:21 +02:00
Lorenzo Fontana
aa8016feca
Convert tests to v2
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-09-28 14:20:31 +02:00
Lorenzo Fontana
30afec36bc
Convert all routes to v2 endpoint
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-09-28 14:20:31 +02:00
Alex Paxton
5e20c766a5
Merge pull request #906 from influxdata/dashboard-dropdowns
...
Update AutoRefresh Dropdown
2018-09-27 18:36:16 -07:00
Alex P
995a20d05a
Replace old AutoRefresh with new AutoRefresh
2018-09-27 18:00:32 -07:00
Alex P
20adfb8e3e
Port over new autorefresh dropdown from Chronograf
2018-09-27 17:41:14 -07:00
Alex P
7b50cf0fa9
Fix dropdown positioning
...
There was a missing stacking context
2018-09-27 17:40:51 -07:00
Alex P
9fbd34738e
Add documentation for dropdowns
2018-09-27 17:04:33 -07:00
Alex Paxton
4b9021f60b
Merge pull request #903 from influxdata/index-list-view-components
...
List View Components
2018-09-27 16:00:21 -07:00
Alex P
b3b3f97130
Write component tests
2018-09-27 15:46:05 -07:00
Michael Desa
890ed54a38
Merge pull request #891 from influxdata/feat/signin
...
Add routes that allow the user to exchange basic auth credentials for a session
2018-09-27 16:01:04 -04:00
Michael Desa
195b025604
doc(http): add documentation for /signin and /signout routes
2018-09-27 15:45:18 -04:00
Michael Desa
13e60ec292
test(bolt): ensure boltdb session service conforms to tests
2018-09-27 15:45:16 -04:00
Michael Desa
d7e7b9ca9b
test(testing): add session conformance tests
2018-09-27 15:44:47 -04:00
Michael Desa
138e206c3a
feat(bolt): add bolt implementation of session service
2018-09-27 15:44:47 -04:00
Michael Desa
1873ad5234
test(http): add signin test
2018-09-27 15:44:47 -04:00
Michael Desa
be90484277
feat(http): add signin and signout handler
2018-09-27 15:44:47 -04:00
Michael Desa
d29d1aa698
feat(platform): add session service
2018-09-27 15:44:47 -04:00
Alex P
31533c7093
Linter fixes
2018-09-27 12:41:56 -07:00
Alex P
e951ce74ba
Add disabled row styles
2018-09-27 12:34:40 -07:00
kelwang
fdbca49c2e
Merge pull request #824 from influxdata/feat/default_ids
...
feat: add onboarding defaults
2018-09-27 15:26:11 -04:00
Jade McGough
232d87b9ac
feat(bolt): user-resource mapping boltdb implementation ( #900 )
...
* add bolt tests for user resource mapping
* add function boilerplate
* add more segfaults
* add create fn for bolt mapping
* initialize user resource mapping bucket
* fix error message
* add find user mapping fn
* fix error message
* implement user resource mapping filter fn
* add rest of user resource mapping filter fn
2018-09-27 12:15:26 -07:00
Alex P
fb0cd0932a
Add documentation for usage of IndexList component
2018-09-27 12:14:13 -07:00
Kelvin Wang
3552af6386
feat: add onboarding defaults
2018-09-27 15:02:17 -04:00
Jorge Landivar
1573ff6c24
Merge pull request #894 from influxdata/requestedat
...
add requestedAt to task log
2018-09-27 13:48:53 -05:00
Alex P
a56f957329
Refactor dashboards page to use IndexList components
2018-09-27 11:43:28 -07:00
Alex P
85be995869
Introduce IndexList family of components
2018-09-27 11:43:06 -07:00
Alex P
51570fa624
Create variable to standardize color of empty state text
2018-09-27 11:42:32 -07:00
lukevmorris
842dbe225c
fix(usage): if stop is blank and start is not ( #902 )
2018-09-27 11:33:23 -07:00
Alex P
d1aaac5bce
Shrink dashboard default toggle
2018-09-27 10:48:40 -07:00
Alex P
5a34536c40
Introduce ComponentSpacer utility wrapper
2018-09-27 10:48:29 -07:00
Alex P
54bc0025c7
Improve typing of Button onClick prop
2018-09-27 10:47:11 -07:00
docmerlin (j. Emrys Landivar)
4502b4a47f
add requestedAt to task log
2018-09-27 12:46:57 -05:00
Andrew Watkins
e34d2e76ea
chronograf(v2-views): Introduce new view patterns, linting, and TypeScript 3.x ( #901 )
...
* Simplifiy color type
* Fix type
* Introduce V2 data shape for views
* WIP Split style and parsing to separate Dygraph components
* Add basic dygraph view types
* Add Gauge to v2 view shapes
* Upgrade TypeScript to ^3.0
* Add tsc to Circle build
* Fix Dygraph component paths
* Add testURL to jest config
* Upgrade lodash types
* Remove redundant test linter stetp
* Upgrade to TypeScript ^3
* Remove TableGraph (temporarily)
2018-09-27 10:46:48 -07:00
Alex Paxton
6a86f8ee14
Merge pull request #889 from influxdata/my-profile-tab
...
Add User Settings Page
2018-09-26 16:25:15 -07:00
Daniel Campbell
04d713df57
Merge pull request #893 from influxdata/onboarding-wizard-design
...
Onboarding wizard design
2018-09-26 15:58:26 -07:00
Daniel Campbell
3546bc5b49
Onboarding wizard styles
2018-09-26 15:16:59 -07:00
Mark Rushakoff
1524768aed
test(task): add test for reusing task names after deletion
2018-09-26 14:34:05 -07:00
Daniel Campbell
73c32d5055
add completion image
2018-09-26 11:26:15 -07:00
Mark Rushakoff
d910989677
fix(http): assign bucket fields in CreateBucket
2018-09-26 11:11:58 -07:00
Alex P
7bba3905b5
Introduce and use "ProfilePage" component
2018-09-26 10:57:39 -07:00
Nathaniel Cook
0abf4c8f80
Merged pull request #876 from influxdata/nc-remove-fluxd
...
chore: Remove fluxd
2018-09-26 11:23:16 -06:00
Nathaniel Cook
58c994fde0
chore: Remove fluxd
...
Fluxd is no longer necessary as the influxd and InfluxDB OSS both
implement the /v2/query endpoint.
2018-09-26 11:08:37 -06:00
Daniel Campbell
8a03aaaaef
Implement progress bar styles, delete obsolete files
2018-09-26 09:53:57 -07:00
Nathaniel Cook
5f25c77ff6
fix: Add tests for orgID parameter
2018-09-26 10:36:39 -06:00