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

Fix: Respect hideErrors for Calendar widget #2259

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Fix: Respect hideErrors for Calendar widget #2259

merged 1 commit into from
Oct 30, 2023

Conversation

shamoon
Copy link
Collaborator

@shamoon shamoon commented Oct 30, 2023

Proposed change

Closes #2257

Type of change

  • New service widget
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation only
  • Other (please explain)

Checklist:

  • If adding a service widget or a change that requires it, I have added corresponding documentation changes.
  • If adding a new widget I have reviewed the guidelines.
  • I have checked that all code style checks pass using pre-commit hooks and linting checks with pnpm lint (see development guidelines).
  • If applicable, I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.

@shamoon shamoon changed the title Respect hideErrors for Calendar widget Fix: Respect hideErrors for Calendar widget Oct 30, 2023
@shamoon shamoon merged commit 5512d05 into main Oct 30, 2023
2 checks passed
@shamoon shamoon deleted the fix/issue-2257 branch October 30, 2023 03:14
spiceratops referenced this pull request in spiceratops/k8s-gitops Nov 10, 2023
…250)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/gethomepage/homepage](https://togithub.com/gethomepage/homepage)
| minor | `v0.7.4` -> `v0.8.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary>

###
[`v0.8.0`](https://togithub.com/gethomepage/homepage/releases/tag/v0.8.0)

[Compare
Source](https://togithub.com/gethomepage/homepage/compare/v0.7.4...v0.8.0)

#### ⚠️ Breaking Changes

- This release changes the `ping` feature to actually perform a system
ping which may yield different results than the previous implementation.
The old `ping` has been renamed `siteMonitor` to more accurately reflect
what it does. See [the
docs](https://gethomepage.dev/v0.8.0/configs/services/#site-monitor).
- Homepage is also now more strict about using the correct protocol
(e.g. https:// vs http://) for proxied URLs such as widget URLs

#### What's Changed

- Fix: Tab spacing on mobile by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2209](https://togithub.com/gethomepage/homepage/pull/2209)
- Change: Enable `autoSelectFamily` for http(s) requests by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2214](https://togithub.com/gethomepage/homepage/pull/2214)
- Feature: true ping, rename old ping to siteMonitor by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2215](https://togithub.com/gethomepage/homepage/pull/2215)
- Feature: Added agenda view for calendar, calendar improvements by
[@&#8203;denispapec](https://togithub.com/denispapec) in
[https://github.com/gethomepage/homepage/pull/2216](https://togithub.com/gethomepage/homepage/pull/2216)
- Feature: add date formatting option in custom api by
[@&#8203;equuskk](https://togithub.com/equuskk) in
[https://github.com/gethomepage/homepage/pull/2228](https://togithub.com/gethomepage/homepage/pull/2228)
- Fix: override some colors for white theme by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2242](https://togithub.com/gethomepage/homepage/pull/2242)
- Fix authentik users endpoint URL by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2244](https://togithub.com/gethomepage/homepage/pull/2244)
- Fix: octoprint error when progress empty by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2247](https://togithub.com/gethomepage/homepage/pull/2247)
- Fix: Synology DownloadStation units by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2249](https://togithub.com/gethomepage/homepage/pull/2249)
- Fix: Respect hideErrors for Calendar widget by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2259](https://togithub.com/gethomepage/homepage/pull/2259)
- Feature: iFrame widget by
[@&#8203;Reiss-Cashmore](https://togithub.com/Reiss-Cashmore) in
[https://github.com/gethomepage/homepage/pull/2261](https://togithub.com/gethomepage/homepage/pull/2261)
- Fix: container memory_stats in podman by
[@&#8203;idelsink](https://togithub.com/idelsink) in
[https://github.com/gethomepage/homepage/pull/2272](https://togithub.com/gethomepage/homepage/pull/2272)
- Fix: support Unifi widget with Unifi OS v3.2.5+ by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2281](https://togithub.com/gethomepage/homepage/pull/2281)
- Fix: handle immich v1.85.0 breaking change by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2284](https://togithub.com/gethomepage/homepage/pull/2284)

#### New Contributors

- [@&#8203;equuskk](https://togithub.com/equuskk) made their first
contribution in
[https://github.com/gethomepage/homepage/pull/2228](https://togithub.com/gethomepage/homepage/pull/2228)
- [@&#8203;Reiss-Cashmore](https://togithub.com/Reiss-Cashmore) made
their first contribution in
[https://github.com/gethomepage/homepage/pull/2261](https://togithub.com/gethomepage/homepage/pull/2261)
- [@&#8203;idelsink](https://togithub.com/idelsink) made their first
contribution in
[https://github.com/gethomepage/homepage/pull/2272](https://togithub.com/gethomepage/homepage/pull/2272)

**Full Changelog**:
gethomepage/homepage@v0.7.4...v0.8.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Copy link
Contributor

github-actions bot commented Feb 5, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] API Error in Calendar when using hideErrors: true in setting.yaml
1 participant