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

refactor: add api/backend/proc-macro crate #412

Merged
merged 335 commits into from
Nov 27, 2024
Merged

refactor: add api/backend/proc-macro crate #412

merged 335 commits into from
Nov 27, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 23, 2024

  1. add song orm name media ibz

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    920e021 View commit details
    Browse the repository at this point in the history
  2. move genres to metadata

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d61388b View commit details
    Browse the repository at this point in the history
  3. move compilation to artists

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7af6f53 View commit details
    Browse the repository at this point in the history
  4. add song orm data

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b488f79 View commit details
    Browse the repository at this point in the history
  5. add albums orm

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    87ef0d6 View commit details
    Browse the repository at this point in the history
  6. pass data to file

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c94a2a9 View commit details
    Browse the repository at this point in the history
  7. fix unused position

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6336ac9 View commit details
    Browse the repository at this point in the history
  8. move orm out of schema

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e9740dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53fa329 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    637015a View commit details
    Browse the repository at this point in the history
  11. rename media to file

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a2be048 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4915d23 View commit details
    Browse the repository at this point in the history
  13. rename filesystem_type to ty

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    11f1afc View commit details
    Browse the repository at this point in the history
  14. add file property

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    87fa88a View commit details
    Browse the repository at this point in the history
  15. rename test media to file

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    eef4050 View commit details
    Browse the repository at this point in the history
  16. rename dump to audio dump

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    92d433b View commit details
    Browse the repository at this point in the history
  17. add songs upsert orm

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bcf0345 View commit details
    Browse the repository at this point in the history
  18. add test song update roundtrip

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b25cc02 View commit details
    Browse the repository at this point in the history
  19. add upsert trait

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d72e5e1 View commit details
    Browse the repository at this point in the history
  20. fix clippy warning

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    59df17f View commit details
    Browse the repository at this point in the history
  21. remove size out of entry

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    149ea87 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2cb7064 View commit details
    Browse the repository at this point in the history
  23. rename audio to extract

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    569f578 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9fffdd6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4390ee1 View commit details
    Browse the repository at this point in the history
  26. add file

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9dc0bdb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d9b0138 View commit details
    Browse the repository at this point in the history
  28. use file to read audio

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c7e5afe View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ee1fcaa View commit details
    Browse the repository at this point in the history
  30. intially add scan::run

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    39901c0 View commit details
    Browse the repository at this point in the history
  31. initial support genres

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    41f2307 View commit details
    Browse the repository at this point in the history
  32. add new type for genres

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b21c637 View commit details
    Browse the repository at this point in the history
  33. add songs_genres

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e817435 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0f5b8f1 View commit details
    Browse the repository at this point in the history
  35. remove unused cow

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ab4f3aa View commit details
    Browse the repository at this point in the history
  36. add compute artist index

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    781cfc5 View commit details
    Browse the repository at this point in the history
  37. add artist upsert

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2ad041c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b69a81f View commit details
    Browse the repository at this point in the history
  39. use indexset to store artists

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a7c8c83 View commit details
    Browse the repository at this point in the history
  40. move all select_* to query

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bf0f902 View commit details
    Browse the repository at this point in the history
  41. add test for artists upsert

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cff4521 View commit details
    Browse the repository at this point in the history
  42. add information upsert

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8bac61c View commit details
    Browse the repository at this point in the history
  43. move all tests out of orm

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d6eb02d View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    dc31d18 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4291ab2 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e2d30e4 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    68afc87 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d72db70 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4e17fd5 View commit details
    Browse the repository at this point in the history
  50. save relative path in audios

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2903d75 View commit details
    Browse the repository at this point in the history
  51. add initial test for scan

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    94a229d View commit details
    Browse the repository at this point in the history
  52. set scanned at for song update

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f3ba2b4 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    5874dce View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    8c503f7 View commit details
    Browse the repository at this point in the history
  55. add test for remove song

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9111400 View commit details
    Browse the repository at this point in the history
  56. add artist global cleanup

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2c27400 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    3665f64 View commit details
    Browse the repository at this point in the history
  58. add upsert mock information

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3d50433 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    5325b3a View commit details
    Browse the repository at this point in the history
  60. add test for artist cleanup

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fbbe028 View commit details
    Browse the repository at this point in the history
  61. add intial album cleanup

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4046b41 View commit details
    Browse the repository at this point in the history
  62. add fake information to mock

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    06961e9 View commit details
    Browse the repository at this point in the history
  63. add album cleanup test

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3a44b6b View commit details
    Browse the repository at this point in the history
  64. add genres cleanup

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    77157a3 View commit details
    Browse the repository at this point in the history
  65. add genres cleanup test

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f62e1d3 View commit details
    Browse the repository at this point in the history
  66. add scan route

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2931d61 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    f93d9f5 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    b62ad5c View commit details
    Browse the repository at this point in the history
  69. add test for move audio

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    41cfd42 View commit details
    Browse the repository at this point in the history
  70. cargo fmt + clippy

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3b04434 View commit details
    Browse the repository at this point in the history
  71. rename scanner test

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4dded5f View commit details
    Browse the repository at this point in the history
  72. rename audio to filesystem

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e424f6e View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    d113538 View commit details
    Browse the repository at this point in the history
  74. add test combine album artist

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e160896 View commit details
    Browse the repository at this point in the history
  75. remove unused arg in add audio

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    43f0888 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    79bf3f4 View commit details
    Browse the repository at this point in the history
  77. add mime

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    bbabda6 View commit details
    Browse the repository at this point in the history
  78. add initial binary response

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    51225f4 View commit details
    Browse the repository at this point in the history
  79. add binary endpoint

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    89cb5ee View commit details
    Browse the repository at this point in the history
  80. add song retriever

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3d796fa View commit details
    Browse the repository at this point in the history
  81. add response property

    vnghia committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ae61c33 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    e40216a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. initial read to binary

    vnghia committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    62e468c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b81e1b View commit details
    Browse the repository at this point in the history
  3. add download endpoint

    vnghia committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    11a9293 View commit details
    Browse the repository at this point in the history
  4. use offset as option

    vnghia committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9e750fa View commit details
    Browse the repository at this point in the history
  5. add range header to download

    vnghia committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    831fb65 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. add test for download

    vnghia committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    be24c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    113f23c View commit details
    Browse the repository at this point in the history
  3. rename response to http

    vnghia committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    036c13c View commit details
    Browse the repository at this point in the history
  4. rename binary to response

    vnghia committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    eedf398 View commit details
    Browse the repository at this point in the history
  5. move offset to header

    vnghia committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d936b8e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. use s3 duration as duration

    vnghia committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c95b454 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    141c1b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64a398 View commit details
    Browse the repository at this point in the history
  3. add media retrieval format

    vnghia committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c8fbde7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bad58e6 View commit details
    Browse the repository at this point in the history
  5. add transcode config

    vnghia committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7766df4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    099ae98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    474edab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3097812 View commit details
    Browse the repository at this point in the history
  9. remove diesel 64 column

    vnghia committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    33f359b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2f57ed View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. use faster hex to parse token

    vnghia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e212978 View commit details
    Browse the repository at this point in the history
  2. add property path

    vnghia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4f6e946 View commit details
    Browse the repository at this point in the history
  3. add transcode sink

    vnghia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0c09f66 View commit details
    Browse the repository at this point in the history
  4. add stream api request

    vnghia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b0c7f93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d868f5 View commit details
    Browse the repository at this point in the history
  6. add transcoder spawn

    vnghia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e5d34b7 View commit details
    Browse the repository at this point in the history
  7. add http property trait

    vnghia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1203a7c View commit details
    Browse the repository at this point in the history
  8. add stream api handler

    vnghia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5fe36ff View commit details
    Browse the repository at this point in the history
  9. allow use loole unbounded

    vnghia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5af180e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix config parsing

    vnghia committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8e3e582 View commit details
    Browse the repository at this point in the history
  2. allow get no auth

    vnghia committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    50eb15f View commit details
    Browse the repository at this point in the history
  3. fix parsing transcode format

    vnghia committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c0504c9 View commit details
    Browse the repository at this point in the history
  4. correct mime type for opus

    vnghia committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d304cca View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    881fef2 View commit details
    Browse the repository at this point in the history
  2. add stream transcode logic

    vnghia committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    49f96b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    4abbb96 View commit details
    Browse the repository at this point in the history
  2. add tracing for transcode

    vnghia committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3fa579c View commit details
    Browse the repository at this point in the history
  3. add transcode status header

    vnghia committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6efae59 View commit details
    Browse the repository at this point in the history
  4. fix clippy warning

    vnghia committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    aff4c06 View commit details
    Browse the repository at this point in the history
  5. add trace to scanner

    vnghia committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a531f2b View commit details
    Browse the repository at this point in the history
  6. fix leak span in scanner

    vnghia committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0469b5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28fabb8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d53e10 View commit details
    Browse the repository at this point in the history
  9. fix sink write logic

    vnghia committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7daafb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. use fs4 to lock file

    vnghia committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    53f49e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fe7b53 View commit details
    Browse the repository at this point in the history
  3. add test stream time offset

    vnghia committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d01b657 View commit details
    Browse the repository at this point in the history
  4. add database config table

    vnghia committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d6d6ced View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e163b00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b659cc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    590037b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. initial add id3 artist query

    vnghia committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    0f8fae0 View commit details
    Browse the repository at this point in the history
  2. add upsert mock for artist

    vnghia committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    4d92239 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. add to api type for artist

    vnghia committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    839ef0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dcf3bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28d2fc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ff4327 View commit details
    Browse the repository at this point in the history
  5. add id3 artist role

    vnghia committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    c560ca4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. fix deserialize index config

    vnghia committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f84c810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7646057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7523723 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1958968 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    132b6cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2286447 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f049c53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b53c687 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    586de2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69c15e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6295b3a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bea3707 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae32ebf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fed96d0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1780f42 View commit details
    Browse the repository at this point in the history
  16. simpler role authorization

    vnghia committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d67703f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    955b70d View commit details
    Browse the repository at this point in the history
  18. upgrade axum to 0.8.0-alpha.1

    vnghia committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c223284 View commit details
    Browse the repository at this point in the history
  19. simpler api derive

    vnghia committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    142c6f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. add api album id3

    vnghia committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a581671 View commit details
    Browse the repository at this point in the history
  2. add api browsing/get_artist

    vnghia committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9d75163 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    018810d View commit details
    Browse the repository at this point in the history
  4. use api builder for orm id3

    vnghia committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    16a02b3 View commit details
    Browse the repository at this point in the history
  5. api: add album id3

    vnghia committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    30fcc77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1327940 View commit details
    Browse the repository at this point in the history
  7. mock: add audio artist

    vnghia committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    93eb5be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04827c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    580bc37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03644cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67ba0d2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee9d58a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3147bd8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5d8f90d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6936207 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    f2c321c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4450c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9924502 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ad2312 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    065de1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b3accd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fc2122 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c26beb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9bba000 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a60ad5 View commit details
    Browse the repository at this point in the history
  11. api/id3: add artists to song

    vnghia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ef50eec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d3387df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a9854f5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d3333c View commit details
    Browse the repository at this point in the history
  15. api/id3: add api get_song

    vnghia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    aa78e2f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b532a14 View commit details
    Browse the repository at this point in the history
  17. Revert "backend/orm/id3: fix test for with artists songs"

    This reverts commit 5c26beb.
    vnghia committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6c7dcae View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1386146 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3123570 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    532ffdf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9700bc6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fb3cf88 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8a3f7a9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b936f3c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2127322 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    89fd298 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a52a50f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    d488543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb53651 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8832a70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9214606 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0915345 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b12577 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff08c97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d893daf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81a6710 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2be5d5b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dbede97 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ed7f72 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    0ab0b96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7324fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1ac573 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    568d70f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c45f16d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fffa47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b32db82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34ff2d1 View commit details
    Browse the repository at this point in the history
  9. api/common: add typed_uuid

    vnghia committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3d247f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    539e0a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    630b835 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    434e7ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d1f40e8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2bf2fcd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4611006 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1d4109b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d90771b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    eebf82d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9faa4f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. backend/filesystem: add exists

    vnghia committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    c8459aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d29723d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4852f61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a65c255 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    1dc125e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    150d068 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baf2c73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c9aa5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    889b537 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28c3763 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    fbb9148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae30769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    317c0bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a13f352 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11d84d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70ddb37 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

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