Commit Graph

25 Commits

Author SHA1 Message Date
Shintaro Jokagi
17a26d332d chore(ci): enhance CI pipeline with playwright container and adjust job dependencies (#739) 2025-07-30 08:15:55 +12:00
mr. m
da96f4844a Replace motion with animejs and new layout redesign (#672)
Co-authored-by: taroj1205 <taroj1205@gmail.com>
Co-authored-by: Shintaro Jokagi <61367823+taroj1205@users.noreply.github.com>
Co-authored-by: mr. m <91018726+mauro-balades@users.noreply.github.com>
Co-authored-by: Canoa <gitgood@thatcanoa.org>
Co-authored-by: Bryan Galdámez <josuegalre@gmail.com>
2025-06-21 17:12:31 +02:00
Shintaro Jokagi
c23ca6c698 chore(ci): add dependency installation step in CI pipeline in case cache miss (#685) 2025-06-18 18:55:35 +12:00
Shintaro Jokagi
58af542675 fix(renovate): optimize configuration and update package rules (#683)
* fix(renovate): optimize configuration and update package rules

* chore(ci): update pnpm version to latest in CI pipeline configuration

* chore(ci): remove version specification for pnpm in CI pipeline configuration
2025-06-18 18:20:15 +12:00
Shintaro Jokagi
6b7458c30e ci(cache): improve ci cache in ci pipeline (#680)
* ci(cache): improve ci cache in ci pipeline

* refactor: use composite actions for ci jobs

* refactor: use composite action for node/pnpm setup

* refactor(ci): improve cache restore logic in ci pipeline

* fix(ci): fix ci node_modules cache handling

* fix(ci): improve ci pipeline cache

* fix(ci): fix ci pipeline cache

* fix(ci): upload cache properly

* fix(ci): add restore key

* refactor(ci): use matrix for simplified jobs

* refactor(ci): use matrix for simplified jobs

* fix(ci): remove problematic restore-keys from node_modules cache

* fix(ci): reorder cache logic

* chore: move turbo to dependency

* chore: update CI pipeline for improved testing workflow

* refactor(ci): enhance CI pipeline with matrix strategy for quality checks and cache management

* fix(ci): add restore-keys for improved cache efficiency

* fix(ci): add restore-keys for improved cache efficiency

* fix(ci): update cache action to use restore for node_modules
2025-06-18 17:18:13 +12:00
Shintaro Jokagi
4fccd01331 fix(ci-pipeline): update cache keys to use GitHub SHA for better cache management 2025-06-03 11:14:51 +12:00
Shintaro Jokagi
449bd00c47 fix(ci-pipeline): update vitest command to use test script 2025-06-03 11:09:55 +12:00
Shintaro Jokagi
4b9d6ba81b fix(ci-pipeline): update commands to use pnpm exec 2025-06-03 11:04:04 +12:00
Shintaro Jokagi
d472bd479e feat(turbo): integrate Turbo for task management and update CI pipeline to use Turbo commands 2025-06-03 10:57:43 +12:00
Shintaro Jokagi
b4df68a1c6 fix(cspell): rename cspell command to 'spell' in CI pipeline 2025-06-02 13:19:57 +12:00
Shintaro Jokagi
2d4c15d263 fix(ci): specify pnpm version to 10.11.0 in CI pipeline 2025-06-02 13:16:07 +12:00
Shintaro Jokagi
d7e5bb6af1 feat(pnpm): replace npm with pnpm and setup cspell 2025-06-02 13:11:57 +12:00
Shintaro Jokagi
9bae866031 chore(biome): remove biome config and update ci pipeline description 2025-05-29 00:33:11 +12:00
Shintaro Jokagi
ceef83d609 chore(ci-pipeline): add concurrency settings to optimize job execution 2025-05-28 13:47:41 +12:00
Shintaro Jokagi
6137c66370 refactor(ci-pipeline): rename format job to eslint and separate prettier checks 2025-05-28 13:47:05 +12:00
Shintaro Jokagi
7fafa6bc69 feat(prettier): add prettier formatting 2025-05-28 13:43:44 +12:00
Mr. M
acde3d1c04 Release notes for 1.12.6b 2025-05-19 01:41:39 +02:00
taroj1205
8eccb20102 fix(ci-pipeline): update Playwright job dependency from setup to build
- Changed the dependency of the Playwright job to run after the build job instead of the setup job, ensuring the correct execution order in the CI workflow.
2025-05-16 13:07:59 +12:00
taroj1205
24edc39847 fix(playwright.config): update web server configuration to use URL
- Changed the web server configuration to specify the URL as 'http://localhost:3000' for improved clarity in local development.
</message>

<message>feat(ci-pipeline): add artifact upload and download steps in CI workflow

- Introduced steps to upload the build output as an artifact after the build job.
- Added a step to download the build output artifact before running Playwright tests, ensuring the tests have access to the latest build.
2025-05-16 13:00:14 +12:00
taroj1205
024a8a4574 fix(playwright.config): remove URL from web server configuration
- Eliminated the URL specification from the web server configuration in Playwright, streamlining the setup for local development.
2025-05-16 12:52:36 +12:00
taroj1205
980883b5b1 fix(ci-pipeline): update Playwright job dependency from build to setup
- Changed the dependency of the Playwright job to run after the setup job instead of the build job, ensuring proper execution order in the CI workflow.
2025-05-16 12:42:57 +12:00
taroj1205
69ca816719 feat(ci-pipeline): add Playwright testing job to CI workflow
- Introduced a new Playwright job that runs after the build job.
- Added steps for checking out the repository, setting up Node.js, restoring node_modules from cache, installing dependencies, and installing Playwright browsers.
- Included a step to run Playwright tests, enhancing the CI pipeline with automated testing capabilities.
2025-05-16 12:38:01 +12:00
taroj1205
5d6508a306 refactor(ci-pipeline): rename Playwright job to build and streamline CI steps
- Consolidated Playwright job into a build job for clarity.
- Removed Playwright browser installation and test execution steps to simplify the workflow.
2025-05-16 11:41:40 +12:00
taroj1205
056ef53172 refactor(ci-pipeline): streamline CI steps by reorganizing dependency installation and restoring cache
- Moved Playwright browser installation and project build steps to the appropriate locations in the CI pipeline.
- Removed redundant cache paths for Playwright, optimizing the workflow.
2025-05-16 11:33:40 +12:00
taroj1205
133bbc20be feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies
- Added Playwright configuration for end-to-end testing.
- Integrated Vitest for unit testing with setup files.
- Updated package.json scripts for testing commands.
- Created CI pipeline for automated testing and builds.
- Added various test cases for components and pages.
- Updated .gitignore to exclude Playwright and coverage.
- Enhanced ModsList component with additional class for styling.
2025-05-16 11:15:14 +12:00