Commit Graph

423 Commits

Author SHA1 Message Date
Isaac Wahhab 8caee6a2e9 Coverage fix? 2021-04-03 15:33:56 -07:00
Isaac Wahhab f9381dfab9 Fixing CI errors 2021-04-03 15:22:03 -07:00
Isaac Wahhab 966679bdaa Unit test fix 2021-03-29 10:10:43 -07:00
Isaac Wahhab 428092cf10 Fixing coverage 2021-03-29 09:51:34 -07:00
Isaac Wahhab 4007a11160 Fixing coverage 2021-03-28 18:41:56 -07:00
Isaac Wahhab e491f423e2 Status spinners should not reset animations on update 2021-03-28 18:21:48 -07:00
JoshKarpel 34c56204e9 test that Progress writes nothing when disabled 2021-03-25 17:33:49 -05:00
Will McGugan 3e079ff52b
Merge branch 'master' into really-disable-pbar 2021-03-25 21:29:56 +00:00
Will McGugan 86a3844588 win32 skip 2021-03-25 21:18:04 +00:00
Will McGugan f1492a04d6 skip alt screen if LW 2021-03-25 21:14:40 +00:00
Will McGugan be5e9dca2d rich measure 2021-03-25 21:08:36 +00:00
Will McGugan 27379a8f1a black typing 2021-03-22 20:32:23 +00:00
Will McGugan 84b6f751e0 rich repr 2021-03-22 20:26:01 +00:00
JoshKarpel 9e397a13db disabled progress does not start live 2021-03-21 10:19:32 -05:00
Will McGugan ffc7aea12a updatable layout regions 2021-03-19 21:37:47 +00:00
Will McGugan a998f23084 replace is_control with list of control codes 2021-03-14 11:47:03 +00:00
Will McGugan cbbc490d2b rename dataclass in test 2021-03-06 14:25:23 +00:00
Will McGugan a05ff5f942 pretty printable dataclasses 2021-03-06 14:14:06 +00:00
Will McGugan 2f752afaa9 style optimization 2021-03-01 19:42:00 +00:00
Will McGugan 91acbef376 fixes 2021-02-27 10:05:43 +00:00
Will McGugan 83cc870695 fixes 2021-02-24 21:28:34 +00:00
Will McGugan 6e49efa1a1 fix Dune characters 2021-02-20 16:39:23 +00:00
Will McGugan becaaaed56 black 2021-02-20 11:55:45 +00:00
Will McGugan a49e595996 fixes 2021-02-20 11:05:21 +00:00
Will McGugan 0f31a17c04
Merge branch 'master' into timestamp_miliseconds 2021-02-15 21:05:40 +00:00
Will McGugan a7fa23dcb3 layout 2021-02-15 20:48:36 +00:00
Finn Hughes d52c2a8fc7 Allow timestamps to include milliseconds
Allow log_time_format to be string or callable e.g:

def time_formatter(timestamp: datetime) -> str:
    milliseconds = int(timestamp.microsecond / 1000.0 + 0.5)
    return f'{timestamp.strftime("%H:%M:%S")}.{milliseconds:03}'
2021-02-15 15:47:27 +00:00
Will McGugan d1bf477be1 layout api and docs 2021-02-14 20:56:30 +00:00
Will McGugan 97f4ffd556 Docs 2021-02-14 14:08:05 +00:00
Will McGugan a5dc32dcf2 formatting 2021-02-14 11:09:20 +00:00
Will McGugan 80e83169ea size in console options 2021-02-14 11:07:16 +00:00
Will McGugan 7edf183bed docs and tests 2021-02-14 09:48:34 +00:00
Will McGugan d89c29200b skip tests on windows 2021-02-13 19:14:56 +00:00
Will McGugan 06d99d75c2 Test fix 2021-02-13 18:45:40 +00:00
Will McGugan f09eb9a9a2 Merge branch 'alt-screen' of github.com:willmcgugan/rich into alt-screen 2021-02-13 18:26:13 +00:00
Will McGugan 0c5809d038 formatting fixes 2021-02-13 18:25:47 +00:00
Will McGugan 4b2fa3c35b
Merge branch 'master' into alt-screen 2021-02-13 18:20:19 +00:00
Will McGugan 60f41610cd test fixes 2021-02-13 18:17:14 +00:00
Will McGugan da69cff49f tests 2021-02-13 17:50:43 +00:00
Will McGugan 1b1f2d0631 new layout class 2021-02-12 21:59:35 +00:00
Nathan Page 0d731c5d5a format with black 2021-02-07 13:51:15 -08:00
Will McGugan 122b8131bb live refactor 2021-02-06 11:49:54 +00:00
Will McGugan c1055cecda coverage 2021-01-23 14:47:35 +00:00
Will McGugan 449c1fbb29 optimizations for traceback 2021-01-23 14:30:54 +00:00
Will McGugan a13b2a9d75 windows tests 2021-01-20 17:48:41 +00:00
Will McGugan b9d0711d01 windows colors 2021-01-20 17:36:20 +00:00
Will McGugan f7c078313d fix TypeError in inspect 2021-01-13 16:51:38 +00:00
Will McGugan 7b7a89c9e7 no color progress fixes 2021-01-11 21:14:14 +00:00
Will McGugan 8932125df1 formatting 2021-01-10 22:02:38 +00:00
Will McGugan b0908df479 remove height from options 2021-01-10 22:00:53 +00:00