{"object_kind":"push","event_name":"push","before":"d9da7491b8b9469ff0612947d6467ce9a7a9e294","after":"6ff358c59f67d6cfeaa721c35b152acf8db854cc","ref":"refs/heads/jv/po-check","ref_protected":false,"checkout_sha":"6ff358c59f67d6cfeaa721c35b152acf8db854cc","message":null,"user_id":94502,"user_name":"Jan Vaclav","user_username":"jvaclav","user_email":"jvaclav@redhat.com","user_avatar":"https://secure.gravatar.com/avatar/63438947499d1b23df20545a5f7834ebf1fd6a34a1d5f6baad97d6e2d40df256?s=80&d=identicon","project_id":411,"project":{"id":411,"name":"NetworkManager","description":"NetworkManager — network management daemon","web_url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager","avatar_url":"https://gitlab.freedesktop.org/uploads/-/system/project/avatar/411/nm_logo.png","git_ssh_url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","git_http_url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git","namespace":"NetworkManager","visibility_level":20,"path_with_namespace":"NetworkManager/NetworkManager","default_branch":"main","ci_config_path":"","homepage":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager","url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","ssh_url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","http_url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git"},"commits":[{"id":"2b922a93a5384d96c0b463ebe4aaeb3009608b3f","message":"platform: accept 0 as valid rto_min value\n\niproute2 and the kernel accept 0 as valid rto_min value:\n\n # ip route add 172.16.0.1 dev enp1s0 rto_min 0ms\n # ip route show\n 172.16.0.1 dev enp1s0 scope link rto_min lock 0ms\n\nEven if a value of 0ms would not be useful in practice, it is better\nto exactly track what kernel reports, instead of assuming that when\nthe value is zero it is \"not set\".\n","title":"platform: accept 0 as valid rto_min value","timestamp":"2025-04-14T16:41:39+02:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/2b922a93a5384d96c0b463ebe4aaeb3009608b3f","author":{"name":"Beniamino Galvani","email":"bgalvani@redhat.com"},"added":[],"modified":["src/core/NetworkManagerUtils.c","src/core/platform/tests/test-route.c","src/libnm-platform/nm-linux-platform.c","src/libnm-platform/nm-platform.c","src/libnm-platform/nm-platform.h"],"removed":[]},{"id":"6478e5158ae02de59f133224473f5ba14fa4a8ab","message":"platform: always set the lock flag for RTO_MIN\n\nThe rto-min value is ignored by kernel unless the lock flag is set.\n","title":"platform: always set the lock flag for RTO_MIN","timestamp":"2025-04-14T16:41:39+02:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/6478e5158ae02de59f133224473f5ba14fa4a8ab","author":{"name":"Beniamino Galvani","email":"bgalvani@redhat.com"},"added":[],"modified":["src/libnm-platform/nm-linux-platform.c","src/libnm-platform/nm-platform.h"],"removed":[]},{"id":"065fd3e04667ae2a55218f89f6dd8fe008b5d7ff","message":"merge: branch 'bg/rto-min'\n\nplatform: always set the lock flag for RTO_MIN\n\nhttps://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2179","title":"merge: branch 'bg/rto-min'","timestamp":"2025-04-14T14:43:09+00:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/065fd3e04667ae2a55218f89f6dd8fe008b5d7ff","author":{"name":"Beniamino Galvani","email":"bgalvani@redhat.com"},"added":[],"modified":["src/core/NetworkManagerUtils.c","src/core/platform/tests/test-route.c","src/libnm-platform/nm-linux-platform.c","src/libnm-platform/nm-platform.c","src/libnm-platform/nm-platform.h"],"removed":[]},{"id":"ec6d122cc96730b91f0aa1e3eee748992473c4ad","message":"release: bump version to 1.53.3 (development)\n","title":"release: bump version to 1.53.3 (development)","timestamp":"2025-04-14T19:16:15+02:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/ec6d122cc96730b91f0aa1e3eee748992473c4ad","author":{"name":"Filip Pokryvka","email":"fpokryvk@redhat.com"},"added":[],"modified":["meson.build"],"removed":[]},{"id":"b571e2be5a886b675c39b28f173d05aa299a879b","message":"man: fix syntax to match on connection-id\n\nFixes: 604c611cd052 ('core: add nm_utils_connection_match_spec_list()')\n\nhttps://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1746\n","title":"man: fix syntax to match on connection-id","timestamp":"2025-04-15T11:15:02+02:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/b571e2be5a886b675c39b28f173d05aa299a879b","author":{"name":"Beniamino Galvani","email":"bgalvani@redhat.com"},"added":[],"modified":["man/NetworkManager.conf.xml"],"removed":[]},{"id":"d4d89e6a5c5a17fa96aa7f1fbc602ba25042c2c0","message":"po: add test to check potfiles list contents\n\nWe often forget to add new files to POTFILES, and also\nhave some paths in the skip file that have not existed\nfor 15+ years. We should ensure that these files include\nthe paths that should be there, and nothing more.\n\nThis commit adds a test that checks whether all the files\nin the po lists exist, and vice versa, that all the files\nin the source tree that should be included in this list,\nare indeed included in this list.\n","title":"po: add test to check potfiles list contents","timestamp":"2025-04-15T13:00:57+02:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/d4d89e6a5c5a17fa96aa7f1fbc602ba25042c2c0","author":{"name":"Jan Vaclav","email":"jvaclav@redhat.com"},"added":["src/tests/check-potfile-list.py"],"modified":["po/meson.build"],"removed":[]},{"id":"6ff358c59f67d6cfeaa721c35b152acf8db854cc","message":"po: update lists\n","title":"po: update lists","timestamp":"2025-04-15T13:00:57+02:00","url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/6ff358c59f67d6cfeaa721c35b152acf8db854cc","author":{"name":"Jan Vaclav","email":"jvaclav@redhat.com"},"added":[],"modified":["po/POTFILES.in","po/POTFILES.skip"],"removed":[]}],"total_commits_count":7,"push_options":{},"repository":{"name":"NetworkManager","url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","description":"NetworkManager — network management daemon","homepage":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager","git_http_url":"https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git","git_ssh_url":"git@ssh.gitlab.freedesktop.org:NetworkManager/NetworkManager.git","visibility_level":20}}