plcapi.git
2006-11-21 Tony Mack- fix db archive
2006-11-21 Mark Huang- cast default values correctly
2006-11-21 Tony Mack- fix db encoding check
2006-11-21 Tony Mack- support joins and wheres in config file
2006-11-21 Thierry Parmentelatregenerate
2006-11-21 Thierry Parmentelatiteration 4 & last:
2006-11-21 Thierry Parmentelatsupport for negation with fields starting with ~
2006-11-21 Thierry Parmentelatupdated
2006-11-20 Tony Mack- changes to addresses, site_address, address_address_t...
2006-11-20 Thierry Parmentelatreverting deleted->is_deleted
2006-11-17 Tony Mack- update sequences values after repopulating tables
2006-11-17 Tony Mack- updated to reflect recent db schema changes
2006-11-17 Tony Mack- change all occurrences of slices.deleted to slices...
2006-11-17 Thierry Parmentelatadapted to cope with a myplc that doesnt know about...
2006-11-17 Thierry Parmentelatupdated
2006-11-17 Thierry Parmentelatadded in view site_slices
2006-11-17 Thierry Parmentelatprovides tests for slice deletion
2006-11-17 Thierry Parmentelatoops, probably broke the build - my mistake
2006-11-16 Mark Huang- consider slices with slice attribute system=1 to...
2006-11-16 Mark Huangadd subject field to messages table
2006-11-16 Thierry Parmentelatreviewed for (more) idempotence - parts are more indepe...
2006-11-16 Thierry Parmentelatremove ugly hack - just assert node isinstance of Node...
2006-11-16 Thierry Parmentelatchecks for node removal in slices
2006-11-16 Thierry ParmentelatDeleteSliceFromNodes needs the same cooking as AddSlice...
2006-11-15 Mark Huang- don't quit if no message template exists
2006-11-15 Tony Mack- define/modify logging variables
2006-11-15 Tony Mack- add SliceInstantiation as an object_type in object_ty...
2006-11-15 Tony Mack- add message as an object_type in object_types table
2006-11-15 Tony Mack- dump the db as postgres instead of pgsqluser
2006-11-15 Thierry Parmentelattoo numerous changes to detail
2006-11-15 Tony Mack- remove object_ids as class variable declaration
2006-11-15 Thierry Parmentelatstill works in unfederated context, with a bug fix:
2006-11-15 Tony Mack- remove some print statements
2006-11-15 Thierry Parmentelatnow returns a dict rather than a tuple
2006-11-15 Tony Mack- keep up to date with recent changes in planetlab4...
2006-11-15 Tony Mack- fix peer_slice_slice_id_idx
2006-11-15 Tony Mack- fix random bugs
2006-11-15 Tony Mack- fix bug in archive_db()
2006-11-15 Thierry Parmentelat- provides ability to cache foreign slices
2006-11-15 Thierry Parmentelatold commented stuff for indexing (now that we use Table...
2006-11-14 Tony Mack- reconnect to db after utf8 encoding
2006-11-14 Tony Mack- initial checking of db upgrade scripts
2006-11-14 Thierry Parmentelatrename column is_deleted in slices as deleted for consi...
2006-11-14 Thierry Parmentelatpkills instances of Shell.py prior to dropping database
2006-11-14 Thierry Parmentelatrename column is_deleted in slices as deleted for consi...
2006-11-14 Thierry Parmentelattake advantage of the new Table::dict method
2006-11-13 Mark Huang- add default system slices (those beginning with PLC_S...
2006-11-13 Mark Huang- allow login_base to be updated
2006-11-13 Mark Huang- rename Table.row to Table.classobj for clarity
2006-11-13 Mark Huang- add unique constraint on peer_node.node_id
2006-11-13 Thierry Parmentelatupdated
2006-11-13 Thierry Parmentelatregenerated
2006-11-13 Thierry Parmentelateverything ready to receive foreign slices
2006-11-11 Mark Huang- allow max_slices and max_slivers to be set when addin...
2006-11-10 Mark Huangnodenetworks cannot be referred to by ip (may be NULL)
2006-11-10 Thierry Parmentelatworks reasonably well, still requires manual tweak...
2006-11-10 Mark Huang- fix quoting of message_id
2006-11-10 Thierry Parmentelatconvenience for test: scratch db, push api, this kind...
2006-11-10 Thierry Parmentelat- RefreshPeer & AddSliceToNodes had bugs
2006-11-10 Mark Huang- use php module directory given by php-config
2006-11-10 Thierry Parmentelatpeer x foreign_node relationship in a separate peer_nod...
2006-11-10 Mark Huangbuild and install our own custom xmlrpc.so extension
2006-11-10 Mark HuangNULL is no longer a special value and can be marshalled...
2006-11-10 Mark Huangsupport marshalling NULL as <nil/>
2006-11-10 Mark Huangbuild xmlrpc.so PHP extension
2006-11-10 Mark HuangThis commit was generated by cvs2svn to compensate...
2006-11-09 Mark Huangadd pldistro and date to release tag
2006-11-09 Mark Huangregenerate
2006-11-09 Mark Huang- re-enable return_fields specification
2006-11-09 Mark Huang- selectall: key_field implies hashref
2006-11-09 Mark Huang- Filters can be null
2006-11-09 Mark Huangallow tuples and sets as sequence filters
2006-11-09 Mark Huangoops, allow nodes to be specified by node_id for now
2006-11-08 Mark Huang- fix clean rule
2006-11-08 Mark Huangregenerate
2006-11-08 Mark Huang- use Filter to select rows
2006-11-08 Mark Huangallow filters to be specified in most Get() calls
2006-11-08 Mark Huangimplement slice_instantiatins modification
2006-11-08 Mark Huangadded Filter
2006-11-08 Mark Huang- fix documentation
2006-11-08 Mark Huang- no need for os
2006-11-08 Mark Huang- don't validate creator_person_id; if creator is delet...
2006-11-08 Mark Huang- implement for real
2006-11-08 Mark Huang- use Filter to select rows
2006-11-08 Mark Huang- use Filter to select rows
2006-11-08 Mark Huang- use Table.selectall()
2006-11-08 Mark Huang- timestamp is r/o
2006-11-08 Mark Huang- Auth does not need to be a subclass of dict
2006-11-08 Mark Huang- use Filter to select rows
2006-11-08 Mark Huang- use Filter to select rows
2006-11-08 Mark Huang- support psycopg2
2006-11-08 Mark Huang- use Filter to select rows
2006-11-08 Mark Huang- move python_type and xmlrpc_type to Parameter
2006-11-08 Mark Huang- move python_type() and xmlrpc_type() here
2006-11-08 Mark Huang- add generic Filter class for Get() requests: eases...
2006-11-08 Mark Huang- rename fill to selectall
2006-11-08 Mark Huang- remove array_to_string() casts; psycopg2 automaticall...
2006-11-08 Mark Huangbuild and install psycopg2
2006-11-08 Mark HuangUnicode array elements are always cast to regular Pytho...
2006-11-08 Mark HuangThis commit was generated by cvs2svn to compensate...
next