aquarium
12 years agoRemove forgotten association
Georgios Gousios [Tue, 20 Sep 2011 09:17:43 +0000 (12:17 +0300)]
Remove forgotten association

12 years agoFix column name to match declaring type
Georgios Gousios [Tue, 20 Sep 2011 09:17:25 +0000 (12:17 +0300)]
Fix column name to match declaring type

12 years agoRemove forgotten association
Georgios Gousios [Tue, 20 Sep 2011 09:16:52 +0000 (12:16 +0300)]
Remove forgotten association

12 years agoEnable more detailed resource descriptions
Georgios Gousios [Tue, 20 Sep 2011 09:16:37 +0000 (12:16 +0300)]
Enable more detailed resource descriptions

12 years agoNew many to many relationships
Georgios Gousios [Mon, 19 Sep 2011 13:57:58 +0000 (16:57 +0300)]
New many to many relationships

-ResourceType and ServiceTemplate (A service template is constructed
by many allowed resource types while obviously a resource type can
be used in many service templates)
-Entity and Organization (An organization may include many users
and groups while a user or group may belong to many organizations)

12 years agoVerbosity--
Georgios Gousios [Mon, 19 Sep 2011 13:55:05 +0000 (16:55 +0300)]
Verbosity--

12 years agoFix no return type definition error
Georgios Gousios [Mon, 19 Sep 2011 13:54:17 +0000 (16:54 +0300)]
Fix no return type definition error

12 years agoBill calculation algorithm
Georgios Gousios [Mon, 19 Sep 2011 12:24:14 +0000 (15:24 +0300)]
Bill calculation algorithm

12 years agoResource type is now a shared enum
Georgios Gousios [Mon, 19 Sep 2011 10:17:16 +0000 (13:17 +0300)]
Resource type is now a shared enum

12 years agoFix entity mapping errors here and there.
Georgios Gousios [Mon, 19 Sep 2011 08:47:05 +0000 (11:47 +0300)]
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.

12 years agoServiceItems now have owners
Georgios Gousios [Fri, 16 Sep 2011 13:46:10 +0000 (16:46 +0300)]
ServiceItems now have owners

12 years agoAdded a few more entities. Untested yet.
Georgios Gousios [Fri, 16 Sep 2011 12:56:19 +0000 (15:56 +0300)]
Added a few more entities. Untested yet.

12 years agoMake shared resource handling a top-level feature
Georgios Gousios [Fri, 16 Sep 2011 09:47:57 +0000 (12:47 +0300)]
Make shared resource handling a top-level feature

12 years agoShare JPA configuration with all subprojects
Georgios Gousios [Fri, 16 Sep 2011 09:03:05 +0000 (12:03 +0300)]
Share JPA configuration with all subprojects

12 years agoShared resources bundle
Georgios Gousios [Fri, 16 Sep 2011 08:12:13 +0000 (11:12 +0300)]
Shared resources bundle

The bundle will contain all shared resources required for testing (data,
configuration etc)

12 years agoClean up maven configuration
Georgios Gousios [Fri, 16 Sep 2011 07:31:43 +0000 (10:31 +0300)]
Clean up maven configuration

-Remove remainders of Lift archetype
-Add project information
-Add the release plug-in to help with release management

12 years agoSome simple building notes and indentation fixes
Georgios Gousios [Fri, 16 Sep 2011 06:28:27 +0000 (09:28 +0300)]
Some simple building notes and indentation fixes

12 years agoPreparing to push repo to Grnet's server
Georgios Gousios [Fri, 16 Sep 2011 05:58:44 +0000 (08:58 +0300)]
Preparing to push repo to Grnet's server

12 years ago2 more entities, change quantities to Floats
Georgios Gousios [Thu, 15 Sep 2011 14:15:47 +0000 (17:15 +0300)]
2 more entities, change quantities to Floats

12 years agoIts final: JPA works just fine
Georgios Gousios [Thu, 15 Sep 2011 12:48:37 +0000 (15:48 +0300)]
Its final: JPA works just fine

12 years agoFinally got composite key right
Georgios Gousios [Thu, 15 Sep 2011 12:12:36 +0000 (15:12 +0300)]
Finally got composite key right

12 years agoMore entities, make logic code compile
Georgios Gousios [Wed, 14 Sep 2011 07:38:55 +0000 (10:38 +0300)]
More entities, make logic code compile

12 years agoBusiness logic skeletons
Georgios Gousios [Wed, 14 Sep 2011 05:11:35 +0000 (08:11 +0300)]
Business logic skeletons

12 years agoLogic project to hold the Aquarium business logic
Georgios Gousios [Tue, 13 Sep 2011 12:52:12 +0000 (15:52 +0300)]
Logic project to hold the Aquarium business logic

12 years agoUse JUnit assertions in tests
Georgios Gousios [Tue, 13 Sep 2011 12:27:02 +0000 (15:27 +0300)]
Use JUnit assertions in tests

12 years agoA list of ignored files
Georgios Gousios [Tue, 13 Sep 2011 10:40:54 +0000 (13:40 +0300)]
A list of ignored files

12 years agoBasic entities and simple tests
Georgios Gousios [Tue, 13 Sep 2011 10:30:20 +0000 (13:30 +0300)]
Basic entities and simple tests