Commit graph

490 commits

Author SHA1 Message Date
Thor77
6e069659b7
Bump version to 2.1.0 2023-01-14 19:03:31 +01:00
Thor77
4c872930db
Update pendulum to 2.1.2 2023-01-14 19:02:53 +01:00
Thor77
1a7c1cce9d
Fix secret not passed to publish command 2023-01-14 18:47:58 +01:00
Thor77
dcc26830cb
Remove test call, already running for branch 2023-01-14 18:47:55 +01:00
Thor77
7ae09263e1
Bump version to 2.0.2 2023-01-14 18:41:07 +01:00
Thor77
1d0e3a5fdf Add publish workflow 2023-01-14 18:39:20 +01:00
Thor77
51abb87c88 Fix lint errors 2023-01-14 18:39:20 +01:00
Thor77
43e759c714 Add include and scripts 2023-01-14 18:39:20 +01:00
Thor77
8ff880645a Use poe to run test and lint task 2023-01-14 18:39:20 +01:00
Thor77
4a22a06a91 Drop python 3.6 2023-01-14 18:39:20 +01:00
Thor77
4d09f9d82c Switch to GitHub actions 2023-01-14 18:39:20 +01:00
Thor77
60f102cc34 Switch to Poetry for dependency management 2023-01-14 18:39:20 +01:00
Thor77
8223c389d3 Fix Python 3.10 compatability 2023-01-14 18:39:20 +01:00
Thor77
0a443467be
Remove landscape badge completely 2020-03-27 22:55:51 +01:00
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