Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12jinja2_native: preserve quotes in strings (#79119)Martin Krizek
2022-10-04Do not crash templating when filter/test name is not a valid Ansible plugin n...Felix Fontein
2022-09-07Overriding AnsibleContext.resolve is not needed/allowed (#78714)Martin Krizek
2022-09-01refactor and fixes for doc parsing (#77719)Brian Coca
2022-08-16Templar: deprecate shared_loader_obj option (#78540)Martin Krizek
2022-08-04remove Templar caching (#78419)Matt Davis
2022-07-20Python 3.9 min for controller (#77566)Matt Martz
2022-07-15Fix templating nested vars with convert_data=False (#78273)Martin Krizek
2022-07-14template module/lookup: fix convert_data for macros (#78259)Martin Krizek
2022-07-12listify_lookup_plugin_terms deprecate dataloader (#78244)Brian Coca
2022-06-30Move undefined check from concat to finalize (#78165)Martin Krizek
2022-06-03Deprecate non lists lookups (#77875)Martin Krizek
2022-05-17template/__init__.py - fix KeyError when wantlist=False with non-listJoseph Torcasso
2022-04-26Prevent losing unsafe from lookups (#77609)Martin Krizek
2022-04-14Allow for lazy evaluation of Jinja2 expressions (#56116)Martin Krizek
2022-04-11template override colon bugfixes (#77495)Corubba
2022-04-07Ensure correct environment_class is set on Template (#77485)Martin Krizek
2022-03-09Remove collections compat from controller code.Matt Clay
2022-03-07Fix collection redirects for filter and test plugins (#77210)Sloane Hertel
2022-01-21Attach concat func to an environment class (#76282)Martin Krizek
2022-01-20Attempt 2: Catch errors getting filters and tests (#76806)Matt Martz
2022-01-07ansible_concat: return strings only unless eval (#76634)Martin Krizek
2021-12-10Clarify unroll in _finalize (#76436)Martin Krizek
2021-12-09AnsibleJ2Template should be based on NativeTemplate (#76471)Martin Krizek
2021-12-02Remove finalize from globals (#76439)Martin Krizek
2021-12-02Properly set finalize for the new environment (#76435)Martin Krizek
2021-11-12No longer needed to fall back to sha (#76281)Martin Krizek
2021-11-11Keep pre Python 3.10 literal_eval behavior (#76261)Martin Krizek
2021-10-27Heisen jinja2_native (#75587)Martin Krizek
2021-10-21Start of moving away from six (#75863)Martin Krizek
2021-10-20Require Jinja2 3.0.0 (#75881)Martin Krizek
2021-09-30Remove deprecated Templar.set_available_variables() (#75836)Martin Krizek
2021-09-21Python 3.8 Controller Minimum (#74013)Matt Martz
2021-09-21Add an `undef` global Jinja function (#75435)Daniel Goldman
2021-08-12jinja2_native: short-circuit literal_eval for non-strings (#75484)Martin Krizek
2021-08-05Globals should be accessible when importing a template without the context (#...Martin Krizek
2021-07-26Ensure Jinja2 template header overrides are used (#75306)Martin Krizek
2021-07-19Check if a string is possibly a template in `ansible.template.is_template` (#...Sam Doran
2021-07-08Disable jinja2_native warning in CI (#75214)Martin Krizek
2021-06-11fix unsafe preservation across newlines (#74960)Brian Coca
2021-05-11Vendor `distutils.version` (#74644)Matt Martz
2021-04-28Templar: remove _fail_on_{lookup,filter}_errors (#73785)Martin Krizek
2021-04-15Catch errors getting filters (#74127)Matt Martz
2021-04-13All lookups ported to config system (#74108)Brian Coca
2021-03-26Correctly set path and fullpath for template vars (#73924)Brian Coca
2021-03-02Reduce complexity of Templar._lookup slightly (#73277)Matt Martz
2021-01-26Local vars should have highest precedence in AnsibleJ2Vars (#72830)Martin Krizek
2021-01-21Consolidate filters/tests handling into JinjaPluginIntercept (#71463)Martin Krizek
2021-01-19Do not pretend expression is filename in compile() Python built-in call (#73113)Oldřich Jedlička
2020-12-09Use _wrap_native_text only for builtin STRING_TYPE_FILTERS (#71801)Martin Krizek