mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #920] [MERGED] Sync branches #1081
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1081
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/spotipy-dev/spotipy/pull/920
Author: @stephanebruckert
Created: 12/26/2022
Status: ✅ Merged
Merged: 12/26/2022
Merged by: @stephanebruckert
Base:
v3← Head:v3_merge📝 Commits (2)
5e711deSync with masterc1dcf7bFix gha📊 Changes
33 files changed (+963 additions, -365 deletions)
View changed files
➕
.github/workflows/integration_tests.yml(+25 -0)📝
.github/workflows/pythonapp.yml(+19 -20)📝
CHANGELOG.md(+135 -71)➕
CODE_OF_CONDUCT.md(+63 -0)📝
CONTRIBUTING.md(+16 -2)📝
LICENSE.md(+6 -6)📝
README.md(+8 -0)➕
TUTORIAL.md(+81 -0)📝
docs/conf.py(+14 -13)📝
docs/index.rst(+101 -25)📝
examples/add_tracks_to_playlist.py(+2 -2)📝
examples/app.py(+13 -27)📝
examples/artist_discography.py(+3 -2)➕
examples/follow_playlist.py(+27 -0)📝
examples/headless.py(+1 -1)📝
examples/my_playlists.py(+1 -1)📝
examples/my_top_tracks.py(+1 -1)➕
examples/playlist_add_items.py(+12 -0)📝
examples/playlist_tracks.py(+2 -2)📝
examples/show_artist_top_tracks.py(+1 -0)...and 13 more files
📄 Description
Kind of a note to myself and to anyone wondering:
This is a merge commit instead of a rebase, because a rebase would have required a force push (see "Can’t automatically merge") and it's not safe to do that since PRs are open against v3. It means the v2 recent commit history is lost with this PR.
However that commit history will be back, or "still there" when merging v3 back into master, once v3 goes live and master goes to its own branch v2. At that point the plan will be to rebase v3 and merge it into master (see "Able to merge").
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.