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

V20 updates #47

Merged
merged 27 commits into from Jun 8, 2022
Merged

V20 updates #47

merged 27 commits into from Jun 8, 2022

Conversation

Bibo-Joshi
Copy link
Member

@Bibo-Joshi Bibo-Joshi commented May 22, 2022

so far:

  • ReplyToMessageFilter
  • get_chat_link
  • send_by_kwargs (also closes Enhancements for send_by_kwargs #39)
  • roles - here I removed the Roles.chat_admins/owner thingies, which made api requests in the check_update (rather: filter) step. Don't know why I even thought that were a good idea …

Based on #46. Selected that branch as target so that it's easier to see the changes. Should be merged into baster once #46 is merged.

@Poolitzer
Copy link
Member

Poolitzer commented May 22, 2022

I already did the code upgrade for the API wrapper, not the tests yet though. It is in the public branch.

Copy link
Member Author

@Poolitzer Thanks for the heads up 👍

Copy link
Member

@Bibo-Joshi I opened #48 for the wrapper, have a look.

Base automatically changed from code-quality to main May 22, 2022 15:33
# Conflicts:
#	ptbcontrib/roles/__init__.py
#	ptbcontrib/roles/roles.py
#	ptbcontrib/roles/roleshandler.py
#	requirements-dev.txt
#	run_tests.py
#	setup.cfg
#	tests/conftest.py
#	tests/test_get_chat_link.py
#	tests/test_reply_to_message_filter.py
#	tests/test_roles.py
#	tests/test_send_by_kwargs.py
@Bibo-Joshi
Copy link
Member Author

Don't understand why the tests started to fail after mergin #46. WIll try to investigate sometime later

Bibo-Joshi and others added 3 commits May 24, 2022 07:46
* Update Prostgres Persistence

* Fix conversations & Drop unused function
@Bibo-Joshi
Copy link
Member Author

upgrading the jobstore contribution is not yet included in this PR, but I guess we don't have to wait for that - and rather not forget about this PR :D @harshil21 @Poolitzer if one of you could give the changes a rough second look, that would be awesome :)

Copy link
Member

@Poolitzer Poolitzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, small comment things

ptbcontrib/get_chat_link/get_chat_link.py Outdated Show resolved Hide resolved
ptbcontrib/postgres_persistence/postgrespersistence.py Outdated Show resolved Hide resolved
@Bibo-Joshi Bibo-Joshi merged commit 7c5e2d6 into main Jun 8, 2022
@Bibo-Joshi Bibo-Joshi deleted the v20-updates branch June 8, 2022 20:21
@github-actions github-actions bot locked and limited conversation to collaborators Jun 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancements for send_by_kwargs
3 participants