vland (0.8-1)
[PTS] [DDPO]
COMMITS: VCS has seen 25 commits since the v0.8 tag
- Git: https://git.lavasoftware.org/lava/vland.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://git.lavasoftware.org/lava/vland.git
- Last scan: 2021-04-20 07:24:09+00
- Next scan: 2021-04-21 07:14:00+00
- Debian changelog in Git:
vland (0.8-1) unstable; urgency=medium
* Fix various imports to use the python path properly
-- Steve McIntyre <93sam@debian.org> Tue, 11 Dec 2018 17:25:48 +0000
- This branch is 25 commits ahead of tag v0.8
- Git log:
commit baa2ca47d55ff4c9f1a629aef98e0baaa7af83fe
Author: Steve McIntyre <steve@einval.com>
Date: Tue Sep 3 15:03:24 2019 +0100
Switch to using PIL for the visualisation code
python-gd seems to be dead, so don't get blocked on it
Only tiny changes needed in the visualisation layer \o/
Lots of underlying changes in the graphics layer to use the primitives
of the new library instead.
commit 9578312b9dae7d03428681a2ef3508a1fa2278f0
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jul 11 19:42:27 2019 +0100
Add initial support for the T1700G series
Seems to work OK, but there's a worry about reliability over
telnet - it stops working after a number of logins. See the forum post
at https://community.tp-link.com/en/business/forum/topic/107940 for
other people seeing the same thing.
commit 2352d7cede615a30d9efdde41ce706e2b67a1ccb
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jul 11 19:02:19 2019 +0100
Grab the prompt name more reliably on login
Occasionally the code was picking up stray log output noise and
matching the wrong thing. If we think we're logged in, hit enter again
and *then* parse the prompt.
commit 8b1f99166e85c16a97744b8a6c9620588a228314
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jul 11 18:45:49 2019 +0100
Tweak long input handling
Lots of messy regexp to try and clean up the output from the switch :-(
commit 59e49263f8504e0067d5c110607725f2d16551f7
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jul 11 18:05:07 2019 +0100
Match the prompt better
Anchor using \r\n for the previous newline too. Otherwise we get
confused by multiple lines of output on the T1700G series
commit 7f21866afcf1012201a4fac3b6b65fe36e6e8e73
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jul 11 18:04:16 2019 +0100
Make device testing easier
Take a username and passwords on the command line too
commit d133b28632f76510d7a3fdb855d4e25f367ba3c9
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jul 11 18:03:16 2019 +0100
Cope with long output better
The "Press any key to continue" string might not be at the beginning
of a line
commit 705b2c290418d4ba90df4d5508c4a5c4914a3277
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jul 11 15:39:25 2019 +0100
Clean up copyright notices throughout the code
Add SPDX header for all code:
SPDX-License-Identifier: GPL-2.0-or-later
commit 0fea178bd0201cf5de7146aaa3f7de901171efd7
Author: Steve McIntyre <steve@einval.com>
Date: Fri Jun 7 00:15:01 2019 +0100
Lots and lots of docs
Much more comprehensive treatment of VLANd:
* The concepts in how it works
* The visualisation interface
* Configuration
* How to use VLANd:
+ initial setup
+ admin interface
+ intro to API usage
+ Troubleshooting problems
commit f02311fb4c90e1a699d6b3b1238eee4b266d610f
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jun 6 23:14:39 2019 +0100
Allow specifying the location of vland.cfg in the environment
Set the variable VLAND_CFG. Helpful for generating docs.
commit e128cb014454172de921e56af9855381603877a3
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jun 6 22:58:46 2019 +0100
Typo fix
commit 7aca11f0e9244a84316673d62da5e316e3eb6c98
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jun 6 22:56:34 2019 +0100
Working on 0.9
commit 0dc7119cc46361dde77b4fd36fdce2753d368350
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jun 6 14:52:03 2019 +0100
Fix initial setup for the state table
commit 4507af4a7b15577074c3a1fb724fc28755eee9d1
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jun 6 14:50:45 2019 +0100
Working on 0.9
commit 5edafdaf22509aba5608c53f87369a765823ba7f
Author: Steve McIntyre <steve@einval.com>
Date: Thu Jun 6 14:49:36 2019 +0100
Move the dummy DB files to /var/lib/vland
commit d8ddb1bc62f83aaa853ef48e200205c8bbae385f
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 24 20:41:58 2019 +0100
Run make in the right directory for the docs
commit ce77ab8d90b21148bba6f505e0d1e181e39888f5
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 24 20:39:59 2019 +0100
Add initial CI setup
Just for the docs for now
commit 01135523f666294f39f3ccf96a122fd9790d4389
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 24 19:01:40 2019 +0100
Minor wording tweak
commit 14c2146cf857803624fedcfd42e344d9bf8bdde1
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 24 18:53:44 2019 +0100
Move the port-numbering doc into the sphinx docs too
commit bab4020062a07cdef2b0138c53f74883e3d0cc0e
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 24 18:29:10 2019 +0100
git-ignore the built docs directory
commit 19811ec2f2b7ed7efdda7cee1c75efe381641a77
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 24 18:28:26 2019 +0100
Remove most of the README and reference the doc dir instead
commit 3b3f30cf5802051f09ec39a7e900d493044b90d2
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 24 18:27:55 2019 +0100
Initial docs
Copied from the README and converted to rst
commit f7f486b577816e532603be7969f7f9506d86c2ca
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 24 18:27:21 2019 +0100
Copy the check target from the LAVA docs
Try and pick up on a common error in sphinx docs
commit 739ef8d37556f4aacb323a275802258c06a20249
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 24 18:27:05 2019 +0100
Better theme
commit e1a5977c08ad717f0478ca9e77411e55d48fc0e1
Author: Steve McIntyre <steve@einval.com>
Date: Fri May 17 19:05:28 2019 +0100
Add initial Sphinx config for documentation
Generated using sphinx-quickstart, then tweaked with inspiration from
the LAVA docs setup