- 09 Oct, 2019 4 commits
-
-
* Bugfix: Fix parsing of IPv6 addresses Make sure that IPv6 addresses aren't truncated when parsing. Fixes #18924 * util: Change network address parsing funcs to return error * pkg/api: Return NetworkAddress instead of host/port
Arve Knudsen committed -
Ivana Huckova committed
-
* Update README.md Grammar and spelling edits * Update pkg/README.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Update README.md * Update README.md
oddlittlebird committed -
* Feature: Adds connectWithCleanup HOC * Refactor: Small typings * Refactor: Makes UseEffect run on Mount and UnMount only * Refactor: Adds tests and rootReducer * Refactor: Fixes adding of reducers on startup
Hugo Häggmark committed
-
- 08 Oct, 2019 25 commits
-
-
closes #19404 closes #19281
Robert Lowry committed -
* Add simple group by component * Make segment generic * Refactoring segments. Add support for lazy loading * Use base props * Add example with grouped options * Move examples to storybook * Fixes according to pr feedback * Cleanup * added className * Fixes according to feed back * Add query string to api so that search can be imlemented in the future
Erik Sundell committed -
Miguel Carvajal committed
-
* pkg/api: Check errors * pkg/api: Remove unused function HashEmail
Arve Knudsen committed -
* Explore: create connected sync button when screen is splitted * Explore: create attachable button to TimePicker * WIP/Explore: set up redux boilerplate for synced state * WIP/Explore: add toggling functionality to sync buttons * WIP/Explore: Fix styling issue * First pass solution working * Explore: Clean up, update comments * Explore: refactore Timepicker, remove newly introduced class names * Explore: refactore ExploreTimeControls * Explore: more semantic variables naming * Explore: run query on syncable item when synced times activated * Explore: Add tooltip to sync times button * Explore: Remove typo * Explore: check exploreId * Explore: refactor ExploreTimeControls * Explore: refactor to include suggested changes * Explore: Create TimeSyncButton component, update colors * Explore: Toggle tooltip, use stylesFactory
Ivana Huckova committed -
Kyle Brandt committed
-
Manish Yadav committed
-
Jon Gyllenswärd committed
-
* Simplify README * Fix review comments * Rename Developer guide
Marcus Olsson committed -
* Add docs for overriding default configuration * Add instructions for building Docker image * Add docs for end-to-end tests * Rename to Developer guide
Marcus Olsson committed -
* Fix redirect but adding getExploreState method to graphite * Explore: Create interpolateVariablesInQueries function for datasources * Explore: Add interpolateVariablesInQueries method to elasticsearch datasource * Add interpolateVariablesInQueries function to influx and postgres * Explore: Add interpolateVariablesInQueries to Mssql and Mysql datasources * Explore: Add datasources to queries * Explore: Code formatting * Prettier formating fix * Explore: Add rawQuery expanding of variables for influxdb * Remove console.logs * Explore: Add rawQuery expanding of multiple variables for influxdb * Explore: If no queries in Influxdb, return early [] * Explore: Refactor influxDb to follow the code structure
Ivana Huckova committed -
* Make tests more sensitive to timezone. * Time stamps should use UTC for consistency. * Test: Assert state is paused after pauseAllAlerts call.
Ben Patterson committed -
kay delaney committed
-
Hugo Häggmark committed
-
(cherry picked from commit c29b3e2433c3c794d256fa4471ae292a4b1e081d)
Hugo Häggmark committed -
Hugo Häggmark committed
-
Hugo Häggmark committed
-
Typo fixes
Yuvaraj Subramanian committed -
* build: use vendor folder for building not sure if this is a good idea or not, but this stops module fetching * untouch yarn.lock Signed-off-by: Kyle Brandt <kyle@grafana.com> * modules on in runPrint
Kyle Brandt committed -
When using Raw Document query with Elasticsearch there's a special response from datasource that is used which includes a type field with the value json. In the table panel there is a transformation for JSON data which up until this fix didn't work at all due to the new data structure we call data frames. Co-Authored-By: Hugo Häggmark <hugo.haggmark@grafana.com> Fixes #19531
Marcus Efraimsson committed -
Torkel Ödegaard committed
-
Fixes #19567
Hugo Häggmark committed -
* Chore: Upgrade Docker image/CI to Go 1.13.1 Fixes #18878 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Use golangci-lint master revision
Arve Knudsen committed -
Fixes #19659
Hugo Häggmark committed -
* fixed unit symbols and description consistency in valueFormats/categories.ts The preferred English spelling is "litre" (vs "liter") and "metre" (vs "meter"), except in American english. Also, the symbol for Litre is an uppercase 'L', not lowercase. * Changed metre -> meter in units
Reinier van der Leer committed
-
- 07 Oct, 2019 11 commits
-
-
Fixes #19476
Anthony Templeton committed -
Andrej Ocenas committed
-
* Fixes Time Range Controls formatting #19339 Image was updated to reflect the latest UI but after reading the documentation README it looks like someone else will have to upload it. Thanks for your amazing tool Grafana team! * Update docs/sources/reference/timerange.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Update docs/sources/reference/timerange.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com>
Carlos Mondragon committed -
* Update documentation-style-guide.md Added items to the documentation style guide. * Update contribute/style-guides/documentation-style-guide.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Update documentation-style-guide.md Removed extra lines
oddlittlebird committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Docs: Update keyboard shortcuts formatting in docs * Docs: Update keystroke separators * Docs: Remove spaces in keyboard shortcuts
Linus Groh committed -
* Convert Azure Application Insights datasource to Go Allows for alerting of Application Insights data source Closes: #15153 * Fix timeGrainReset * Default time interval for querys for alerts * Fix a few rename related bugs * Update readme to indicate App Insights alerting * Fix typo and add tests to ensure migration is happening * Address code review feedback (mostly typos and unintended changes)
Chad Nedzlek committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
David committed
-
* Update README.md Minor grammar and format edits * Update README.md * Update README.md
oddlittlebird committed -
dadosch committed
-