Pred
1fb028bc90
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-04-04 18:02:26 +02:00
Predeactor
f599ad22ec
Black ofc
2021-03-29 14:14:07 +02:00
Predeactor
e1228db7fc
Fix Jack's syntax, remove numbers & fix bad calculated cogs
2021-03-29 14:10:06 +02:00
Pred
1e0472ea9f
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-29 04:18:54 +02:00
Pred
7f8ed7bcf7
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-29 04:18:44 +02:00
Pred
e189f5361e
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-29 04:18:22 +02:00
Pred
0f6810ff98
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-29 04:18:04 +02:00
Pred
8aa5c8d46d
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-29 04:17:54 +02:00
Pred
18aa2e0354
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-29 04:17:45 +02:00
Pred
c01d6ffbcb
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-29 04:17:38 +02:00
Pred
59b616deca
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-29 04:17:19 +02:00
Pred
04f903a492
Update redbot/cogs/downloader/downloader.py
...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2021-03-29 04:15:39 +02:00
Predeactor
bf02d1f58c
Merge branch 'V3/develop' into V3/develop
2021-01-17 00:28:59 +01:00
jack1142
b36a702e62
Make command usage in help for required arguments consistent ( #4589 )
...
* Make command usage in help for required arguments consistent
* Bob 3
* Bob 1
* Docstring updates
* Address Flame's review
* Update cog guides in docs
2020-12-22 14:14:47 -05:00
bobloy
c7fd561cd5
[Docs] Downloader cog guide ( #4511 )
...
* Downloader cog guide initial commit
* Updated cogguide to prepare description on cog as well.
* Lots of docstring updates
* Even more docstrings
* Fix docstring and generate docs
* Switch to alphabetical
* Aliases are `in ticks and fully qualified`
* Fix grammer, arguments, and explain revision.
* Regenerated docs
* Avoid ticks in links
* New URL logic
* Additional grammar fixes
* Regenerate docs
2020-11-20 20:18:04 -05:00
bobloy
a1a44bf1cc
[Downloader] Hide [p]cog reinstallreqs ( #4590 )
2020-11-11 16:39:33 +01:00
jack1142
85afe19455
Bump black to 20.8b1 (and reformat) ( #4371 )
...
* Bump black version
* Reformat with black
2020-08-29 19:12:28 +02:00
Predeactor
d5c22a4a8f
Black
2020-08-25 19:22:05 +00:00
Predeactor
959c41aced
This f****** fix that took me too much of my time for nothing.
2020-08-25 19:15:30 +00:00
Predeactor
2a2bc2104f
Fix syntax issue
2020-08-17 23:40:01 +00:00
Predeactor
f2bdb0e225
Merge branch 'V3/develop' into V3/develop
2020-08-18 00:27:18 +02:00
jack1142
929fd04613
EUD things for Downloader ( #4169 )
...
* Initial commit
* Send pagified as with other Downloader's things
2020-08-17 01:27:46 +02:00
jack1142
c673bb0979
Fix the errors related to installed module having invalid commit data ( #4086 )
2020-08-05 19:35:57 +01:00
Michael H
c0b1e50a5f
Begin work on a data request API ( #4045 )
...
[Core] Data Deletion And Disclosure APIs
- Adds a Data Deletion API
- Deletion comes in a few forms based on who is requesting
- Deletion must be handled by 3rd party
- Adds a Data Collection Disclosure Command
- Provides a dynamically generated statement from 3rd party
extensions
- Modifies the always available commands to be cog compatible
- Also prevents them from being unloaded accidentally
2020-08-03 15:09:07 +02:00
jack1142
326ae76fe0
Fix the error for empty author list in [p]findcog ( #4042 )
2020-07-10 21:37:41 +01:00
Predeactor
4d8aff29d7
Don't forget pipinstall
2020-07-05 14:09:25 +02:00
Predeactor
16a54b4afd
Downloader's plurial & Fix
2020-06-22 16:25:27 +00:00
jack1142
b49b53934d
Update deprecation warnings ( #3608 )
...
* Make deprecation notice specify minor release based on soonest date
* Stop specifying a specific release in shared libs deprecation notice
* Add actual deprecation warning for `APIToken` (OMG, this is so cool)
* Add dates (2020-08-05 for all)
* address review
* improve consistency
* Add __dir__ and show APIToken in docs (or maybe I want to annoy Flame)
* fix module name when importing non-existent name from parent package
* Fix stack level used by depr warn in `redbot.core.commands`
2020-06-22 03:25:33 +02:00
Vexed
d2de3c109a
[Downloader] Differentiate core and local cogs in [p]findcog ( #3969 )
2020-06-21 17:59:52 +01:00
Vexed
1cf8308d03
[Downloader] Embed version of findcog ( #3965 )
2020-06-18 21:37:46 +01:00
jack1142
a64c28aa44
Fix unnecessary typing before running commands in Downloader ( #3964 )
2020-06-18 15:47:12 +02:00
aikaterna
35365a7154
[Downloader] Add command to list pinned cogs ( #3974 )
2020-06-18 15:43:59 +02:00
Vexed01
332bcae24f
Review
...
* Remove always
- and consequently reorganise the words
* Add "one or more"
* Fix spelling of creator
- changed from creater
2020-06-05 19:47:45 +01:00
Vexed01
049f23071c
hmm actually no (undo)
2020-05-31 10:18:58 +01:00
Vexed01
e6c46bf4da
add cog board link
2020-05-31 09:21:34 +01:00
Vexed01
219586d55d
wording changes
2020-05-30 19:57:34 +01:00
Vexed01
ff46ca546d
add class docstring to downloader
...
idk what to say rly
um hi all nice to be back after about 6 months
pls no hate my PRs
apoligies if i get in the way
if you read this far then you deserve an achievement um i dunno what err how about the achievement of unboredness
2020-05-30 17:19:54 +01:00
Draper
f59e77002b
Optimize config calls in few places ( #3766 )
...
* Just a tiny PR improving config call in a lot of places (Specially events and Help)
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
* missed this one
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
* welp
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
* welp
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
* welp
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
* jack
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
* Update redbot/cogs/mod/kickban.py
Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com >
* jack
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-04-20 19:29:36 +02:00
Draper
e4018ec677
Normalize names of attributes with Config instances ( #3765 )
...
* Lets normalize how we name config attributes across the bot.
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
* ....
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
* nothing to see here
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com >
2020-04-20 19:12:57 +02:00
jack1142
41c2b76d8d
Make [p]cog checkforupdates indicate when cog can't be updated on current Red/Python version
2020-03-28 15:53:10 +01:00
Stonedestroyer
287edb755d
Fix misleading error appearing when repo name is already taken ( #3695 )
...
* Error string change
* String
2020-03-26 13:26:05 +01:00
jack1142
eebea59fe3
Remove usage of loop arg in calls to start_adding_reactions ( #3644 )
...
* fix stacklevels of warnings
* stop using loop arg when calling start_adding_reactions
* [Audio] Stop using loop arg when calling start_adding_reactions
2020-03-20 20:44:57 +01:00
jack1142
5074f2dbab
Improve error message for OSError in [p]repo add ( #3656 )
...
* Update downloader.py
* Update downloader.py
2020-03-20 20:40:59 +01:00
jack1142
eedec4ff02
fix: use clean prefix in code blocks ( #3591 )
2020-02-28 21:23:13 +01:00
jack1142
4e4420af2e
Replace [p] with clean prefix in install messages ( #3592 )
2020-02-28 21:17:45 +01:00
jack1142
eff1014911
Add logging for unexpected OSError in [p]repo add ( #3558 )
...
* Update downloader.py
* Update downloader.py
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com >
2020-02-17 11:57:04 +00:00
Michael H
00cf395483
Handle deprecations in asyncio ( #3509 )
...
* passing loop to certain things was deprecated. additionally, `asyncio.get_event_loop()` is being deprecated
* awesome, checks are functioning as intended
* fun with fixtures
* we can just stop misuing that anyhow
* Update redbot/pytest/downloader.py
Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com >
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com >
2020-02-05 17:16:13 -05:00
jack1142
068585379a
docs: deprecation of shared libraries has been postponed to 3.4 ( #3449 )
2020-01-26 12:16:44 -05:00
jack1142
fc5fc08962
[Downloader] Log errors from initialization task ( #3444 )
...
* Update downloader.py
* Create 3444.misc.rst
* enhance(downloader): don't type infinitely on init error
* fix(downloader): unindent `_ready_raised` check
* Update downloader.py
2020-01-26 12:16:13 -05:00
jack1142
2a38777379
[Downloader] Do the initialization in task to avoid timeout on bot startup ( #3440 )
...
* enhance(downloader): run init in task
* chore(changelog): add towncrier entry
* fix: address review
2020-01-24 12:38:42 -05:00