26 Commits

Author SHA1 Message Date
79bbeeea00 Merge pull request 'Actualizar README.md' (#3) from unai-patch-1 into main
Some checks failed
CI/CD Pipeline / test-and-lint (push) Successful in 32s
CI/CD Pipeline / publish-container (push) Failing after 3m47s
Reviewed-on: #3
v0.1
2026-02-01 19:44:45 +00:00
11668ce326 Actualizar README.md
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 36s
CI/CD Pipeline / test-and-lint (pull_request) Successful in 31s
CI/CD Pipeline / publish-container (push) Has been skipped
CI/CD Pipeline / publish-container (pull_request) Has been skipped
2026-02-01 19:44:25 +00:00
8124949d2e Merge pull request 'Dev' (#2) from Dev into main
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 33s
CI/CD Pipeline / publish-container (push) Has been skipped
Reviewed-on: #2
2026-02-01 19:39:48 +00:00
d2d8546a42 Refactor CI workflow to use dynamic registry host and image name for Docker publishing
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 40s
CI/CD Pipeline / publish-container (push) Has been skipped
CI/CD Pipeline / test-and-lint (pull_request) Successful in 36s
CI/CD Pipeline / publish-container (pull_request) Has been skipped
2026-02-01 19:37:28 +00:00
f12e9ac547 Remove optional volume configuration for persisting generated playlist in docker-compose.yml
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 40s
CI/CD Pipeline / publish-container (push) Has been skipped
2026-02-01 19:26:57 +00:00
b6142899e7 Add PYTHONPATH environment variable to Dockerfile for runtime
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 36s
CI/CD Pipeline / publish-container (push) Has been skipped
2026-02-01 19:23:44 +00:00
2cec6b73f6 Add docker-compose.yml to define m3u-builder service configuration
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 36s
CI/CD Pipeline / publish-container (push) Has been skipped
2026-02-01 19:20:05 +00:00
0ec25115e2 Update Dockerfile to create public directory for playlists and correct entry point command 2026-02-01 19:19:57 +00:00
3c3f2354e3 Refactor server module to use dedicated public directory and enhance tests for run_server and get_public_dir functions
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 35s
CI/CD Pipeline / publish-container (push) Has been skipped
2026-02-01 19:14:23 +00:00
cbf22422e3 Refactor PlaylistManager to use PUBLIC_DIR for file operations and update tests accordingly 2026-02-01 19:13:42 +00:00
fd20bb28f2 Add public directory to .gitignore for generated files 2026-02-01 19:12:52 +00:00
0dc6c3607b Update test coverage source path and adjust pytest command for consistency
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 35s
CI/CD Pipeline / publish-container (push) Has been skipped
2026-02-01 18:52:19 +00:00
4bf59efd6f Update Ruff configuration to exclude tests from linting
Some checks failed
CI/CD Pipeline / test-and-lint (push) Failing after 38s
CI/CD Pipeline / publish-container (push) Has been skipped
2026-02-01 18:49:02 +00:00
128432f679 Add unit tests for all modules including config, main, playlist, and server
Some checks failed
CI/CD Pipeline / test-and-lint (push) Failing after 32s
CI/CD Pipeline / publish-container (push) Has been skipped
2026-02-01 18:47:32 +00:00
9f7d3d98c1 Refactor import statements to use the correct module path 2026-02-01 18:47:14 +00:00
5342644b1d Liniting
Some checks failed
CI/CD Pipeline / test-and-lint (push) Failing after 32s
CI/CD Pipeline / publish-container (push) Has been skipped
2026-02-01 18:36:40 +00:00
d9dfe7b7c4 Update CI/CD pipeline to trigger on all branches
Some checks failed
CI/CD Pipeline / test-and-lint (push) Failing after 27s
CI/CD Pipeline / publish-container (push) Has been skipped
2026-02-01 18:33:15 +00:00
7de3aa5b94 Update project name and description in pyproject.toml 2026-02-01 18:28:09 +00:00
659c6350d5 Merge pull request 'Dev' (#1) from Dev into main
Some checks failed
CI/CD Pipeline / test-and-lint (push) Failing after 26s
CI/CD Pipeline / publish-container (push) Has been skipped
Reviewed-on: #1
2026-02-01 18:18:50 +00:00
9cfada5b92 Add CI/CD pipeline configuration for testing and container publishing
Some checks failed
CI/CD Pipeline / test-and-lint (pull_request) Failing after 5m13s
CI/CD Pipeline / publish-container (pull_request) Has been skipped
2026-02-01 18:16:35 +00:00
4b9481d162 Renamed ci yml to yaml 2026-02-01 18:15:41 +00:00
5b1903087a Add configuration, main module, playlist manager, and server for M3U list generation 2026-02-01 18:12:25 +00:00
9446cd7589 Renamed project name 2026-02-01 18:12:08 +00:00
ce62dc7005 Cleaned devcontainer to avoid ssh agent conflicts 2026-02-01 18:11:30 +00:00
8d2d482c05 Add pydantic-settings and requests dependencies 2026-02-01 18:10:45 +00:00
9864802b76 Initial commit 2026-02-01 17:51:28 +00:00