aclist
ce44cdbc54
Update trouble.yml
2025-01-06 20:20:36 +09:00
aclist
5b2738420e
Create trouble.yml
2025-01-06 20:19:41 +09:00
aclist
1e29288e2a
Update feature.yml
2025-01-06 20:10:08 +09:00
aclist
745cc06091
Update feature.yml
2025-01-06 20:09:08 +09:00
aclist
0311cc8a95
Create feature.yml
2025-01-06 20:08:29 +09:00
aclist
7c3521cf97
Delete .github/ISSUE_TEMPLATE/feature.md
2025-01-06 20:08:16 +09:00
aclist
bb0eefadd2
Delete .github/ISSUE_TEMPLATE/test.yml
2025-01-06 20:03:41 +09:00
aclist
7eb5a4fac5
Update bug_report.yml
2025-01-06 20:02:52 +09:00
aclist
ebce329c3d
Delete .github/ISSUE_TEMPLATE/bug_report.md
2025-01-06 20:02:38 +09:00
aclist
23464d3b51
Update bug_report.yml
2025-01-06 20:01:30 +09:00
aclist
602a7b8edc
Update bug_report.yml
2025-01-06 19:59:20 +09:00
aclist
59c58a1df5
Update bug_report.yml
2025-01-06 19:57:56 +09:00
aclist
830318d98e
Update bug_report.yml
2025-01-06 19:57:00 +09:00
aclist
271c3e6197
Update bug_report.yml
2025-01-06 19:56:39 +09:00
aclist
1ab9634069
Update bug_report.yml
2025-01-06 19:54:29 +09:00
aclist
8666b0055a
Update bug_report.yml
2025-01-06 19:53:52 +09:00
aclist
406554e011
Create bug_report.yml
2025-01-06 19:50:39 +09:00
aclist
5334d07f7f
Create test.yml
2025-01-06 19:41:34 +09:00
aclist
6cab96d1f8
Create config.yml
2025-01-06 19:39:18 +09:00
aclist
bc94d989d4
Delete .github/feature.md
2025-01-06 19:37:57 +09:00
aclist
e4fff5f242
Create feature.md
2025-01-06 19:37:38 +09:00
aclist
53f2fe922a
Create feature.md
2025-01-06 19:37:00 +09:00
aclist
800f68a1b7
Update bug_report.md
2025-01-06 19:32:55 +09:00
aclist
c6c377e8b9
Update bug_report.md
2025-01-06 19:30:16 +09:00
aclist
7a68d7e097
Update issue templates
2025-01-06 19:27:44 +09:00
aclist
5da4d16ed8
feat: add tooltips
2025-01-06 17:23:38 +09:00
aclist
2158635e64
chore: add gitignore
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 10s
2025-01-06 17:04:12 +09:00
aclist
8817a5db23
chore: add YAML file
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 10s
2024-12-25 14:22:39 +09:00
aclist
f60a6edf2b
Merge pull request #182 from aclist/patch/yaml
...
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 26s
Patch/yaml
2024-12-25 14:21:49 +09:00
aclist
8c33a1b371
chore: drop branch logic
2024-12-25 14:21:24 +09:00
aclist
e5f7391b89
chore: add YAML file
2024-12-25 14:20:36 +09:00
aclist
a8f51280e8
Update mirror.yml
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 26s
2024-12-25 14:19:04 +09:00
aclist
c19346529b
Update mirror.yml
2024-12-25 14:12:08 +09:00
aclist
85451f765b
Update mirror.yml
2024-12-25 14:09:54 +09:00
aclist
5a144f7815
Merge pull request #179 from jiriks74/add_mirror_action
...
feat(ci): Add workflow for pushing to Codeberg
2024-12-25 12:42:58 +09:00
aclist
7d2bb7ddc5
Merge pull request #181 from aclist/release/5.6.0-beta.20
...
fix: more performant link traversal
2024-12-23 21:39:17 +09:00
aclist
3b5960cb16
fix: enclose paths
2024-12-23 21:38:15 +09:00
aclist
3cd99911a6
chore: remove stray line
2024-12-23 21:00:18 +09:00
aclist
4e968e63e5
fix: more performant link traversal
2024-12-23 20:58:21 +09:00
aclist
21e9e140d1
Merge pull request #180 from aclist/release/5.6.0-beta.19
...
Release/5.6.0-beta.19
2024-12-20 10:35:43 +09:00
aclist
973e2dc100
fix: shorten symlink check time
2024-12-19 10:21:44 +09:00
aclist
bdea37ddc4
chore: cleanup
2024-12-18 20:57:09 +09:00
aclist
9b2ec79aa5
feat: redact usernames
2024-12-18 20:56:14 +09:00
aclist
4a95316412
feat: redact usernames
2024-12-18 20:55:01 +09:00
aclist
99d964bf44
chore: bump version
2024-12-18 18:22:41 +09:00
aclist
471cfec94b
Merge pull request #174 from jiriks74/testing
...
fix(checks): Check `vm.max_map_count` using `cat`
2024-12-18 18:19:48 +09:00
aclist
717070ec40
Merge pull request #177 from aclist/release/5.6.0-beta.18
...
feat: open workshop subscriptions
2024-12-18 17:29:29 +09:00
aclist
a18d68776f
chore: add logging
2024-12-18 17:26:31 +09:00
2370e81403
feat(ci): Add workflow for pushing to Codeberg
2024-12-17 17:24:32 +01:00
c73120295a
fix(checks): Check vm.max_map_count
using cat
...
This solves multiple issues:
- We don't need `sudo` to check the value anymore
- Some systems may not have `sysctl` available
- IDK about desktops, but my Debian server doesn't have this command
(for whatever reason)
2024-12-17 15:54:17 +01:00