Commit Graph

11980 Commits (3eb6b354788c74925f629bb04da2675ce8292bab)

Author SHA1 Message Date
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
Alex P 215639a628 part 2 2018-09-24 10:31:07 -07:00
Alex P 8931e8812d Copy UI kit components over from chronograf 2018-09-24 10:19:36 -07:00
Jade McGough 8e04f5e6e8
add org member endpoints (#846)
add org member endpoints
2018-09-24 10:17:54 -07:00
Alex P 2c7bc52204 Flesh out page_layout components 2018-09-21 16:44:49 -07:00
Alex P 8e4f740806 Create future home for all page layout components 2018-09-21 15:25:33 -07:00
Alex P afa8b2315e Delete old stuff pt 1 2018-09-21 15:15:49 -07:00
Alex P f890b37ac8 Finish refactoring nav for the time being 2018-09-21 14:31:44 -07:00
Alex P c2b8350058 WIP Refactor sidenav 2018-09-21 12:17:28 -07:00
Nathaniel Cook 14de10ad98 Merged pull request #853 from influxdata/nc-update-flux
chore: Update flux dep
2018-09-20 12:11:49 -07:00
Nathaniel Cook a060b0bdc9 chore: Update flux dep 2018-09-20 11:00:12 -07:00
Jonathan A. Sternberg 59394686f1
Merge pull request #854 from influxdata/js-mod-tidy
fix: run go mod tidy
2018-09-20 10:58:40 -07:00
Jonathan A. Sternberg d21655ec71 fix: run go mod tidy 2018-09-20 10:15:40 -07:00
Jonathan A. Sternberg 3adf627443
Merge pull request #735 from influxdata/js-go-modules
feat: switch to using go modules for building
2018-09-20 10:04:11 -07:00