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

Refactor common weather methods into utils class #2958

Merged
merged 2 commits into from
Oct 28, 2022

Conversation

rejas
Copy link
Collaborator

@rejas rejas commented Oct 27, 2022

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #2958 (f754eb7) into develop (dde8860) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #2958   +/-   ##
========================================
  Coverage    65.21%   65.21%           
========================================
  Files           14       14           
  Lines          733      733           
========================================
  Hits           478      478           
  Misses         255      255           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rejas rejas marked this pull request as ready for review October 27, 2022 18:16
@rejas rejas requested review from khassel and sdetweil October 27, 2022 18:16
@rejas
Copy link
Collaborator Author

rejas commented Oct 28, 2022

so why not merge it directly ;-)

@khassel
Copy link
Collaborator

khassel commented Oct 28, 2022

well, from the new Collaboration.md (which you approved and btw is still unmerged ...) :

wait for all approvals requested (or the author decides something different in the comments)

you requested more than 1 ...

@khassel khassel merged commit c191ff0 into MagicMirrorOrg:develop Oct 28, 2022
@rejas rejas deleted the weather_utils branch October 28, 2022 18:38
@rejas
Copy link
Collaborator Author

rejas commented Oct 28, 2022

well, from the new Collaboration.md (which you approved and btw is still unmerged ...) :

wait for all approvals requested (or the author decides something different in the comments)

you requested more than 1 ...

true true :-) so, in that case i shouldnt have added any reviewers. I assume you get notifications for new PRs anyway like I do.

as for the collaboration.md, waiting for @sdetweil for his review too, just liek you did here :-)

@khassel
Copy link
Collaborator

khassel commented Oct 28, 2022

as for the collaboration.md, waiting for @sdetweil for his review too, just liek you did here :-)

nearly, you added him there, not I ...

@rejas
Copy link
Collaborator Author

rejas commented Oct 28, 2022

I thought for that PR it would make sense to have his "blessing" too

@khassel
Copy link
Collaborator

khassel commented Oct 28, 2022

understood ;-)

@MichMich MichMich mentioned this pull request Jan 1, 2023
MichMich added a commit that referenced this pull request Jan 1, 2023
## [2.22.0] - 2023-01-01

Thanks to: @angeldeejay, @buxxi, @dariom, @dWoolridge,
@KristjanESPERANTO, @MagMar94, @naveensrinivasan, @retroflex, @SkySails
and @tom.

Special thanks to @khassel, @rejas and @sdetweil for taking over most
(if not all) of the work on this release as project collaborators. This
version would not be there without their effort. Thank you!

### Added

- Added test for remoteFile option in compliments module
- Added hourlyWeather functionality to Weather.gov weather provider
- Removed weatherEndpoint definition from weathergov.js (not used)
- Added css class names "today" and "tomorrow" for default calendar
- Added Collaboration.md
- Added new github action for dependency review (#2862)
- Added a WeatherProvider for Open-Meteo
- Added Yr as a weather provider
- Added config options "ignoreXOriginHeader" and
"ignoreContentSecurityPolicy"

### Removed

- Removed usage of internal fetch function of node until it is more
stable

### Updated

- Cleaned up test directory (#2937) and jest config (#2959)
- Wait for all modules to start before declaring the system ready
(#2487)
- Updated e2e tests (moved `done()` in helper functions) and use es6
syntax in all tests
- Updated da translation
- Rework weather module
- Make sure smhi provider api only gets a maximum of 6 digits
coordinates (#2955)
  - Use fetch instead of XMLHttpRequest in weatherprovider (#2935)
  - Reworked how weatherproviders handle units (#2849)
  - Use unix() method for parsing times, fix suntimes on the way (#2950)
  - Refactor conversion functions into utils class (#2958)
- The `cors`-method in `server.js` now supports sending and recieving
HTTP headers
- Replace `…` by `…`
- Cleanup compliments module
- Updated dependencies including electron to v22 (#2903)

### Fixed

- Correctly show apparent temperature in SMHI weather provider
- Ensure updatenotification module isn't shown when local is _ahead_ of
remote
- Handle node_helper errors during startup (#2944)
- Possibility to change FontAwesome class in calendar, so icons like
`fab fa-facebook-square` works.
- Fix cors problems with newsfeed articles (as far as possible), allow
disabling cors per feed with option `useCorsProxy: false` (#2840)
- Tests not waiting for the application to start and stop before
starting the next test
- Fix electron tests failing sometimes in github workflow
- Fixed gap in clock module when displayed on the left side with
displayType=digital
- Fixed playwright issue by upgrading to v1.29.1 (#2969)

Signed-off-by: naveen <[email protected]>
Co-authored-by: Karsten Hassel <[email protected]>
Co-authored-by: Malte Hallström <[email protected]>
Co-authored-by: Veeck <[email protected]>
Co-authored-by: veeck <[email protected]>
Co-authored-by: dWoolridge <[email protected]>
Co-authored-by: Johan <[email protected]>
Co-authored-by: Dario Mratovich <[email protected]>
Co-authored-by: Dario Mratovich <[email protected]>
Co-authored-by: Magnus <[email protected]>
Co-authored-by: Naveen <[email protected]>
Co-authored-by: buxxi <[email protected]>
Co-authored-by: Thomas Hirschberger <[email protected]>
Co-authored-by: Kristjan ESPERANTO <[email protected]>
Co-authored-by: Andrés Vanegas Jiménez <[email protected]>
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.

3 participants