- 02 Jun, 2015 1 commit
-
-
Eric Cano authored
Renamed the setName/GetName functions to the more appropriate getAddress/setAddress.
-
- 27 May, 2015 1 commit
-
-
Eric Cano authored
Created a richer protocol buffer RootEntry object and created a parital implementation to allow unit tests to run.
-
- 20 May, 2015 1 commit
-
-
Steven Murray authored
-
- 13 May, 2015 1 commit
-
-
Eric Cano authored
middletier, itself separated in interface, SQLite, objectstore and shared tests. Moved all utilities (exceptions, threading...) to a shared utility directory. Created a single, shared unit test from all the scattered ones.
-
- 12 May, 2015 1 commit
-
-
Eric Cano authored
Used exceptions while moving Vfs to creating its temporary directory using mkdtemp. This allows several Vfs intances to run on the same system simultaneously. Updated the model of the abstract unit test so it can instanciate one test environement per unit test. This was needed in the current unit test for middle tier admin.
-
- 08 Apr, 2015 1 commit
-
-
Steven Murray authored
-
- 04 Mar, 2015 1 commit
-
-
Eric Cano authored
Created AdminUsersList in the object store as a first step to implement an object store middle tier. Some namespace fixes for unit tests.
-
- 27 Feb, 2015 3 commits
- 26 Feb, 2015 1 commit
-
-
Eric Cano authored
and created initial unit tests for those.
-
- 25 Feb, 2015 2 commits
- 24 Feb, 2015 2 commits
- 20 Feb, 2015 1 commit
-
-
Eric Cano authored
-
- 12 Feb, 2015 1 commit
-
-
Eric Cano authored
The context handle concept is being dropped, with scoped lock objects in place. The VFS backent store now compiles.
-
- 10 Feb, 2015 1 commit
-
-
Eric Cano authored
-
- 29 Jan, 2015 1 commit
-
-
Eric Cano authored
Intermediate commit: started to implement the garbage collection, plus a producer and consumer action. The Agent class is becomming too complex, so started to split it up between the current agent (living with the application it represents) and the AgentVisitor, which will look at it from the outside (for the garbage collector).
-
- 28 Jan, 2015 1 commit
-
-
Eric Cano authored
The intent log exists in the root entry only for the agent register creation. Then the agent register has an agent creation intent log as well. And finally for all other usages, the agent's intent log shall be used. This is a working compilation checkpoint. Some intent logs still need to be removed from the schema.
-
- 27 Jan, 2015 1 commit
-
-
Eric Cano authored
Some legacy utilities from castor were imported alongside, with some adaptations.
-