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 RSS Feed Client #11123

Merged
merged 13 commits into from
Feb 24, 2023
Merged

Add RSS Feed Client #11123

merged 13 commits into from
Feb 24, 2023

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    4d39362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72136f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da92cf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1713547 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Build webui changes

    sawyersteven committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    31bbc70 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

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

Commits on Feb 23, 2023

  1. Fix test for rss feed generator

    The previous test compared the xml as a string to an expected string. This worked occasionally because the xml writer will sometimes place attributes in a random order.
    
    Also a bunch of formatting changes while I tried to eliminate warnings
    sawyersteven committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e3f2b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a236c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d05071e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. RSS test modifications

    Change import from ET to ElemTree and change whitespace location in expected string to satisfy Flake8. This doesn't affect the test, but unclogs the test output a little.
    
    Recursive test fails on assertion rather than returning bool to bubble up through the nested generators.
    
    Strip newlines from expected string before parsing in ElementTree
    sawyersteven committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    32694ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ae526e View commit details
    Browse the repository at this point in the history
  3. ET -> ElemTree

    medariox committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    40933ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8253141 View commit details
    Browse the repository at this point in the history