aboutsummaryrefslogtreecommitdiff
path: root/lib/ignore
AgeCommit message (Expand)Author
2024-01-15lib/ignore: Optimise ignoring directories for filesystem watcher (fixes #9339...Jakob Borg
2024-01-13lib/ignore: Refactor out result type (#9343)Jakob Borg
2023-05-09all: Grand test refactor (fixes #8779, fixes #8799)Jakob Borg
2023-04-20lib/ignore: Properly handle non-existing included ignore-files (fixes #8764) ...Eric P
2022-12-21lib/fs: Use io/fs errors as recommended in std lib (#8726)Simon Frei
2022-08-23all: Fix various user-facing and non-user-facing typos (#8509)luzpaz
2022-07-28all: Add build constants for runtime.GOOS comparisons (#8442)Jakob Borg
2022-07-28all: Fix nested `if` with `else if` (#8467)deepsource-autofix[bot]
2022-06-15build: Update to patched github.com/gobwas/glob (fixes #8386) (#8387)Jakob Borg
2022-04-15all: use T.TempDir to create temporary test directory (#8280)Eng Zer Jun
2021-11-22lib/config, lib/ignore: Write Windows line endings (fixes #7115) (#8052)Jakob Borg
2021-11-22all: Remove usage of deprecated io/ioutil (#7971)Jakob Borg
2021-09-08all: Unused args, retvals, assignments (#7926)greatroar
2021-03-17all: Remove crypto/md5 (#7493)Jakob Borg
2021-02-04lib/ignore: Store cache timestamps as Unix ns counts (#7326)greatroar
2020-06-18gui, lib/ignore: Handle editing ignores with error (fixes #5425) (#6757)Jakob Borg
2020-04-07lib/ignore: Only skip for toplevel includes (fixes #6487) (#6508)Simon Frei
2020-03-03all: Tweak error creation (#6391)Jakob Borg
2020-01-30lib/ignore: Don't crash on empty patterns (fixes #6300) (#6301)Jakob Borg
2019-12-02lib/ignore: Don't create empty ".stignore" files (fixes #6190) (#6197)Marcus Legendre
2019-11-26lib/ignore: Keep skipping ignored dirs for rooted patterns (#6151)Simon Frei
2019-11-23lib: Wrap errors with errors.Wrap instead of fmt.Errorf (#6181)Simon Frei
2019-08-30lib/ignore: Don't crash in partial #include line (ref #5985) (#5986)Jakob Borg
2019-04-28lib/ignore: Additional test case (#5672)Jakob Borg
2019-02-02all: Revert the underscore sillynessJakob Borg
2019-02-02all: A few more interesting linter fixes (#5502)Jakob Borg
2019-02-02all: Bunch of more linter fixes (#5500)Jakob Borg
2018-11-22lib: Introduce fs.IsParent (fixes #5324) (#5326)Simon Frei
2018-06-18lib/ignore, lib/scanner: Fix recursion to catch included paths (fixes #5009) ...Simon Frei
2018-05-14lib/ignore, lib/scanner: Catch included items below ignored ones (#4811)Simon Frei
2018-05-08lib/ignores: Fix ignore loading, report errors to UI (fixes #4901) (#4932)Audrius Butkevicius
2018-03-17lig/ignore, lib/logger: Fix race and potential dead-locks when logging (#4821)Simon Frei
2018-01-20lib/ignores: Update lines even if patterns didn't change (fixes #4689)Simon Frei
2018-01-17lib/ignore: Only handle lines prefixed with #include specially (fixes #4680)Simon Frei
2017-09-06lib/ignore: Consistent behaviour for nil *MatcherSimon Frei
2017-09-04lib/ignore: Ignore duplicate lines in .stignoreSimon Frei
2017-09-02lib: Folder marker is now a folderAudrius Butkevicius
2017-08-22lib/model, lib/ignores: Properly handle out of folder ignores and free space ...Audrius Butkevicius
2017-08-19all: Convert folders to use filesystem abstractionv0.14.37-rc.1Audrius Butkevicius
2017-07-06lib/ignores: Don't add text from includes to lines (fixes #4249)Simon Frei
2017-06-11lib/ignore, lib/model: Use an interface to detect file changes, improving testsJakob Borg
2017-05-01lib/ignore: Don't match root (".")Simon Frei
2017-04-01lib/model, gui: Allow creating and editing ignores of paused folders (fixes #...Simon Frei
2017-02-09all: Update license url to https (ref #3976)Jakob Borg
2017-01-17lib/ignore: Centralize handling of temporary filenames (fixes #3899)Simon Frei
2016-12-21build: Enable gometalinter "gosimple" check, improve build.goJakob Borg
2016-12-01lib/ignore: Add central check for internal files, used in scanning, pulling a...Jakob Borg
2016-11-22lib/ignore: Don't slow down tests by sleepingJakob Borg
2016-11-22lib/ignore: Fast reload of unchanged ignores (fixes #3394)Jakob Borg
2016-10-23vendor: Update gobwas/glob to fix question mark handlingJakob Borg