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
Lyon Hill
7ff3361e78
fix(task): Allow task scheduler to be stopped and started. ( #882 )
2018-09-26 00:01:21 -06:00
Chris Goller
78fb599776
Merge pull request #881 from influxdata/fix/go-mod-release
...
ci(goreleaser): override goreleaser build flags
2018-09-26 00:43:57 -05:00
Chris Goller
0cae0deb2f
Merge pull request #878 from influxdata/fix/protoc-gomod
...
fix(task/backend): copy gogo.proto into repo
2018-09-26 00:35:29 -05:00
Chris Goller
a5a95ad213
ci(goreleaser): override goreleaser build flags
2018-09-26 00:32:44 -05:00
Lyon Hill
c6821e3f71
Revert "fix(task): Allow task scheduler to be stopped and started. ( #857 )" ( #880 )
...
This reverts commit 98fe509465
.
2018-09-25 23:31:26 -06:00
Lyon Hill
98fe509465
fix(task): Allow task scheduler to be stopped and started. ( #857 )
...
* fix(task): Allow task scheduler to be stopped and started.
* make create task scheduling a bit more strict
2018-09-25 23:16:26 -06:00
Chris Goller
86916f71e7
Merge pull request #877 from influxdata/fix/release-go111
...
ci(goreleaser): add new go env vars to goreleaser
2018-09-25 22:27:11 -05:00
Chris Goller
a64b86399f
chore(task/backend): regenerate meta.proto with protc 3.6.1
2018-09-25 22:18:36 -05:00
Chris Goller
f2132168b1
fix(task/backend): copy gogo.proto into repo
2018-09-25 22:18:00 -05:00
Chris Goller
41c9c595a5
ci(goreleaser): add new go env vars to goreleaser
2018-09-25 20:50:47 -05:00
Daniel Campbell
c0437d2f2d
Port wizard to platform
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2018-09-25 17:07:11 -07:00
Chris Goller
875c5deac2
Merge pull request #864 from influxdata/feature/bucket-duration-strings
...
feat(http): buckets now use influxql duration strings
2018-09-25 16:16:52 -07:00
Jonathan A. Sternberg
4edef4d235
Merge pull request #868 from influxdata/js-goreleaser-version-fix
...
fix: goreleaser fork needed to have its version updated
2018-09-25 18:13:15 -05:00
Chris Goller
f70a8cb3ce
chore(http/duration): mention need for longer duration literals
2018-09-25 18:11:20 -05:00
Chris Goller
6f2bbbf162
Merge pull request #875 from influxdata/feature/port-chronograf-makefile
...
ci(Makefile): Add run target to Makefile
2018-09-25 16:07:47 -07:00
Delmer Reed
ce05a40e45
ci(Makefile): Add run target to Makefile
...
Adds run target to Makefile and removes older Chronograf files.
Co-authored-by: Chris Goller <goller@gmail.com>
2018-09-25 18:51:56 -04:00
Nathaniel Cook
5ff0e9c5b1
Merged pull request #872 from influxdata/nc-flux-org
...
Flux Pass org parameter
2018-09-25 16:43:38 -06:00
Nathaniel Cook
c4efddd1d0
wip: Pass org parameter
2018-09-25 16:41:23 -06:00
Alex P
10bd12ccdd
Merge branch 'master' into my-profile-tab
2018-09-25 15:09:24 -07:00
Alex Paxton
029b7c551b
Merge pull request #871 from influxdata/responsive-navigation
...
Responsive Navigation
2018-09-25 15:08:23 -07:00
Alex P
9817d76f9a
Introduce Avatar component for displaying profile pictures
2018-09-25 15:06:58 -07:00
Alex P
e0c252c845
Add user page to navbar
2018-09-25 15:06:23 -07:00