Commit Graph

476 Commits

Author SHA1 Message Date
Thor77 561f1b6e4d
Remove landscape badge
because the service seems to be gone
2020-03-27 22:55:10 +01:00
Thor77 e90e3fad43
Drop testing for Python 2 2020-03-27 22:52:34 +01:00
Thor77 61c6022e37
Start testing with Python 3.8 2020-03-27 22:47:12 +01:00
Thor77 f6c5be663a
Update dependencies 2020-03-27 22:47:03 +01:00
Thor77 a9c942d442
Disable shadows on hints 2020-03-27 22:39:50 +01:00
Thor77 127370adbd
Update bootstrap and hint.css 2020-03-27 22:39:37 +01:00
Thor77 b327c4e43d Update dependencies 2019-09-07 15:40:15 +02:00
Thor77 40874d525b
Update dependencies 2019-04-09 18:34:51 +02:00
Thor77 c7f9731b6a
Fix testing requirements filename 2019-03-10 13:16:15 +01:00
Thor77 604dc0a439
Switch to bootstrapcdn for boostrap css 2019-03-10 13:14:17 +01:00
Thor77 b8dbd442f2
Use Python 3.7 for Travis tests 2019-03-10 13:10:37 +01:00
Thor77 18f1576bfb
Remove testing-requirements.txt (replaced by -dev) 2019-03-10 13:10:09 +01:00
Thor77 7f88f0376c
Lock dependencies in requirements.txt 2019-03-10 13:08:57 +01:00
Thor77 1f177ff49b Bump css dependencies 2019-03-10 13:06:28 +01:00
Thor77 544da4062f Use bootstrap-4.0.0 2019-03-10 13:06:28 +01:00
Matthew 35c5c91fb0 Simplify navbar markup, update it for bootstrap4 beta1. (#23)
* Simplify navbar markup, update it for bootstrap4 beta1.

* Fix CSS classname for background color of navbar
2019-03-10 13:06:28 +01:00
Thor77 21f9f6581b Switch badge-type to secondary
because -default is now invisible
2019-03-10 13:06:28 +01:00
Thor77 371af752eb Add flexbox-classes to listgroup-item
to align badges correctly
2019-03-10 13:06:28 +01:00
Thor77 b81b1bca10 Switch css-include to bootstrap4-beta 2019-03-10 13:06:28 +01:00
Matthew c34f2d4d8b Improve navbar on mobile devices (#16)
* add button to show/hide menu items
* ensure navigation fills the width of the viewport by moving it out of the main container element
2019-03-10 13:06:28 +01:00
Thor77 3207c0070c Don't rely on style-attr for debug-label presence 2019-03-10 13:06:28 +01:00
Thor77 4069ab659a Add margin for list-groups 2019-03-10 13:06:28 +01:00
Thor77 0dc12e73a1 Replace deprecated page-header heading-class
with `display-4`
2019-03-10 13:06:28 +01:00
Thor77 b474e4124d Remove now unneccessary padding from body 2019-03-10 13:06:28 +01:00
Thor77 2344915d6e Use new navbar-syntax
removed padding from debug-badge as it's not required anymore
2019-03-10 13:06:28 +01:00
Thor77 3ce4962e12 Use new badge-syntax
explicit definition of badge-style and -position
2019-03-10 13:06:28 +01:00
Thor77 dc572ad8fa Switch css-include to bootstrap4 2019-03-10 13:06:28 +01:00
Thor77 c14e7f1068
Update dependencies 2019-03-10 12:58:36 +01:00
Thor77 687f58e247 Bump version to 2.0.1 2018-05-19 18:10:30 +02:00
Thor77 f878fefeaa Use raw strings for RegEx's 2018-05-19 18:06:59 +02:00
Thor77 187ae0afc5 Lock dependencies in {testing_,}requirements.txt 2018-05-19 18:01:08 +02:00
Thor77 a019278e79 Lock pendulum to 1.5.1 in setup.py 2018-05-19 17:49:43 +02:00
Thor77 e92f5ea5ff Lock pendulum to version 1.5.1
because there are breaking changes in 2.0.0
2018-05-19 17:43:33 +02:00
Thor77 1ef4a3bc15 Handle connected clients on unexpected shutdown
caused, for example, by a server crash.
Could be triggered by an incorrectly named logfile as well because it is
assumed once there are connected clients in a logfile which isn't the
last one to be parsed.

The fix is realized by taking the timestamp of the last event from the
currently parsed logfile and disconnecting all still connected clients
on that timestamp.
2018-05-19 17:28:03 +02:00
Thor77 6e40555612 Only log online_clients if there are any
at the end of a logfile.
2018-05-02 20:59:23 +02:00
Thor77 5d9507deb0 Add Pipfile 2018-03-02 23:59:21 +01:00
Thor77 ae13390b7b Use pylama for stylechecks 2018-02-01 21:49:02 +01:00
Thor77 5ea2f6ab3d Remove extra lines after encoding header 2018-02-01 20:49:23 +01:00
Thor77 489d609807 Add pytests .cache to .gitignore 2018-02-01 17:02:56 +01:00
Thor77 56471137c0 Limit build status on AppVeyor to master-branch 2018-01-30 19:14:51 +01:00
Thor77 4310f93adc Bump version to 2.0.0 2018-01-19 22:28:28 +01:00
Thor77 ab68f57f83 Use timestamp for relative timestamp human test 2018-01-10 20:33:52 +01:00
Thor77 7fd4297c4d Adapt tests to Clients.__iter__ returning keys 2017-09-25 23:21:12 +02:00
Thor77 8d1c19a734 Adapt log.parse_logs and utils.sort_clients
to Clients.__iter__ return keys instead of values
2017-09-25 23:21:06 +02:00
Thor77 2ebd445349 Clients.__iter__ return keys instead of values
as desired by MutableMapping.__iter__
2017-09-25 23:14:26 +02:00
Thor77 c9ab6f6b97 Add encoding-header to missing files 2017-09-16 22:31:15 +02:00
Thor77 c8092018f2 Revert "Sort imports"
because the sorting-order is dependent on installed packages

This reverts commit 51191672c6.
2017-09-16 22:03:55 +02:00
Thor77 51191672c6 Sort imports 2017-09-16 21:59:44 +02:00
Thor77 871210dde4 Add test for tsstats.log._parse_line 2017-09-15 11:35:21 +02:00
Thor77 1e1f112867 Add funcdoc to tsstats.log._parse_line 2017-09-15 10:51:29 +02:00