Commit Graph

13 Commits

Author SHA1 Message Date
20eb72a71d Add initial setup for React and Vite application
Some checks failed
CI/CD / test-backend (pull_request) Failing after 14s
CI/CD / test-frontend (pull_request) Has been skipped
CI/CD / create-archives (pull_request) Failing after 4s
CI/CD Pipeline / Overall Status ❌ Some checks failed
CI/CD / pr-status (pull_request) Failing after 1s
CI/CD / comment-on-failure (pull_request) Successful in 1s
CI/CD / cleanup (pull_request) Successful in 1s
- Created essential files including `package.json`, `vite.config.js`, and `index.html`.
- Added ESLint configuration for code quality.
- Included basic styles in `App.css` and `index.css`.
- Implemented main application component in `App.jsx` with a counter feature.
- Added necessary assets such as logos and icons.
- Established a `.gitignore` file to exclude unnecessary files.
2026-03-24 12:10:25 +03:00
2962870dd3 Merge branch 'test' into fix
Some checks failed
CI/CD / test-backend (pull_request) Failing after 6s
CI/CD / test-frontend (pull_request) Has been skipped
CI/CD / create-archives (pull_request) Failing after 3s
CI/CD Pipeline / Overall Status ❌ Some checks failed
CI/CD / pr-status (pull_request) Failing after 1s
CI/CD / comment-on-failure (pull_request) Successful in 1s
CI/CD / cleanup (pull_request) Successful in 1s
2026-03-24 11:56:05 +03:00
49fa6b5556 Enhance CI workflow by adding frontend testing and PR status updates. Implemented failure comments for PRs and adjusted artifact retention policy. 2026-03-24 11:55:14 +03:00
84055cd389 Commented out the failing test_checker function in test_app.py
Some checks failed
CI/CD / test-backend (pull_request) Failing after 5s
CI/CD / create-archives (pull_request) Has been skipped
2026-03-24 11:38:09 +03:00
4eaa80c563 test archive 2026-03-24 11:30:17 +03:00
d6638215f1 failed test
Some checks failed
CI / test (push) Failing after 7s
Test Workflow / test (push) Successful in 1s
2026-03-23 14:12:00 +03:00
63ed421823 test
All checks were successful
CI / test (push) Successful in 7s
Test Workflow / test (push) Successful in 1s
2026-03-23 14:11:08 +03:00
e69b3bbb08 Тесты и запуск тестов в раннере
All checks were successful
CI / test (push) Successful in 1m19s
Test Workflow / test (push) Successful in 1s
2026-03-23 14:07:34 +03:00
334d8194a2 тестим тестим правим правим
All checks were successful
Test Workflow / test (push) Successful in 24s
2026-03-23 12:46:28 +03:00
43869ac372 Создан пример приложения 2026-03-20 17:28:57 +03:00
ea8694bced removed .DS_Store 2026-03-20 17:28:22 +03:00
44d3c7d20a Сервис от гити 2026-03-20 16:56:49 +03:00
b790bc4e5e Initial commit 2026-03-20 16:49:15 +03:00