Commit Graph

9188 Commits (53052dd7b946f9860abb3faf5693880ec2dc1cd8)

Author SHA1 Message Date
Jared Scheib 05128600c6 Refactor interceptingResponseWrite Flusher for clarity
Co-authored-by: Daniel Nelson <daniel.nelson@influxdb.com>
2018-04-20 18:40:09 -07:00
Jared Scheib 5ac2a3c063 Remove basepath var & arg from PrefixedRedirect 2018-04-20 18:40:09 -07:00
Jared Scheib 97c84cbe6e Remove prefix-routes & clean up basepath var and flag use
Now, if basepath is set, it will be prefixed to all routes.
There is no more additional option of prefix-routes.
2018-04-20 18:40:09 -07:00
Jared Scheib 094f96a73b Match basepath against regexp to ensure proper format 2018-04-20 18:40:09 -07:00
Jared Scheib 923d73a418 Fail server if basepath contains trailing or starting '/' 2018-04-20 18:39:49 -07:00
Iris Scholten 5da9a00b93 Add ErrorHandling decorator to crosshairs 2018-04-20 17:08:19 -07:00
Iris Scholten 6d98ff5d01 Remove leftover isDragging 2018-04-20 17:05:01 -07:00
Iris Scholten 0bcbf6297d Fix bug with Dygraph legend not rendering until rerender triggered 2018-04-20 17:00:08 -07:00
Jared Scheib 14cfc3f95c Fix logout link with basepath
Remove double-prefixing by removing the prefixing
logic of the InterceptingResponseWriter.

Fix the logout link route for its handler to not
include a basepath prefix.

Remove obsolete tests for prefixing redirector.

Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-04-20 16:58:41 -07:00
Alex P fd7ebe6807 Set autocomplete using string instead of boolean
Fixing this in response to a browser error I noticed in this branch
after changing a bunch of things
2018-04-20 16:49:38 -07:00
ebb-tide 8c5c2fa1ed remove js component cell editor overlay 2018-04-20 16:28:52 -07:00
Alex Paxton 15c152a84b Merge pull request #3279 from influxdata/ux/threshold-logic
Improve Threshold UX
2018-04-20 16:26:51 -07:00
Alex P 7d8568af48 Refactor sidenav to allow more specificity for highlighting nav items 2018-04-20 16:24:44 -07:00
Iris Scholten a06a391dae Add types and fixed linter errors 2018-04-20 16:20:13 -07:00
Alex Paxton 469d86edf7 Merge branch 'master' into ux/threshold-logic 2018-04-20 16:13:19 -07:00
ebb-tide 2c5fdfe3ff Merge branch 'master' into table/group-by 2018-04-20 16:10:10 -07:00
ebb-tide 18b7f36159 Make tests pass 2018-04-20 16:08:13 -07:00
ebb-tide 4c2c2afd46 Remove unused interfaces 2018-04-20 15:50:38 -07:00
ebb-tide 057223a8a6 Fix if two queries where one has no groupBy. 2018-04-20 15:48:03 -07:00
ebb-tide 5aa134851b Fix celleditoroverlay errors. 2018-04-20 15:47:23 -07:00
Alex P bfba090291 Replace InfluxDB AdminTabs component with SubSections component 2018-04-20 15:45:55 -07:00
Alex P 5270e11a49 Introduce subsections component 2018-04-20 15:44:46 -07:00
Iris Scholten 0cab8a414e Add more types 2018-04-20 15:41:34 -07:00
Iris Scholten 2b5857b994 Convert DygraphLegend to typescript 2018-04-20 15:36:03 -07:00
ebb-tide 0cd15580a7 Removed unused queryAST interface 2018-04-20 14:51:15 -07:00
ebb-tide e021bb9ef8 Fetch queryASTs only if graph type is table 2018-04-20 14:50:57 -07:00
Brandon Farmer 6d3d23194e Merge pull request #3281 from influxdata/fixes/kapacitor-logs
Fix base path for kapacitor logs
2018-04-20 14:50:04 -07:00
Brandon Farmer eeb10cadb8 Update changelog 2018-04-20 14:37:22 -07:00
Brandon Farmer 017ae93e3c Fix base path for kapacitor logs 2018-04-20 14:34:45 -07:00
Andrew Watkins f6d8a9ea41 Fix legends hanging around 2018-04-20 13:54:35 -07:00
ebb-tide 3f7ec2818c Connect TableGraph to redux, update fieldNames if query changes. 2018-04-20 13:50:03 -07:00
ebb-tide 5a34bde959 Stop passing around queryASTs 2018-04-20 13:48:38 -07:00
Iris Scholten a34085a4b1 Update Swagger with fieldOptions and Timeformat change and precision 2018-04-20 13:41:34 -07:00
Brandon Farmer 1a5f2f61e2 Merge pull request #3280 from influxdata/extending-error-handling
Extendable error handling
2018-04-20 13:08:20 -07:00
Brandon Farmer f81cd287bd Swap default error to be a Component instead of PureComponent 2018-04-20 11:54:02 -07:00
Brandon Farmer 45359191bf Extendable error handling 2018-04-20 11:10:34 -07:00
Alex Paxton 52ad822624 Merge pull request #3276 from influxdata/bugfix/jittery-tempvar-dropdowns
Fix Jittery Template Variable Dropdowns
2018-04-20 10:38:05 -07:00
Alex P d2efd416e7 Update changelog 2018-04-20 10:32:28 -07:00
Alex P addd5b6724 Change color when value is greater than or equal to a threshold
This seems to be the expected behavior
2018-04-20 10:28:51 -07:00
Alex P 15c738e428 Guard against empty values array 2018-04-20 10:15:34 -07:00
Alex Paxton 9a8d2db8ba Merge pull request #3266 from influxdata/bugfix/notify-new-cell-name
Show New Cell's Name in Notification
2018-04-20 10:08:46 -07:00
Alex Paxton c33a1c44a2 Merge pull request #3267 from influxdata/bugfix/tickscript-editor-overflow
Fix TICKscript Editor Overflow
2018-04-20 09:41:39 -07:00
Iris Scholten 265897d17b WIP Move timeFormat and fieldNames/fieldOptions outside of tableOptions in the client 2018-04-19 18:57:22 -07:00
Iris Scholten a0adb2e206 Move timeFormat from TableOptions to DashboardCell in the Server
Update tests according to the change
2018-04-19 17:32:28 -07:00
Brandon Farmer 6c1bcb3d4b Merge pull request #3274 from influxdata/fixes/viewer-changes-temp-var
Guard against missing me
2018-04-19 16:37:06 -07:00
Brandon Farmer b505178ee6 Merge pull request #3273 from influxdata/fixes/component-error-handling-names
Show proper name for components with error handling
2018-04-19 16:34:55 -07:00
Alex P 123a6d0455 Expand min and max sizes for tempvar dropdowns 2018-04-19 16:23:48 -07:00
Alex P 4ddb35c972 Fix dropdown size calculation
Can’t pass an object into calculateSize
2018-04-19 16:23:29 -07:00
Brandon Farmer d399e6e864 Show proper name for components with error handling 2018-04-19 16:19:20 -07:00
Brandon Farmer 56e991cba4 Guard against missing me 2018-04-19 15:19:13 -07:00