osm/N2VC.git
7 years agoFix unitrun example
Tim Van Steenburgh [Fri, 7 Oct 2016 16:40:37 +0000 (12:40 -0400)]
Fix unitrun example

7 years agoFix livemodel example
Tim Van Steenburgh [Fri, 7 Oct 2016 16:11:06 +0000 (12:11 -0400)]
Fix livemodel example

7 years agoFix the deploy example
Tim Van Steenburgh [Fri, 7 Oct 2016 16:02:50 +0000 (12:02 -0400)]
Fix the deploy example

7 years agoMake observers async; make model.reset() blocking
Tim Van Steenburgh [Wed, 14 Sep 2016 00:21:26 +0000 (20:21 -0400)]
Make observers async; make model.reset() blocking

7 years agoAdd relate example
Tim Van Steenburgh [Sat, 10 Sep 2016 03:43:53 +0000 (23:43 -0400)]
Add relate example

7 years agoClean up deploy example
Tim Van Steenburgh [Thu, 8 Sep 2016 23:04:27 +0000 (19:04 -0400)]
Clean up deploy example

7 years agoDeploy/destroy example
Tim Van Steenburgh [Thu, 8 Sep 2016 20:40:35 +0000 (16:40 -0400)]
Deploy/destroy example

7 years agoFixes for latest juju-2 beta
Tim Van Steenburgh [Thu, 1 Sep 2016 15:43:05 +0000 (11:43 -0400)]
Fixes for latest juju-2 beta

7 years agoGet everything working on juju-2.0beta11
Tim Van Steenburgh [Fri, 15 Jul 2016 15:07:54 +0000 (11:07 -0400)]
Get everything working on juju-2.0beta11

7 years agoUpdate readme
Tim Van Steenburgh [Fri, 1 Jul 2016 20:33:56 +0000 (16:33 -0400)]
Update readme

7 years agoHook up Unit.run() to api
Tim Van Steenburgh [Sat, 25 Jun 2016 01:03:26 +0000 (21:03 -0400)]
Hook up Unit.run() to api

7 years agoAsync model updates
Tim Van Steenburgh [Fri, 24 Jun 2016 21:38:02 +0000 (17:38 -0400)]
Async model updates

7 years agoFullStatus example
Tim Van Steenburgh [Fri, 10 Jun 2016 02:25:03 +0000 (22:25 -0400)]
FullStatus example

7 years agoWorking async AllWatcher example
Tim Van Steenburgh [Thu, 9 Jun 2016 18:08:52 +0000 (14:08 -0400)]
Working async AllWatcher example

7 years agoDon't create objects for None params
Tim Van Steenburgh [Wed, 8 Jun 2016 14:37:35 +0000 (10:37 -0400)]
Don't create objects for None params

7 years agoDeserialize api results back to Types
Tim Van Steenburgh [Wed, 8 Jun 2016 14:04:54 +0000 (10:04 -0400)]
Deserialize api results back to Types

8 years agofix test name
Tim Van Steenburgh [Wed, 25 May 2016 00:22:59 +0000 (20:22 -0400)]
fix test name

8 years agoadd simple (currently failing) client test
Tim Van Steenburgh [Tue, 24 May 2016 14:59:53 +0000 (10:59 -0400)]
add simple (currently failing) client test

8 years agoactually add tests/
Tim Van Steenburgh [Mon, 23 May 2016 21:09:16 +0000 (17:09 -0400)]
actually add tests/

8 years agoconnection test
Tim Van Steenburgh [Mon, 23 May 2016 20:36:01 +0000 (16:36 -0400)]
connection test

8 years agoAdd client code from bcsaller
Tim Van Steenburgh [Mon, 23 May 2016 15:37:10 +0000 (11:37 -0400)]
Add client code from bcsaller

8 years agodoc skeleton
Tim Van Steenburgh [Thu, 19 May 2016 15:56:06 +0000 (11:56 -0400)]
doc skeleton

8 years agoUpdate readme
Tim Van Steenburgh [Thu, 19 May 2016 15:07:13 +0000 (11:07 -0400)]
Update readme

8 years agoRemainder of params/docstrings
Tim Van Steenburgh [Thu, 19 May 2016 14:48:06 +0000 (10:48 -0400)]
Remainder of params/docstrings

8 years agoMore work on params, docstrings
Tim Van Steenburgh [Thu, 19 May 2016 02:05:21 +0000 (22:05 -0400)]
More work on params, docstrings

8 years agoFilling in params, docstrings (wip)
Tim Van Steenburgh [Wed, 18 May 2016 21:44:58 +0000 (17:44 -0400)]
Filling in params, docstrings (wip)

8 years agoSquare one.
Tim Van Steenburgh [Wed, 18 May 2016 00:05:32 +0000 (20:05 -0400)]
Square one.

A simple usage example in the readme, more needed.

The beginnings of the OO interface are here, though it isn't complete.