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

Make it possible to use Kedro after uninstalling Rich. #3838

Merged
merged 57 commits into from
May 21, 2024

Commits on Apr 24, 2024

  1. attempt to configure fallback logger

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3f39cd3 View commit details
    Browse the repository at this point in the history
  2. Set up fallback for logging on the logging function itself

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    80f0ff2 View commit details
    Browse the repository at this point in the history
  3. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8c07db1 View commit details
    Browse the repository at this point in the history
  4. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6c66689 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    e35cdaa View commit details
    Browse the repository at this point in the history
  2. Update kedro/logging.py

    Co-authored-by: Sajid Alam <90610031+SajidAlamQB@users.noreply.github.com>
    Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com>
    lrcouto and SajidAlamQB committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bfbb1f1 View commit details
    Browse the repository at this point in the history
  3. Changes to rich variable on logging

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2038792 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5b85711 View commit details
    Browse the repository at this point in the history
  2. attempt to configure fallback logger

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b75327d View commit details
    Browse the repository at this point in the history
  3. Set up fallback for logging on the logging function itself

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 2, 2024
    Configuration menu
    Copy the full SHA
    de86e8d View commit details
    Browse the repository at this point in the history
  4. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 2, 2024
    Configuration menu
    Copy the full SHA
    658d0c1 View commit details
    Browse the repository at this point in the history
  5. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 2, 2024
    Configuration menu
    Copy the full SHA
    609a0c2 View commit details
    Browse the repository at this point in the history
  6. Update kedro/logging.py

    Co-authored-by: Sajid Alam <90610031+SajidAlamQB@users.noreply.github.com>
    Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com>
    lrcouto and SajidAlamQB committed May 2, 2024
    Configuration menu
    Copy the full SHA
    99bd891 View commit details
    Browse the repository at this point in the history
  7. Changes to rich variable on logging

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a15bdcd View commit details
    Browse the repository at this point in the history
  8. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e80d514 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. adapt default logging

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f802384 View commit details
    Browse the repository at this point in the history
  2. Merge

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b5aed65 View commit details
    Browse the repository at this point in the history
  3. Update kedro/logging.py

    Co-authored-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com>
    lrcouto and astrojuanlu committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5061229 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Create separate logging config file for rich

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7c731f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'remove-rich-as-mandatory-dependence' of github.com:kedr…

    …o-org/kedro into remove-rich-as-mandatory-dependence
    
    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c63c068 View commit details
    Browse the repository at this point in the history
  3. Hello linter my old friend

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a29220c View commit details
    Browse the repository at this point in the history
  4. Alternative for rich in kedro ipython

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f43c72c View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary try/except block

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8389023 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update pyproject.toml

    Co-authored-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com>
    lrcouto and astrojuanlu committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1ea51e8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    6b98284 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflict

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3663bdf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'remove-rich-as-mandatory-dependence' of github.com:kedr…

    …o-org/kedro into remove-rich-as-mandatory-dependence
    lrcouto committed May 8, 2024
    Configuration menu
    Copy the full SHA
    115d339 View commit details
    Browse the repository at this point in the history
  4. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 8, 2024
    Configuration menu
    Copy the full SHA
    16e05b8 View commit details
    Browse the repository at this point in the history
  5. Fix config file paths

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 8, 2024
    Configuration menu
    Copy the full SHA
    269ec98 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    5f3640b View commit details
    Browse the repository at this point in the history
  2. Update kedro/ipython/__init__.py

    Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
    Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com>
    lrcouto and deepyaman committed May 9, 2024
    Configuration menu
    Copy the full SHA
    235a5bf View commit details
    Browse the repository at this point in the history
  3. Update kedro/ipython/__init__.py

    Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
    Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com>
    lrcouto and deepyaman committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c1f6cbf View commit details
    Browse the repository at this point in the history
  4. Prevent kedro ipython from reimporting rich multiple times

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 9, 2024
    Configuration menu
    Copy the full SHA
    210b0ed View commit details
    Browse the repository at this point in the history
  5. Logging config

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 9, 2024
    Configuration menu
    Copy the full SHA
    98f8e4d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Change test config

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 10, 2024
    Configuration menu
    Copy the full SHA
    191bba7 View commit details
    Browse the repository at this point in the history
  2. Remove ' yEs ' tests

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b44fb5e View commit details
    Browse the repository at this point in the history
  3. Tests to cover ipython changes

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c4c8aa7 View commit details
    Browse the repository at this point in the history
  4. Add test for import

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d76124f View commit details
    Browse the repository at this point in the history
  5. Ignore test coverage on import try/except

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9dbaf94 View commit details
    Browse the repository at this point in the history
  6. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0c63233 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3c65fa View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    1be4b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4775fe4 View commit details
    Browse the repository at this point in the history
  3. Unpin cookiecutter version

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 14, 2024
    Configuration menu
    Copy the full SHA
    671917d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'remove-rich-as-mandatory-dependence' of github.com:kedr…

    …o-org/kedro into remove-rich-as-mandatory-dependence
    lrcouto committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a8fea7a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Add changes to documentation

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 15, 2024
    Configuration menu
    Copy the full SHA
    eb3b151 View commit details
    Browse the repository at this point in the history
  2. Update RELEASE.md

    Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
    Signed-off-by: L. R. Couto <57910428+lrcouto@users.noreply.github.com>
    lrcouto and merelcht committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0f0214f View commit details
    Browse the repository at this point in the history
  3. Change RICH variable name to RICH_INTALLED

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 15, 2024
    Configuration menu
    Copy the full SHA
    192d349 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'remove-rich-as-mandatory-dependence' of github.com:kedr…

    …o-org/kedro into remove-rich-as-mandatory-dependence
    lrcouto committed May 15, 2024
    Configuration menu
    Copy the full SHA
    28534ad View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    02d8919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2074054 View commit details
    Browse the repository at this point in the history
  3. Add info about uninstalling rich on logging doc page

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8c15acb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    6cf7d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f44ce View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    6a41b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f57399 View commit details
    Browse the repository at this point in the history