- 10 Jul, 2019 3 commits
-
-
* Users: show badges for each auth provider * Chore: don't use functions in angular bindings * Users: minor style changes to labels * Chore: convert auth labels on the backed side, deduplicate frontend code * Users: use authLabels everywhere instead of authModule * User: fix edit user page style * Users: minor fixes after review
Alexander Zobnin committed -
It breaks the build on a fresh checkout and install. Fixes: #18015
Damien Lespiau committed -
Ryan McKinley committed
-
- 09 Jul, 2019 9 commits
-
-
* Replace webpack ng annotate plugin with babel-plugin-angularjs-annotate * Copy statics(png/svg) when necessary or keep the original path when files loaded via file-loader * Update readme
Dominik Prokop committed -
Dominik Prokop committed
-
adding an alpha panel
Ryan McKinley committed -
This fixes error caused by ng-annotate mentioned in #17819 (comment)
Dominik Prokop committed -
* Timezone export CSV based on dashboard setting * Add options object and interface
Tobias Skarhed committed -
Leonard Gram committed
-
* find the last non-null value * also fix first * check empty first * remove unused import * adding lastNotNull
Ryan McKinley committed -
* Move the SAML button outside of the oauth div * Don't attempt to search cookies with an empty name
gotjosh committed -
* Add tests for login view * Fix OAuth auto login redirect loop login_error cookie is only set when the OAuth login fails for some reason. Therefore, the login view should return immediately if a login_error cookie exists before trying to login the user using OAuth again. * Fix test Use 'index-template' instead of 'index' for testing * Add some comments
Sofia Papagiannaki committed
-
- 08 Jul, 2019 7 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
* Docs: Documents new features available with Loki data source in Explore Closes #17898 * Docs: Formats note as a quote and adds additional detail regarding live tailing
kay delaney committed -
* fix datasource/prometheus: added time range filter to prom series labels * fix datasource/prometheus: added missing method to test mock
Martin Chodur committed -
* Explore: Adds support for new loki 'start' and 'end' params for labels endpoint Also initializes absoluteRange when explore is initialized Closes #16788 * Explore: Dispatches updateTimeRangeAction instead of passing absoluteRange when initializing Also removes dependency on sinon from loki language provider test * Loki: Refactors transformation of absolute time range to URL params into small utility function * Makes use of rangeToParams() util function in loki language provider test Also updates LanguageProvider.request() interface so that url should be type string, and adds optional params argument
kay delaney committed -
Ryan McKinley committed
-
Changes so a non-set seenAt property gets the createdAt value. Fixes #17953
Marcus Efraimsson committed
-
- 06 Jul, 2019 4 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
* moving to data WIP * more refactoring * add missing test * mock full path * remove sinon from grafana-ui
Ryan McKinley committed -
Tobias Skarhed committed
-
- 05 Jul, 2019 17 commits
-
-
Ryan McKinley committed
-
Dominik Prokop committed
-
* LDAP:Docs: `active_sync_enabled` setting Mention `active_sync_enabled` setting and enable it by default * LDAP: move "disableExternalUser" method Idea behind new design of the LDAP module is to minimise conflation between other parts of the system, so it would decoupled as much as possible from stuff like database, HTTP transport and etc. Following "Do One Thing and Do It Well" Unix philosophy principal, other things could be better fitted on the consumer side of things. Which what this commit trying to archive * LDAP: correct user/admin binding The second binding was not happening, so if the admin login/password in LDAP configuration was correct, anyone could had login as anyone using incorrect password
Oleg Gaidarenko committed -
Tobias Skarhed committed
-
* noImplicitAny on Graphite * More noImplicitAny
Tobias Skarhed committed -
Leonard Gram committed
-
* Auth: SAML login button. * Fixed ts issue
Leonard Gram committed -
* Add support for static files * Use url-loader in single css setup * Add postcss setup * Expose emotion to plugins and externalise it in toolkit * Add readme note about emotion
Dominik Prokop committed -
* Rewrite Graphite Datasources to class * Graphite: removed unused prop
Tobias Skarhed committed -
* Add SAML configuration options * Add crewjam/saml as a depdency Needed as part of the enterprise SAML integration. * Vendor github.com/stretchr/testify/require The package require implements the same assertions as the `assert` package but stops test execution when a test fails.
gotjosh committed -
Alexander Zobnin committed
-
* Build: Adds pre-commit check that fails if node versions are not synced * Build: Throws error instead * Minor refactoring and testing
Hugo Häggmark committed -
* Docs: minor ha-setup edit * Docs: minor ha-setup edit2
Torkel Ödegaard committed -
* Docs: Added very basic docs that mention you can log yourself and other out * Docs: fixed spelling issue
Torkel Ödegaard committed -
Closes #17786
kay delaney committed -
Tobias Skarhed committed
-
Torkel Ödegaard committed
-