Commit Graph

4714 Commits (4bc7f8261cb002d7c0d7295b691f621c0ccdab5a)

Author SHA1 Message Date
Andrew Watkins b5ac54c719 Update CHANGELOG 2017-08-01 14:12:40 -07:00
Andrew Watkins 6865b90e33 Comment out undone features 2017-08-01 13:24:52 -07:00
Andrew Watkins 79ec80b5ff Merge branch 'feature/1602-graph-bounds-setting' of github.com:influxdata/chronograf into feature/1602-graph-bounds-setting 2017-08-01 13:14:47 -07:00
Andrew Watkins 737e4a8e02 Fix test and user submitted values check 2017-08-01 13:14:31 -07:00
Alex P e19817e330 Add UI scaffolding for more axis controls 2017-08-01 11:31:56 -07:00
Andrew Watkins e36108bfd3 Tweak styles 2017-08-01 11:02:59 -07:00
Andrew Watkins 6460e416d7 Shorten text 2017-08-01 09:42:37 -07:00
Andrew Watkins a51f0a175f Save y range for user 2017-08-01 09:10:08 -07:00
Andrew Watkins 8f0742c8ac Merge branch 'feature/1602-graph-bounds-setting' of github.com:influxdata/chronograf into feature/1602-graph-bounds-setting 2017-07-31 14:27:21 -07:00
Tim Raymond d08eab7214
Copy missing properties from Dashboards
When creating new dashboards to set defaults, not all properties of the
dashboard were being copied. This ensures that they are so that zero
values are not used for things like the ID and Name.
2017-07-31 17:24:43 -04:00
Andrew Watkins 2df2680214 Remove axes normalizer
With the `bounds` returning from the backend and the values saved as
strings there's no longer a need to normalize cell state.
2017-07-31 14:00:54 -07:00
Andrew Watkins b7cdb26b46 Merge pull request #1797 from influxdata/feature/tr-new-axes-format
Change Cell Axes' Bounds to []string
2017-07-31 13:43:14 -07:00
Tim Raymond 25059c0591
Fix data races in dashboard response construction
Dashboard responses had data races because multiple goroutines were
reading and modifying dashboards before sending them out on the wire.
This patch introduces immutability in the construction of the response,
so that each goroutine is working with its own set of dashboardResponse
structs.
2017-07-31 16:36:20 -04:00
Tim Raymond e5331dc536
Ensure cell bounds come back as empty array
The contract with the frontend states that bounds should come back as an
empty array instead of null when there are no bounds present. We must
explicitly specify []string{} for this to happen.
2017-07-31 16:36:16 -04:00
Tim Raymond 8bd622c491
Enforce presence of "x", "y", and "y2" axes
Certain aspects of the frontend requires the presence of these three
axes, so part of the contract established is that the backend will
always provide them. Since we centralize creation of
dashboardCellResponses, this is where these axes are added to all cell
responses.

