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

[rqd] [cuegui] Consolidate log read and write into a single package #1474

Draft
wants to merge 44 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    e840254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    641e74d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4612cc0 View commit details
    Browse the repository at this point in the history
  4. Small change to default mode

    lithorus committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9a7742f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d59cd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d87dacb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eebc594 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c27b608 View commit details
    Browse the repository at this point in the history
  9. Some linting fixes

    lithorus committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    beaf975 View commit details
    Browse the repository at this point in the history
  10. Fix more tests

    lithorus committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d13e589 View commit details
    Browse the repository at this point in the history
  11. Fix linting

    lithorus committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9027437 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b4d3638 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8c9944b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8873acd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    fa4eec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958e462 View commit details
    Browse the repository at this point in the history
  3. Split up init of CueLogWriter into smaller functions and internalize …

    …some class attributes
    lithorus committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9c38c8d View commit details
    Browse the repository at this point in the history
  4. Make CueLogReader.filepath public and raise IOError if file doesn't e…

    …xist when attempting to read it.
    lithorus committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    84d0462 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3e6370 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    46fc54b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    956a58d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f3445 View commit details
    Browse the repository at this point in the history
  4. Fix linting and test scripts

    lithorus committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d10d012 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6253fae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fde5d48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59b6b71 View commit details
    Browse the repository at this point in the history
  8. More fixes to the linting

    lithorus committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c524aa1 View commit details
    Browse the repository at this point in the history
  9. Small change to coverage

    lithorus committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d6a3310 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5384013 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Revert changes

    lithorus committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    21b56c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    3e31bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39c5782 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge remote-tracking branch 'origin/master' into consolidate-logger

    # Conflicts:
    #	ci/test_pyside6.sh
    lithorus committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1a6fc3a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    143f93b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d344d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5648f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed212de View commit details
    Browse the repository at this point in the history
  5. Remove temporary test

    lithorus committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c2efce6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Nov 4, 2024

  1. Merge remote-tracking branch 'origin/master' into consolidate-logger

    # Conflicts:
    #	ci/build_sphinx_docs.sh
    #	ci/run_python_tests.sh
    lithorus committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5ff0959 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    061de53 View commit details
    Browse the repository at this point in the history
  2. Add pycue to rqd tests

    lithorus committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6527d93 View commit details
    Browse the repository at this point in the history