Tree:
1ef059dacf
1.2.x
async
auto/crowdin
docs/guide
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
v2.1.x
v2.2.x
v2.3.x
v0.1.0
v0.10.0
v0.11.0
v0.12.0
v0.13.0
v0.14.0
v0.14.1
v0.14.2
v0.14.3
v0.15.0
v0.15.1
v0.16.0
v0.16.1
v0.16.10
v0.16.11
v0.16.12
v0.16.2
v0.16.3
v0.16.4
v0.16.5
v0.16.6
v0.16.7
v0.16.8
v0.16.9
v0.2.0
v0.2.1
v0.3.0
v0.4.0
v0.4.1
v0.5.0
v0.5.1
v0.6.0
v0.6.1
v0.6.2
v0.6.3
v0.7.0
v0.8.0
v0.9.0
v0.9.1
v0.9.2
v1.0.0
v1.0.1
v1.1.0
v1.1.1
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.2.4
v1.2.5
v1.3.0
v1.3.1
v1.3.2
v1.3.3
v1.3.4
v1.4.0
v1.4.1
v1.4.2
v1.5.0
v1.5.1
v1.6.0
v1.7.0
v1.7.1
v1.7.2
v1.7.3
v2.0.0
v2.0.1
v2.1.0
v2.1.1
v2.2.0
v2.2.1
v2.2.2
v2.2.3
v2.3.0
v2.3.1
v2.3.2
v2.4.0
v2.5.0
v2.5.1
v2.5.2
${ noResults }
2 Commits (1ef059dacf2620597f2da3bfe673c080480e7d23)
Author | SHA1 | Message | Date |
---|---|---|---|
|
67b69e732c
|
Implement experiments (#520)
* start on experiments Signed-off-by: Ruairi <splatterxl@outlook.ie> * Proper experiment types * Small fixes * add experiments to client Signed-off-by: Ruairi <splatterxl@outlook.ie> * format using black Signed-off-by: Ruairi <splatterxl@outlook.ie> * correct errors in filters Signed-off-by: Ruairi <splatterxl@outlook.ie> * add suggested changes Signed-off-by: Ruairi <splatterxl@outlook.ie> * oopsies Signed-off-by: Ruairi <splatterxl@outlook.ie> * fix some errors hopefully Signed-off-by: Ruairi <splatterxl@outlook.ie> * fix even more type errors Signed-off-by: Ruairi <splatterxl@outlook.ie> * moved to utils Signed-off-by: Ruairi <splatterxl@outlook.ie> * Fix overloads * Update discord/experiment.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * Update discord/experiment.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * add suggested changes Signed-off-by: Ruairi <splatterxl@outlook.ie> * fixinator Signed-off-by: Ruairi <splatterxl@outlook.ie> * properly cast Signed-off-by: Ruairi <splatterxl@outlook.ie> * Update discord/experiment.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * Update discord/client.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * Update discord/experiment.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * Update discord/experiment.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * Update discord/experiment.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * Update discord/http.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * Update discord/experiment.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * Update discord/utils.py Co-authored-by: dolfies <jeyalfie47@gmail.com> * fix type error Signed-off-by: Ruairi <splatterxl@outlook.ie> * rename murmurhash32 Signed-off-by: Ruairi <splatterxl@outlook.ie> * fix!: apply suggestions Signed-off-by: Ruairi <splatterxl@outlook.ie> * fix quotes Signed-off-by: Ruairi <splatterxl@outlook.ie> * big fixesd * logic fixes and simplification * add mmh3 to optional reqs * reqs my beloved * documentation * Proper filters * Export experiment classes * Fix Metadata object parsing * More low-level method warnings * Fix and improve performance of ExperimentOverride * more positional-only markers * fix small isues Signed-off-by: Ruairi <splatterxl@outlook.ie> * fix formatting Signed-off-by: Ruairi <splatterxl@outlook.ie> * put mmh3 shit without type checker and shit idk * Remove str(exp) --------- Signed-off-by: Ruairi <splatterxl@outlook.ie> Co-authored-by: dolfies <jeyalfie47@gmail.com> |
2 years ago |
|
9a6c4e1e35
|
Implement (almost) the entirety of the applications, billing, and store API (#449)
* Initial implementation * Expose various rich methods to fetch the new models * Add localize parameters and remove useless payment_source parameters from front-facing fetch methods * Implement fetching and (partially) redeeming gifts * Slot remaining models * Correctly document Gift.redeem() channel parameter * Implement some stuffs, fix more stuffs, add creating/editing skus/store listings * Various context properties fixes * Fix various types, expose SubscriptionPlan * (Partially) implement purchasing SKUs and gift flags * Finish and clean-up store/applications API implementations * Implement build uls, missing sub plan params, purchase sku ret * Fix upload_files() warning * Formatter pass * Normalize include_x to with_x, add various small missing things * Update sub on manual invoice payment instead of returning new object * Black pass * Implement missing integrations/applications API shit * Implement Application.store_listing_sku_id * Expose richer subscription metadata guild info * Implement SKU.system_requirements localization and modification * Black pass * Implement premium usage * Implement application whitelist * Implement active developer program enrollment * Readd new team members to cache * Polishing * Implement leaving active developer program * Type everything * Expose everything * Implement relationship activity statistics, improve model * Black pass * Document everything * Add crunchyroll connection type (#426) * Fix type-checking error in PrivateChannel ABC (#427) * Update required property fetching to new domain * Pin black to v22.6 * Get pyright to shut up * Black pass * Get pyright to shut up |
3 years ago |