- 28 Apr, 2019 3 commits
-
-
This fixes the CI script for postgres integration tests so that all tests are run.
Marcus Efraimsson committed -
Reiner Gerecke committed
-
Torkel Ödegaard committed
-
- 27 Apr, 2019 1 commit
-
-
* Feature: introduce LdapActiveSyncEnabled setting We probably remove it after the active sync is done. But at the moment we do not want to affect the current users with not fully tested feature * Chore: move settings in more logical order
Oleg Gaidarenko committed
-
- 26 Apr, 2019 10 commits
-
-
* Plugins: ReactPanelPlugin renamed * Plugins: renamed PanelPlugin to PanelPluginMeta and VizPanelPlugin to PanelPlugin
Torkel Ödegaard committed -
* Mobile: Switch to mobile view already at md or lower breakpoint * UX: Tweaked breakpoint so that media-breakpoint-up(md) will only apply to screens larger than normal ipad * Updated snapshots
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Marcus Efraimsson committed
-
* Feature: add cron setting for the ldap settings * Move ldap configuration read to special function * Introduce cron setting (no docs for it yet, pending approval) * Chore: duplicate ldap module as a service * Feature: implement active sync This is very early preliminary implementation of active sync. There is only one thing that's going right for this code - it works. Aside from that, there is no tests, error handling, docs, transactions, it's very much duplicative and etc. But this is the overall direction with architecture I'm going for * Chore: introduce login service * Chore: gradually switch to ldap service * Chore: use new approach for auth_proxy * Chore: use new approach along with refactoring * Chore: use new ldap interface for auth_proxy * Chore: improve auth_proxy and subsequently ldap * Chore: more of the refactoring bits * Chore: address comments from code review * Chore: more refactoring stuff * Chore: make linter happy * Chore: add cron dep for grafana enterprise * Chore: initialize config package var * Chore: disable gosec for now * Chore: update dependencies * Chore: remove unused module * Chore: address review comments * Chore: make linter happy
Oleg Gaidarenko committed -
bergquist committed
-
rrFeng committed
-
CVE-2019-5428 Vulnerable versions: < 3.4.0 Patched version: 3.4.0 A prototype pollution vulnerability exists in jQuery versions < 3.4.0 that allows an attacker to inject properties on Object.prototype. https://nvd.nist.gov/vuln/detail/CVE-2019-5428
Carl Bergquist committed -
Torkel Ödegaard committed
-
Progress: #14714
Hugo Häggmark committed
-
- 25 Apr, 2019 10 commits
-
-
Fixes #16627
Torkel Ödegaard committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
* Feature: add cron setting for the ldap settings * Move ldap configuration read to special function * Introduce cron setting (no docs for it yet, pending approval) * Chore: address code review comments
Oleg Gaidarenko committed -
Carl Bergquist committed
-
Ref: https://nvd.nist.gov/vuln/detail/CVE-2019-5428
Dominik Prokop committed -
Adds a new version option 7.0+ (70 internally). Version 7.0+ doesn't include document types in index mappings so support for handling this have been added. Version 7.0+ returns number of hits in a different way so support for handling this have been added. Version 7.0+ doesn't support sending max_concurrent_shard_requests in multisearch header so support for sending this in query string have been added. Update elastic6 docker block and dashboards (devenv) to use 6.7.1 images, filebeat index name is now filebeat-YYYY.MM.DD and dashboard include correct tags and links. Add elastic7 docker block and provisioning (devenv). Updates documentation regarding new version. Closes #15622
Alcides Viamontes E committed -
* Add api to reaload provisioning * Refactor and simplify the polling code * Add test for the provisioning service * Fix provider initialization and move some code to file reader * Simplify the code and move initialization * Remove unused code * Update comment * Add comment * Change error messages * Add DashboardProvisionerFactory type * Update imports * Use new assert lib * Use mutext for synchronizing the reloading * Fix typo Co-Authored-By: aocenas <mr.ocenas@gmail.com> * Add docs about the new api
Andrej Ocenas committed -
Fixes #16283
Hofls committed -
Progress: #14714
Hugo Häggmark committed
-
- 24 Apr, 2019 9 commits
-
-
Dominik Prokop committed
-
Use column name in ORDER BY in GetDashboardAclInfoList().
Tom Petr committed -
CloudWatch: Update docs for setting auth provider
Mitsuhiro Tanda committed -
* Add value types with custom unmarshalling logic * Add env support for notifications config * Use env vars in json data tests for values * Add some more complexities to value tests * Update comment with example usage * Set env directly in the tests, removing patching * Update documentation * Add env var to the file reader tests * Add raw value * Post merge fixes * Add comment
Andrej Ocenas committed -
closes #14967
Carl Bergquist committed -
* Introduced Abstract list, List and InlineList components for easier lists generation * Enable custom item key on abstract list items * Enable $.flot in storybook * Expose onOptionsChange to react panel. Allow React panels to be function components * Update type on graph panel options to group graph draw options * Introduce GraphPanelController for state and effects handling of new graph panel * Group visualisation related stories under Visualisations
Dominik Prokop committed -
Fixes #16704
Marcus Efraimsson committed -
Fixes #16605
Utkarsh Bhatnagar committed -
* add folderUid to DashbaordsAsConfig structs and DashbardProviderConfigs struct, set these values in mapping func look for new folderUid values in config_reader tests set dashboard folder Uid explicitly in file_reader, which has no affect when not given * formatting and docstrings * add folderUid to DashbaordsAsConfig structs and DashbardProviderConfigs struct, set these values in mapping func look for new folderUid values in config_reader tests set dashboard folder Uid explicitly in file_reader, which has no affect when not given * formatting and docstrings * add folderUid option, as well as documentation for the rest of the fields * add blank folderUid in devenv example. * add folderUid to provisioning sample yaml * instead of just warning, return error if unmarshalling dashboard provisioning file fails * Removing the error handling and adding comment * Add duplicity check for folder Uids Co-authored-by: swtch1 <joshua.thornton@protonmail.com>
Josh committed
-
- 23 Apr, 2019 7 commits
-
-
* Make SelectOptionItem a generic type to enable select value typing * TS ignores added because of optional value on Select items (it's no longer any)
Dominik Prokop committed -
Marcus Efraimsson committed
-
* Small improvements * Better error handling
Andrej Ocenas committed -
* Use xerrors instead of pkg/errors * Add Wrap util func * Move Wrap to errutil package
Andrej Ocenas committed -
* Chore: use early return technic everywhere And enable "indent-error-flow" revive rule * Chore: remove if-return rule from revive config * Chore: improve error messages And enable "error-strings" revive rule * Chore: enable "error-naming" revive rule * Chore: make linter happy * Chore: do not duplicate gofmt execution * Chore: make linter happy * Chore: address the pull review comments
Oleg Gaidarenko committed -
Alex Mabry committed
-
* Update notifications.md * Update notification services docs
Timo Schwarzer committed
-