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

13 installs 100% to 14.0.3 #156

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
],
],
'13' => [
'49' => [
'100' => [
'latest' => '14.0.3',
'internalVersion' => '14.0.3.0',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-14.0.3.zip',
Expand All @@ -254,21 +254,7 @@
aTT4zv8XwVkAoH6BRrNGjoUqQHVBcONVEcYPEahBI9SjuTVX807e9HETrsziKtHu
k5E2t0FCNl/qUvxEDtsvQk5+XD1fW6v5ievqfLoZhv/XqKdCfAqgyC83NijYB0/8
ajEplLd/VwvoezLExRngLQ==',
],
'51' => [
'latest' => '13.0.7',
'internalVersion' => '13.0.7.2',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-13.0.7.zip',
'web' => 'https://docs.nextcloud.com/server/13/admin_manual/maintenance/upgrade.html',
'eol' => false,
'minPHPVersion' => '5.6',
'signature' => 'mg6ZQzeMEdUG3Fh14WwL8GMThuceU3u6ToC3K6vwsIF6OtkCZbTTNAUI6eEVdEj8
ukj48RzWcY+uTT0z1qj8H/HTLHwLnyvGmUDDFjyQhJySM0w6HeCT0Tui+Vn2XYKB
Ow1epMdVIaaqCHWogaFZar5fhUTVxhLlFMJV1IdNl94uVzHrn3aTA78L+HDR7sSk
b2l131XOqQ88ku85er4rtk8vNi6V72nVj1iybZOdMpLaVQolDy+xgeJ8H8zvgFYj
JxykFt4cHsk20guVaUrq700DCDt3/610DJY9ICthCfD9Bp7jmWK9uJnlJFRC3aL9
bIUO2hctEIlrVcUqBOeY6g==',
],
]
],
'12' => [
'100' => [
Expand Down
15 changes: 14 additions & 1 deletion tests/integration/features/stable.feature
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,20 @@ Feature: Testing the update scenario of stable releases
And The received PHP version is "7.0.0"
And the installation mtime is "65"
When The request is sent
Then The response is empty
Then The response is non-empty
And Update to version "14.0.3.0" is available
And URL to download is "https://download.nextcloud.com/server/releases/nextcloud-14.0.3.zip"
And URL to documentation is "https://docs.nextcloud.com/server/14/admin_manual/maintenance/upgrade.html"
And EOL is set to "0"
And The signature is
"""
cWbv8qrFK4lKaRAtHLvM3AjLcwd4S1lIWYzE3hbAN30MuW60weRqYZf412jUe/7g
EEaas6MNqgd5omqwsnTwn4KwtfUkKSB5JbwGHZY95Wv/mf5EyZfw0x04xo5A6W5l
Zv7kK0HOGGOzT1nqyJJHvin9jU3eBzpWe9Es2hwhQYFI9C+V/5Fvbm37dqN821gQ
aTT4zv8XwVkAoH6BRrNGjoUqQHVBcONVEcYPEahBI9SjuTVX807e9HETrsziKtHu
k5E2t0FCNl/qUvxEDtsvQk5+XD1fW6v5ievqfLoZhv/XqKdCfAqgyC83NijYB0/8
ajEplLd/VwvoezLExRngLQ==
"""

Scenario: Updating an up-to-date Nextcloud 13.0.7 on the stable channel (php 5.6)
Given There is a release with channel "stable"
Expand Down