Skip to content

perf(dashboard): implement widget item api v2 - #1284

Merged
st3iny merged 1 commit into
masterfrom
perf/dashboard/item-api-v2
Sep 5, 2023
Merged

perf(dashboard): implement widget item api v2#1284
st3iny merged 1 commit into
masterfrom
perf/dashboard/item-api-v2

Conversation

@st3iny

Copy link
Copy Markdown
Member

@st3inyst3iny self-assigned this Aug 17, 2023
Comment threadlib/Dashboard/ActivityWidget.php Outdated
@st3iny
st3inyforce-pushed the perf/dashboard/item-api-v2 branch from b45d81f to bcdf3c9CompareSeptember 4, 2023 08:47
@st3iny
st3iny marked this pull request as ready for review September 4, 2023 08:47
@st3inyst3iny added this to the Nextcloud 28 milestone Sep 4, 2023
@st3iny
st3iny enabled auto-merge September 4, 2023 08:48
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
@st3iny
st3inyforce-pushed the perf/dashboard/item-api-v2 branch from bcdf3c9 to a5eef18CompareSeptember 4, 2023 11:38
@st3iny
st3iny merged commit ca8ad16 into masterSep 5, 2023
@st3iny
st3iny deleted the perf/dashboard/item-api-v2 branch September 5, 2023 07:06
@st3iny

Copy link
Copy Markdown
MemberAuthor

/backport to stable27

@backportbot-nextcloud

Copy link
Copy Markdown

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

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# 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-stable27

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

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

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants

@st3iny@nickvergessen