15 Commits

Author SHA1 Message Date
Myzel394
2a809a7d4c
feat(wireguard): Improve analyzer 2024-08-18 17:05:11 +02:00
Myzel394
068ee814cf Add more documentation for btrfs
Fixes #9
2024-08-13 18:55:11 +02:00
Myzel394
fc93d0d915
fix: Improvements; Add tests 2024-08-11 18:29:48 +02:00
Myzel394
a8e896c6ef
feat: Add text document hover; Improvements 2024-08-10 22:33:14 +02:00
Myzel394
04fe0d2dc8
fix: Overall improvements 2024-08-10 17:23:58 +02:00
Myzel394
1a909a6d2d
chore(common-documentation): Add more mount options 2024-08-10 16:29:30 +02:00
Myzel394
d114d8c550 Add more documentation for filesystems
Fixes #7
2024-08-10 15:27:33 +02:00
Myzel394
c6f8e87986
fix: Improvements 2024-08-10 14:41:28 +02:00
Myzel394
131f80fe4c Add more mount options to common-documentation/filesystems/mountoptions
Related to #3

Add mount options for `devpts`, `fat`, `hfs`, and `hpfs` filesystems.

* **common-documentation/filesystems/mountoptions/devpts.go**
  - Implement mount options for `devpts` filesystem.
  - Export `DevptsDocumentationAssignable` and `DevptsDocumentationEnums` variables.
* **common-documentation/filesystems/mountoptions/fat.go**
  - Implement mount options for `fat` filesystem.
  - Export `FatDocumentationAssignable` and `FatDocumentationEnums` variables.
* **common-documentation/filesystems/mountoptions/hfs.go**
  - Implement mount options for `hfs` filesystem.
  - Export `HfsDocumentationAssignable` and `HfsDocumentationEnums` variables.
* **common-documentation/filesystems/mountoptions/hpfs.go**
  - Implement mount options for `hpfs` filesystem.
  - Export `HpfsDocumentationAssignable` and `HpfsDocumentationEnums` variables.
* **handlers/fstab/documentation/documentation-mountoptions.go**
  - Add entries for `devpts`, `fat`, `hfs`, and `hpfs` filesystems in `MountOptionsMapField`.
2024-08-07 22:56:48 +02:00
Myzel394
54c4f516fe
feat(handlers): Working on the WIP 2024-08-07 22:35:30 +02:00
Myzel394
4b2b2c3624 Add more mount options to common-documentation
Related to #1

Add documentation for adfs, affs, and debugfs filesystem mount options.

* **common-documentation/filesystems/mountoptions/adfs.go**
  - Add documentation for adfs filesystem options including uid, gid, ownmask, and othmask.

* **common-documentation/filesystems/mountoptions/affs.go**
  - Add documentation for affs filesystem options including uid, gid, setuid, setgid, mode, and other options.

* **common-documentation/filesystems/mountoptions/debugfs.go**
  - Add documentation for debugfs filesystem options including uid, gid, and mode.

* **handlers/fstab/documentation/documentation-mountoptions.go**
  - Update to include the new mount options for adfs, affs, and debugfs filesystems.
  - Add entries for adfs, affs, and debugfs in the `MountOptionsMapField`.

* **common.go**
  - Add common constants like "zero" to common-documentation/filesystems/mountoptions/common.go.
2024-08-05 23:01:04 +02:00
Myzel394
f6eb74f638
fix(fstab): Improve handler 2024-08-05 22:50:47 +02:00
Myzel394
3f102e283d
fix(fstab): Improve fstab parser 2024-08-05 21:00:54 +02:00
Myzel394
80271ac70f
fix: Improvements; Adding more documentation to fstab 2024-08-04 19:14:04 +02:00
Myzel394
49a12c9080
feat: Adding fstab; Adding root handler; Improvements 2024-08-04 14:59:12 +02:00