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

chore: clean and fix console warnings #33601

Merged
merged 8 commits into from
Nov 6, 2023

Commits on Nov 1, 2023

  1. chore: ignore default_app_config warning

    related issue: openedx#33572
    DanielVZ96 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    66c5be8 View commit details
    Browse the repository at this point in the history
  2. chore: ignore HTTPResponse.getheaders() deprecation warning

    related issue: openedx#33584
    
    note: this warning is rased from a third party library (elasticsearch)
    DanielVZ96 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d2f427a View commit details
    Browse the repository at this point in the history
  3. chore: ignore import ABCs from 'collections' warning

    related issue: openedx#33584
    
    note: this warning is from a third party library (libsass)
    DanielVZ96 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ef0a9c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72be481 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    115c65a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9752da2 View commit details
    Browse the repository at this point in the history
  7. chore: ignore 'etree' is deprecated

    Related issue: openedx#32888
    DanielVZ96 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    398c84e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f1503f View commit details
    Browse the repository at this point in the history