Jade McGough
9e71c7c8cb
Merge pull request #691 from influxdata/feature/dashboards
...
Feature/dashboards
2016-12-15 13:54:23 -08:00
Jade McGough
59146d0637
fix json decoding
2016-12-15 13:53:43 -08:00
Jade McGough
7a8d0ba4a5
clean up pointer usage
2016-12-15 13:37:11 -08:00
Jade McGough
45c377e5a2
add dashboard validation
2016-12-15 13:22:32 -08:00
Will Piers
e4b6dff30d
Merge pull request #697 from influxdata/super-hot-fix
...
Use InfluxQL instead of Raw Text
2016-12-15 12:47:49 -08:00
Will Piers
3821f2695e
Use InfluxQL instead of Raw Text
2016-12-15 12:24:19 -08:00
Jade McGough
f42f7166f9
fix bugs
2016-12-15 11:27:06 -08:00
Andrew Watkins
42c17ea03c
Merge pull request #695 from influxdata/jz-readme
...
Add note about necessary plugins
2016-12-15 11:07:54 -08:00
Jack Zampolin
91b2dc944c
Add note about necessary plugins
2016-12-15 10:58:03 -08:00
Andrew Watkins
497fa28fd3
Merge pull request #688 from influxdata/highlight-series
...
Highlight series
2016-12-15 10:22:15 -08:00
Andrew Watkins
7428a6a45d
Fix missed rebase conflicts
2016-12-15 09:52:01 -08:00
Andrew Watkins
a23d493e4c
Update tests
2016-12-15 09:49:17 -08:00
Andrew Watkins
e8ef056e4d
Cleanup
2016-12-15 09:49:17 -08:00
Andrew Watkins
32e70948f9
Move activeQueryID state to DE container
2016-12-15 09:49:17 -08:00
Andrew Watkins
054f1e6eb0
Highlight lines that correspond to selected query tab
2016-12-15 09:48:18 -08:00
Jade McGough
417e923fe6
dashboard, not dashboards
2016-12-15 00:50:38 -08:00
Jade McGough
899fcbce86
be sure to create dashboardsbucket in bolt
2016-12-15 00:49:43 -08:00
Jade McGough
b8c7778327
wording
2016-12-15 00:41:42 -08:00
Jade McGough
17a9cc34b6
add update function for dashboards api
2016-12-15 00:31:53 -08:00
Will Piers
cb74fdf208
Merge pull request #667 from influxdata/editor-mode
...
Editor mode
2016-12-14 14:58:35 -08:00
Will Piers
3fa3448c0c
Update changelog
2016-12-14 14:58:15 -08:00
Jade McGough
03b0d0178d
formatting
2016-12-14 12:55:21 -08:00
Jade McGough
e7ebc9fd9e
add dashboard creation to API
2016-12-14 12:54:58 -08:00
Jade McGough
bdf65400f2
formatting
2016-12-14 12:12:20 -08:00
Jade McGough
11cb9a795d
add dashboard GET and DELETE handlers
2016-12-14 09:37:47 -08:00
Jade McGough
77cab972a6
add update func to dashboards
2016-12-14 00:12:36 -08:00
Jade McGough
de0efa0b27
omg it compiled
2016-12-13 23:56:26 -08:00
Jade McGough
16327a87d7
wow did it actually just compile?
2016-12-13 23:22:54 -08:00
Jade McGough
582bde4657
fix errors
2016-12-13 22:57:52 -08:00
Alex P
bb036e111d
new panel menu a little wider
2016-12-13 17:01:27 -08:00
Alex P
843e793eb6
Adding "open" class to dropdown toggle if it is open
...
Helps differentiate between itself and nearby buttons during dropdown
open state, following bootstrap’s design patterns
2016-12-13 17:00:11 -08:00
Alex P
7ddee2ddbb
Styling new panel tab menu
...
Using full text names “Query Builder” and “Raw Text” to be as clear as
possible to users
2016-12-13 16:55:33 -08:00
Will Piers
2d54d4c26d
Minor tweaks
2016-12-13 16:32:19 -08:00
Jade McGough
282394c01d
fix issues in dashboards internal
2016-12-13 16:19:42 -08:00
Will Piers
beab738d92
Create simple dropdown and use it. Needs style help
2016-12-13 14:30:02 -08:00
Nathan Haugo
601dd26a74
Merge pull request #686 from influxdata/bugfix/tr-missing-version
...
Fix missing version
2016-12-13 13:48:58 -08:00
Alex Paxton
3c51c6e503
Merge pull request #684 from influxdata/fix-input-text-selection
...
Fix Input Text Selection
2016-12-13 13:22:04 -08:00
Tim Raymond
33f7634974
Fix missing version
...
Previously, using the version switch (`chronograf --version`) would
yield no version or commit information. This was because those two
package vars were exported, when the build script expects them to be
package private. To keep the build script as consistent as possible
across repos, the solution was to just make those package vars private
Connect #679
2016-12-13 15:09:12 -05:00
Andrew Watkins
084a55e5f6
Rename sources to configuration in SideNav
2016-12-13 10:41:44 -08:00
Jade McGough
2bdedc0683
update internal.pb.go
2016-12-13 03:07:24 -08:00
Jade McGough
39ba29b893
add and get methods for dashboard
2016-12-13 02:44:19 -08:00
Jade McGough
76fb9a95c4
add marshal/unmarshal for dashboards
2016-12-13 02:25:26 -08:00
Alex P
dc07d48208
Works for textarea as well as input
2016-12-12 17:55:45 -08:00
Alex P
398e38796c
fancy blue highlight
2016-12-12 17:49:07 -08:00
Alex P
9fee7ae65b
Commenting out this button until it has an event listener
2016-12-12 16:50:10 -08:00
Alex P
cd30d162ad
Styling raw text field
...
- Builder queries are blue
- Raw text queries are purple
- Using the new monospace font here
- Doing something a bit heavy-handed to ensure there is no jitter
between the raw text and builder text
2016-12-12 16:40:40 -08:00
Alex P
340d71dee9
Removing references to previous monotype font
2016-12-12 16:25:17 -08:00
Alex P
f8cf700c40
Removing excess styles from query editor
2016-12-12 16:17:43 -08:00
Alex P
2a79b707ba
New monotype font!
2016-12-12 16:15:34 -08:00
Alex P
920ff6a3e5
Renaming stylesheet to match component
...
Raw query editor —> raw text
2016-12-12 14:27:54 -08:00