aboutsummaryrefslogtreecommitdiff
path: root/lib/memfs/memfs_test.go
AgeCommit message (Expand)Author
3 dayslib/memfs: fix due to changes on [text/diff] packageShulhan
10 daysall: apply go fixShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-12-03lib/memfs: move compiled regex to their optionsShulhan
2024-09-04all: fix various linter warningsShulhan
2024-07-22lib/memfs: sanitize the Root directory to fix refreshShulhan
2024-03-21lib/memfs: trim trailing slash ("/") in the path of Get methodShulhan
2024-03-06all: conform with linter gosec, ineffasign, and makezeroShulhan
2024-03-05lib/memfs: remove deprecated Merge functionShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2024-02-03lib/memfs: fix flaky test on [Memfs.Get] with refreshShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-12-09lib/memfs: add parameter withContent to [Node.JSON]Shulhan
2023-11-15lib/memfs: check for empty path on GetShulhan
2023-11-14lib/memfs: improve the refresh methodShulhan
2023-11-08lib/memfs: remove mocking os.StatShulhan
2023-11-05lib/memfs: include empty directoryShulhan
2023-10-29lib/memfs: add method Child to NodeShulhan
2023-05-18lib/memfs: mock the os.Stat to fix flaky testsShulhan
2022-08-31lib/memfs: remove unused parameter in isWatched and isIncludedShulhan
2022-07-16lib/memfs: set the Root SysPath to the first MemFS instance on MergeShulhan
2022-04-06lib/memfs: change the Watch method to accept structShulhan
2021-12-26lib/memfs: add method InitShulhan
2021-12-19lib/memfs: realign struct Node, Options, PathNode, and on unit testsShulhan
2021-10-09lib/memfs: remove PathNode "f" fieldShulhan
2021-10-09lib/memfs: prefix all error when the method or function namesShulhan
2021-10-09lib/memfs: refactoring Node field V into ContentShulhan
2021-10-09lib/memfs: simplify createRoot and scanDirShulhan
2021-08-29lib/memfs: change the MarshalJSON to always return an objectShulhan
2021-08-22lib/memfs: add method Save and EncodeShulhan
2021-08-22lib/memfs: fix empty file not being added to treeShulhan
2021-08-22lib/memfs: fix symbolic link with different nameShulhan
2021-07-30lib/memfs: fix the unit test due to different modTime result after cloneShulhan
2021-07-25lib/memfs: implement json.Marshaler on MemFS and NodeShulhan
2021-07-18lib/memfs: reorder the test functions by namesShulhan
2021-07-08lib/memfs: fix unit test due changes on Merge functionShulhan
2021-06-03memfs: add function to Merge one or more instance of MemFSShulhan
2021-05-04memfs: fix test by checking multiple content-typesShulhan
2021-04-27memfs: update the test ContentType for JavaScript filesShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-01-09memfs: allow AddFile to set internal pathShulhan
2021-01-08memfs: remove field WithContentShulhan
2021-01-08memfs: refactoring, allow multiple instances of memfs in single packageShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-07memfs: make the Node Readdir works when calling from generated Go codeShulhan
2020-05-07memfs: simplify the API, add directory parameter to NewShulhan
2020-04-23memfs: fix test based on changes on 8b030bebShulhan
2019-12-09memfs: implement os.FileInfo on NodeShulhan