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

Feature/access for rdb resource #374

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

Commits on Sep 29, 2024

  1. preparare doundation

    aran-nakayama committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5e2eb15 View commit details
    Browse the repository at this point in the history
  2. working with mock data

    aran-nakayama committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e25cfe9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    35b5eae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001f6d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 3, 2024

  1. resource data is taple and it seems that openssa has difficulty to un…

    …derstand the context of the data
    aran-nakayama committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0d63e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffae625 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. TypeError: Can't instantiate abstract class DbResource without an imp…

    …lementation for abstract method 'answer'
    中山亜蘭 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    47ecfe8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

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

Commits on Oct 22, 2024

  1. nailcare

    aran-nakayama committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4e9f648 View commit details
    Browse the repository at this point in the history
  2. nailcare

    aran-nakayama committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    27d9c37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39b218b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. style: reformat code

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7227879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f27c9ed View commit details
    Browse the repository at this point in the history
  3. Merge from main

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2ade37a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82432fb View commit details
    Browse the repository at this point in the history
  5. style: add empty lines

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2ec3e3a View commit details
    Browse the repository at this point in the history
  6. style: rearrange imports

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5a93152 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f9f044 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08a2170 View commit details
    Browse the repository at this point in the history
  9. fix: add default db port

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4c51982 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    654b8f7 View commit details
    Browse the repository at this point in the history
  11. build: add pymysql

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c255aa9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9bf2495 View commit details
    Browse the repository at this point in the history
  13. ci: add MySQL to Mac

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2030be4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16220cd View commit details
    Browse the repository at this point in the history
  15. ci: setup Docker Buildx

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a5a1a8a View commit details
    Browse the repository at this point in the history
  16. ci: setup MySQL on Ubuntu

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4921af5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9fbf2ce View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e9ee662 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    965881c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    78f0789 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e44b6ab View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0a0e048 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    35063d0 View commit details
    Browse the repository at this point in the history
  24. build: add alembic

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7cdbeae View commit details
    Browse the repository at this point in the history
  25. test: add alembic

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    54135fe View commit details
    Browse the repository at this point in the history
  26. ci: install alembic

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ff1df64 View commit details
    Browse the repository at this point in the history
  27. ci: init alembic

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d042cf5 View commit details
    Browse the repository at this point in the history
  28. ci: install MySQL driver

    phanhongan committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e6e6426 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a2edf10 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    cff10f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. ci: add alembic.ini

    phanhongan committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ef5aa89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaba05d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ea10b7 View commit details
    Browse the repository at this point in the history