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
Alex P
e2380b636d
Increase contrast of active state in navbar
2018-09-25 14:20:52 -07:00
Alex P
7c80201782
Make navbar horizontal until breakpoint is reached
2018-09-25 14:09:31 -07:00
Chris Goller
916b5f49a5
feat(http) add microsecond and nanosecond durations
2018-09-25 15:15:06 -05:00
Chris Goller
044792c9cb
feat(http): add year and month duration parsing
2018-09-25 14:45:04 -05:00
Michael Desa
8cb5b9c2e1
Merge pull request #867 from influxdata/feat/basic-auth
...
Add basic authentication service
2018-09-25 15:09:50 -04:00
Michael Desa
f7a3f22ef8
feat(platform): add basic auth service
...
feat(bolt): add boltdb implementation of basic auth service
test(bolt): replace context.TODO with context.Background
feat(bolt): make bcrypt hash function cost injectable
2018-09-25 14:58:02 -04:00
Alex Paxton
ce560b1322
Merge pull request #861 from influxdata/css-cleanup
...
Clean(er) slate
2018-09-25 11:30:28 -07:00
Chris Goller
9572d8dac2
chore(cmd/influx): add units to influx command
2018-09-25 13:22:47 -05:00
Chris Goller
e936671c67
feat(http): buckets now use duration strings
2018-09-25 13:22:47 -05:00
Alex P
272e0d69d7
Cleanup references and imports
2018-09-25 11:21:51 -07:00
Alex P
965b51d467
Remove obsolete page layout components
2018-09-25 11:16:02 -07:00
Alex P
dd8f0096aa
Consolidate page layout components
2018-09-25 11:15:41 -07:00
Alex P
522155c0e5
Remove erroneous path for default dashboard
2018-09-25 10:49:02 -07:00
Alex P
b620df473a
Fix errant component imports
2018-09-25 10:43:25 -07:00
Alex P
be99b3859b
Merge branch 'master' into css-cleanup
2018-09-25 10:39:06 -07:00
Alex P
c7980563df
Style dashboard renamer
2018-09-25 10:18:35 -07:00
Alex P
3097b3ca83
Shrink page gutter
2018-09-25 10:18:15 -07:00
Alex P
c6751839f1
Update icon font to latest
2018-09-25 10:18:05 -07:00
Jonathan A. Sternberg
9ba6724b37
fix: goreleaser fork needed to have its version updated
2018-09-25 12:13:17 -05:00
Chris Goller
2e7ce4e0bd
Merge pull request #865 from influxdata/js-master-build-failure
...
fix: the master build no longer uses -i when building the influx binary
2018-09-25 09:46:23 -07:00
Andrew Watkins
7d09b23bcf
chronograf(feature): default dashboard and markdown view
...
* Set default dashboard as status page
* Set default dashboard in FE state
* Introduce Markdown visualization
2018-09-25 09:38:00 -07:00
Jonathan A. Sternberg
2ee5308a27
fix: the master build no longer uses -i when building the influx binary
...
The `-i` flag causes a problem when a cross compilation happens because
it attempts to build files in GOROOT which is located in a directory
that is not writable by the build user. This same problem exists for
when the `-tags` are changed like adding `-tags assets` in the `all`
build that runs on the master branch.
This removes `-i` because, in the latest go release, the `-i` flag
doesn't actually do anything useful since there is another build cache
that the results are placed in regardless of whether `-i` is used.
This fixes the build on master so that `make all` and `make nightly`
will function properly.
2018-09-25 11:33:07 -05:00
Jade McGough
7851c55c2b
fix(test): enforce order for user mapping tests ( #862 )
2018-09-25 08:43:29 -07:00
Jonathan A. Sternberg
73e474567b
Merge pull request #848 from influxdata/js-transpiler-show-tag-values
...
feat: implement basic show tag values in the transpiler
2018-09-25 10:40:57 -05:00
Jonathan A. Sternberg
9cda24a69c
adding a test for the measurements and fixing the functionality
2018-09-25 10:25:58 -05:00
Jonathan A. Sternberg
547425f12a
Merge pull request #859 from influxdata/js-restore-makefile-generate
...
fix: restore the generate task in the Makefile
2018-09-25 08:50:55 -05:00
Alex P
e0826f6f65
Make circle happy
2018-09-24 16:46:20 -07:00
Alex P
5fd953444f
Make JS tests pass
2018-09-24 16:40:07 -07:00
Alex P
db4bbf3090
Remove any non-global styles from /styles
2018-09-24 16:27:42 -07:00
Nathaniel Cook
6b9de10f0b
Merged pull request #852 from influxdata/nc-http-paths
...
fix: Update internal HTTP paths for query service
2018-09-24 15:08:03 -06:00
Alex P
2fb429e99d
WIP moar
2018-09-24 13:48:49 -07:00
Jonathan A. Sternberg
97de3469a5
fix: restore the generate task in the Makefile
...
This was mistakenly deleted when I deleted vendor. I have no idea why it
was deleted so it was probably a mistake or something left over from
testing.
2018-09-24 15:02:45 -05:00
Jonathan A. Sternberg
129186efec
feat: implement basic show tag values in the transpiler
2018-09-24 15:02:05 -05:00
Alex P
ee587e528b
WIP
2018-09-24 12:56:24 -07:00
Alex P
51dff1e0f8
Update all references from reusable_ui to clockface
2018-09-24 10:42:05 -07:00