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

feat: Convert contentserver to view permanently (drop middleware and flag) #35420

Merged
merged 4 commits into from
Sep 6, 2024

Commits on Sep 3, 2024

  1. feat: Convert contentserver to view permanently (drop middleware and …

    …flag)
    
    - Delete `content_server.use_view` waffle flag in favor of always using
      view.
    - Delete the husk of `StaticContentServerMiddleware` and references to it.
    - Update views module docstring.
    
    This is the first commit of a change/refactor series.
    timmc-edx committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c7ff42f View commit details
    Browse the repository at this point in the history
  2. refactor: Move contentserver implementation into views.py

    Minimal adjustment of affected import paths, no lint cleanup.
    
    This is the second commit in a refactor/change series.
    timmc-edx committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ecd1439 View commit details
    Browse the repository at this point in the history
  3. chore: Fix import ordering lint after refactor (+ amnestied code)

    - Remove `wrong-import-order` amnesty comments
    - Run `isort` on the directory
    
    This is the third and last commit in a refactor/change series.
    timmc-edx committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a0766d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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