- 14 Oct, 2019 1 commit
-
-
Ben Patterson committed
-
- 12 Oct, 2019 3 commits
-
-
* Update README.md Minor grammar and format edits * Update README.md
oddlittlebird committed -
* Link to architecture docs from Developer guide * Fix link
Marcus Olsson committed -
it is actually an intended feature by tslint: https://github.com/palantir/tslint/issues/4528 So adding 1 to the line number here in the plugin
Huan Wang committed
-
- 11 Oct, 2019 14 commits
-
-
* pkg/plugins: Check errors
Arve Knudsen committed -
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
* Add docs on services * Apply suggestions from code review Co-Authored-By: gotjosh <josue.abreu@gmail.com> * Fix review comments * Extract communication to its own document * Minor fixes * Minor fix * Apply suggestions from code review Co-Authored-By: gotjosh <josue.abreu@gmail.com> * Add comment on exported field
Marcus Olsson committed -
fix pkg/services/search/service.go:52:3: s.bus undefined (type *SearchService has no field or method bus, but does have Bus) fixes issue introduced by #19765
Kyle Brandt committed -
* Refactor GoConvey into stdlib * Fix review comments
Marcus Olsson committed -
Scott Brenner committed
-
vishesh92 committed
-
* Add custom headers on alerting queries Reference issue #15381 Signed-off-by: Martin Schneppenheim <martin.schneppenheim@rewe-digital.com> * Fix datasource transport tests * Migrate decrypting header test to models pkg * Check correct header * Add HTTP transport test Fixes #15381
Weeco committed -
* Docs: Update Centrify Section In Generic Oauth Ref #18207 * Docs: Alphabetise Features / Data Sources (#19289) * Docs: Add Title Case rule for API names (#19620) * Update contribute/style-guides/documentation-style-guide.md wfm, thanks! Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com>
HG00 committed
-
- 10 Oct, 2019 6 commits
-
-
* Explore: updates clear all button to responsive button * Explore: update toolbar icons alignment * Explore: adds responsive styles for explore icon alignment
Lukas Siatka committed -
* pkg/infra: Check errors Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * pkg/infra: Handle errors Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/infra/usagestats/usage_stats.go Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Arve Knudsen committed -
* Update Prometheus Custom Query Parameters docs. After discussion with @davkal * Update prometheus.md
Tom Wilkie committed -
Marcus Olsson committed
-
* Docs: Update Playlist.md * Docs: Update Playlist.md * Docs: Update Playlist.md * Docs: Update Playlist.md * Docs: Update Playlist.md * Docs: Update Playlist.md
Brenda Harjala committed -
* pkg/components: Check errors
Arve Knudsen committed
-
- 09 Oct, 2019 10 commits
-
-
Andrej Ocenas committed
-
* pkg/login: Check errors * pkg/login: Introduce "login" logger Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Arve Knudsen committed -
Fixes so make run works on older Go versions than 1.13.
Marcus Efraimsson committed -
* Add Troubleshooting section to Developer guide * Remove unintended newline
Marcus Olsson committed -
* Update README.md Minor grammar and formatting changes. Took a stab at adding an intro, feel free to improve. * Update README.md
oddlittlebird committed -
Torkel Ödegaard committed
-
* 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 6 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
-