Commit Graph

44 Commits

Author SHA1 Message Date
github-actions[bot]
fe554d749f chore: accumulate changes from a6c08dc 2026-08-09 09:06:15 +00:00
github-actions[bot]
0efbe4181e chore: accumulate changes from 40ff13c 2026-08-09 09:06:15 +00:00
github-actions[bot]
dbcc11e91c chore: accumulate changes from 2221c8f 2026-08-09 09:06:15 +00:00
github-actions[bot]
731d26bc4b chore: accumulate changes from abe8dcf 2026-08-09 09:06:15 +00:00
github-actions[bot]
9e6ca20374 chore: accumulate changes from e05ff6f 2026-08-09 09:06:15 +00:00
github-actions[bot]
16ec8f9397 chore: accumulate changes from 0ab8a67 2026-08-09 09:06:15 +00:00
github-actions[bot]
f23fc0cdc1 chore: accumulate changes from d6a160d 2026-08-09 09:06:15 +00:00
github-actions[bot]
30ec4786b0 chore: accumulate changes from ed991b4 2026-08-09 09:06:15 +00:00
github-actions[bot]
14634b37b6 chore: accumulate changes from 80137d3 2026-08-09 09:06:15 +00:00
github-actions[bot]
48a80728aa chore: accumulate changes from bfeeb94 2026-08-09 09:06:15 +00:00
github-actions[bot]
7aafe6c343 chore: accumulate changes from d2c00f8 2026-08-09 09:06:15 +00:00
github-actions[bot]
92052d1b64 chore: accumulate changes from b8ce814 2026-08-09 09:06:15 +00:00
github-actions[bot]
f5743f314b chore: accumulate changes from fd422f4 2026-08-09 09:06:15 +00:00
github-actions[bot]
c9eb7c3259 chore: accumulate changes from ecf3a56 2026-08-09 09:06:15 +00:00
github-actions[bot]
0e87f855bd chore: accumulate changes from 819d30c 2026-08-09 09:06:15 +00:00
Meliox
de6f309d22 Update CHANGES.md 2026-08-09 09:06:15 +00:00
github-actions[bot]
dad36a373e chore: accumulate changes from 0e99e06 2026-08-09 09:06:15 +00:00
github-actions[bot]
0e6ca72106 chore: accumulate changes from f740c00 2026-08-09 09:06:15 +00:00
github-actions[bot]
50d451c19f chore: accumulate changes from 88983fd 2026-08-09 09:06:15 +00:00
github-actions[bot]
89436aab5b chore: accumulate changes from 335f58c 2026-08-09 09:06:15 +00:00
Meliox
965ffea463
add deb signing (#254)
* add deb signing

* add to test release as well

* revert test signing

---------

Co-authored-by: Meliox <na>
2026-08-09 10:34:49 +02:00
Meliox
6585849459
Restructure repo (#251)
* refactor: restructure src/ into modules/, scripts/, and build/

- src/nag_screen/ and src/node_info/ -> src/modules/  (mods grouped explicitly)
- src/Scripts/ -> src/scripts/                        (lowercase, consistent)
- src/gen-rules.sh -> build/                          (build tool separated from source)

Update all references: debian/rules, .github/workflows/*, build/gen-rules.sh,
src/scripts/test/test-syntax.sh (SRC_DIR now points to src/modules/),
src/scripts/test/test-patches.sh, and files.list comments.

* refactor: move CI test scripts from src/scripts/test/ to build/test/

Test scripts are not installed — they are CI/dev tooling and belong
alongside build/gen-rules.sh. Update workflow references and fix the
SRC_DIR path depth in build/test/test-syntax.sh (../ -> ../..).

* d

---------

Co-authored-by: Meliox <na>
2026-08-08 23:46:46 +02:00
Meliox
b433d5cc2d
remove new line in PR changelog (#249)
Co-authored-by: Meliox <na>
2026-08-08 22:58:46 +02:00
Meliox
6e3fd7958e
Fix duplicate deb config warning (#247)
* d

* f

* oneline rules

* remove duplicat warning

* simplify gen rules

* also fix release

---------

Co-authored-by: Meliox <na>
2026-08-08 21:23:44 +02:00
Meliox
9fa4b97361
Update github actions to v7 (#245)
Co-authored-by: Meliox <na>
2026-08-08 19:23:26 +02:00
Meliox
e44ad6400a
update package before install (#224)
Co-authored-by: Meliox <na>
2026-07-05 09:37:28 +02:00
Meliox
a6c08dc65d
fix(workflow): Fix versioning and missing deps (#212)
* fix versioning

* add missing deps for testing

---------

Co-authored-by: Meliox <na>
2026-06-14 10:13:54 +02:00
Meliox
f36e27a4d6
Reorganize workflow to validate syntax after tests (#211)
Reordered steps to validate source syntax after testing mods.
2026-06-14 01:41:06 +02:00
Meliox
40ff13cc33
workflow: validate mods syntax check (#210)
* validate mods with syntax check

* sd

---------

Co-authored-by: Meliox <na>
2026-06-14 01:23:37 +02:00
Meliox
709aa55287
workflow: fix release version injection into config.pm (#209)
Co-authored-by: Meliox <na>
2026-06-13 18:34:33 +02:00
Meliox
80137d3fb3
rework test workflow and test setup (#201)
Co-authored-by: Meliox <na>
2026-06-11 21:14:06 +02:00
Meliox
bfeeb94948
Restructure to support dynamically assembly at build runtime (#199)
* restruture into dynamically assembled at build time

* part 2

* ss

* rename files

* more

* remove file

---------

Co-authored-by: Meliox <na>
2026-06-11 20:36:12 +02:00
Meliox
1f0078766d
workflow: always rebase pr-test the lastest main (#200)
* rebase the lastest main

* s

---------

Co-authored-by: Meliox <na>
2026-06-11 20:15:03 +02:00
Meliox
f4e4a2d050
workflow: remove duplicate name (#198)
Co-authored-by: Meliox <na>
2026-06-11 19:20:14 +02:00
Meliox
04e43d9f40
workflow: use debian container for test workflow to ensure dependencies are available (#197)
Co-authored-by: Meliox <na>
2026-06-11 19:12:43 +02:00
Meliox
f91125ec9f
Workflow: automatic testing of patches (#191)
* First migrate

* weekly patch test

* fetch proxmox files

* add test mods

---------

Co-authored-by: Meliox <na>
2026-06-10 20:08:04 +02:00
Meliox
ea50120ee9
workflow: test build version and naming changes (#183)
Co-authored-by: Meliox <na>
2026-06-08 22:45:27 +02:00
Meliox
e33d4d9a15
Remove merged at heading (#185)
Co-authored-by: Meliox <na>
2026-06-08 22:42:55 +02:00
Meliox
9fbe8dbc15
Workflow changes to fix version PR non-diff error
Co-authored-by: Meliox <na>
2026-06-07 19:26:33 +02:00
Meliox
335f58cd27
more workflow changes (#173)
Co-authored-by: Meliox <na>
2026-06-07 18:39:04 +02:00
Meliox
e602663b0e
change when test release is triggered (#172)
Co-authored-by: Meliox <na>
2026-06-07 17:58:30 +02:00
Meliox
92f4104c3b
version publishing fixes (#171)
Co-authored-by: Meliox <na>
2026-06-07 17:51:53 +02:00
Meliox
73b9cece16
Make deb-installer for PVEMods (#168)
* first deb-installer workflow for PVE-mods
---------

Co-authored-by: Meliox <na>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-07 17:21:57 +02:00
Meliox
94acafdc85
Update issue templates (#55) 2024-06-16 13:27:14 +02:00