- 01 Nov, 2019 15 commits
-
-
Martin Brenner committed
-
This dependency was added a while back and exists in the vendor directory but was never properly added to go.mod.
Leonard Gram committed -
Change custom hashing and lodash.memoize based selector for standard reselect.
Andrej Ocenas committed -
Jacob Colvin committed
-
Huan Wang committed
-
* LDAP Debug: No longer shows incorrectly matching groups based on role Org Role was used as a shortcut to figure out what groups were matching and which weren't. That lead to too all groups matching a specific role to show up for a user if that user got that role. * LDAP Debug: Fixes ordering of matches The order of groups in the ldap.toml file is important, only the first match for an organisation will be used. This means we have to iterate based on the config and stop matching when a match is found. We might want to think about showing further matches as potential matches that are shadowed by the first match. That would possibly make it easier to understand why one match is used instead of another one. * LDAP Debug: never display more than one match for the same LDAP group/mapping. * LDAP Debug: show all matches, even if they aren't used * Update public/app/features/admin/ldap/LdapUserGroups.tsx Co-Authored-By: gotjosh <josue.abreu@gmail.com> * Update public/app/features/admin/ldap/LdapUserGroups.tsx Co-Authored-By: gotjosh <josue.abreu@gmail.com>
Leonard Gram committed -
* Licensing: supplies a service to handle licensing information * Licensing: uses the license service further Uses the license service instead of settings.isEnterprise: - external team members - saml - usage stats * Licensing: fixes broken tests due to new Licensing service dependency * Licensing: fixes linting errors * Licensing: exposes license expiry information to the frontend
Leonard Gram committed -
Ivana Huckova committed
-
Gaurav M Shah committed
-
* basic setup * onclose fix * styling and inline drawer * add options and mdx * remove blank line * disable pushing page when opening drawer, re add mask opacity * small fixes from pr review * Add knobs and story with long content * set redone markup and made title sticky * Minor style update * Minor style updates 2 * More explicit width prop * fix import
Peter Holmberg committed -
* Dependency: Bump our SAML Library to the latest version Fixes a non-obligatory check for RSA encrypted assertions. Previously they required a certificate embedded in the assertion, this is not mandatory according to the SAML standard.
gotjosh committed -
Fix spacing and margins in case you use icon only button.
Andrej Ocenas committed -
Add LogDetail section that is shown when log line is clicked and expanded. Contains labels/fields and actions to show stats and add/remove label filter.
Ivana Huckova committed -
Kyle Brandt committed
-
Andreas Motl committed
-
- 31 Oct, 2019 18 commits
-
-
Fix capitalization & typos in the InfluxDB data source docs.
Drew committed -
In the data sources docs two similar subsection names were used. This PR renames `Adding the data source to Grafana` subsection to `Adding data source` so that all data sources have the same subsection name.
olcbean committed -
Adding all currently available panels to the basic_concepts.md
olcbean committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
Dominik Prokop committed
-
* remove editor keys and null coalescing * remove commented, update snap
Shavonn Brown committed -
- Update copyright year - Remove duplicated xmlns
Olivier Lemasle committed -
Fixed ordering in both the initially suggested guides/basic_concepts.md and the datasources/index.md Closes #19285
Matt committed -
* Add docker-compose example for running grafana with remote renderer * Update docs/sources/administration/image_rendering.md Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Sofia Papagiannaki committed -
Sofia Papagiannaki committed
-
Allows saving of provisioned dashboards if the config value allowUiUpdates is set to true Fixes #11778
Jon Gyllenswärd committed -
Update Azure AD instructions to follow heading changes in Azure Portal. > In the legacy experience, an app had Keys page. In the new experience, it has been renamed to Certificates & secrets. In addition, Public keys are referred to as Certificates and Passwords are referred to as Client secrets. Source: https://docs.microsoft.com/en-us/azure/active-directory/develop/app-registrations-training-guide#keyscertificates--secrets I verified by logging in Azure AD and walking through the steps.
Alexandre de Verteuil committed -
Signed-off-by: Joe Elliott <number101010@gmail.com>
Joe Elliott committed -
Remove artificial delay before first 100 rows were rendered and defer just the rest.
Andrej Ocenas committed -
* Refactor: Adds typings and changes AdHocVariable to conform to new typings * Refactor: Adds typings to ConstantVariable * Refactor: Adds typings to IntervalVariable * Refactor: Adds typings to QueryVariable * Refactor: Adds typings to TextBoxVariable * Refactor: Adds typings to CustomVariable
Hugo Häggmark committed -
Primarily- moving majority of the types and utils from @grafana/ui to @grafana/data * Move types from grafana-ui to grafana-data * Move valueFormats to grafana-data * Move utils from grafana-ui to grafana-data * Update imports in grafana-ui * revert data's tsconfig change * Update imports in grafana-runtime * Fix import paths in grafana-ui * Move rxjs to devDeps * Core import updates batch 1 * Import updates batch 2 * Imports fix batch 3 * Imports fixes batch i don't know * Fix imorts in grafana-toolkit * Fix imports after master merge
Dominik Prokop committed -
Closes #19626
kay delaney committed
-
- 30 Oct, 2019 4 commits
-
-
* Consolidate backend guidelines * Fix link * Fix review comments
Marcus Olsson committed -
for use with gel which is not released yet.
Ryan McKinley committed -
Ryan McKinley committed
-
Leonard Gram committed
-
- 29 Oct, 2019 3 commits
-
-
currently temporary separate http api
Kyle Brandt committed -
* Add data link from panel to cloudwatch console * Change conf variable name * Fixes according to pr feedback * Cleanup. Fix broken tests
Erik Sundell committed -
Andrej Ocenas committed
-