Commit Graph

  • 97425aa08d Sort imports Thor77 2018-02-01 21:41:39 +0100
  • 9d9a7cf2b5 Add cached_files-property to Cache Thor77 2018-02-01 21:37:53 +0100
  • f6e3f9566b Fix parse_logs-run not returning server with cache Thor77 2018-02-01 21:06:56 +0100
  • af608f175f Make sure each test gets its own cache Thor77 2018-02-01 21:01:01 +0100
  • ab99c5f64c Rewrite test integration test Thor77 2018-02-01 16:15:29 +0100
  • 9c2daf630c Remove unused mocker-fixture argument Thor77 2018-02-01 16:13:04 +0100
  • 0f0386f14a Rewrite needs_parsing-test Thor77 2018-02-01 21:17:23 +0100
  • ff22ed86f2 Exclude version-key from iter and len Thor77 2018-01-31 20:55:23 +0100
  • 7b3ecb039b Add funcdocs to Cache-class and methods Thor77 2018-01-20 10:09:48 +0100
  • 74444edd55 Add cache cli- and config-option Thor77 2018-01-19 23:09:47 +0100
  • 662a359c4f Add version to Cache to avoid unneeded writes Thor77 2018-01-11 18:04:54 +0100
  • 4c2a51bc5a Fix cache not written without data Thor77 2017-09-26 11:15:41 +0200
  • 40d851e9d7 Add tests for tsstats.cache.Cache Thor77 2017-09-26 11:09:27 +0200
  • 189b122844 Add (pytest-)mock requirement for cache-tests Thor77 2017-09-26 11:08:55 +0200
  • 534eeae53b Add cache-functionality to tsstats.log.parse_logs Thor77 2017-09-26 11:07:55 +0200
  • a10a93c7db Add tsstats.cache.Cache Thor77 2017-09-26 11:07:18 +0200
  • 77fb3128a9 Add Client.__eq__ required for cache-tests Thor77 2017-09-25 23:23:26 +0200
  • 5d9507deb0 Add Pipfile Thor77 2018-03-02 23:59:21 +0100
  • ae13390b7b Use pylama for stylechecks Thor77 2018-02-01 21:45:20 +0100
  • 5ea2f6ab3d Remove extra lines after encoding header Thor77 2018-02-01 20:49:23 +0100
  • 489d609807 Add pytests .cache to .gitignore Thor77 2018-02-01 17:02:56 +0100
  • 56471137c0 Limit build status on AppVeyor to master-branch Thor77 2018-01-30 19:14:51 +0100
  • 4310f93adc Bump version to 2.0.0 Thor77 2018-01-19 22:28:28 +0100
  • ab68f57f83 Use timestamp for relative timestamp human test v2.0.0 Thor77 2018-01-10 20:33:52 +0100
  • 7fd4297c4d Adapt tests to Clients.__iter__ returning keys Thor77 2017-09-25 23:15:40 +0200
  • 8d1c19a734 Adapt log.parse_logs and utils.sort_clients Thor77 2017-09-25 23:17:51 +0200
  • 2ebd445349 Clients.__iter__ return keys instead of values Thor77 2017-09-25 23:14:26 +0200
  • c9ab6f6b97 Add encoding-header to missing files Thor77 2017-09-16 22:31:15 +0200
  • c8092018f2 Revert "Sort imports" Thor77 2017-09-16 22:03:55 +0200
  • 51191672c6 Sort imports Thor77 2017-09-16 21:59:44 +0200
  • 871210dde4 Add test for tsstats.log._parse_line Thor77 2017-09-15 11:35:21 +0200
  • 1e1f112867 Add funcdoc to tsstats.log._parse_line Thor77 2017-09-15 10:51:29 +0200
  • a9e8cd0b6e Revert "Add test for Clients.__str__" Thor77 2017-09-14 23:37:10 +0200
  • 8558d731d4 Add test for render_servers.lastseen_relative Thor77 2017-09-14 23:09:50 +0200
  • f786c87dfb Add test for Client.__repr__ Thor77 2017-09-14 22:39:12 +0200
  • 52f5cc3ac1 Add test for invalid log line Thor77 2017-09-14 22:37:56 +0200
  • b9f798d04d Add test for Clients.__str__ Thor77 2017-09-14 22:37:32 +0200
  • 6345c3f1f5 Remove test for serverstop with connected clients Thor77 2017-09-10 00:13:23 +0200
  • b1b80f657a Use parse_logs instead of _parse_details Thor77 2017-09-10 00:04:11 +0200
  • cbc76b5541 Add missing identmap-lookup for new clients Thor77 2017-09-09 18:44:41 +0200
  • 1c224fa0ee Use parse_logs instead of _parse_details Thor77 2017-09-09 18:34:50 +0200
  • c79dd08bc0 Don't accept infinite arguments Thor77 2017-09-09 18:04:29 +0200
  • 147c41ffce Use parse_logs instead of _parse_details Thor77 2017-09-09 17:35:55 +0200
  • df268f1c2a Add return and rtype to parse_logs-funcdoc Thor77 2017-08-23 21:42:08 +0200
  • 602e6c4d51 Log start/end of parsing logfile Thor77 2017-08-23 20:59:44 +0200
  • 91a9b8e4c7 Implement online_dc again Thor77 2017-08-23 20:57:40 +0200
  • 90a367da27 Warn about online clients on logfile end Thor77 2017-08-23 20:47:06 +0200
  • 59d4c88701 Add Client.__repr__ Thor77 2017-08-23 20:42:28 +0200
  • 3d6c41538b Indent return of parsed_events correctly Thor77 2017-07-24 14:54:01 +0200
  • 96d6e9f050 Only yield Server if there are clients for it Thor77 2017-07-24 14:49:25 +0200
  • 7077446627 Add test for Client.nick-property Thor77 2017-07-24 14:42:42 +0200
  • 3acf282470 Don't drop current nick in prepare_clients Thor77 2017-07-24 14:40:41 +0200
  • c2fb6aa6c1 Handle set_nick event-action with .nick-property Thor77 2017-07-24 14:39:35 +0200
  • 088d905196 Convert Client.nick into property Thor77 2017-07-24 14:38:48 +0200
  • a084101ced Add Clients.apply_events Thor77 2017-07-23 17:45:44 +0200
  • da2b773bf6 Add tsstats/event.py for easy event-initialization Thor77 2017-07-23 17:44:16 +0200
  • 08b4e06f10 Refactor and simplify log-parsing Thor77 2017-07-23 17:31:45 +0200
  • 20d40c8890 Add string-representation for Clients Thor77 2017-07-23 17:31:11 +0200
  • caff246f9a Don't raise InvalidLog Thor77 2017-09-08 14:02:10 +0200
  • 06250604ef
    Fix CSS classname for background color of navbar Matthew Gamble 2017-09-07 15:11:02 +1000
  • 6a84b35a52 [requires.io] Dependency update (#24) Thor77 2017-09-05 22:18:04 +0200
  • b92cdaa59f [requires.io] dependency update requires.io 2017-09-04 14:28:06 +0200
  • 368a9095d3
    Simplify navbar markup, update it for bootstrap4 beta1. Matthew Gamble 2017-08-29 18:59:10 +1000
  • 7ab4436777 Bump version to 1.5.1 v1.5.1 Thor77 2017-08-24 19:38:44 +0200
  • 3067c229d6 Add pendulum requirement to setup.py Thor77 2017-08-24 19:36:39 +0200
  • 6fba9c8535 Switch badge-type to secondary Thor77 2017-08-23 14:07:48 +0200
  • 4dbdde86c1 Add flexbox-classes to listgroup-item Thor77 2017-08-23 14:07:17 +0200
  • 4ca7f44d17 Switch css-include to bootstrap4-beta Thor77 2017-08-23 12:20:43 +0200
  • 978be868a0 Improve navbar on mobile devices (#16) Matthew 2017-03-08 01:55:18 +1100
  • 2de2a6710f Don't rely on style-attr for debug-label presence Thor77 2017-02-25 13:53:30 +0100
  • 3329042ada Add margin for list-groups Thor77 2017-02-25 13:26:38 +0100
  • 969a3519cd Replace deprecated page-header heading-class Thor77 2017-02-25 13:14:17 +0100
  • f434642db3 Remove now unneccessary padding from body Thor77 2017-02-25 00:37:57 +0100
  • 17a42a5738 Use new navbar-syntax Thor77 2017-02-25 00:37:08 +0100
  • 409dc05222 Use new badge-syntax Thor77 2017-02-25 00:19:12 +0100
  • 2f006af73d Switch css-include to bootstrap4 Thor77 2017-02-25 00:03:56 +0100
  • 7dbd37b028 Add pendulum to testing_requirements.txt Thor77 2017-08-03 23:39:50 +0200
  • b08b8fa3f5 Merge 30eaee3ff4 into 22c15202a3 Thor77 2017-07-07 14:20:32 +0000
  • 22c15202a3 Bump version to 1.5.0 Thor77 2017-07-07 14:26:39 +0200
  • b5a709f8bc Bump version to 1.5.0 v1.5.0 Thor77 2017-07-07 14:26:39 +0200
  • 72a4fbe99b Optionally Pendulum.diff_for_humans instead of frmttime Thor77 2017-05-20 01:00:12 +0200
  • edff1e956d Optionally Pendulum.diff_for_humans instead of frmttime Thor77 2017-05-20 01:00:12 +0200
  • 65a8379261 Use pendulum instead of plain datetime Thor77 2017-05-20 00:31:26 +0200
  • 30eaee3ff4 Make relative last seen time optional Thor77 2017-06-01 11:32:46 +0200
  • 6b02a4ac8b Sort imports Thor77 2017-06-01 11:01:10 +0200
  • c86af0bed3 Replace datetime/timedelta with pendulum in tests Thor77 2017-05-22 18:40:25 +0200
  • a781382a39 Use pendulum's mocking for test_log_client_online Thor77 2017-05-22 18:34:06 +0200
  • 4cba226b31 Remove unused log_timestamp_format Thor77 2017-05-20 23:26:11 +0200
  • 7679e94846 Remove unused utils.{tz_aware_datetime,UTC} Thor77 2017-05-20 23:24:06 +0200
  • 62582fa435 Use Pendulum.diff_for_humans instead of frmttime Thor77 2017-05-20 01:00:12 +0200
  • c7e89a2ee2 Use pendulum for creation_time Thor77 2017-05-20 00:59:40 +0200
  • 679b84eb79 Add pendulum-requirement Thor77 2017-05-20 00:32:06 +0200
  • 4d03e7d096 Use pendulum instead of plain datetime Thor77 2017-05-20 00:31:26 +0200
  • 3d469ce28c Sort imports Thor77 2017-06-02 23:34:33 +0200
  • 6ddc8c94b7 Pass directory to flake8/isort Thor77 2017-06-01 00:18:07 +0200
  • de1cc4be2f Install (testing)requirements for style checks Thor77 2017-06-01 10:46:16 +0200
  • ed62eceda3 Bump version to 1.4.3 Thor77 2017-06-01 23:41:55 +0200
  • 11acf9f9b6 Add space between identifier and nick v1.4.3 Thor77 2017-05-15 22:50:05 +0200
  • 992d35ec87 Fix UnicodeEncodeError in debug mode with Python 2 Thor77 2017-05-15 22:47:04 +0200
  • f209573d04 Fix Clients.__add__ not using identmap Thor77 2017-05-14 23:28:59 +0200