Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add live updating for any render #382

Merged

Commits on Oct 10, 2020

  1. Set playground folder untracked

    Allows for a dedicated area in the project to mess around with code.
    Nathan Page committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    fcf3ed6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    dd26a3d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into feat/add-live-tab…

    …le-proposal
    Nathan Page committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    52cc966 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Merge branch 'master' into feat/add-live-table-proposal

    Nathan Page committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    133ae93 View commit details
    Browse the repository at this point in the history
  2. add threading to the live function

    Nathan Page committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    d8df37b View commit details
    Browse the repository at this point in the history
  3. remove spurious typing auto-import

    Nathan Page committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    cfa625c View commit details
    Browse the repository at this point in the history
  4. use same name for refresh per second instead of delay time. matches w…

    …ith progess
    Nathan Page committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    119211e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae15cff View commit details
    Browse the repository at this point in the history
  6. Add the default feature of hiding the Live when the display is too

    large. Instead terminal too small will be displayed.
    
    This can be turned off with the hide_overflow flag.
    Nathan Page committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    a2385c5 View commit details
    Browse the repository at this point in the history
  7. add some of the playground examples into the module

    Nathan Page committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    d4bb878 View commit details
    Browse the repository at this point in the history
  8. add documentation describing the API of Live

    Nathan Page committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    7e01d31 View commit details
    Browse the repository at this point in the history
  9. fix un-needed assert check expression

    Nathan Page committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    6da3b2a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. add saner values for the example

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    bf35879 View commit details
    Browse the repository at this point in the history
  2. add reference documentation for the live module

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    34f1366 View commit details
    Browse the repository at this point in the history
  3. add in an initial line of tests

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    5c09f32 View commit details
    Browse the repository at this point in the history
  4. correctly format all files

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    f6d1496 View commit details
    Browse the repository at this point in the history
  5. add a diff to see what is wrong in ubuntu test

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    3da8727 View commit details
    Browse the repository at this point in the history
  6. live test only print diff

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    9e11042 View commit details
    Browse the repository at this point in the history
  7. remove unhelpful difflib print

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    bdbd05e View commit details
    Browse the repository at this point in the history
  8. fix incorrect test

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    6a50f1a View commit details
    Browse the repository at this point in the history
  9. force utf-8 encoding for python3.6

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    fa63fb8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c045b7 View commit details
    Browse the repository at this point in the history
  11. temporarily disable live tests on 3.7

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    125dc1d View commit details
    Browse the repository at this point in the history
  12. remove carriage return for windows testing

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    4b7ada8 View commit details
    Browse the repository at this point in the history
  13. add live tests with fluctuating data lengths

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    972eace View commit details
    Browse the repository at this point in the history
  14. add check for getting item

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    3853be1 View commit details
    Browse the repository at this point in the history
  15. remove auto-refresh test as it is non-deterministic

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    6b7373f View commit details
    Browse the repository at this point in the history
  16. add check with a file to make sure it prints nothing

    Nathan Page committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    5a27df8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    6ccbaee View commit details
    Browse the repository at this point in the history
  2. add usage documentation for the live module

    Nathan Page committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    98c1d58 View commit details
    Browse the repository at this point in the history
  3. add nathan to contributors

    Nathan Page committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    a154bcd View commit details
    Browse the repository at this point in the history
  4. fix live test by disabling auto_refresh

    Nathan Page committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    6ee5f06 View commit details
    Browse the repository at this point in the history
  5. remove old code from live docs

    Nathan Page committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    4ac0cb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. simplify live demo example

    Nathan Page committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    e0337f5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into feat/add-live-tab…

    …le-proposal
    Nathan Page committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    bf510d1 View commit details
    Browse the repository at this point in the history
  3. reformat files

    Nathan Page committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    d44e588 View commit details
    Browse the repository at this point in the history
  4. duplicate table_movie with live

    Nathan Page committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    171cad4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. adjust rendering technique to custom live_render

    Nathan Page committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    5553e6b View commit details
    Browse the repository at this point in the history
  2. add changes from last night, will start to adjust with review changes…

    … now
    Nathan Page committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    cbb88a4 View commit details
    Browse the repository at this point in the history
  3. fix up the trivial changes first from review

    Nathan Page committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    d890c4e View commit details
    Browse the repository at this point in the history
  4. change implementation from hiding overflow with message to provide ov…

    …erflow methods
    Nathan Page committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    1f8d565 View commit details
    Browse the repository at this point in the history
  5. clean up documentation and remove un-needed re-shaping

    Nathan Page committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    c4e9241 View commit details
    Browse the repository at this point in the history
  6. clean up the tests to use a simple testing procedure

    Nathan Page committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    58a824e View commit details
    Browse the repository at this point in the history
  7. fix docstring for live

    Nathan Page committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    20b2d29 View commit details
    Browse the repository at this point in the history
  8. fix typo in live vertial overflow

    Nathan Page committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    7514708 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a509961 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30fe4d5 View commit details
    Browse the repository at this point in the history
  11. remove print displays

    Nathan Page committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    c9ac903 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Get constantly fluctuating tables to work with refresh thread.

    Mainly the issue comes between ensuring an ordering between new console
    messages and the live render.
    
    Not really sure how to add unit testing for this functionality.
    Nathan Page committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    14e1d76 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    a1cc74e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Center live overflow ellipsis

    Nathan Page committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    068f432 View commit details
    Browse the repository at this point in the history
  2. consolidate table_movie_live and table_movie into one file and update…

    … refs
    Nathan Page committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    7a82414 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:willmcgugan/rich into feat/add-li…

    …ve-table-proposal
    Nathan Page committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    1020405 View commit details
    Browse the repository at this point in the history
  4. fix format check for file not apart of merge request

    Nathan Page committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    47d94e8 View commit details
    Browse the repository at this point in the history
  5. modify to pass code coverage

    Nathan Page committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    4236348 View commit details
    Browse the repository at this point in the history