Commit Graph

31 Commits

Author SHA1 Message Date
Félix MARQUET
65856da070 Merge branch 'main' into dev 2025-10-18 23:59:19 +02:00
Félix MARQUET
7288271cae fix: update pnpm-lock.yaml 2025-10-18 21:57:23 +00:00
Félix MARQUET
4463cc0081 Update react-dom version to 19.2.0 2025-10-18 21:57:23 +00:00
dependabot[bot]
20f5f613c2 build(deps): bump react from 19.1.0 to 19.2.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.1.0 to 19.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-18 21:57:23 +00:00
Félix MARQUET
6b11d6afb7 feat: ajouter la cible de branche 'dev' pour les mises à jour de dépendances dans dependabot.yml 2025-10-18 21:52:10 +00:00
Félix MARQUET
c0d740f4b1 Merge pull request #3 from BreizhHardware/dependabot/npm_and_yarn/react-19.2.0
build(deps): bump react from 19.1.0 to 19.2.0
2025-10-18 23:49:41 +02:00
Félix MARQUET
487e0a630a Update react-dom version to 19.2.0 2025-10-18 23:47:46 +02:00
dependabot[bot]
a95e77585c build(deps): bump react from 19.1.0 to 19.2.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.1.0 to 19.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-18 18:12:42 +00:00
Félix MARQUET
e85d007e8c Merge pull request #7 from BreizhHardware/dev
feat: add Cypress end-to-end tests for login functionality and CI configuration
2025-10-18 20:11:05 +02:00
1761fa4f45 feat: add environment variables for CI and update login test selectors 2025-10-18 20:08:28 +02:00
1994ed5810 feat: update file upload paths and add dynamic file retrieval endpoint 2025-10-18 20:05:11 +02:00
fc13c94d5f feat: update CI configuration and disable Cypress support file 2025-10-18 19:46:04 +02:00
1cf674a706 fix: correct formatting in README and update CI script to use npx for server start 2025-10-18 19:41:43 +02:00
bef0e7716d feat: update CI configuration to rename 'ci' script to 'ci:run' 2025-10-18 19:39:30 +02:00
35600023b7 feat: enhance user seeding with UUIDs and improve code formatting in various files 2025-10-18 19:37:32 +02:00
94ed954dc1 feat: add Cypress end-to-end tests for login functionality and CI configuration 2025-10-18 19:34:39 +02:00
Félix MARQUET
7a0407b098 Merge pull request #6 from BreizhHardware/dev
Dev
2025-10-18 19:29:29 +02:00
736d327050 feat: add success and error notifications for hour validation and addition 2025-10-18 19:28:39 +02:00
a6ac1e8140 feat: implement user password reset functionality and enhance settings context 2025-10-18 19:26:45 +02:00
8ccca751aa feat: update Docker setup to create uploads directory and ensure data persistence 2025-10-18 18:43:48 +02:00
1aaeafa9fc fix: update database URL path in schema.prisma to ensure correct file location 2025-10-17 23:50:53 +02:00
Félix MARQUET
8f349815ce Merge pull request #5 from BreizhHardware/dev
feat: add total summary section to dashboard and ensure upload directory creation
2025-10-17 23:46:29 +02:00
bca898a447 feat: add total summary section to dashboard and ensure upload directory creation 2025-10-17 23:45:43 +02:00
Félix MARQUET
301a3ca82e Merge pull request #4 from BreizhHardware/dev
Dev
2025-10-17 23:38:11 +02:00
024e1de04b feat: add force delete functionality for users and improve deletion confirmation flow 2025-10-17 23:37:28 +02:00
db76597b6e feat: implement password change functionality and improve UI for password management 2025-10-17 23:29:30 +02:00
4c454ad534 feat: add super admin creation, enhance date handling, and improve UI components 2025-10-17 23:16:09 +02:00
ab0f3159e7 refactor: rename app service to site-comptage-heure in docker-compose.yml 2025-10-17 22:47:22 +02:00
c266a6d6ac refactor: clean up import statements and update docker-compose configuration 2025-10-17 22:46:08 +02:00
337b07f3c5 fix: update import paths for components and utilities to relative paths 2025-10-17 22:41:52 +02:00
02643e3702 feat: initialize project structure with Next.js, Prisma, and Tailwind CSS setup 2025-10-17 21:59:13 +02:00