425 Commits

Author SHA1 Message Date
Myzel394
6ec6410b56
fix(ci-cd): Fix path 2024-10-16 22:26:16 +02:00
Myzel394
52295e8939
fix(ci-cd): Fix path 2024-10-16 22:20:43 +02:00
Myzel394
001e7685cf
fix(ci-cd): Allow write access to contents 2024-10-16 22:11:50 +02:00
Myzel394
684e21bf74
fix(ci-cd): Fix ci:cd 2024-10-16 21:50:47 +02:00
Myzel394
5795da36a8
feta(ci-cd): Add check for CI:CD git ref tag 2024-10-16 21:47:49 +02:00
Myzel394
5675c3d582
chore(nix): Update flake.lock 2024-10-16 21:40:19 +02:00
Myzel394
2e07b3e987
fix(ci-cd): Fix CI:CD 2024-10-16 21:39:09 +02:00
Myzel394
d7cbc9f454
fix(ci-cd): Improve CI:CD 2024-10-16 21:33:40 +02:00
Myzel394
6791e391e8
feat(ci-cd): Automatically release on releases 2024-10-16 21:18:03 +02:00
Myzel394
c4764c263d
feat(ci-cd): Automatically release nightly releases 2024-10-16 21:15:02 +02:00
Myzel394
271fb21074
chore(docs): Update README.md 2024-10-16 17:03:19 +02:00
Myzel394
9460dfaa95
Merge pull request #20 from Myzel394/add-ssh-import
Improve SSH
2024-10-16 16:58:10 +02:00
Myzel394
407d24fc4b
chore(docs): Update README.md 2024-10-16 16:53:07 +02:00
Myzel394
f690147528
fix(sshd_config): Fix match option tag 2024-10-16 16:44:35 +02:00
Myzel394
55b55ac13e
feat(sshd_config): Add support for signature help 2024-10-16 16:40:09 +02:00
Myzel394
994a561a26
fix(aliases): Fix signature help 2024-10-16 16:34:35 +02:00
Myzel394
1fc847d523
feat(ssh_config): Add support for signature help 2024-10-16 16:34:11 +02:00
Myzel394
d870beb396
fix(server): Improve language detection 2024-10-16 15:25:41 +02:00
Myzel394
92187713da
fix(aliases): Improvements 2024-10-16 15:24:29 +02:00
Myzel394
c3d1ec3b0f
fix(sshd_config): Use normalized option keys 2024-10-16 09:30:33 +02:00
Myzel394
b9b932d0f2
fix(sshd_config): Add info about missing RoutingDomain documentation 2024-10-15 16:27:10 +02:00
Myzel394
33a58a3cc3
feat(sshd_config): Add analyzer support for tokens 2024-10-15 16:25:14 +02:00
Myzel394
c463053bbf
fix: apply linter 2024-10-15 16:21:35 +02:00
Myzel394
ef737e194a
feat(sshd_config): Add support for token completions 2024-10-15 16:20:18 +02:00
Myzel394
b1498ffdc5
feat(sshd_config): Allow option keys to be case insensitive 2024-10-15 15:13:05 +02:00
Myzel394
43cc9e2f1c
fix(server): Fix quotes issues 2024-10-15 14:53:06 +02:00
Myzel394
f7f38454fd
fix(server): Improve quotes.go 2024-10-15 14:20:57 +02:00
Myzel394
0e18169a3f
feat(doc-value): Add respect quote value 2024-10-15 14:20:27 +02:00
Myzel394
b0d8e80736
fix(ssh_config): Improve include behavior 2024-10-14 23:19:35 +02:00
Myzel394
b4aaa2cc3a
feat(ssh_config): Add completions support for tokens 2024-10-14 12:51:19 +02:00
Myzel394
3caaf6aec4
feat(ssh_config): Add support for tokens check 2024-10-14 12:39:23 +02:00
Myzel394
4cdc916d51
feat(ssh_config): Do not handle includes if they contain tokens or environmental variables 2024-10-14 12:16:55 +02:00
Myzel394
fdb005a75d
feat(ssh_config): Add include functionality 2024-10-14 12:04:02 +02:00
Myzel394
584250ddbf
fix(fstab): Do not hardcore filesystems in the grammar 2024-10-14 11:34:06 +02:00
Myzel394
418c549a15
Merge pull request #17 from Myzel394/improve-fstab
Improve fstab
2024-10-14 10:50:18 +02:00
Myzel394
948e3503de
feat(fstab): Handle leading comments 2024-10-09 22:09:17 +02:00
Myzel394
9f927b8685
fix(fstab): Make options, freq and spec optional 2024-10-09 22:04:29 +02:00
Myzel394
3ca0ea8c35
fix(fstab): Improvements; Use antlr parser now 2024-10-09 21:44:32 +02:00
Myzel394
5a13487db8
fix(fstab): Improvements; Bugfixes 2024-10-09 14:41:40 +02:00
Myzel394
30c68e0d99
fix(server): Overall improvements 2024-10-09 11:05:18 +02:00
Myzel394
2b04182a14
fix(common-documentation): Fix formatting 2024-10-08 16:13:50 +02:00
Myzel394
b7120f3a58
feat(common): Improve string parser 2024-10-08 16:13:26 +02:00
Myzel394
41239654c8
refactor(fstab): Overall refactoring to new style 2024-10-08 16:11:33 +02:00
Myzel394
716440cf4c
test(ssh_config): Fix tests 2024-10-08 16:10:53 +02:00
Myzel394
0257a24668
feat(ssh_config): Check doc values in options.go 2024-10-08 14:20:33 +02:00
Myzel394
558b9b7c98
refactor(fstab): Migrating more stuff 2024-10-08 12:33:19 +02:00
Myzel394
1f4717deba
refactor(fstab): Adapt fstab to new style; Adapting the parser 2024-10-08 12:11:02 +02:00
Myzel394
f6b825ebed
fix(server): Improve fstab; Fix doc-values; Add more documentation 2024-10-07 09:11:55 +02:00
Myzel394
9bc931c686
fix: Improve applyEdit; Improvements 2024-10-06 16:32:30 +02:00
Myzel394
6e1d600659
Merge pull request #15 from Myzel394/improve-parsers
Improve parsers
2024-10-05 17:18:25 +02:00