Activity

From 09/16/2011 to 10/15/2011

10/13/2011

05:03 pm Revision 307dd036: Make agreement and price list persistent
Georgios Gousios

10/10/2011

03:46 pm Revision 8909d22d: Unit test to test the entire charging framework
Georgios Gousios
12:05 pm Revision 4a2058cb: Fix algorithm for obtaining applicable pricing policy
Georgios Gousios

10/07/2011

11:51 am Revision 7474f64c: Switch amounts to double precision numbers
Georgios Gousios
11:27 am Revision 21f2b343: Simple test for the accounting system
Georgios Gousios
11:26 am Revision af2b5238: Implementations for several method stubs
Georgios Gousios
09:07 am Revision ff6a6bbf: Accessors for class members
Georgios Gousios
09:06 am Revision 5706d1eb: Default charging policy is to multiply price with volume
Georgios Gousios
09:06 am Revision 7f715ea9: A list whose pricing scales with volume
Georgios Gousios
09:05 am Revision a5a926f1: Very simple price list
Georgios Gousios
09:04 am Revision cda175fb: Make it compile
Georgios Gousios
09:04 am Revision dbab94e4: Make sure that events are valid before forwarding
Georgios Gousios
09:03 am Revision f1f5abe0: Keep track of existing agreements
Georgios Gousios

10/06/2011

10:21 am Revision 99479aa8: Separate pricelist from charging policy
Georgios Gousios

10/05/2011

09:58 pm Revision 08935945: Keep track of original events when calculating accounts
Georgios Gousios
04:34 pm Revision 9cde67b7: Raw event processor working
Georgios Gousios
01:20 pm Revision bbc3fa51: Adapt the data model to service events
Georgios Gousios

10/04/2011

05:56 pm Revision 0b66afa2: Basic event conversion code
Georgios Gousios
05:55 pm Revision cdd86b19: Use abstract class intread of trait for modelling base event
Also, much simpler events Georgios Gousios
05:53 pm Revision ea56e9e8: Various fixes:
-Removed obsolete named query
-Fix basic model tests
-Remove extraneous user object
-New field to Entity to hold the ...
Georgios Gousios
11:58 am Revision b54acbb5: More sane namings, remove raw message processing
Georgios Gousios
11:55 am Revision 282ced36: Move raw events processing to new package.
Also specify basic formats for all messages and
use the lift JSON parser for serialization
Georgios Gousios

10/03/2011

03:40 pm Revision e1933dc5: Query to load runtime data for an item
Georgios Gousios
03:39 pm Revision d1100af7: Updated, since accounting was moved
Georgios Gousios
03:36 pm Revision 99943f78: Remove XML dataset, replaced by JSON
Georgios Gousios
03:36 pm Revision 0e2ee282: Skeleton accounting system
Georgios Gousios

09/29/2011

03:30 pm Revision 27cbaa4c: First iteration of cost function working
Georgios Gousios
10:39 am Revision c8e05590: Defaults and more test data
Georgios Gousios
10:38 am Revision 23dc9a5a: Take care of Date fields
Georgios Gousios

09/28/2011

09:45 pm Revision a57e276d: More test data
Georgios Gousios
09:45 pm Revision 82cf2951: Make all internal methods private
Georgios Gousios
09:44 pm Revision 6e996802: Better default values
Georgios Gousios
05:32 pm Revision b452b44d: Take care of *ToMany relationsips
Georgios Gousios
05:31 pm Revision ab99f257: Update fixtures as schema was restructured
Georgios Gousios
05:31 pm Revision 714d70ef: Fix copy-paste errors
Georgios Gousios
01:22 pm Revision 120a0bfc: Make Organization a proper entity
Georgios Gousios

09/23/2011

05:00 pm Revision c9bf55ae: Better defaults
Georgios Gousios
05:00 pm Revision 195638f7: Start converting data to json from XML
Georgios Gousios
04:58 pm Revision a9f2e026: Process complex object values
The fixture loader is now able to load data for
OneToMany, ManyToMany and ManyToOne mappings
Georgios Gousios

09/22/2011

11:49 am Revision b0c129d4: Documentation, check for Id field, appropr naming
Georgios Gousios
11:30 am Revision fd54bdc6: Set fixture id value by hand
Georgios Gousios
10:11 am Revision b63b0c7a: Take care of cases where field in object is not init'ed
Georgios Gousios

09/21/2011

10:18 pm Revision 0ec0a223: JSON fixture loader done (sort of)
Georgios Gousios
05:16 pm Revision 3af87998: Remove dbunit from the list of dependencies
Georgios Gousios
05:15 pm Revision 411d1452: Use a DJango-like JSON fixture for initial data
Also, semi-done code to parse it and add records to the DB Georgios Gousios
12:37 pm Revision c9f10ec0: Unsuccesful attempt to load test data with DBUnit
Commited for future reference Georgios Gousios

09/20/2011

04:26 pm Revision 0b51973f: Class to auto load test data before tests run
Georgios Gousios
04:25 pm Revision 9f6ea0f3: Basic test data to be autoloaded
Georgios Gousios
04:25 pm Revision 319aa634: Minor compilation fixes after refactoring the model
Georgios Gousios
04:25 pm Revision 8bc32df3: Import dbunit for loading test DB data
Make exporting data from existing MySQL database an
optional step with profiles
Georgios Gousios
04:23 pm Revision a102bb4f: Removed duplicate object declaration.
It is exported from the model already Georgios Gousios
12:42 pm Revision ff7b5bb0: Fix unit tests
Georgios Gousios
12:17 pm Revision f0716f1a: Remove forgotten association
Georgios Gousios
12:17 pm Revision 6c5e126c: Fix column name to match declaring type
Georgios Gousios
12:16 pm Revision a5f2899f: Remove forgotten association
Georgios Gousios
12:16 pm Revision d766340b: Enable more detailed resource descriptions
Georgios Gousios

09/19/2011

04:57 pm Revision 4f50e110: New many to many relationships
-ResourceType and ServiceTemplate (A service template is constructed
by many allowed resource types while obviously a...
Georgios Gousios
04:55 pm Revision 55b19b54: Verbosity--
Georgios Gousios
04:54 pm Revision 21772709: Fix no return type definition error
Georgios Gousios
03:24 pm Revision 7f7575dc: Bill calculation algorithm
Georgios Gousios
01:17 pm Revision c8294425: Resource type is now a shared enum
Georgios Gousios
11:47 am Revision f30393cf: Fix entity mapping errors here and there.
Also, import and all major JPA implementations to make sure that
the schema is correctly generated by all of them.
Georgios Gousios

09/16/2011

04:46 pm Revision f47f1e17: ServiceItems now have owners
Georgios Gousios
03:56 pm Revision a59c906d: Added a few more entities. Untested yet.
Georgios Gousios
12:47 pm Revision 2972addc: Make shared resource handling a top-level feature
Georgios Gousios
12:03 pm Revision 682e10ca: Share JPA configuration with all subprojects
Georgios Gousios
11:12 am Revision fb517ea6: Shared resources bundle
The bundle will contain all shared resources required for testing (data,
configuration etc)
Georgios Gousios
10:31 am Revision 56662213: Clean up maven configuration
-Remove remainders of Lift archetype
-Add project information
-Add the release plug-in to help with release management
Georgios Gousios
09:28 am Revision 411e830a: Some simple building notes and indentation fixes
Georgios Gousios
08:58 am Revision c4a001c7: Preparing to push repo to Grnet's server
Georgios Gousios
« Previous
Next »
 

Also available in: Atom