-
-
Notifications
You must be signed in to change notification settings - Fork 731
Add separate method for file/directory metadata modifcation #800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
GreatBahram
wants to merge
43
commits into
gorakhargosh:master
Choose a base branch
from
GreatBahram:add-attributes-only
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
fc9b03a
add fileattrib and dirattrib event
GreatBahram e693eb1
use fileattrib and dirattrib event in inotify module
GreatBahram 2c66593
add on_attrib on LoggingEventHandler
GreatBahram 937f9af
add changes to make kqueue support attrib event
GreatBahram e2d8db0
bring file/directory attribute change event into fsevents2 module
GreatBahram 3a652ff
update docs for FileAttrib and DirAttrib Events
GreatBahram 3b6f258
Make flake8 happy
GreatBahram 151f651
Change the test github workflow
GreatBahram dc366d6
add on: pull_request workflow statement:
GreatBahram 1ca76cb
WIP: fix two more test cases and make sure they work correctly on bsd…
GreatBahram c3dc00f
add test cases for file_attrib and dir_attrib
GreatBahram 165a6f4
add chmod function into shell module and add test cases to test it wo…
GreatBahram b710851
I think I fixed the nested tese case
GreatBahram 424cb47
Make flake8 happier than ever
GreatBahram 58b514f
WIP: Disable the lifecycle test case
GreatBahram 677ac9f
Update fsevents module: this should be tested more than any other mod…
GreatBahram 467b1e2
bugfix test case: test_modify on BSD
GreatBahram 5e94d19
return str repsentation instead of Pathlib object
GreatBahram 60415b7
make the equality method more strict
GreatBahram 9d0e19c
run test work for pull_request and when user asks for it
GreatBahram dfb27d6
bugfix: document
GreatBahram 5921e2c
Update tests.yml
BoboTiG 2f8b573
Merge branch 'master' into add-attributes-only
BoboTiG 167639f
Update tests.yml
BoboTiG f751e7d
Update kqueue.py
BoboTiG 482846e
Apply suggestions from code review
BoboTiG dfa6db5
Apply suggestions from code review
BoboTiG 4987d2b
Merge branch 'master' into add-attributes-only
BoboTiG 008556d
Update test_emitter.py
BoboTiG 408738f
Apply suggestions from code review
BoboTiG 7c8ac0b
Update test_emitter.py
BoboTiG 25adb67
Apply suggestions from code review
BoboTiG 4622197
Update test_emitter.py
BoboTiG af9436e
Update test_fsevents.py
BoboTiG 8069705
Update test_emitter.py
BoboTiG 6d03156
Update conftest.py
BoboTiG 79bec88
Update utils.py
BoboTiG f1593f4
Update tests/test_fsevents.py
BoboTiG d2b3b24
Update tests/test_emitter.py
BoboTiG 814d68e
Apply suggestions from code review
BoboTiG fe6c552
Merge branch 'master' into add-attributes-only
BoboTiG 550ec1d
Apply suggestions from code review
BoboTiG 6c8b6c7
Merge branch 'master' into add-attributes-only
BoboTiG 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.