IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/Nebulous/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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) @13269   19 years jhoblitt add File::ExtAttr support
(edit) @13261   19 years eugene need to check for ENV HOME before using
(edit) @13259   19 years jhoblitt don't depend ong ENV{HOME} being set
(edit) @13256   19 years jhoblitt change all Nebulous::Client public methods to behave in list context
(edit) @13255   19 years jhoblitt debugging trace updates change the docs to indicate that ->create() …
(edit) @13253   19 years jhoblitt comment fix
(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) @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) @13215   19 years jhoblitt fix new_volume syntax
(edit) @13209   19 years jhoblitt VERSION to 0.05
(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) @13131   19 years jhoblitt add volume.available field and logic to use it
(edit) @13130   19 years jhoblitt add volume.allocate field and logic to use it
(edit) @13115   19 years jhoblitt add instance.vol_id field misc code cleanups
(edit) @13111   19 years jhoblitt hack to fix mysterous lack of initalization
(edit) @13092   19 years jhoblitt remove $class_id & $comment params from Nebulous::Server->create() and …
(edit) @13089   19 years jhoblitt update SYNOPSIS
(edit) @13087   19 years jhoblitt add Nebulous::Server->{setxattr_object, listxattr_object, …
(edit) @13072   19 years jhoblitt change Nebulous::Client->move() to use ->rename_object()
(edit) @13071   19 years jhoblitt add Nebulous::Server->rename_object()
(edit) @13067   19 years jhoblitt add $volume param to ->copy()
(edit) @13058   19 years jhoblitt add $volume param to ->cull()
(edit) @13057   19 years jhoblitt doc find_objects()
(edit) @13048   19 years jhoblitt add Nebulous::Client->find_objects()
(edit) @13047   19 years jhoblitt add Nebulous::Server->find_keys()
(edit) @13041   19 years jhoblitt add getmountedvol() stored procedure
(edit) @13027   19 years jhoblitt create the default "class id" when the database is initialized
(edit) @12966   19 years jhoblitt VERSION to 0.04
(edit) @12961   19 years jhoblitt change API to generally return true URIs instead of file paths add …
(edit) @12007   19 years jhoblitt rename volume.mountpoint -> volume.path
(edit) @12005   19 years jhoblitt add nebdiskd add mount table
(edit) @10628   20 years jhoblitt make Nebulous::Server::Config no longer a singleton
(edit) @10627   20 years jhoblitt make Nebulous::Server::Log mod_perl aware change Nebulous::Server::Log …
(edit) @10579   20 years jhoblitt change Nebulous::Server::SOAP to be mod_perl aware change …
(edit) @10576   20 years jhoblitt make SQL syntax MySQL 5 compatible
(edit) @10575   20 years jhoblitt add a Nebulous::Server->config() accessor make Nebulous::Server->db() …
(edit) @10546   20 years jhoblitt change Nebulous::Server instantiate objects (init -> new) instead of …
(edit) @10451   20 years jhoblitt don't reset the query cache when dropping tables
(edit) @6188   20 years jhoblitt fix api example
(edit) @6094   20 years jhoblitt add 'RESET QUERY CACHE'
(edit) @5670   21 years jhoblitt fix Nebulous::Client->open()
(edit) @5664   21 years jhoblitt Nebulous::Client, Nebulous::Server, & Nebulous::Server::SQL VERSION to …
(edit) @5663   21 years jhoblitt add ->open_create()
(edit) @5662   21 years jhoblitt add Nebulous::Client->open_create() change Nebulous::Client->create() …
(edit) @5660   21 years jhoblitt fix test failure
(edit) @5504   21 years jhoblitt change Nebulous::Server->create_object() to validate comment length
(edit) @5503   21 years jhoblitt rename Nebulous::Server::SQL->get_class_id -> get_class_by_id
(edit) @5501   21 years jhoblitt add _is_valid_volume_name()
(edit) @5498   21 years jhoblitt factor class id verification check into _is_valid_class_id()
(edit) @5496   21 years jhoblitt change the class table so the class_id field isn't auto-incremented
(edit) @5490   21 years jhoblitt change create_object to verify that it's class param is valid
(edit) @5489   21 years jhoblitt remove instance from the class table
(edit) @5487   21 years jhoblitt add type to storage_object fix delete_object sql
(edit) @5481   21 years jhoblitt change delete_object to also remove storage_object_attr
(edit) @5478   21 years jhoblitt split storage_object table into storage_object & storage_object_attr
(edit) @5051   21 years jhoblitt reference Nebulous::Client::QuickStart
(edit) @5050   21 years jhoblitt fix typos
(edit) @5047   21 years jhoblitt add ref to examples directory
(edit) @5044   21 years jhoblitt add Nebulous::Server::QuickStart
(edit) @4933   21 years jhoblitt add index for volume.name
(edit) @4928   21 years jhoblitt initialize logging from import()
(edit) @4927   21 years jhoblitt add Nebulous::Client::Log::init() class method
(edit) @4912   21 years jhoblitt fix new_volume() sql
(edit) @4906   21 years jhoblitt add new_volume()
(edit) @4894   21 years jhoblitt add get_db_schema() and get_db_clear()
(edit) @4880   21 years jhoblitt typo fix
(edit) @4879   21 years jhoblitt document object methods
(edit) @4878   21 years jhoblitt add init() class method
(edit) @4874   21 years jhoblitt rename Nebulous::Server->setup() -> Nebulous::Server->init() add …
(edit) @4638   21 years jhoblitt ->open( $foo, 'write') is not allowed when object has multiple instances
(edit) @4633   21 years jhoblitt remove an old auto-lock comment
(edit) @4632   21 years jhoblitt remove commented auto-lock code
(edit) @4440   21 years jhoblitt rename PS::IPP::IData -> Nebulous
(edit) @3016   22 years jhoblitt update database scheme for mysql 4.1 syntax
(edit) @2919   22 years jhoblitt rename a variable in cull() for clarity
(edit) @2918   22 years jhoblitt use PS::IPP::IData::Server::SOAP as a proxy between Apache.pm and Server.pm
(edit) @2917   22 years jhoblitt first working version
(edit) @2914   22 years jhoblitt add err & set_err methods change delete to return undef on error
(edit) @2912   22 years jhoblitt first working version
Note: See TracRevisionLog for help on using the revision log.