Skip to content
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

Remaining patches #3

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9768ad4
created a Node object that will represent a FilePaths node
frett Feb 23, 2012
ca2eed4
updated _traverse_path to return a Node object
frett Feb 23, 2012
36387d2
updated cmd_delete hook to use the node object
frett Feb 23, 2012
d420188
removed unused delete_file_mapping function
frett Feb 23, 2012
7fabdd8
get rid of code duplication
frett Feb 23, 2012
f599efd
reworked the file_stored hook to use less db queries and be safer abo…
frett Feb 23, 2012
fa55a7e
update the filepaths_rename command to use the get_node_by_parent met…
frett Feb 23, 2012
c86867d
make vivify_path return the node at the end of the path
frett Feb 24, 2012
3ecfe79
rewrite the list_directory command to use less db queries
frett Feb 24, 2012
8122cc4
updated _path_to_key to utilize the node object
frett Feb 24, 2012
03123a7
remove a few unused MogileFS::Store methods
frett Feb 24, 2012
6cd432a
update load_path to return a node object
frett Feb 24, 2012
2a84e2f
remove a couple redundant tests
frett Feb 24, 2012
99346cc
unregister all hooks
frett Feb 24, 2012
13d37e1
make sure path traversal only processes directory nodes
frett Feb 24, 2012
20e0ab0
do a bit more validation of when we are working on a file vs a directory
frett Feb 24, 2012
32dc338
added a remove_directory command that can be used to delete empty dir…
frett Feb 27, 2012
111845a
only retrieve the fid if the node exists
frett Nov 30, 2012
9006fd0
update the key for the updateclass cmd
frett Dec 1, 2012
77de2e0
Merge branches 'rmDir' and 'updateClass' into master
frett Jan 31, 2013
d32daee
utilize the get_bulk_metadata method
frett May 18, 2013
4bf00a4
Merge branch 'bulkMeta' into remainingPatches
frett May 18, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading