summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mike Marchetti [Fri, 23 Jun 2017 17:07:51 +0000 (13:07 -0400)]
add jenkins common code
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
marchettim [Wed, 21 Jun 2017 19:06:02 +0000 (21:06 +0200)]
Merge "Snap packaging"
Adam Israel [Wed, 21 Jun 2017 18:08:06 +0000 (14:08 -0400)]
Snap packaging
This commit introduces snap packaging for osmclient.
Snaps are a fancy zip file containing an application and all of its
dependencies, and a description of how it should run safely on a
user's system. This is a multi-distribution alternative to installing from source, or debian package.
Snaps are designed to be secure, sandboxed, containerised applications isolated from the underlying system and from other applications. Snaps allow the safe installation of apps from any vendor on mission critical devices and desktops. Updates are done atomically, rolling back automatically in the case of failure, with support for release channel and series.
More info on snaps can be found here: https://snapcraft.io/
Signed-off-by: Adam Israel <adam.israel@canonical.com>
Mike Marchetti [Tue, 20 Jun 2017 21:14:52 +0000 (17:14 -0400)]
remove specific label, use label from gui
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Mon, 19 Jun 2017 20:26:11 +0000 (16:26 -0400)]
Add fingerprint to archive
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Thu, 15 Jun 2017 17:32:23 +0000 (13:32 -0400)]
retrieve key/val method from pkg
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Fri, 9 Jun 2017 15:45:04 +0000 (11:45 -0400)]
workaround for shebang line length issue
jenkins pipeline job created a very long path
shebang line length was exceeded causing python interpreter to not start
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Wed, 31 May 2017 16:06:44 +0000 (12:06 -0400)]
clean deb/dist directories before build
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Thu, 25 May 2017 15:34:25 +0000 (11:34 -0400)]
utilize tox to build
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Change-Id: I945367246c18b73fff0788b9b285a2fc9a897cc9
Mike Marchetti [Wed, 24 May 2017 21:30:03 +0000 (17:30 -0400)]
simplify build to use docker
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Change-Id: Ic70c5f279f4bda9b9605d1ab107e50dcad5cdd10
Mike Marchetti [Tue, 16 May 2017 14:06:00 +0000 (10:06 -0400)]
add missing nose test requirement
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Tue, 9 May 2017 17:02:32 +0000 (13:02 -0400)]
add dockerfile for pipeline, nose
- ready dockerfile for pipeline
- add nose support for test search
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Mon, 8 May 2017 20:20:58 +0000 (16:20 -0400)]
remove deprecated file
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Mon, 8 May 2017 20:07:20 +0000 (16:07 -0400)]
update Makefile, pep8, scaling
- updated Makefile for build using virtualenv
- add requirements.txt for testing
- fix pep8 errors
- adding ability to scale an ns
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Thu, 4 May 2017 19:06:26 +0000 (15:06 -0400)]
restructure osmclient
- add layering
- add unit tests
- fixup apis for system test usage
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Mike Marchetti [Wed, 19 Apr 2017 16:42:34 +0000 (12:42 -0400)]
initial commit
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
almagia [Wed, 19 Apr 2017 15:20:13 +0000 (17:20 +0200)]
Initial empty repository