From 4b2304c874d08f0ccda4d2850a3fc914680d4539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tin=20=C5=A0vagelj?= Date: Sun, 5 Jan 2025 16:48:13 +0100 Subject: [PATCH 1/2] Update blame-ignore file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tin Švagelj --- .git-blame-ignore-revs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 9edd12a34..adfc8a50b 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -57,3 +57,9 @@ cbebe447078e28c50957d568303f42d6b8aae126 # Includes changes to functionality so it can't be ignored: # color parsing, text alignment, output registration # 6adf6b9dd4d368640bf7ef57f3e6199d83154d78 + +### Move sources into appropriate subdirectories (#2119) +# Performed no changes to the source files, only moved them. Child commit +# addressed the bugs caused by the move, to separate renames from changes. +342f07b8ca101e0c4ef5c75346033c4df241d16d +ae8f1fa8472d6c3a31b4a09be4d19568a3f3f23e From e4e393de69beb8cd7d62e06277b68183dc35108b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tin=20=C5=A0vagelj?= Date: Sun, 5 Jan 2025 17:35:58 +0100 Subject: [PATCH 2/2] Update labeler.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tin Švagelj --- .github/labeler.yml | 218 ++++++++++++++++++++++++++------------------ .github/release.yml | 2 + 2 files changed, 130 insertions(+), 90 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index b849434c9..4b1bedff4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,34 +1,37 @@ documentation: - changed-files: - any-glob-to-any-file: - - doc/* - doc/**/* - data/conky*.conf extras: - changed-files: - any-glob-to-any-file: - - extras/* - extras/**/* sources: - changed-files: - any-glob-to-any-file: - - src/* - src/**/* tests: - changed-files: - any-glob-to-any-file: - tests/**/* - - tests/* web: - changed-files: - any-glob-to-any-file: - - web/* - web/**/* +javascript: + - changed-files: + - any-glob-to-any-file: + - web/**/*.tsx + - web/**/*.jsx + - web/**/*.ts + - web/**/*.js + appimage: - changed-files: - any-glob-to-any-file: @@ -38,7 +41,6 @@ appimage: 3rdparty: - changed-files: - any-glob-to-any-file: - - 3rdparty/* - 3rdparty/**/* gh-actions: @@ -58,78 +60,60 @@ dependencies: audio: - changed-files: - any-glob-to-any-file: - - src/audacious.cc - - src/audacious.h - - src/cmus.cc - - src/cmus.h - - src/libmpdclient.cc - - src/libmpdclient.h - - src/mpd.cc - - src/mpd.h - - src/moc.cc - - src/moc.h - - src/mixer.cc - - src/mixer.h - - src/xmms2.cc - - src/xmms2.h - - src/pulseaudio.cc - - src/pulseaudio.h + - src/data/audio/**/* power: - changed-files: - any-glob-to-any-file: - - src/apcupsd.cc - - src/apcupsd.h - - src/bsdapm.cc - - src/bsdapm.h - - src/smapi.cc - - src/smapi.h + - src/data/hardware/apcupsd.cc + - src/data/hardware/apcupsd.h + - src/data/hardware/bsdapm.cc + - src/data/hardware/bsdapm.h + - src/data/hardware/smapi.cc + - src/data/hardware/smapi.h 'display: console': - changed-files: - any-glob-to-any-file: - - src/display-console.cc - - src/display-console.hh + - src/output/display-console.cc + - src/output/display-console.hh 'display: file': - changed-files: - any-glob-to-any-file: - - src/display-file.cc - - src/display-file.hh + - src/output/display-file.cc + - src/output/display-file.hh 'display: http': - changed-files: - any-glob-to-any-file: - - src/display-http.cc - - src/display-http.hh + - src/output/display-http.cc + - src/output/display-http.hh 'display: ncurses': - changed-files: - any-glob-to-any-file: - - src/nc.cc - - src/nc.h - - src/display-ncurses.cc - - src/display-ncurses.hh + - src/output/nc.cc + - src/output/nc.h + - src/output/display-ncurses.cc + - src/output/display-ncurses.hh 'display: wayland': - changed-files: - any-glob-to-any-file: - - src/wl.cc - - src/wl.h - - src/wlr-layer-shell-unstable-v1.xml - - src/display-wayland.cc - - src/display-wayland.hh + - src/wl_protocols/**/* + - src/output/wl.cc + - src/output/wl.h + - src/output/display-wayland.cc + - src/output/display-wayland.hh 'display: x11': - changed-files: - any-glob-to-any-file: - - src/x11-color.cc - - src/x11-color.h - - src/x11.cc - - src/x11.h - - src/display-x11.cc - - src/display-x11.hh + - src/output/*x11*.cc + - src/output/*x11*.h + - src/output/*x11*.hh 'build system': - changed-files: - any-glob-to-any-file: - - '**/CMakeLists.txt' - - '*.cmake' + - 'CMakeLists.txt' + - 'cmake/**/*' cairo: - changed-files: @@ -139,78 +123,132 @@ cairo: 'disk io': - changed-files: - any-glob-to-any-file: - - src/diskio.cc - - src/diskio.h + - src/data/hardware/diskio.cc + - src/data/hardware/diskio.h + +'power': + - changed-files: + - any-glob-to-any-file: + - src/data/hardware/apcupsd.cc + - src/data/hardware/apcupsd.h + - src/data/hardware/bsdapm.cc + - src/data/hardware/bsdapm.h + - src/data/hardware/smapi.cc + - src/data/hardware/smapi.h + +'sensors': + - changed-files: + - any-glob-to-any-file: + - src/data/hardware/hddtemp.cc + - src/data/hardware/hddtemp.h + - src/data/hardware/i8k.cc + - src/data/hardware/i8k.h + - src/data/hardware/sony.cc + - src/data/hardware/sony.h cpu: - changed-files: - any-glob-to-any-file: - - src/cpu.cc - - src/cpu.h - - src/proc.cc - - src/proc.h - - src/top.cc - - src/top.h + - src/data/hardware/cpu.cc + - src/data/hardware/cpu.h + - src/data/proc.cc + - src/data/proc.h + - src/data/top.cc + - src/data/top.h lua: - changed-files: - any-glob-to-any-file: - - lua/* - lua/**/* - - src/llua.cc - - src/llua.h - - src/luamm.cc - - src/luamm.h - - src/lua-config.cc - - src/lua-config.hh + - src/lua/**/* + +'os: linux': + - changed-files: + - any-glob-to-any-file: + - src/data/os/linux.cc + - src/data/os/linux.h + +'os: dragonfly': + - changed-files: + - any-glob-to-any-file: + - src/data/os/dragonfly.cc + - src/data/os/dragonfly.h + +'os: freebsd': + - changed-files: + - any-glob-to-any-file: + - src/data/os/freebsd.cc + - src/data/os/freebsd.h + +'os: haiku': + - changed-files: + - any-glob-to-any-file: + - src/data/os/haiku.cc + - src/data/os/haiku.h + +'os: netbsd': + - changed-files: + - any-glob-to-any-file: + - src/data/os/netbsd.cc + - src/data/os/netbsd.h -macos: +'os: openbsd': - changed-files: - any-glob-to-any-file: - - src/darwin_sip.h - - src/darwin.h - - src/darwin.mm + - src/data/os/openbsd.cc + - src/data/os/openbsd.h + +'os: solaris': + - changed-files: + - any-glob-to-any-file: + - src/data/os/solaris.cc + - src/data/os/solaris.h + +'os: macos': + - changed-files: + - any-glob-to-any-file: + - src/data/os/darwin_sip.h + - src/data/os/darwin.h + - src/data/os/darwin.mm 'mouse events': - changed-files: - any-glob-to-any-file: - - src/scroll.cc - - src/scroll.h - src/mouse-events.cc - src/mouse-events.h networking: - changed-files: - any-glob-to-any-file: - - src/net_stat.cc - - src/net_stat.h - - src/tcp-portmon.cc - - src/tcp-portmon.h - - src/read_tcpip.cc - - src/read_tcpip.h + - src/data/network/**/* + +mail: + - changed-files: + - any-glob-to-any-file: + - src/data/network/mail.cc + - src/data/network/mail.h + +calendar: + - changed-files: + - any-glob-to-any-file: + - src/data/network/ical.cc + - src/data/network/ical.h nvidia: - changed-files: - any-glob-to-any-file: - - src/nvidia.cc - - src/nvidia.h + - src/data/hardware/nvidia.cc + - src/data/hardware/nvidia.h rendering: - changed-files: - any-glob-to-any-file: - - src/text_object.cc - - src/text_object.h + - src/output/gui.cc + - src/output/gui.h - src/specials.cc - src/specials.h text: - changed-files: - any-glob-to-any-file: - - src/text_object.cc - - src/text_object.h - - src/template.cc - - src/template.h - - src/tailhead.cc - - src/tailhead.h - - src/specials.cc - - src/specials.h + - src/content/**/* diff --git a/.github/release.yml b/.github/release.yml index de555302f..0ee379278 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -6,6 +6,7 @@ changelog: - title: 🐞 Bug fixes labels: - bug + - regression - title: 🎛️ Miscellaneous labels: - '*' @@ -13,6 +14,7 @@ changelog: labels: - dependencies - bug + - regression - feature - title: 👒 Dependencies labels: