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

Automatically generate literal models via codegen #64

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    cb53e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    901e337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    665c1c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7b83d7 View commit details
    Browse the repository at this point in the history
  5. Fix ALL

    bruno-f-cruz committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    90409fb View commit details
    Browse the repository at this point in the history
  6. Run linters

    bruno-f-cruz committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    44aedb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

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

    bruno-f-cruz committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    63674b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc3dc8b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    e21c366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfbd73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be41ff6 View commit details
    Browse the repository at this point in the history
  4. Add Registry model

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    0436cac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eda471b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9e6305 View commit details
    Browse the repository at this point in the history
  7. Fix indent

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e8788c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92e0d13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21f9a14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    486d2e5 View commit details
    Browse the repository at this point in the history
  11. Generate Species

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    01c6c53 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7daf8e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f011f15 View commit details
    Browse the repository at this point in the history
  14. Use type aliases

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    6594516 View commit details
    Browse the repository at this point in the history
  15. Sanitize class names

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    29c100f View commit details
    Browse the repository at this point in the history
  16. Delete duplicated class

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d8714ea View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3f65250 View commit details
    Browse the repository at this point in the history
  18. Generate inner class

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    15044eb View commit details
    Browse the repository at this point in the history
  19. Add Mouse anatomy

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e5fbd96 View commit details
    Browse the repository at this point in the history
  20. Remove unused import

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    aa23e22 View commit details
    Browse the repository at this point in the history
  21. Regenerate types

    bruno-f-cruz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d5215a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    74e5b57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    467b163 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e6aa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e8beb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0d0cc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dc022b View commit details
    Browse the repository at this point in the history
  7. Linting

    bruno-f-cruz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4246d64 View commit details
    Browse the repository at this point in the history
  8. Escape C901

    I don't think C901 is that great in this case. The function has a few guard clauses but they are small, self contained and well documented
    bruno-f-cruz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    409c817 View commit details
    Browse the repository at this point in the history
  9. Escape E501

    The urls should be entered in a single line
    bruno-f-cruz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    faa5765 View commit details
    Browse the repository at this point in the history