Timeline



09/01/12:

23:07 Ticket #49 (many-to-many mapping of slivers to resources is not supported) created by chaos@bbn.com
On tau-verde, my test host, the following sliver to datapath mappings …
22:33 Ticket #48 (don't autogenerate a URN for resources which don't provide one) created by chaos@bbn.com
The code: […] yields: […] Resources should be defined in the …
22:21 Ticket #42 (`SliceAuthority` class is missing an operator attribute) closed by chaos@bbn.com
fixed: This code: […] yields: […] So this is fixed in v0.2.1.
22:20 Ticket #41 (typo in Resources.slices and Aggregate.slices getters) closed by chaos@bbn.com
fixed: The Aggregate.slices getter works in 0.2.1: […] yields: […] I …
22:18 Ticket #40 (class Aggregate throws "TypeError: __call__() got an unexpected ...) closed by chaos@bbn.com
fixed: Keyword arguments work again in v0.2.1.
22:17 Ticket #37 (syntax error in Resource.slices()) closed by chaos@bbn.com
fixed: The Resource.slices and Aggregate.slices getters both succeed in v0.2.1.
22:14 Ticket #43 (can't use __init__ to set Aggregate.version and Aggregate.type) closed by chaos@bbn.com
fixed: Verified that this is fixed in 0.2.1.
20:37 Ticket #47 (typo in Slice __init__ method prevents uuid from being set) created by chaos@bbn.com
The code: […] yields […] This is because of a typo in the …
20:24 Ticket #46 (Aggregate.slices still iterates over Sliver.slices instead of using ...) created by chaos@bbn.com
Invoking: […] on an aggregate with slivers defined yields: […]
20:21 Ticket #45 (typo in `Sliver.slice` getter) created by chaos@bbn.com
The Sliver.slice getter is defined as: […] which should be …
20:16 Ticket #44 (typoes in POP.resources() getter) created by chaos@bbn.com
The code: […] yields: […] This is because the resources getter …
19:34 Ticket #43 (can't use __init__ to set Aggregate.version and Aggregate.type) created by chaos@bbn.com
This code: […] yields: […] That is, invoking Aggregate with …
17:51 Ticket #39 (typo in Aggregate.resources setter) closed by chaos@bbn.com
fixed: Fixed: setting Aggregate.resources works now.
17:50 Ticket #38 (when Aggregate.resource() is used to set an aggregate's resources, ...) closed by chaos@bbn.com
fixed: Looks fixed. […]
17:42 Ticket #30 (the Sliver object needs a setter for the approved parameter) closed by chaos@bbn.com
fixed: This works now. It rejected my initial submission because it was type …
17:36 Ticket #28 (datetime setters need to use datetime.datetime as the type, rather ...) closed by chaos@bbn.com
fixed: This has been fixed: […] now yields: […]
17:33 Ticket #27 (Aggregate class 'slivers' setter throws an error due to a typo) closed by chaos@bbn.com
fixed: This has been fixed: it's possible to set Aggregate.slivers now.
17:32 Ticket #26 (need to import python types when comparing to ListType) closed by chaos@bbn.com
fixed: This has been fixed --- it's possible to set Aggregate.resources now.
17:31 Ticket #25 ("organization" parameter should be consistently named either ...) closed by chaos@bbn.com
fixed: Looks like this was resolved, and Kevin picked "operator" as the name.
17:28 Ticket #42 (`SliceAuthority` class is missing an operator attribute) created by chaos@bbn.com
See 25 for the question of what this attribute should be …
17:23 Ticket #24 (objects with a UUID field should accept a string) closed by chaos@bbn.com
fixed: Tested this: * The code: […] yields: […] * The code: […] …
17:11 Ticket #41 (typo in Resources.slices and Aggregate.slices getters) created by chaos@bbn.com
The class Resources has a slices getter: […] However, the sliver …
16:32 Ticket #40 (class Aggregate throws "TypeError: __call__() got an unexpected ...) created by chaos@bbn.com
I haven't checked whether this is true for other classes yet, but …
16:19 Ticket #29 (need a version number in the gmoc.py code) closed by chaos@bbn.com
fixed: This is resolved in code version 0.2.0: […]

08/31/12:

15:53 Ticket #39 (typo in Aggregate.resources setter) created by chaos@bbn.com
The setter Aggregate.resource incorrectly sets: […] It should be: …
15:47 Ticket #38 (when Aggregate.resource() is used to set an aggregate's resources, ...) created by chaos@bbn.com
I'm using the following code to define resources and attach them to an …
14:54 Ticket #37 (syntax error in Resource.slices()) created by chaos@bbn.com
The slices getter of the Resource object is defined as: […] …
11:51 Ticket #36 (`SA_TYPE_PROTOGENI` should be of type string.) created by sedwards@bbn.com
SA_TYPE_PROTOGENI should be a string.
11:50 Ticket #35 (`POP` is missing `sliceAuthorities` attribute) created by sedwards@bbn.com
I tried to write a __str__() for POP and I can't test for …
11:49 Ticket #34 (Consider using python docstring functionality to replace pdf doc) created by sedwards@bbn.com
It occurs to me that we could probably use the python docstring …
11:47 Ticket #33 (`PhysicalAddress` improperly allows `id` to be set) created by sedwards@bbn.com
PhysicalAddress has an id, but should not.
11:46 Ticket #32 (Parameters set in the __init__ method should be validated) created by sedwards@bbn.com
The __init__() method for each object should call the setter …
11:25 Ticket #31 (the Sliver.slices parameter needs improvement) created by chaos@bbn.com
The Sliver class has a parameter called slices, which is a list. …
11:08 Ticket #30 (the Sliver object needs a setter for the approved parameter) created by chaos@bbn.com
Right now, there is no setter for the approved parameter of the …
11:05 Ticket #29 (need a version number in the gmoc.py code) created by chaos@bbn.com
A version number or code tag should be embedded within the gmoc.py …
11:01 Ticket #28 (datetime setters need to use datetime.datetime as the type, rather ...) created by chaos@bbn.com
When i try to set a sliver creation time with the following code: …
10:48 Ticket #27 (Aggregate class 'slivers' setter throws an error due to a typo) created by chaos@bbn.com
When i try to invoke the slivers setter in the Aggregate class, i …
10:40 Ticket #26 (need to import python types when comparing to ListType) created by chaos@bbn.com
When i try to add a list of resources to an aggregate, i get a …
10:10 Ticket #25 ("organization" parameter should be consistently named either ...) created by chaos@bbn.com
Some objects (e.g. Aggregate) take a parameter named "operator" …
10:06 Ticket #24 (objects with a UUID field should accept a string) created by chaos@bbn.com
Setters which request a UUID type should accept either: A. An object …
07:24 Ticket #23 (GMOC DB Feature Request: 3rd Contact field with multiple types) created by eurumbae@indiana.edu
GMOC Systems Engineering, We need to have a 3rd (optional) contact …

08/22/12:

12:33 Ticket #22 (GMOC DB Feature Request: Assign/Change Roles in the UI) created by eurumbae@indiana.edu
GMOC Systems Engineering, Please implement a feature in the GMOC …
Note: See TracTimeline for information about the timeline view.