Skip to content
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

Release 0.6.3 - Template through Unix Pipe (#336) #337

Merged
merged 1 commit into from
Sep 25, 2019
Merged

Release 0.6.3 - Template through Unix Pipe (#336) #337

merged 1 commit into from
Sep 25, 2019

Conversation

chfw
Copy link
Member

@chfw chfw commented Sep 25, 2019

  • ✨ support template string from shell pipe. resolves jinja-cli parity: support command line pipe stream #260

  • 🔬 test shell pipe feature. test jinja-cli parity: support command line pipe stream #260

  • 📚 update documentation

  • 🔨 code refactoring

  • 💚 fix python 2 compactibility

  • 💚 update unit tests

  • 🔥 skip windows tests

  • ✨ enable tests on python 2 version for additional versions

  • 🔥 test if the new test function broke azure build

  • 🔥 remove win32 support as it has no pipe

  • 👕 coding style update

  • 🔥 skip the stdin test on windows

  • 💚 better mocking to fix azure macos test, which seems eating console output

  • 💚 update one more test case, which seems eating console output

  • 💚 update one more test case, which seems eating console output

  • 💚 update one more test case, which seems eating console output

  • 👕 update change log and version number

Before raising the PR, here is a check list:

  • have you written unit tests for your code changes?
  • have you updated the change log?
  • can someone else understand your changes without your explanation?
  • are you proud of your code changes?
  • please add your name and github link to contributors.rst in alphabetical order.

* ✨ support template string from shell pipe. resolves #260

* 🔬 test shell pipe feature. test #260

* 📚 update documentation

* 🔨 code refactoring

* 💚 fix python 2 compactibility

* 💚 update unit tests

* 🔥 skip windows tests

* ✨ enable tests on python 2 version for additional versions

* 🔥 test if the new test function broke azure build

* 🔥 remove win32 support as it has no pipe

* 👕 coding style update

* 🔥 skip the stdin test on windows

* 💚 better mocking to fix azure macos test, which seems eating console output

* 💚 update one more test case, which seems eating console output

* 💚 update one more test case, which seems eating console output

* 💚 update one more test case, which seems eating console output

* 👕 update change log and version number
@chfw chfw merged commit 2a4a333 into master Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant