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

Implement polls #933

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open

Implement polls #933

wants to merge 27 commits into from

Commits on Aug 25, 2024

  1. Add Poll entities

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    61a3c94 View commit details
    Browse the repository at this point in the history
  2. Add poll to create request

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    18ddf0b View commit details
    Browse the repository at this point in the history
  3. Add builders

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    3ee35ec View commit details
    Browse the repository at this point in the history
  4. Api Dump

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    57d4957 View commit details
    Browse the repository at this point in the history
  5. Add error codes

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9ea2746 View commit details
    Browse the repository at this point in the history
  6. Add routes

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    23e450a View commit details
    Browse the repository at this point in the history
  7. Add events

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    8a1b62f View commit details
    Browse the repository at this point in the history
  8. Add polls to core

    Currently this is only partial and we might add something like a PollMessage or Poll class to core
    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    eea7cc3 View commit details
    Browse the repository at this point in the history
  9. Make results nullable

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    303c792 View commit details
    Browse the repository at this point in the history
  10. Api dump

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    e09b4d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5c394c4 View commit details
    Browse the repository at this point in the history
  12. Fix warning

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5099335 View commit details
    Browse the repository at this point in the history
  13. Add subclasses for Message

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    25053f4 View commit details
    Browse the repository at this point in the history
  14. Api dump

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5f32764 View commit details
    Browse the repository at this point in the history
  15. Fix unsafe api usage

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a883c08 View commit details
    Browse the repository at this point in the history
  16. Fix test

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    987969b View commit details
    Browse the repository at this point in the history
  17. Make expiry nullable

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    65a578f View commit details
    Browse the repository at this point in the history
  18. Add PollBehavior

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    2a306cd View commit details
    Browse the repository at this point in the history
  19. No longer require expires

    DRSchlaubi committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    274cf12 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Remove deprecated functions

    They seem to be here by accident, I already removed them for good in
    #944.
    lukellmann committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    164203b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703b4ff View commit details
    Browse the repository at this point in the history
  3. Fix test

    lukellmann committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f25d559 View commit details
    Browse the repository at this point in the history
  4. Rename PollLayoutType.DEFAULT

    All other kord enums use camel case naming.
    lukellmann committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a58879b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3efd971 View commit details
    Browse the repository at this point in the history
  6. Fix KDoc references

    lukellmann committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    39fcfb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Move routes up

    lukellmann committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    abe3347 View commit details
    Browse the repository at this point in the history
  2. Remove imports

    lukellmann committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1ef1433 View commit details
    Browse the repository at this point in the history