Conversation
…rogressService - markCourseAsCompleted/markChapterAsCompleted: .get() -> .getOrDefault() (NPE fix) - markSectionAsCompleted: ajout de sectionProgress.setCompletedAt() - markCourseAsCompleted: ajout chapterId dans CourseProgress.builder() - Suppression de la double écriture completed/completedAt (déjà fait par completeIfAllSectionsFinished) - Renommage checkIfAllSectionOfCourseCompleted -> completeIfAllSectionsFinished - Correction ordre logique des put() dans markSectionAsCompleted - Variable AllSectionsCompleted -> allSectionsCompleted (convention Java) - ProgressOrchestratorService: coins et completeChapter déclenchés uniquement si status == COMPLETED
- application.properties: ajout de 'prometheus' dans endpoints.web.exposure.include - application-local.properties: même fix + suppression de management.autoconfig.enabled - prometheus.yml: cible host.docker.internal -> app:8080, intervalle 3s -> 15s, label 'My Spring Boot Application' -> 'MoneyBuddy' - docker-compose.yml: volumes persistants prometheus_data + grafana_data, depends_on, restart:unless-stopped, montage provisioning complet - datasources.yml: ajout d'un uid fixe + timeInterval - dashboards.yml + moneybuddy.json: dashboard provisionné automatiquement (Request Rate, Error Rate, Latency, Heap %, CPU, Threads, stats 1h)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
INSERT LINK TO THE TICKET
Description
INSERT DESCRIPTION OF THE THING YOU WORKED ON
Modified environment variable
LIST HERE THE VERCEL ENV VAR YOU MODIFIED