This website requires JavaScript.
Explore
Help
Sign In
julienfroidefond
/
iag-dev-evaluator
Watch
1
Star
0
Fork
0
You've already forked iag-dev-evaluator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
deploy.yml
Actor
All actors
julienfroidefond
Status
All status
Success
Failure
Waiting
Running
chore: readable compose up
deploy.yml #38
:
Commit
3e9b64694d
pushed by
julienfroidefond
main
2026-03-19 08:23:28 +01:00
2m20s
View workflow file
chore: rename docker service from app to iag-dev-evaluator
deploy.yml #37
:
Commit
d4bfcb93c7
pushed by
julienfroidefond
main
2026-03-16 08:15:07 +01:00
3m54s
View workflow file
feat: add templates page with list and diff comparison views
deploy.yml #36
:
Commit
7662922a8b
pushed by
julienfroidefond
main
2026-02-26 10:47:35 +01:00
3m53s
View workflow file
feat: add template V2 with updated rubrics and fix ActionResult runtime error
deploy.yml #35
:
Commit
32e1f07418
pushed by
julienfroidefond
main
2026-02-26 08:45:38 +01:00
4m26s
View workflow file
feat: improve RadarChart responsiveness with client-side rendering
deploy.yml #34
:
Commit
88da5742ec
pushed by
julienfroidefond
main
2026-02-25 14:27:41 +01:00
3m19s
View workflow file
feat: enhance RadarChart component with initial dimensions
deploy.yml #33
:
Commit
17f5dfbf94
pushed by
julienfroidefond
main
2026-02-25 14:22:41 +01:00
3s
View workflow file
feat: integrate authentication session into Header component
deploy.yml #32
:
Commit
e4a4e5a869
pushed by
julienfroidefond
main
2026-02-25 14:21:35 +01:00
4m48s
View workflow file
perf: suppression des $queryRaw redondants et cache sur getTemplates
deploy.yml #31
:
Commit
ebd8573299
pushed by
julienfroidefond
main
2026-02-25 13:32:25 +01:00
3s
View workflow file
feat: ajout favicon et icônes cross-platform (web, iOS, PWA)
deploy.yml #30
:
Commit
99e1a06137
pushed by
julienfroidefond
main
2026-02-25 09:58:37 +01:00
3m56s
View workflow file
feat: auto-save ciblé au blur avec feedback violet sur tous les champs
deploy.yml #29
:
Commit
cfde81b8de
pushed by
julienfroidefond
main
2026-02-25 08:37:23 +01:00
7m7s
View workflow file
feat: grille dashboard fluide, conteneur élargi et theme toggle plus visible
deploy.yml #28
:
Commit
895df3f7d9
pushed by
julienfroidefond
main
2026-02-24 08:49:58 +01:00
4m14s
View workflow file
Refactor EvaluationEditor component by removing unused Link import. Enhance ExportModal to include Confluence export option and update export-utils with functions for parsing questions and rubrics, and generating Confluence markup for evaluations.
deploy.yml #27
:
Commit
87326b459e
pushed by
julienfroidefond
main
2026-02-23 13:55:45 +01:00
0s
View workflow file
Enhance database seeding and update seed questions. Add database seeding command to docker-start.sh and introduce new questions related to support and scaling in seed.ts, improving the data initialization process.
deploy.yml #26
:
Commit
9ff745489f
pushed by
julienfroidefond
main
2026-02-20 16:47:59 +01:00
3m18s
View workflow file
Add name change functionality to user settings. Update SettingsPasswordForm to handle name updates, including validation and error handling. Fetch current user name for display in settings page.
deploy.yml #25
:
Commit
160e90fbde
pushed by
julienfroidefond
main
2026-02-20 14:50:24 +01:00
2m45s
View workflow file
Implement evaluation grouping by team and enhance DashboardClient with view mode selection. Add EvalCard component for improved evaluation display, including radar chart visualization and delete functionality.
deploy.yml #24
:
Commit
8073321b0f
pushed by
julienfroidefond
main
2026-02-20 14:15:34 +01:00
3m30s
View workflow file
Refactor evaluation and admin pages to use server actions for data fetching, enhancing performance and simplifying state management. Update README to reflect API route changes and remove deprecated API endpoints for users and evaluations.
deploy.yml #23
:
Commit
aab8a192d4
pushed by
julienfroidefond
main
2026-02-20 14:11:30 +01:00
3m9s
View workflow file
Add isPublic field to evaluation API and detail page for public visibility management
deploy.yml #22
:
Commit
2ef9b4d6f9
pushed by
julienfroidefond
main
2026-02-20 13:58:33 +01:00
3m7s
View workflow file
Update Dockerfile to add a new startup script and adjust permissions for entrypoint and startup scripts, simplifying the command execution process.
deploy.yml #21
:
Commit
dc8581f545
pushed by
julienfroidefond
main
2026-02-20 13:49:42 +01:00
2m54s
View workflow file
Update Docker Compose configuration to set a default volume path for the database and modify the deployment workflow to conditionally create the database directory based on the provided environment variable.
deploy.yml #20
:
Commit
521975db31
pushed by
julienfroidefond
main
2026-02-20 13:45:38 +01:00
3m5s
View workflow file
Update Dockerfile to streamline command execution by removing the database seeding step from the CMD instruction, simplifying the deployment process.
deploy.yml #19
:
Commit
04d5a9b9c2
pushed by
julienfroidefond
main
2026-02-20 13:39:53 +01:00
3m7s
View workflow file
Refactor Header component to improve code readability by formatting Link elements and adding a new settings link for user navigation.
deploy.yml #18
:
Commit
65fee6baf7
pushed by
julienfroidefond
main
2026-02-20 13:34:42 +01:00
3m13s
View workflow file
Update branding references throughout the application to reflect Peaksys as the developer, including changes to the README, admin user email, candidate team names, and metadata descriptions.
deploy.yml #17
:
Commit
e30cfedea8
pushed by
julienfroidefond
main
2026-02-20 13:30:30 +01:00
2m37s
View workflow file
Update routing logic to redirect users to the dashboard after login and evaluation actions. Refactor middleware to handle public routes and adjust navigation links across the application for improved user experience.
deploy.yml #16
:
Commit
328200f8b4
pushed by
julienfroidefond
main
2026-02-20 13:27:50 +01:00
51s
View workflow file
Refactor sign-out functionality in Header component to use async/await for improved navigation handling, ensuring a smoother user experience during logout.
deploy.yml #15
:
Commit
b1fb6762fe
pushed by
julienfroidefond
main
2026-02-20 13:25:38 +01:00
2m40s
View workflow file
Add AUTH_SECRET environment variable to Docker Compose configuration for enhanced security in service authentication.
deploy.yml #14
:
Commit
59f82e4072
pushed by
julienfroidefond
main
2026-02-20 13:20:36 +01:00
2m22s
View workflow file
Refactor Docker Compose configuration to use dynamic volume paths, update deployment workflow to create necessary directories, and enhance Prisma schema with public visibility for evaluations. Improve access control in API routes and adjust evaluation …
deploy.yml #13
:
Commit
9d8d1b257d
pushed by
julienfroidefond
main
2026-02-20 13:16:06 +01:00
2m20s
View workflow file
Update Dockerfile and package.json to use Prisma migrations, add bcryptjs and next-auth dependencies, and enhance README instructions for database setup. Refactor Prisma schema to include password hashing for users and implement evaluation sharing func…
deploy.yml #12
:
Commit
f5cbc578b7
pushed by
julienfroidefond
main
2026-02-20 13:03:03 +01:00
3m6s
View workflow file
Refactor seed data to upsert candidates and evaluations, ensuring existing evaluations are updated without clearing previous data. Enhance the evaluation creation process with detailed scoring and justification for improved clarity and relevance.
deploy.yml #11
:
Commit
9a734dc1ed
pushed by
julienfroidefond
main
2026-02-20 12:35:46 +01:00
2m20s
View workflow file
Integrate RadarChart component into DashboardPage, enhancing evaluation display with radar data visualization. Update API to include dimensions in template retrieval, and adjust RadarChart for compact mode support.
deploy.yml #10
:
Commit
34b2a8c5cc
pushed by
julienfroidefond
main
2026-02-20 12:01:26 +01:00
2m8s
View workflow file
Refactor seed data by removing outdated use cases and adjusting template dimensions, streamlining the evaluation framework for improved clarity and relevance.
deploy.yml #9
:
Commit
7a0cf76c18
pushed by
julienfroidefond
main
2026-02-20 11:55:56 +01:00
2m34s
View workflow file
First
Previous
1
2
Next
Last