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(db): Add db #6

Merged
merged 55 commits into from
Oct 1, 2024
Merged

feat(db): Add db #6

merged 55 commits into from
Oct 1, 2024

Commits on Jul 23, 2024

  1. feat(db): Add draft db work

    merkata committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0924369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9971337 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Update tests/unit/test_irc.py

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    merkata and github-actions[bot] authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e21add4 View commit details
    Browse the repository at this point in the history
  2. fix(typo): Remove paren

    merkata committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cb32bf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    158d470 View commit details
    Browse the repository at this point in the history
  4. chore: Address feedback

    merkata committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b8b842b View commit details
    Browse the repository at this point in the history
  5. Update templates/config.yaml

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    merkata and github-actions[bot] authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3a61f57 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. chore: Address feedback

    merkata committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c8ad906 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Jul 30, 2024

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

Commits on Jul 31, 2024

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

Commits on Aug 5, 2024

  1. feat(irc): Pydantic baby

    merkata committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fd4202e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Aug 26, 2024

  1. chore(deps): Add mocker

    merkata committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9d9cdef View commit details
    Browse the repository at this point in the history
  2. tests(irc): Extend irc tests

    merkata committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c4733a6 View commit details
    Browse the repository at this point in the history
  3. tests(irc): More irc tests

    merkata committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c7a5a7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7526ae3 View commit details
    Browse the repository at this point in the history
  5. chore(naming: Rename to main

    merkata committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a666ff0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    294af4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f3a6f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a14622b View commit details
    Browse the repository at this point in the history
  9. docs(): Update src-docs

    merkata committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ae867d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c09b828 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49db2dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d2a0ed View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    29b060b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ccca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58dd446 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe7cd31 View commit details
    Browse the repository at this point in the history
  5. chore(endpoint): Split once

    merkata committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aa3c2c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36126db View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    e002cfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e4d059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f2723e View commit details
    Browse the repository at this point in the history
  4. refactor(irc): Use https

    merkata committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7931eb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44c5d97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ceae18 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    5dc11ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae1164d View commit details
    Browse the repository at this point in the history
  3. tests(irc): More irc tests

    merkata committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    584b8fa View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    37de649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc006e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a98505 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74e2eed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d853bd4 View commit details
    Browse the repository at this point in the history
  6. ci(): Make lint happi

    merkata committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f686f21 View commit details
    Browse the repository at this point in the history
  7. tests(): Assert message

    merkata committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    873adc5 View commit details
    Browse the repository at this point in the history
  8. tests(): reAssert message

    merkata committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0ab8013 View commit details
    Browse the repository at this point in the history
  9. chore(): No reason no cry

    merkata committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0db51c8 View commit details
    Browse the repository at this point in the history
  10. chore(): Raise custom error

    merkata committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1247ce5 View commit details
    Browse the repository at this point in the history
  11. chore(): Log config exception

    merkata committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e6ea463 View commit details
    Browse the repository at this point in the history
  12. chore(): Better error message

    merkata committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    66b576a View commit details
    Browse the repository at this point in the history
  13. chore(logging): Lazy swazy

    merkata committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    157d588 View commit details
    Browse the repository at this point in the history