IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/Nebulous-Server

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17816   18 years jhoblitt add back the acidentally removed get_mounted_volumes
(edit) @17815   18 years jhoblitt add neb-admin util
(edit) @17772   18 years jhoblitt fixes!
(edit) @17771   18 years jhoblitt fwv
(edit) @17761   18 years jhoblitt fix Nebulous::Server::setxattr_object() so that creating a new xattr …
(edit) @17757   18 years jhoblitt VERSION 0.11
(edit) @17753   18 years jhoblitt add support for the magical ':any' volume to …
(edit) @17717   18 years jhoblitt test updates
(edit) @17716   18 years jhoblitt call sync on newly created files from …
(edit) @17697   18 years jhoblitt test improvements
(edit) @17694   18 years jhoblitt VERSION 0.10
(edit) @17690   18 years jhoblitt cleanup error handling in Nebulous::Server::stat_object()/find_objects()
(edit) @17687   18 years jhoblitt update Nebulous::Server::lock_object()/unlock_object() fault strings
(edit) @17680   18 years jhoblitt cleanup database error handling: make sure queries are ->finished …
(edit) @17678   18 years jhoblitt document xattr methods
(edit) @17650   18 years jhoblitt change Nebulous::Server::stat() to not die when passed a non-existant key
(edit) @17621   18 years jhoblitt change listxattr_object() to return an arrayref
(edit) @17620   18 years jhoblitt change listxattr_object() to return an arrayref
(edit) @17546   18 years jhoblitt change default log level to 'WARN'
(edit) @17544   18 years jhoblitt don't die in stat_object() when no object is found
(edit) @17543   18 years jhoblitt fix _is_valid_object_key() to handle nebulous keys
(edit) @17540   18 years jhoblitt VERSION 0.09
(edit) @17539   18 years jhoblitt allow volume name arguments to be undef
(edit) @17536   18 years jhoblitt import UNDEF
(edit) @17535   18 years jhoblitt allow Nebulous::Server::create_object() vol_name to be undef
(edit) @17453   18 years jhoblitt VERSION 0.08
(edit) @17452   18 years jhoblitt set permissions on storage instance directories
(edit) @17077   18 years jhoblitt add Nebulous::Server::mounts()
(edit) @17076   18 years jhoblitt server/client split
(edit) @17074   18 years jhoblitt server/client split
(edit) @17073   18 years jhoblitt server/client split
(edit) @17072   18 years jhoblitt server/client split
(edit) @16566   18 years jhoblitt change SUBPATH_DEPTH
(edit) @16565   18 years jhoblitt add support for storing instances in multi-tier 'hashed' directories
(edit) @16354   18 years jhoblitt pickup test DB settings from the env.
(edit) @16315   18 years eugene fixed typo (file for path)
(edit) @16282   18 years jhoblitt fix mountedvol fkey issues
(edit) @16281   18 years jhoblitt centralize test DB dsn/user/pass into Test::Nebulous
(edit) @16265   18 years jhoblitt fix issues causes by adding fkey's to the instance table
(edit) @16264   18 years jhoblitt add neb-fsck
(edit) @16263   18 years jhoblitt add neb-ls -l1 option
(edit) @16262   18 years jhoblitt add neb-stat
(edit) @16261   18 years jhoblitt update stat_object() pod
(edit) @16260   18 years jhoblitt typo
(edit) @16259   18 years jhoblitt add additional fkey constraints to the instance table
(edit) @16258   18 years jhoblitt install neb-cull/replicate
(edit) @16246   18 years jhoblitt remove done items
(edit) @16244   18 years jhoblitt redo database schema with foreign keys
(edit) @16243   18 years jhoblitt remove finished items
(edit) @16238   18 years jhoblitt add Nebulous::Keys pod
(edit) @16237   18 years jhoblitt oops
(edit) @16235   18 years jhoblitt ship nebclient/tap/*
(edit) @16234   18 years jhoblitt move 0.06 tag
(edit) @16233   18 years jhoblitt * empty log message *
(edit) @16226   18 years jhoblitt change Nebulous::Client::find_objects() to return undef instead of [] …
(edit) @16224   18 years jhoblitt VERSION 0.06
(edit) @16223   18 years jhoblitt fix volume name override tests
(edit) @16222   18 years jhoblitt oops
(edit) @16221   18 years jhoblitt add Nebulous::Sever:: neb key/uri support
(edit) @16205   18 years jhoblitt change parse_neb_uri() to return ($volume, $path)
(edit) @16203   18 years jhoblitt add Nebulous::Util::parse_neb_key()
(edit) @16184   18 years jhoblitt fix dangling statement handle in delete_instance()
(edit) @16183   18 years jhoblitt add neb-replicate & neb-cull
(edit) @16182   18 years jhoblitt remove shorthand (single letter) volume options (-v usually means verbose)
(edit) @16181   18 years jhoblitt stop trying to drop the class table (long since removed)
(edit) @16180   18 years jhoblitt remove references to class & comment params of create() & …
(edit) @16179   18 years jhoblitt be consistent about referring to volumes by "volume name"
(edit) @13388   19 years jhoblitt change M::B subclass to attempt to work even if Test::ApacheMB isn't …
(edit) @13311   19 years jhoblitt refactor unlock_object() to use a single eval {} block
(edit) @13310   19 years jhoblitt refactor replicate_object() to use a single eval {} block
(edit) @13309   19 years jhoblitt more debugging tracing change ->db() check if the dbh is still alive …
(edit) @13303   19 years jhoblitt s/get_storage_volume_byname/get_storage_volume_by_name/
(edit) @13302   19 years jhoblitt make filesystem xattr support optional & disabled by default
(edit) @13279   19 years jhoblitt generate instance filenames that leave the "key" at the end so as to …
(edit) @13278   19 years jhoblitt generate instance filenames that leave the "key" at the end so as to …
(edit) @13277   19 years jhoblitt set an xattr on all created files of "user.nebulous_key"
(edit) @13273   19 years jhoblitt add/fix xattr tests
(edit) @13269   19 years jhoblitt add File::ExtAttr support
(edit) @13257   19 years jhoblitt add neb-locate
(edit) @13256   19 years jhoblitt change all Nebulous::Client public methods to behave in list context
(edit) @13251   19 years jhoblitt rework the getmountedvol() stored procedure to attempt to work around …
(edit) @13245   19 years jhoblitt change getmountedvol() to set it's own transaction level to attempt to …
(edit) @13244   19 years jhoblitt extra trace debugging in ->find_instances
(edit) @13233   19 years jhoblitt disable installation of nebclient
(edit) @13232   19 years jhoblitt use Cwd() instead of ENV{PWD}
(edit) @13228   19 years jhoblitt fix a nasty logic bug in Nebulous::Client->replicate()
(edit) @13227   19 years jhoblitt add debugging statment to ->find_instances
(edit) @13226   19 years jhoblitt add some additional keys
(edit) @13221   19 years jhoblitt add xattr
(edit) @13215   19 years jhoblitt fix new_volume syntax
(edit) @13210   19 years jhoblitt update
(edit) @13209   19 years jhoblitt VERSION to 0.05
(edit) @13208   19 years jhoblitt break 1:1 relationship between key names and on disk file names
(edit) @13206   19 years jhoblitt fix test count
(edit) @13205   19 years jhoblitt add tests for paths with '/' in them
(edit) @13203   19 years jhoblitt valid that $key arguments are valid
(edit) @13180   19 years jhoblitt overhaul Nebulous::Client->cull() add the number of instances to …
(edit) @13177   19 years jhoblitt SQL cleanup
(edit) @13173   19 years jhoblitt better paramter checking overhaul instance table add …
(edit) @13132   19 years jhoblitt add volume.available field and logic to use it add volume.allocate …
Note: See TracRevisionLog for help on using the revision log.