-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the Cheetah template renderer in salt.utils.templates, and unit-tests for Jinja, Cheetah, Mako, Genshi, wempy templates, #51718
Commits on Dec 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 50cd57d - Browse repository at this point
Copy the full SHA 50cd57dView commit details -
Modified the render_cheetah_tmpl() function in salt.util.templates to…
… call the correct methods depending on Python2 vs Python3.
Configuration menu - View commit details
-
Copy full SHA for bd60898 - Browse repository at this point
Copy the full SHA bd60898View commit details -
Ugh..Added unit tests for rendering all of the template types as unit…
….utils.test_templates since nobody has done this.
Configuration menu - View commit details
-
Copy full SHA for 0e6e793 - Browse repository at this point
Copy the full SHA 0e6e793View commit details -
Configuration menu - View commit details
-
Copy full SHA for b93200c - Browse repository at this point
Copy the full SHA b93200cView commit details -
Added all of the template packages (Cheetah3, Genshi, Mako, wempy) to…
… all of the files under requirements/static/py* with the hopes that the unit-tests pick them up.
Configuration menu - View commit details
-
Copy full SHA for be70b9d - Browse repository at this point
Copy the full SHA be70b9dView commit details -
Revert "Added all of the template packages (Cheetah3, Genshi, Mako, w…
…empy) to all of the files under requirements/static/py* with the hopes that the unit-tests pick them up." This reverts commit 80bab2727399a0c1ae79b611d2615b9b1c84363c as apparently it didn't work.
Configuration menu - View commit details
-
Copy full SHA for 8734cd9 - Browse repository at this point
Copy the full SHA 8734cd9View commit details -
Added all of the template packages (Cheetah3, Genshi, Mako, wempy) to…
… the requirements.txt file with the hope that the unit-tests will pick them up.
Configuration menu - View commit details
-
Copy full SHA for d95774e - Browse repository at this point
Copy the full SHA d95774eView commit details -
Revert "Added all of the template packages (Cheetah3, Genshi, Mako, w…
…empy) to the requirements.txt file with the hope that the unit-tests will pick them up." This reverts commit 00613c40d8775fb2ac75374092372471063b5a87 as apparently wempy's setup doesn't work properly on Python3.
Configuration menu - View commit details
-
Copy full SHA for c6fd7ca - Browse repository at this point
Copy the full SHA c6fd7caView commit details -
Added all of the available template packages (Cheetah3, Genshi, Mako,…
… wempy) to the requirements/base.txt file with the hope that the unit-tests will pick them up properly.
Configuration menu - View commit details
-
Copy full SHA for a944de4 - Browse repository at this point
Copy the full SHA a944de4View commit details -
Fixed a copy-pasta error in the unit.utils.test_templates test that r…
…esulted in rendering with genshi for a test that should've been against wempy.
Configuration menu - View commit details
-
Copy full SHA for 56143af - Browse repository at this point
Copy the full SHA 56143afView commit details -
Re-fixed the copy-pasta error in the wempy_variable test from unit.ut…
…ils.test_templates so it doesn't check for xml that wasn't defined in the template.
Configuration menu - View commit details
-
Copy full SHA for 7a3f696 - Browse repository at this point
Copy the full SHA 7a3f696View commit details -
Revert "Added all of the available template packages (Cheetah3, Gensh…
…i, Mako, wempy) to the requirements/base.txt file with the hope that the unit-tests will pick them up properly." This reverts commit 43f9a0a3f9dd3498cb3b136104d1810e271381fb.
Configuration menu - View commit details
-
Copy full SHA for 41a3023 - Browse repository at this point
Copy the full SHA 41a3023View commit details -
Added all of the available template packages (Cheetah3, Genshi, Mako,…
… wempy) to the requirements/static/*.in files so that the unit-tests will pick them up properly (credit to @Ch3LL and @s0undt3ch).
Configuration menu - View commit details
-
Copy full SHA for 017acd2 - Browse repository at this point
Copy the full SHA 017acd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3744d - Browse repository at this point
Copy the full SHA cd3744dView commit details -
Moved the context in tests.unit.utils.test_templates within the scope…
… of the RenderTestCase class.
Configuration menu - View commit details
-
Copy full SHA for 72861ef - Browse repository at this point
Copy the full SHA 72861efView commit details