2015-09-20 12:30:32 +02:00
|
|
|
language: python
|
|
|
|
python:
|
2015-09-20 22:46:57 +02:00
|
|
|
- 2.7
|
2015-09-20 12:30:32 +02:00
|
|
|
install:
|
Version 0.3.5, Rev830, Full Tor mode support with hidden services, Onion stats in Sidebar, GeoDB download fix using Tor, Gray out disabled sites in Stats page, Tor hidden service status in stat page, Benchmark sha256, Skyts tracker out expodie in, 2 new tracker using ZeroNet protocol, Keep SSL cert option between restarts, SSL Certificate pinning support for connections, Site lock support for connections, Certificate pinned connections using implicit SSL, Flood protection whitelist support, Foreign keys support for DB layer, Not support for SQL query helper, 0 length file get bugfix, Pex onion address support, Faster port testing, Faster uPnP port opening, Need connections more often on owned sites, Delay ZeroHello startup message if port check or Tor manager not ready yet, Use lockfiles to avoid double start, Save original socket on proxy monkey patching to get ability to connect localhost directly, Handle atomic write errors, Broken gevent https workaround helper, Rsa crypt functions, Plugin to Bootstrap using ZeroNet protocol
2016-01-05 00:20:52 +01:00
|
|
|
- pip install -U pip wheel
|
2015-09-20 12:30:32 +02:00
|
|
|
- pip install -r requirements.txt
|
2015-09-20 22:46:57 +02:00
|
|
|
before_script:
|
|
|
|
- openssl version -a
|
2015-09-20 13:29:35 +02:00
|
|
|
script:
|
Version 0.3.4, Rev656, CryptMessage plugin for AES and ECIES encryption, Added pyelliptic lib for OpenSSSL based encryption methods, Test CryptMessage plugin, Force reload content.json before signing and after write, Escaped Sql IN queries support, Test Sql parameter escaping, ui_websocket Test fixture, Plugin testing support, Always return websocket errors as dict, Wait for file on weboscket fileGet command if its already in bad_files queue, PushState and ReplaceState url manipulation support in wrapper API, Per auth-address localstorage, Longer timeout for udp tracker query
2015-12-10 21:36:20 +01:00
|
|
|
- python -m pytest plugins/CryptMessage/Test
|
2015-09-24 22:29:07 +02:00
|
|
|
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
|
2015-09-20 12:49:44 +02:00
|
|
|
before_install:
|
2015-09-24 22:08:08 +02:00
|
|
|
- pip install -U pytest mock pytest-cov
|
2015-09-20 12:49:44 +02:00
|
|
|
- pip install codecov
|
2015-09-20 13:45:20 +02:00
|
|
|
- pip install coveralls
|
2015-09-20 12:49:44 +02:00
|
|
|
after_success:
|
2015-09-20 13:45:20 +02:00
|
|
|
- codecov
|
2015-09-21 20:09:32 +02:00
|
|
|
- coveralls --rcfile=src/Test/coverage.ini
|
Version 0.3.5, Rev830, Full Tor mode support with hidden services, Onion stats in Sidebar, GeoDB download fix using Tor, Gray out disabled sites in Stats page, Tor hidden service status in stat page, Benchmark sha256, Skyts tracker out expodie in, 2 new tracker using ZeroNet protocol, Keep SSL cert option between restarts, SSL Certificate pinning support for connections, Site lock support for connections, Certificate pinned connections using implicit SSL, Flood protection whitelist support, Foreign keys support for DB layer, Not support for SQL query helper, 0 length file get bugfix, Pex onion address support, Faster port testing, Faster uPnP port opening, Need connections more often on owned sites, Delay ZeroHello startup message if port check or Tor manager not ready yet, Use lockfiles to avoid double start, Save original socket on proxy monkey patching to get ability to connect localhost directly, Handle atomic write errors, Broken gevent https workaround helper, Rsa crypt functions, Plugin to Bootstrap using ZeroNet protocol
2016-01-05 00:20:52 +01:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.cache/pip
|