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

Version 0.2.0 #5

Merged
merged 18 commits into from Jan 22, 2021
Merged

Conversation

greater-than
Copy link
Owner

@greater-than greater-than commented Jan 20, 2021

  • Adds support for module/static/lambda funcs as pipeline filters and pre/post process functions
  • Adds support type of Filter as a pipeline filter
  • Example project "simple_pipelayer" can run as a standalone app
  • Initializes/validates all filters/processors before running the pipeline

* adds coverage report options to pyproject.toml
* adds build script to example
* removes .coveragerc
* adds unit tests for module/lambda functions
* includes VSCode workspace
… feature/0.2.0-support-for-static-filters-funcs

# Conflicts:
#	README.md
#	examples/simple_pipelayer/.gitignore
#	examples/simple_pipelayer/pyproject.toml
#	examples/simple_pipelayer/src/app/app.py
#	examples/simple_pipelayer/src/app/filter/hello_filter.py
#	examples/simple_pipelayer/src/app/filter/world_filter.py
#	examples/simple_pipelayer/src/requirements.txt
#	examples/simple_pipelayer/test/__init__.py
#	pyproject.toml
* Adds support for any type of context object
* updates simple_pipelayer project
* updates HISTORY and README.md
@greater-than greater-than self-assigned this Jan 22, 2021
@greater-than greater-than merged commit 46af86e into main Jan 22, 2021
@greater-than greater-than deleted the feature/0.2.0-support-for-static-filters-funcs branch January 24, 2021 01:34
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.

None yet

2 participants