Skip to content

Add instance category while checking new updates - #39264

Merged
Altahrim merged 1 commit into
masterfrom
feat/add-instance-category
Jul 21, 2023
Merged

Add instance category while checking new updates#39264
Altahrim merged 1 commit into
masterfrom
feat/add-instance-category

Conversation

@Altahrim

Copy link
Copy Markdown
Collaborator

Summary

Send instance category when checking updates

@AltahrimAltahrim added this to the Nextcloud 28 milestone Jul 10, 2023
@AltahrimAltahrim self-assigned this Jul 10, 2023
Comment threadlib/private/Updater/VersionCheck.php Fixed
@Altahrim
Altahrimforce-pushed the feat/add-instance-category branch from 5aaf555 to 30c2689CompareJuly 10, 2023 09:51
Comment threadapps/updatenotification/lib/Notification/BackgroundJob.php Fixed
Comment threadapps/updatenotification/lib/Notification/BackgroundJob.php Fixed
Comment threadlib/private/Updater/VersionCheck.php Outdated
@Altahrim
Altahrimforce-pushed the feat/add-instance-category branch from 30c2689 to ae4664fCompareJuly 10, 2023 11:15
Comment threadlib/private/Updater/VersionCheck.php Fixed
@Altahrim
Altahrimforce-pushed the feat/add-instance-category branch 2 times, most recently from 8880ed9 to a6fc6a7CompareJuly 10, 2023 14:02
@Altahrim
Altahrim marked this pull request as ready for review July 10, 2023 14:26
@AltahrimAltahrim added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Jul 10, 2023
@Altahrim
Altahrimforce-pushed the feat/add-instance-category branch 2 times, most recently from 299c1b8 to b4ccb58CompareJuly 11, 2023 07:08
@Altahrim
Altahrimforce-pushed the feat/add-instance-category branch 7 times, most recently from cfd79d5 to e672398CompareJuly 17, 2023 08:38
@Altahrim
Altahrim requested review from a team, ArtificialOwl, come-nc and nfebe and removed request for a teamJuly 17, 2023 09:16
@Altahrim

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable24

@Altahrim

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable25

@Altahrim

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable26

@Altahrim

Copy link
Copy Markdown
CollaboratorAuthor

/backport to stable27

@Altahrim
Altahrim requested a review from kesselbJuly 17, 2023 12:50
Comment threadlib/private/Updater/VersionCheck.php Outdated
Comment threadlib/private/Updater/VersionCheck.php Outdated
@Altahrim
Altahrimforce-pushed the feat/add-instance-category branch 2 times, most recently from fdc9ca4 to cab966fCompareJuly 17, 2023 14:33
Comment threadapps/updatenotification/lib/Notification/BackgroundJob.php Outdated
@Altahrim
Altahrimforce-pushed the feat/add-instance-category branch from cab966f to 1a179c6CompareJuly 18, 2023 08:33
@Altahrim
Altahrimforce-pushed the feat/add-instance-category branch from 1a179c6 to 797aed9CompareJuly 18, 2023 09:05
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
@Altahrim
Altahrimforce-pushed the feat/add-instance-category branch from 797aed9 to 31f1354CompareJuly 18, 2023 13:39
@AltahrimAltahrim added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jul 19, 2023
@Altahrim
Altahrim merged commit e9b8a34 into masterJul 21, 2023
@Altahrim
Altahrim deleted the feat/add-instance-category branch July 21, 2023 09:04
@backportbot-nextcloud

Copy link
Copy Markdown

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

@backportbot-nextcloud

Copy link
Copy Markdown

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

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

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

@backportbot-nextcloud

Copy link
Copy Markdown

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

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

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Altahrim@kesselb@github-advanced-security@come-nc