Michael Gerber
Michael Gerber
This pull requests resolve the issue https://github.com/mrparkers/terraform-provider-keycloak/issues/729. The property `default_mappers` was added to the `keycloak_ldap_user_federation` indicating whether the default mappers should be created or not. The default is true. Closes...
The `keycloak_ldap_user_federation` resource creates several default mappers. These default mappers are not manageable by terraform. Therefore, an additional flag on the `keycloak_ldap_user_federation` resource to delete all default mappers would be...
### SUMMARY Introduces a new formatter, DURATION_COL, for durations presented in colon notation (e.g., 0:10.5). ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF ### TESTING INSTRUCTIONS 1. Create a chart with a...
### SUMMARY messages.po file for German (de) translation is updated. ### TESTING INSTRUCTIONS Change language settings to German and check translations via GUI or manually check them in messages.po file....
Added options `hideYears`, `hideYearsAndDays`, and `hideSeconds` to allow for more customizable time formatting.
### Bug description I use the following code to set the correct locale: ``` def set_locale_from_url_param(): from flask import session, request locale_param = request.args.get('lang') if locale_param: supported_locales = ['de', 'fr']...
## **User description** ### SUMMARY Respect time grain in timeseries and mixed timeseries chart. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF #### BEFORE #### AFTER ### TESTING INSTRUCTIONS Create a Timeseries...