mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #216] [MERGED] [Auth restructure 4] Fix examples/tests/docs and CI #320
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/216
Author: @marioortizmanero
Created: 6/19/2021
Status: ✅ Merged
Merged: 6/19/2021
Merged by: @ramsayleung
Base:
auth-rewrite-part3← Head:auth-rewrite-part4📝 Commits (10+)
90d673fupdate tests9b2cbbbupdate examplesf8ab718update CI6ebf37eMerge branch 'auth-rewrite-part3' into auth-rewrite-part4debb42cMerge branch 'auth-rewrite-part3' into auth-rewrite-part4210cd1dAdded an upgrade guide029fe17Prettier tablea569308Some fixes to the changelog918c6acUpdate changelog after this PRb526ea0using maybe_async::test📊 Changes
23 files changed (+511 additions, -879 deletions)
View changed files
📝
.github/workflows/ci.yml(+7 -29)➖
.travis.yml(+0 -25)📝
CHANGELOG.md(+94 -21)➕
examples/auth_code.rs(+55 -0)➕
examples/auth_code_pkce.rs(+47 -0)📝
examples/client_creds.rs(+10 -14)➖
examples/current_user_recently_played.rs(+0 -51)📝
examples/oauth_tokens.rs(+7 -12)📝
examples/pagination_async.rs(+6 -36)📝
examples/pagination_manual.rs(+6 -36)📝
examples/pagination_sync.rs(+6 -36)➖
examples/track.rs(+0 -42)➖
examples/tracks.rs(+0 -42)📝
examples/ureq/device.rs(+6 -36)📝
examples/ureq/me.rs(+6 -36)📝
examples/ureq/search.rs(+17 -47)📝
examples/ureq/seek_track.rs(+6 -36)📝
examples/webapp/src/main.rs(+71 -78)📝
examples/with_refresh_token.rs(+11 -26)➖
tests/common/mod.rs(+0 -5)...and 3 more files
📄 Description
Part 4 of #207's split up. This fixes many other things related to the rewrite: the examples, tests, documentation, and CI.
The main library should pass the tests & CI, and the examples should work after this PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.