Skip to content

Conversation

@come-nc
Copy link
Contributor

@come-nc come-nc commented Apr 20, 2023

Summary

Fixes a TypeError in the profiler

Checklist

Signed-off-by: Côme Chilliet <[email protected]>
@come-nc come-nc added bug 3. to review Waiting for reviews labels Apr 20, 2023
@come-nc come-nc added this to the Nextcloud 27 milestone Apr 20, 2023
@come-nc come-nc requested a review from CarlSchwan as a code owner April 20, 2023 08:44
@come-nc come-nc self-assigned this Apr 20, 2023
@come-nc come-nc requested review from a team, ArtificialOwl, blizzz and icewind1991 and removed request for a team April 20, 2023 08:45
@come-nc
Copy link
Contributor Author

come-nc commented Apr 20, 2023

/backport to stable26

@come-nc
Copy link
Contributor Author

come-nc commented Apr 20, 2023

/backport to stable25

@come-nc
Copy link
Contributor Author

come-nc commented Apr 20, 2023

/backport to stable24

@blizzz blizzz merged commit 494ff0c into master Apr 20, 2023
@blizzz blizzz deleted the fix/profiler-fix-typeerror branch April 20, 2023 15:54
@backportbot-nextcloud
Copy link

The backport to stable24 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable24
git pull origin/stable24

# Create the new backport branch
git checkout -b fix/foo-stable24

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable24

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug

Projects

None yet

4 participants