Additionally, because there was previously no coverage over the
dashboard cells endpoints, a test has been added to cover the
DashboardCells method of Service.
2017-07-31 16:36:07 -04:00
Tim Raymond 0a042e2e0f
Convert Axis Bounds to []string
Due to various limitations with the previous implementation of Bounds as
a [2]int64{}, we've decided to change this to a []string{}. This will
allow clients to store arbitrary data specifying a bound and interpret
it as they wish.
2017-07-31 16:35:53 -04:00
Hunter Trujillo 91c3611ef2 .
.
ç̥͈̺͕̯̌͐̂̋̉͘͝H̸̨͍̳̟̖̳̱͖͎̔͛̏̄̚͟͠a̡̨̻̘̪̝̤̻̳͛̋͊̾́͟͝N̷͉͇̤͔̈́̎̑̍͊̃̀̕̕̚͜ͅg̢͈͈̭̙̬̜̓̈́͊͛͠E̛̫͇͚̘̹̾́̂̐͋̆͘͢ļ̴̛̲̮͓͈̼͉̮͐̆́̓͘ͅŐ̸̢̨̧͕͖̾̒͂͗͋̎́̚͠ǵ̵̡͙̘̖̺͖͉͎̋͊͋̍͢͜Ẻ̳̥̲͇̻̍̇̄̆̚
.
.
2017-07-31 12:07:48 -06:00
Hunter Trujillo 4ab18d586b Refactor hashing function to be simpler and remove hash de-duplication. Remove highlight circle on bar graphs. 2017-07-31 11:57:51 -06:00
Hunter Trujillo f8b8cc7364 Add universal hashed colors algorithm. Fix bar graph column overlap. Remove crosshairs on bar graphs. 2017-07-28 18:20:22 -06:00
Andrew Watkins 92882bfa2c Merge pull request #1798 from influxdata/bugfix/domain
Give preference to queryConfig range
2017-07-28 07:49:41 -07:00
Andrew Watkins 0de50089a2 Merge branch 'master' into bugfix/domain 2017-07-28 07:49:33 -07:00
Andrew Watkins 7f7b30be6f Merge pull request #1799 from influxdata/bugfix/syncronize
Dont sync graphs if there is only one graph
2017-07-28 07:48:27 -07:00
Andrew Watkins 249b54554b Merge pull request #1800 from influxdata/enhancement/write-data-window
Embiggen the write data form
2017-07-28 07:47:30 -07:00
Alex P dc0aaaaf5d Prevent overlay from extending beyond the viewport
Factored in the heights of all the neighboring elements
2017-07-27 16:57:09 -07:00
Jared Scheib 99f045e397 Clarify changelog, fix method name typo 2017-07-27 16:49:18 -07:00
Hunter Trujillo fef81f7499 Remember, kids... Always leave a note. 2017-07-27 17:43:45 -06:00
Jared Scheib 3a76733cd7 Merge remote-tracking branch 'origin/master' into enhancement/write-data-window 2017-07-27 16:37:09 -07:00
Jared Scheib 811ab58b2e Clarify changelog 2017-07-27 16:35:18 -07:00
Hunter Trujillo 3d7975946b CHAMGELOG 2017-07-27 17:31:24 -06:00
Jared Scheib 89c92f4b64 Merge branch 'master' into enhancement/write-data-window 2017-07-27 16:30:11 -07:00
Hunter Trujillo 2fd48bdeec We simply mustn't forget units on our flex-basis shorthand for IE11. 2017-07-27 17:28:55 -06:00
Jared Scheib f21cdc169b Merge pull request #1802 from influxdata/1.3.5.x
Merge 1.3.5.x with updated release date
2017-07-27 16:28:34 -07:00
Hunter Trujillo 283ecfe736 Merge remote-tracking branch 'origin/master' into fix/ie11-support 2017-07-27 17:08:38 -06:00
Hunter Trujillo 4b08501c71 CHANGELOG 2017-07-27 17:08:07 -06:00
Hunter Trujillo fcea9c0f4d Merge remote-tracking branch 'origin/master' into feature/1685-moving-time-ranges 2017-07-27 16:47:05 -06:00
Andrew Watkins 5034b2546c Update CHANGELOG 2017-07-27 15:26:20 -07:00
Andrew Watkins e9355d8a61 Embiggen the write data form 2017-07-27 15:23:59 -07:00
Jared Scheib c59a0ab95f Merge branch 'refs/heads/1.3.5.x' 2017-07-27 14:50:00 -07:00
Jared Scheib 9e87035b7f Update release date 2017-07-27 14:48:18 -07:00
Andrew Watkins 0958d2f3f9 Update CHANGELOG 2017-07-27 14:47:04 -07:00
Andrew Watkins e3b5ef646e Dont sync graphs if there is only one graph 2017-07-27 14:38:57 -07:00
Andrew Watkins 57b384710b Update CHANGEOG 2017-07-27 13:41:44 -07:00
Andrew Watkins 2662e1957c Give preference to queryConfig range 2017-07-27 13:29:46 -07:00
Andrew Watkins 93abd22046 Merge pull request #1796 from influxdata/feature/file-upload-spinner
Feature/file upload spinner
2017-07-27 13:08:19 -07:00
Andrew Watkins 8040f9c66c Update CHANGELOG 2017-07-27 12:55:48 -07:00
Hunter Trujillo 66e16bdea2 CHANGELOG. 2017-07-27 13:39:51 -06:00
Hunter Trujillo 2892435be3 Fix incorrect windows uptime query. Fix how the Windows value is used in the UI. 2017-07-27 13:34:10 -06:00
Andrew Watkins a262be9d9b Add button spinner css 2017-07-27 12:06:08 -07:00
Andrew Watkins 0ddac93138 Add uploading state to WriteForm 2017-07-27 12:05:57 -07:00
Nathan Haugo 1202af71f0 Merge pull request #1785 from influxdata/fix/invalid_date-1764
Fix Custom Time Range and Preset options in Data Explorer; remove CTR option from Rule Builder
2017-07-26 11:44:13 -05:00