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) @10635   20 years jhoblitt include autogen.sh in the tarball
(edit) @10629   20 years jhoblitt updated for 0.03 release
(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) @10580   20 years jhoblitt update SOAP, DBI & DBD, and Apache::* deps
(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) @6094   21 years jhoblitt add 'RESET QUERY CACHE'
(edit) @5671   21 years jhoblitt add missing timestamp
(edit) @5669   21 years jhoblitt recommend Test::Distribution 1.22
(edit) @5668   21 years jhoblitt add t/00_distribution.t
(edit) @5667   21 years jhoblitt rename test files
(edit) @5665   21 years jhoblitt [nebclient] VERSION to '0.0.2'
(edit) @5664   21 years jhoblitt Nebulous::Client, Nebulous::Server, & Nebulous::Server::SQL VERSION to …
(edit) @5662   21 years jhoblitt add Nebulous::Client->open_create() change Nebulous::Client->create() …
(edit) @5661   21 years jhoblitt [nebclient] add nebOpenCreate() [nebclient] change nebCreate() to …
(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) @5502   21 years jhoblitt fix test to work with Nebulous::Server->create_object() validating …
(edit) @5501   21 years jhoblitt add _is_valid_volume_name()
(edit) @5500   21 years jhoblitt rename t/09_server_util.t -> t/09_server_is_valid_class_id.t
(edit) @5499   21 years jhoblitt add t/09_server_util.t
(edit) @5498   21 years jhoblitt factor class id verification check into _is_valid_class_id()
(edit) @5497   21 years jhoblitt fix tests to work with Nebulous::Server->create_object() verifying …
(edit) @5496   21 years jhoblitt change the class table so the class_id field isn't auto-incremented
(edit) @5492   21 years jhoblitt don't use an invalid class ID
(edit) @5491   21 years jhoblitt fix typo
(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) @5488   21 years jhoblitt drop database scheme as it is a duplicate of Nebulous::Server::SQL
(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) @5480   21 years jhoblitt require SOAP::Lite 0.65
(edit) @5479   21 years jhoblitt split storage_object table -> storage_object & storage_object_attr
(edit) @5478   21 years jhoblitt split storage_object table into storage_object & storage_object_attr
(edit) @5477   21 years jhoblitt add some server methods
(edit) @5476   21 years jhoblitt update
(edit) @5050   21 years jhoblitt fix typos
(edit) @5046   21 years jhoblitt add examples
(edit) @5045   21 years jhoblitt update
(edit) @5044   21 years jhoblitt add Nebulous::Server::QuickStart
(edit) @4943   21 years jhoblitt update
(edit) @4942   21 years jhoblitt update
(edit) @4941   21 years jhoblitt update
(edit) @4940   21 years jhoblitt update
(edit) @4939   21 years jhoblitt update
(edit) @4933   21 years jhoblitt add index for volume.name
(edit) @4932   21 years jhoblitt rename scripts/imageserver.pl -> scripts/nebulous.cgi remove …
(edit) @4931   21 years jhoblitt update
(edit) @4930   21 years jhoblitt rename imageserver.pl -> nebulous.cgi
(edit) @4929   21 years jhoblitt remove
(edit) @4924   21 years jhoblitt update
(edit) @4923   21 years jhoblitt update
(edit) @4921   21 years jhoblitt update
(edit) @4917   21 years jhoblitt fix script_files
(edit) @4915   21 years jhoblitt remove paths
(edit) @4914   21 years jhoblitt fwv
(edit) @4913   21 years jhoblitt first working version
(edit) @4912   21 years jhoblitt fix new_volume() sql
(edit) @4910   21 years jhoblitt add neb-addvol
(edit) @4909   21 years jhoblitt first working version
(edit) @4908   21 years jhoblitt see also neb-addvol
(edit) @4907   21 years jhoblitt indicate that options are not required if environment is configured
(edit) @4906   21 years jhoblitt add new_volume()
(edit) @4905   21 years jhoblitt VERSION to '0.02' add NEB_DB, NEB_USER, & NEB_PASS environment variables
(edit) @4897   21 years jhoblitt add script body and pod
(edit) @4894   21 years jhoblitt add get_db_schema() and get_db_clear()
(edit) @4892   21 years jhoblitt add lib/Nebulous/Client.pod add lib/Nebulous/Server.pod add …
(edit) @4890   21 years jhoblitt add Apache2::SOAP to build_requires move Apache::DBI to build_requires
(edit) @4889   21 years jhoblitt add lib/Nebulous/Server/Config.pm
(edit) @4888   21 years jhoblitt remove lib/Nebulous/Server/Apache.pm add lib/Nebulous/Server/SOAP.pm
(edit) @4885   21 years jhoblitt add nebclient/nebclient.pc.in & nebclient/Doxyfile.in
(edit) @4883   21 years jhoblitt add bin/neb-initdb
(edit) @4882   21 years jhoblitt first working version
(edit) @4881   21 years jhoblitt remove docs/apache_setup.txt & docs/calc_gid.c
(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) @4875   21 years jhoblitt add log table
(edit) @4874   21 years jhoblitt rename Nebulous::Server->setup() -> Nebulous::Server->init() add …
(edit) @4873   21 years jhoblitt rename Nebulous::Server->setup() -> Nebulous::Server->init() add …
(edit) @4804   21 years jhoblitt podify
(edit) @4803   21 years jhoblitt remove
(edit) @4802   21 years jhoblitt add gid generator
(edit) @4801   21 years jhoblitt merge apache_setup.txt into setup.txt
(edit) @4798   21 years jhoblitt update
(edit) @4795   21 years jhoblitt update
(edit) @4665   21 years jhoblitt change to mysql 'grant' syntax
(edit) @4638   21 years jhoblitt ->open( $foo, 'write') is not allowed when object has multiple instances
(edit) @4629   21 years jhoblitt auto generate Makefile.PL
(edit) @4628   21 years jhoblitt embed nebclient require Params::Validate '0.73'
(edit) @4627   21 years jhoblitt removed
(edit) @4626   21 years jhoblitt remove duplicate nebclient/nebulous.wsdl
(edit) @4625   21 years jhoblitt add nebclient/* remove old test files
(edit) @4624   21 years jhoblitt first working version
(edit) @4621   21 years jhoblitt rename gsoap -> nebclient
Note: See TracRevisionLog for help on using the revision log.