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

[stable12] Show EOL warning in the update section #8987

Merged
merged 1 commit into from
Apr 18, 2018

Conversation

nickvergessen
Copy link
Member

Backport #8986

@@ -107,14 +107,14 @@ public function displayPanel() {
$notifyGroups = json_decode($this->config->getAppValue('updatenotification', 'notify_groups', '["admin"]'), true);

$params = [
'isNewVersionAvailable' => !empty($updateState['updateAvailable']),
'isNewVersionAvailable' => true, //!empty($updateState['updateAvailable']),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈 let me fix this

@MorrisJobke MorrisJobke force-pushed the backport/8821/show-eol-warning-12 branch from 6737553 to 30626ed Compare April 12, 2018 09:56
@codecov
Copy link

codecov bot commented Apr 12, 2018

Codecov Report

Merging #8987 into stable12 will decrease coverage by <.01%.
The diff coverage is 33.33%.

@@              Coverage Diff               @@
##             stable12    #8987      +/-   ##
==============================================
- Coverage       53.91%   53.91%   -0.01%     
- Complexity      22780    22782       +2     
==============================================
  Files            1387     1387              
  Lines           87286    87295       +9     
  Branches         1331     1331              
==============================================
+ Hits            47063    47065       +2     
- Misses          40223    40230       +7
Impacted Files Coverage Δ Complexity Δ
apps/updatenotification/templates/admin.php 0% <0%> (ø) 0 <0> (ø) ⬇️
lib/private/Updater/VersionCheck.php 92.5% <100%> (+0.19%) 8 <0> (+1) ⬆️
...atenotification/lib/Controller/AdminController.php 64.4% <100%> (+0.61%) 12 <0> (+1) ⬆️
apps/updatenotification/lib/UpdateChecker.php 76.19% <100%> (+1.19%) 9 <0> (ø) ⬇️
apps/files_trashbin/lib/Trashbin.php 72.28% <0%> (-0.25%) 136% <0%> (ø)

Copy link
Member

@MorrisJobke MorrisJobke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebased and fixed the typo. And works 👍

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the backport/8821/show-eol-warning-12 branch from 30626ed to 5f1f633 Compare April 18, 2018 11:50
@nickvergessen
Copy link
Member Author

Rebased and fixed the last failing test

@MorrisJobke MorrisJobke mentioned this pull request Apr 18, 2018
3 tasks
@rullzer rullzer merged commit d39f00a into stable12 Apr 18, 2018
@rullzer rullzer deleted the backport/8821/show-eol-warning-12 branch April 18, 2018 19:13
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