Alex Paxton
ce560b1322
Merge pull request #861 from influxdata/css-cleanup
...
Clean(er) slate
2018-09-25 11:30:28 -07: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
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
Christopher Henn
d8598bd584
feat(http): add MacroService client
...
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-09-20 09:32:04 -07:00
Nathaniel Cook
7069a06864
fix: Update internal HTTP paths for query service
...
Since all paths for the various query services were the same even though
the API was different it was confusing to work with and debug.
Now all internal paths have a unique name.
2018-09-20 08:43:48 -07:00
Jonathan A. Sternberg
46ed9bc4fb
feat: switch to using go modules for building
...
This updates the dependency manager to use go modules instead of dep so
that we can remove dep as a dependency and we can begin using and giving
feedback on modules within this project. It should simplify dependency
management and make it faster to run the builds too.
The big change is updating the various Makefiles to stop relying on the
vendor directory because it no longer exists. This change creates a
`tools.go` file with the revisions of the tools we use that are currently
in the `required` section of `Gopkg.toml`. We are currently in other
discussions to modify how we handle tool dependency management, but this
change does not change that.
2018-09-20 08:33:15 -07:00
Nathaniel Cook
a907329075
fix: Fix typo in goreleaser.yml
2018-09-18 09:07:00 -07:00
Nathaniel Cook
f3a7b5005f
chore: disable github release with go releaser
2018-09-18 08:55:15 -07:00
Nathaniel Cook
68de8fe58c
Merge pull request #849 from influxdata/nc-goreleaser
...
chore: Update GoReleaser to publish snapshots
2018-09-17 19:06:19 -06:00
Nathaniel Cook
e3fc3ff1b6
chore: Update GoReleaser to publish snapshots
2018-09-17 17:29:20 -07:00
Chris Goller
34fd898d6c
Merge pull request #845 from influxdata/feature/dashboard-client-tests
...
Feature/dashboard client tests
2018-09-17 12:56:03 -07:00
Chris Goller
0ca00041aa
Merge pull request #847 from influxdata/fix/ast-default
...
fix(flux/api): ensure ast default
2018-09-17 12:55:09 -07:00
Jonathan A. Sternberg
0e0249ff2e
Merge pull request #839 from influxdata/js-show-tag-values-doc
...
docs(query/influxql): update the transpiler doc for show tag values
2018-09-17 13:45:48 -05:00
Chris Goller
a00720e76d
fix(flux/api): ensure ast default
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-09-17 11:22:17 -07:00