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

Combining filters (again) #1018

Merged
merged 4 commits into from Oct 2, 2022
Merged

Combining filters (again) #1018

merged 4 commits into from Oct 2, 2022

Conversation

JrooTJunior
Copy link
Member

Description

Added And/Or combinations for filters

Type of change

  • New feature (non-breaking change that adds functionality)
  • Documentation (typos, code examples or any documentation update)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests that prove my fix is effective or that my feature works as expected
  • New and existing unit tests pass locally with my changes
  • My changes generate no new warnings or errors
  • My changes are compatible with minimum requirements of the project
  • I have made corresponding changes to the documentation

@JrooTJunior JrooTJunior added enhancement Make it better! 3.x Issue or PR for stable 3.x version labels Oct 2, 2022
@JrooTJunior JrooTJunior added this to the 3.0.0-beta.5 milestone Oct 2, 2022
@JrooTJunior JrooTJunior added this to In progress in 3.0 via automation Oct 2, 2022
@JrooTJunior JrooTJunior changed the title Feature/logic filters 2 Combining filters (again) Oct 2, 2022
@github-actions
Copy link

github-actions bot commented Oct 2, 2022

✔️ Changelog found.

Thank you for adding a description of the changes

@codecov
Copy link

codecov bot commented Oct 2, 2022

Codecov Report

Merging #1018 (cea8c86) into dev-3.x (efae83d) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           dev-3.x     #1018   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          301       302    +1     
  Lines         8093      8140   +47     
=========================================
+ Hits          8093      8140   +47     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiogram/filters/base.py 100.00% <ø> (ø)
aiogram/filters/__init__.py 100.00% <100.00%> (ø)
aiogram/filters/callback_data.py 100.00% <100.00%> (ø)
aiogram/filters/chat_member_updated.py 100.00% <100.00%> (ø)
aiogram/filters/command.py 100.00% <100.00%> (ø)
aiogram/filters/exception.py 100.00% <100.00%> (ø)
aiogram/filters/logic.py 100.00% <100.00%> (ø)
aiogram/filters/magic_data.py 100.00% <100.00%> (ø)
aiogram/filters/state.py 100.00% <100.00%> (ø)
aiogram/filters/text.py 100.00% <100.00%> (ø)

@aiogram aiogram deleted a comment from github-actions bot Oct 2, 2022
@JrooTJunior JrooTJunior merged commit b0f251a into dev-3.x Oct 2, 2022
3.0 automation moved this from In progress to Done Oct 2, 2022
@JrooTJunior JrooTJunior deleted the feature/logic-filters-2 branch February 12, 2023 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issue or PR for stable 3.x version enhancement Make it better!
Projects
3.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant