Skip to content

Add snooze support to automatic updates notification - #1115

Open
subyssurendran666 wants to merge 1 commit into
eclipse-equinox:masterfrom
subyssurendran666:snooze-automatic-update-popup_1096
Open

Add snooze support to automatic updates notification#1115
subyssurendran666 wants to merge 1 commit into
eclipse-equinox:masterfrom
subyssurendran666:snooze-automatic-update-popup_1096

Conversation

@subyssurendran666

Copy link
Copy Markdown
Contributor

When Eclipse detects available updates, the notification popup now offers two snooze options "Remind me tomorrow" and "Remind me in a week", letting users defer the reminder without turning off automatic updates entirely.

Fix: #1096

Users can now snooze update notifications for a day or a week using
the new Remind me tomorrow and Remind me in a week buttons in the
updates popup. The snooze state is persisted immediately so it survives
an Eclipse restart.

Fix: eclipse-equinox#1096
@github-actions

Copy link
Copy Markdown

Test Results

   18 files  ±0     18 suites  ±0   32m 0s ⏱️ + 1m 50s
2 203 tests +3  2 200 ✅ +3  3 💤 ±0  0 ❌ ±0 
5 263 runs  +9  5 254 ✅ +9  9 💤 ±0  0 ❌ ±0 

Results for commit ff1949c. ± Comparison against base commit 529df3a.

This pull request removes 1 and adds 4 tests. Note that renamed tests count towards both.
org.eclipse.equinox.p2.tests.ui.misc.AutomaticUpdateSchedulerTest ‑ testComputeFuzzyPollOnceAMonthDoesNotOverflow
org.eclipse.equinox.p2.tests.ui.misc.AutomaticUpdaterTest ‑ testComputeFuzzyPollOnceAMonthDoesNotOverflow
org.eclipse.equinox.p2.tests.ui.misc.AutomaticUpdaterTest ‑ testSnoozeNextWeekStoresSevenDayDelay
org.eclipse.equinox.p2.tests.ui.misc.AutomaticUpdaterTest ‑ testSnoozeTomorrowStoresOneDayDelay
org.eclipse.equinox.p2.tests.ui.misc.AutomaticUpdaterTest ‑ testSnoozeWindowExpiredWhenNowReachesTimestamp

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add snooze/defer option to automatic update notification popup

1 participant