This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
Event Processing Pipeline (WIP) #65
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1b0fe62
skip integration tests in -short mode
nathany 95f4bc1
should fetch from fork
nathany f88b2a8
trigger processing pipeline
nathany eea7078
newPipeline selectively enables pipeline steps
nathany ac4b907
introduce Triggers type, a newPipeline option
nathany 03b497f
add WatchPath, Options and a Hidden file filter
nathany 158eb58
file name pattern pipeline step
nathany fe9c957
a simple throttling filter
nathany edb9d9d
Verbose option logs all new events
nathany 150925e
handle relative file paths
nathany 374279f
hidden file checking for Windows
nathany fc1722a
godoc
nathany dd592a9
use 64-bit vagrant boxes for the race detector (at least for linux)
nathany 84f1118
update AUTHORS
nathany cd4a1f2
start a CHANGELOG #66
nathany bba2306
handy project file for sublime text users
nathany 1766670
remove FD_SET and friends
nathany 14aaf6a
Merge remote-tracking branch 'origin/master' into pipeline
nathany 72cb051
documentation updates
nathany 7524685
Event as an exported interface
nathany 2ebc386
unfinished recursive watcher
nathany 05aeb7f
a step closer to autoWatch
nathany 0b9aa69
Merge branch 'master' into pipeline
nathany bcbf494
Merge branch 'master' into pipeline
nathany 171ba26
copyright headers
nathany 5d97943
spelling mistakes
nathany 142233c
gofmt
nathany 463d45e
TestFsnotifyRecursive
nathany bfc2020
autowatch pipeline mock/test
nathany f2614ea
IsDir() for BSD and pipeline tests passing
nathany File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"folders": | ||
[ | ||
{ | ||
"path": ".", | ||
"folder_exclude_patterns": [".vagrant"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not entirely sure what to do with these fallbacks in BSD and Linux, especially as more steps are added to the pipeline