Commit Graph

  • ebf6ae18be Merge branch 'master' into bellrichm-CannotCalculateFinal Tom Keffer 2024-02-11 08:47:16 -08:00
  • f37fd06252 Update expected test results Tom Keffer 2024-02-11 08:45:19 -08:00
  • d72f66ca5b Update some comments Tom Keffer 2024-02-11 08:32:19 -08:00
  • 4dd7427109 Import the correct module Tom Keffer 2024-02-11 08:32:08 -08:00
  • 32b38c06d0 Handle case of current reading of an xtype that cannot be calculated Tom Keffer 2024-02-11 07:47:00 -08:00
  • 585ca5e382 Allow calculation of xtype aggregate with missing constituents. Tom Keffer 2024-02-11 07:43:06 -08:00
  • 8672a54eca modify /etc/default/weewx only if there is a conflict with this install. do not create /etc/default/weewx on a new install. remove epel-release as dependency in redhat packages. explicitly invoke the weectl from the to-be-installed package. matthew wall 2024-02-11 00:09:55 -05:00
  • 5b8b6c8203 use /var/lib/weewx as rundir to avoid /run shenanigans matthew wall 2024-02-11 00:07:32 -05:00
  • ac9935dd1d Document PR #929. Add a regression test. Tom Keffer 2024-02-10 05:35:07 -08:00
  • 14cbfbade9 bump to 5.0.2 and update changelogs v5.0.2 Matthew Wall 2024-02-10 02:03:49 -05:00
  • 83cfc5e896 implement weectl import --update action refer PR839 gjr80 2024-02-10 16:02:06 +10:00
  • 4cb1eb6a07 Merge branch 'CannotCalculateFinal' of https://github.com/bellrichm/weewx into bellrichm-CannotCalculateFinal Tom Keffer 2024-02-09 17:54:00 -08:00
  • fca983af3e see what happens when you program in 4 languages at once? Matthew Wall 2024-02-09 16:08:32 -05:00
  • 37bdc15766 Merge branch 'weewx:master' into CannotCalculateFinal Rich Bell 2024-02-09 12:58:08 -05:00
  • 2b61664870 added rules to sign redhat and suse repositories, not just rpms Matthew Wall 2024-02-09 10:56:35 -05:00
  • 417c165cd4 update dev notes regarding suse gpg issues. userdel does not whine on suse. Matthew Wall 2024-02-09 10:56:17 -05:00
  • cb3969199f Merge branch 'weewx:master' into CannotCalculateFinal Rich Bell 2024-02-09 10:51:38 -05:00
  • 724ba77709 Merge branch 'master' into development Tom Keffer 2024-02-08 15:00:47 -08:00
  • 46bd7b6f8b pull doc changes about weewx user from dev to master. direct users to permissions wiki page. matthew wall 2024-02-08 10:15:30 -05:00
  • 88698e6b0b fix signing of apt repo? matthew wall 2024-02-07 21:35:03 -05:00
  • 6eb73a6608 Add target network-online.target to the weewx systemd unit files Tom Keffer 2024-02-07 12:54:49 -08:00
  • 97e193c15a Try plughw group as well Tom Keffer 2024-02-07 08:34:56 -08:00
  • 9e93f69610 added notes about gpg signing matthew wall 2024-02-07 11:20:42 -05:00
  • e4994b70fd More details on breaking udev changes Tom Keffer 2024-02-06 10:03:29 -08:00
  • 30be652e4b Remove keys and weewx repository location when purging Debian install Tom Keffer 2024-02-05 12:38:17 -08:00
  • 55bf7d0772 keep it simple, and do not encourage bad practices matthew wall 2024-02-05 12:01:45 -05:00
  • 8b075a7a8e Merge branch 'master' of github.com:weewx/weewx matthew wall 2024-02-05 11:49:38 -05:00
  • a0836cccde fix notes about weewx user for deb/rpm upgrades matthew wall 2024-02-05 11:49:32 -05:00
  • 9b0cd30c5f Merge branch 'master' into development Tom Keffer 2024-02-05 08:39:29 -08:00
  • 7665b60d22 Include a helpful link to the extension list action. Tom Keffer 2024-02-05 08:21:56 -08:00
  • f738a2420e fix permissions for real Matthew Wall 2024-02-04 21:50:41 -05:00
  • 634852c737 changelogs for rev2 packages matthew wall 2024-02-04 21:31:20 -05:00
  • 5dae205302 fix permissions on all files in /etc/weewx, /var/lib/weewx, and /var/www/html/weewx matthew wall 2024-02-04 21:28:15 -05:00
  • 2b989e00eb fix suse changelog Matthew Wall 2024-02-04 20:52:40 -05:00
  • 8c76a24c55 fix release date v5.0.1 matthew wall 2024-02-04 20:40:27 -05:00
  • d63b8002b2 make station prompts consistent. do not emit daemon setup suggestion, since it is in the docs and more appropriate there. Matthew Wall 2024-02-04 16:35:26 -05:00
  • 9aaa3fccca silence output from systemd during installation Matthew Wall 2024-02-04 15:03:38 -05:00
  • 6cf7f5cd24 handle cases where permissions are broken before the installation. fixed typo in rpm user_dir macro. do explicit daemon-reload for rpm systemd unit configuration. Matthew Wall 2024-02-04 14:32:21 -05:00
  • f381cd8e52 catch the CannotCalculate and 'say' the observation does not have any data Rich Bell 2024-02-04 14:28:08 -05:00
  • d57fbaf9e1 Use a context manager to change working directory in reportengine Tom Keffer 2024-02-04 11:07:15 -08:00
  • 5c5fd9c67e Fix problem that prevented test suites from running correctly Tom Keffer 2024-02-04 10:51:46 -08:00
  • 0842d05ae4 fix logic for putting install user into weewx group matthew wall 2024-02-04 02:09:37 -05:00
  • 5cb3715e4c move aside any existing /etc/default/weewx so that we avoid python2/python3 problems and ensure a working installation. fixed bug in debian postinst GROUP determination. matthew wall 2024-02-04 01:52:29 -05:00
  • d17ed852f9 Merge branch 'master' into development Tom Keffer 2024-02-02 15:46:12 -08:00
  • d609d59adb as of 5.0.1, sudo is not necessary for a deb/rpm install that is installed by a non-root user - s/he will be in the weewx group matthew wall 2024-02-01 18:59:42 -05:00
  • e28ad92849 add user who is installing to the weewx group, if appropriate matthew wall 2024-02-01 18:46:17 -05:00
  • 218085303e Fix problem that prevented debug statements from being logged Tom Keffer 2024-02-01 11:27:17 -08:00
  • ad02bdaf37 need to fix python2-to-python3 issue for both deb and rpm packages matthew wall 2024-01-30 11:10:38 -05:00
  • 2cf166ab7d docs are no longer installed in weewx-data matthew wall 2024-01-29 13:41:02 -05:00
  • fdbaafc8b6 epel is required for both rocky8 and rocky9, since cheetah and pillow are in epel matthew wall 2024-01-29 13:30:43 -05:00
  • 23e3cf233c Clarify logging destinations Tom Keffer 2024-01-29 05:34:15 -08:00
  • 9625c65179 Fix typo in format specifier Tom Keffer 2024-01-27 16:14:24 -08:00
  • 9455fa1716 Add rain=prefer_hardware under Delta comments Tom Keffer 2024-01-27 15:22:52 -08:00
  • 10785ef709 update options for handling weewx user permissions matthew wall 2024-01-27 15:16:18 -05:00
  • eacd577651 convert permissions on every upgrade, not just new install, unless user was modified matthew wall 2024-01-27 00:28:56 -05:00
  • eb177de541 Merge branch 'master' into development Tom Keffer 2024-01-26 16:35:12 -08:00
  • d1ac83bc59 Fix problem with rebuilding daily summaries with dropped columns Tom Keffer 2024-01-26 15:47:21 -08:00
  • eacab1ba3c note some niggling bits with deb/rpm packages matthew wall 2024-01-25 22:02:57 -05:00
  • a73b5aba18 clarify what happens when signing in debian world matthew wall 2024-01-25 21:42:17 -05:00
  • 4005e1e9f6 use /var/lib/weewx as HOME for weewx on redhat/suse Matthew Wall 2024-01-24 21:06:21 -05:00
  • b32ca4069e fix redhat/suse udev packaging rule Matthew Wall 2024-01-24 19:40:08 -05:00
  • a981d82446 Remove no longer needed (or never used) class TimeDerivative Tom Keffer 2024-01-24 15:45:59 -08:00
  • 379d99bdb7 Log the addition of zh_CN.conf in change file Tom Keffer 2024-01-24 05:30:18 -08:00
  • 64ed8827fe Merge branch 'master' into development Tom Keffer 2024-01-24 05:27:49 -08:00
  • dbb9e27e87 Back to Traditional Chinese Tom Keffer 2024-01-24 05:25:24 -08:00
  • 9b2e2dbdc6 Revert "Change Chinese language translation from Traditional to Simplified" Tom Keffer 2024-01-24 05:21:00 -08:00
  • 45da454878 Merge branch 'lang-codes' into development Tom Keffer 2024-01-23 05:33:31 -08:00
  • c1400a42c4 Add some useful comments Tom Keffer 2024-01-23 05:30:42 -08:00
  • ae3801992c print correct path to config file Tom Keffer 2024-01-23 05:00:55 -08:00
  • 42830abeb1 Update docs to cover country codes Tom Keffer 2024-01-23 04:49:15 -08:00
  • 67c6516199 remove misleading periods. adjust extension installer feedback regarding config file matthew wall 2024-01-22 22:17:34 -05:00
  • f6ca5cf5f4 update version and changelogs matthew wall 2024-01-22 20:31:15 -05:00
  • 8b6a14ac6c Add text files for countries Tom Keffer 2024-01-22 07:24:18 -08:00
  • 34b62709d8 Allow option "lang" to include a country code Tom Keffer 2024-01-22 06:03:45 -08:00
  • 9a9d045216 Correct docs and attribution for cn->zh change Tom Keffer 2024-01-21 12:46:20 -08:00
  • 5b7df7b72a Change Chinese language translation from Traditional to Simplified Tom Keffer 2024-01-20 15:15:04 -08:00
  • e54801e2c0 Chinese language code changed to zh. Fixes issue #912. Tom Keffer 2024-01-20 15:12:22 -08:00
  • 5d3bf9d0a5 Rearrange the V5 upgrade guide so it's a little less scary Tom Keffer 2024-01-20 15:00:20 -08:00
  • 8202ecf167 Allow the --config option to use of the tilde (~) prefix Tom Keffer 2024-01-19 17:29:24 -08:00
  • e6bf5c936b Include PR #919 in change log Tom Keffer 2024-01-19 14:08:49 -08:00
  • 2357a5be49 Merge pull request #919 from aslak47/Norwegian Tom Keffer 2024-01-19 14:04:55 -08:00
  • d62c8c3644 Do not insert api_key when upgrading config files Tom Keffer 2024-01-19 14:02:36 -08:00
  • d4306f5509 Uppercase first letter Aslak Vaa 2024-01-19 16:00:58 +01:00
  • 2c776a0bb6 bump weectl import required WeeWX version to 5.0.0 gary 2024-01-19 10:22:19 +10:00
  • 5374035861 Fix problem with weectl device when using installed drivers Tom Keffer 2024-01-17 14:47:11 -08:00
  • aa153b8f99 Document fix for installing w/v4 config files Tom Keffer 2024-01-17 14:44:46 -08:00
  • e5724ba58a Include backwards compatible reference to weewx.UnknownType in log Tom Keffer 2024-01-17 14:42:02 -08:00
  • b6e027d6ac Fix issue with installs into V4 config files Tom Keffer 2024-01-17 12:28:23 -08:00
  • 1691dc2fe1 force altitude units to a correct value so the installer will not fail when the config is parsed. wish there was some way to do a string and choice in a single debconf template. matthew wall 2024-01-16 09:17:20 -05:00
  • 0573e3731b Include backwards compatible reference to UnknownType Tom Keffer 2024-01-15 13:29:11 -08:00
  • be78267798 fixed typo in setup daemon matthew wall 2024-01-15 07:37:13 -05:00
  • 75a1d3276f Merge branch 'master' into Norwegian Aslak Vaa 2024-01-15 08:13:21 +01:00
  • 4441d4f78c special instructions for fedora matthew wall 2024-01-14 22:25:26 -05:00
  • d7df48542e added link to detailed instructions matthew wall 2024-01-14 17:46:02 -05:00
  • 9ad8e4d745 added ecowitt gateway matthew wall 2024-01-14 17:45:40 -05:00
  • 8735afb1bb attempt to exclude undesired artifacts from the distribution source tree even when doing multiple builds matthew wall 2024-01-14 12:47:32 -05:00
  • 8210e00f62 ignore pytest artifacts matthew wall 2024-01-14 12:46:37 -05:00
  • ba3033b6ee adjust dev notes to match latest practice matthew wall 2024-01-14 12:46:25 -05:00
  • f4f09e20ce bump to 5.0.0 v5.0.0 matthew wall 2024-01-14 11:39:43 -05:00
  • bc89abb5f8 Merge branch 'master' into development Tom Keffer 2024-01-14 07:14:10 -08:00