Add initial setup for React and Vite application #4

Merged
RaiLinKey merged 6 commits from fix into test 2026-03-24 12:37:11 +03:00
Owner
  • 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.
- 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.
RaiLinKey added 1 commit 2026-03-24 12:11:15 +03:00
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
20eb72a71d
- 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.

Проверки не пройдены!

Результаты проверок:

Проверка Статус
Backend tests Ошибка
Frontend build Ошибка

Детали:

Пожалуйста, исправьте ошибки перед слиянием. 🚨

## ❌ Проверки не пройдены! ### Результаты проверок: | Проверка | Статус | |----------|--------| | **Backend tests** | ❌ Ошибка | | **Frontend build** | ❌ Ошибка | ### Детали: - **Ветка**: fix - **Коммит**: `20eb72a71d692f6150edac75b00bd7eec1c61719` - **Запуск**: [Смотреть детали](http://5.129.221.254:3000/RLK/python-common-app/actions/runs/12) Пожалуйста, исправьте ошибки перед слиянием. 🚨
RaiLinKey added 1 commit 2026-03-24 12:15:41 +03:00
some shit
Some checks failed
CI/CD / test-backend (pull_request) Successful in 7s
CI/CD / test-frontend (pull_request) Successful in 55s
CI/CD / create-archives (pull_request) Failing after 4s
CI/CD Pipeline / Overall Status ✅ All checks passed successfully
CI/CD / pr-status (pull_request) Successful in 1s
CI/CD / comment-on-failure (pull_request) Has been skipped
CI/CD / cleanup (pull_request) Successful in 1s
0fe735ddf0
RaiLinKey added 1 commit 2026-03-24 12:21:44 +03:00
Improve CI workflow by adding logging for zip creation and enforcing file presence. Added error handling for zip commands and a check to ensure artifacts are created before upload.
Some checks failed
CI/CD / test-backend (pull_request) Successful in 7s
CI/CD / test-frontend (pull_request) Successful in 9s
CI/CD / create-archives (pull_request) Failing after 3s
CI/CD Pipeline / Overall Status ✅ All checks passed successfully
CI/CD / pr-status (pull_request) Successful in 1s
CI/CD / comment-on-failure (pull_request) Has been skipped
CI/CD / cleanup (pull_request) Successful in 1s
a06a9f585b
RaiLinKey added 1 commit 2026-03-24 12:24:16 +03:00
Update CI workflow to use actions/upload-artifact@v3 for artifact uploads
All checks were successful
CI/CD / test-backend (pull_request) Successful in 7s
CI/CD / test-frontend (pull_request) Successful in 8s
CI/CD / create-archives (pull_request) Successful in 26s
CI/CD Pipeline / Overall Status ✅ All checks passed successfully
CI/CD / pr-status (pull_request) Successful in 1s
CI/CD / comment-on-failure (pull_request) Has been skipped
CI/CD / cleanup (pull_request) Successful in 1s
31afed45c0
RaiLinKey added 1 commit 2026-03-24 12:29:09 +03:00
Refactor CI workflow to create a single full-build.zip archive containing both api and web directories, with improved exclusion patterns. Update artifact upload step to use the new archive and maintain error handling for zip command.
All checks were successful
CI/CD / test-backend (pull_request) Successful in 7s
CI/CD / test-frontend (pull_request) Successful in 9s
CI/CD / create-archives (pull_request) Successful in 4s
CI/CD Pipeline / Overall Status ✅ All checks passed successfully
CI/CD / pr-status (pull_request) Successful in 1s
CI/CD / comment-on-failure (pull_request) Has been skipped
CI/CD / cleanup (pull_request) Successful in 1s
71fdd9dcca
RaiLinKey added 1 commit 2026-03-24 12:35:24 +03:00
Comment out the full-build.zip creation step in CI workflow and update artifact upload to include api and web directories directly.
All checks were successful
CI/CD / test-backend (pull_request) Successful in 6s
CI/CD / test-frontend (pull_request) Successful in 9s
CI/CD / create-archives (pull_request) Successful in 3s
CI/CD Pipeline / Overall Status ✅ All checks passed successfully
CI/CD / pr-status (pull_request) Successful in 1s
CI/CD / comment-on-failure (pull_request) Has been skipped
CI/CD / cleanup (pull_request) Successful in 1s
38faec32f1
RaiLinKey merged commit 9d4fc2cff5 into test 2026-03-24 12:37:11 +03:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RLK/python-common-app#4