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

[WIP] Common feed format #5

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Jun 14, 2016

  1. Configuration menu
    Copy the full SHA
    3680f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd1a24 View commit details
    Browse the repository at this point in the history
  3. Add the Entry type

    porglezomp committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    430b25b View commit details
    Browse the repository at this point in the history
  4. Add conversions between our Entry and Atom's Entry

    Use the Entry conversions in the Atom Feed conversions
    porglezomp committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    d61ea41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    541e898 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa946de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0afc7f View commit details
    Browse the repository at this point in the history
  8. Add FromStr for Feed

    porglezomp committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    ebccc97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5e112a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Implement all types needed for the public API

    The public API shouldn't expose any types from rss or atom_syndication,
    so this adds all the necessary types.
    porglezomp committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    e30b0d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3b6b49 View commit details
    Browse the repository at this point in the history
  3. Add RSS Entry conversions

    Add Guid type since the RSS Guid is more detailed than the Atom one.
    porglezomp committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    3ffcfea View commit details
    Browse the repository at this point in the history
  4. Add conversions between our Entry and RSS's Entry

    Add the Image and TextInput types to support the change.
    porglezomp committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    bbf50f9 View commit details
    Browse the repository at this point in the history
  5. Derive Debug, PartialEq, Eq, & Clone when possible

    EntryData and FeedData need an explicitly implementation of Debug
    because the atom types don't support it, and we probably don't want to
    show the contained feeds anyway.
    porglezomp committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    c11d7ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa0b250 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Configuration menu
    Copy the full SHA
    fb9cb37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e3df4 View commit details
    Browse the repository at this point in the history