forked from Pycord-Development/pycord
-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: utils #44
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
Open
Paillat-dev
wants to merge
69
commits into
master
Choose a base branch
from
refactor-utils
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
refactor: utils #44
Changes from 57 commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
17766df
Move utils.py to utils/
Paillat-dev 195e2a0
:fire: Remove `filter_params`
Paillat-dev fafa149
:recycle: Merge `time_snowflake` and `generate_snowflake`, move `basi…
Paillat-dev e2d8eb1
:recycle: Merge `time_snowflake` and `generate_snowflake`, move `basi…
Paillat-dev 86bd168
:fire: Remove `utils.sleep_until`
Paillat-dev 23c2c49
chore: Start migration to uv & ruff & hatch (#4)
Paillat-dev 97ccda5
Setup CHANGELOG.md (#6)
Paillat-dev f2a4eb6
chore: update docs workflows to use 'uv' for dependency management (#33)
Paillat-dev 40e20c0
:fire: Move stuff to private
Paillat-dev 6e5ccb5
Merge branch 'master' into refactor-utils
Paillat-dev 1da5de0
:refactor: move parse_time function to private utils and update refer…
Paillat-dev 88180b2
:memo: update CHANGELOG to reflect utility function changes
Paillat-dev b5c8a58
:art: Format
Paillat-dev 0cdcb31
:recycle: move deprecation utilities to private utils and update refe…
Paillat-dev 09a11a9
:recycle: move snowflake_time function to public.py
Paillat-dev 4a2753c
:recycle: move oauth_url and Undefined class to public.py; update imp…
Paillat-dev ca89539
Merge branch 'master' into refactor-utils
Paillat-dev 1cf53ab
:memo: remove deprecated utility functions from documentation
Paillat-dev 2ac8152
:memo: remove (re)moved utility functions from documentation
Paillat-dev 24a367c
:memo: add utils.resolve_template to changelog and remove from docume…
Paillat-dev 0c6270a
:bug: fix import path for warn_deprecated utility function
Paillat-dev 84ff9df
:refactor: reorganize utility function imports and move evaluate_anno…
Paillat-dev 8474f05
:recycle: update import paths for utility functions to use relative i…
Paillat-dev c8ddcb5
:recycle: move delay_task function to private
Paillat-dev 8a02d54
:recycle: removed `utils.get` in favor of `utils.find`
Paillat-dev 39aef0f
:recycle: removed `utils._unique`
Paillat-dev 6b0379c
:recycle: move `async_all` to private
Paillat-dev cc8f27f
:recycle: move `maybe_coroutine` to private
Paillat-dev 1d70dec
:recycle: rename `maybe_coroutine` to `maybe_awaitable`
Paillat-dev b2b8625
:recycle: move `sane_wait_for` to private
Paillat-dev d0a094d
:recycle: move `format_dt` to public
Paillat-dev fb554fd
:recycle: remove `as_chunks` function
Paillat-dev 1a551cb
:memo: update `utils.sleep_until` and `utils.parse_time` changelog to…
Paillat-dev 295ed46
:recycle: move `compute_timedelta` function
Paillat-dev 4afe54a
:recycle: move `valid_icon_size` to `asset.py`
Paillat-dev a021450
:recycle: refactor `utils.get` to `utils.find` across multiple files
Paillat-dev c6f7914
:recycle: refactor markdown and mention handling functions in `__init…
Paillat-dev c29cdc2
:recycle: move SnowflakeList to `private.py`
Paillat-dev 6c57d5e
:recycle: move `find` function from `__init__.py` to `public.py`
Paillat-dev d079c7c
:recycle: move `copy_doc` to private
Paillat-dev 611c7c7
:recycle: refactor `get` to `find` in onboarding and sticker modules
Paillat-dev cd4e436
:bug: fix `copy_doc` decorator usage in context.py
Paillat-dev ad777e4
Merge branch 'master' into refactor-utils
Paillat-dev aec45a2
:recycle: move SequenceProxy to private module
Paillat-dev 9755fe8
:recycle: move cached_slot_property to private
Paillat-dev 006a7f8
:rotating_light: add noqa comments to prevent linting errors
Paillat-dev d5263c7
:recycle: move get_slots function to private module
Paillat-dev 44f753e
:recycle: refactor JSON serialization functions to private module
Paillat-dev c961e36
:recycle: replace custom cached_property implementation with functool…
Paillat-dev a4bda5f
:pencil2: fix typo in CHANGELOG-V3.md
Paillat-dev b81d2d5
:heavy_minus_sign: remove unused dependencies from pyproject.toml and…
Paillat-dev a84e06d
:coffin: remove test.py
Paillat-dev 330161c
:recycle: remove duplicate import of raw_mentions in __init__.py
Paillat-dev b3f919e
:bug: fix raw_role_mentions import in utils/__init__.py
Paillat-dev 0c9272d
:fire: Duplicate `Iterable` import
Paillat-dev 2b981dd
Apply suggestion from @Lumabots
Paillat-dev 488c4de
Merge branch 'master' into refactor-utils
Paillat-dev df155d6
:fire: Simplify imports
Paillat-dev 7d92da0
:fire: Simplify imports number 2
Paillat-dev 856853f
:fire: Simplify imports number 3 omg this is amazing
Paillat-dev e32ba97
:fire: Simplify imports number 4 omg this is amazing yee
Paillat-dev d1be746
:fire: Simplify imports number 5
Paillat-dev bd59784
Update discord/ext/commands/converter.py
Paillat-dev 34d5fde
Apply suggestions from code review
Paillat-dev 5ef78ca
Update discord/state.py
Paillat-dev 0acef26
Update discord/state.py
Paillat-dev c7db59c
:recycle: Remove _ prefix in from and to json
Paillat-dev 0ca346d
:recycle: Make import less weird
Paillat-dev 2a0427c
Update utils.po
Paillat-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.