Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instance category while checking new updates #39264

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

Altahrim
Copy link
Collaborator

Summary

Send instance category when checking updates

@Altahrim Altahrim added this to the Nextcloud 28 milestone Jul 10, 2023
@Altahrim Altahrim self-assigned this Jul 10, 2023
@Altahrim Altahrim force-pushed the feat/add-instance-category branch 2 times, most recently from 8880ed9 to a6fc6a7 Compare July 10, 2023 14:02
@Altahrim Altahrim marked this pull request as ready for review July 10, 2023 14:26
@Altahrim Altahrim added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Jul 10, 2023
@Altahrim Altahrim force-pushed the feat/add-instance-category branch 2 times, most recently from 299c1b8 to b4ccb58 Compare July 11, 2023 07:08
@Altahrim Altahrim force-pushed the feat/add-instance-category branch 7 times, most recently from cfd79d5 to e672398 Compare July 17, 2023 08:38
@Altahrim Altahrim requested review from a team, ArtificialOwl, Fenn-CS and come-nc and removed request for a team July 17, 2023 09:16
@Altahrim
Copy link
Collaborator Author

/backport to stable24

@Altahrim
Copy link
Collaborator Author

/backport to stable25

@Altahrim
Copy link
Collaborator Author

/backport to stable26

@Altahrim
Copy link
Collaborator Author

/backport to stable27

@Altahrim Altahrim requested a review from kesselb July 17, 2023 12:50
lib/private/Updater/VersionCheck.php Outdated Show resolved Hide resolved
lib/private/Updater/VersionCheck.php Outdated Show resolved Hide resolved
@Altahrim Altahrim force-pushed the feat/add-instance-category branch 2 times, most recently from fdc9ca4 to cab966f Compare July 17, 2023 14:33
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
@Altahrim Altahrim 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 master Jul 21, 2023
38 checks passed
@Altahrim Altahrim deleted the feat/add-instance-category branch July 21, 2023 09:04
@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

@backportbot-nextcloud
Copy link

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

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants