Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenClassrooms-Student-Center/JavaPathENProject8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LeoCanet/JavaPathENProject8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 19, 2025

  1. Ajout des dépendances

    NasbyLeo committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    3f8728f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Configuration menu
    Copy the full SHA
    aa91e5b View commit details
    Browse the repository at this point in the history
  2. Fix getNearbyAttractions: implémente les 5 attractions les plus proch…

    …es avec PriorityQueue et ajoute les détails JSON
    NasbyLeo committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    5f80834 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. getNearbyAttractions : Remplacement de HashMap par un DTO. Ajout de g…

    …etNearbyAttractionsWithDetails dans la classe TourGuideService
    NasbyLeo committed May 2, 2025
    Configuration menu
    Copy the full SHA
    773d152 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Optimisation des performances pour TourGuideService : mise en place d…

    …e parallélisation avec CompletableFuture, Enchaînement des opérations asynchrones, Pool de threads optimisé avec ExecutorService, Mise en cache des positions récentes
    NasbyLeo committed May 16, 2025
    Configuration menu
    Copy the full SHA
    e4c7ed6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Suppression du cache pour trackUserLocation, Optimisation des perform…

    …ances pour calculateRewards
    NasbyLeo committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    afa48b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. perf: Optimise RewardsService et améliore la suite de tests

    - Optimise l'algorithme de calcul des récompenses avec un Set.
    - Rend RewardsService asynchrone (retourne CompletableFuture).
    - Refactorise tous les tests pour utiliser l'injection de dépendances Spring.
    - Corrige les fuites d'état entre les tests pour les rendre robustes.
    NasbyLeo committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    48fdab3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Nettoyage du code

    NasbyLeo committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    4a79ced View commit details
    Browse the repository at this point in the history
  2. Test Pipeline CI/CD

    NasbyLeo committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    f2301c3 View commit details
    Browse the repository at this point in the history
  3. Test Pipeline CI/CD

    NasbyLeo committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    543ab77 View commit details
    Browse the repository at this point in the history
  4. Pipeline CI/CD

    NasbyLeo committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    362410b View commit details
    Browse the repository at this point in the history
  5. Fix Pipeline CI/CD

    NasbyLeo committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    4c019d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Ajout de documentation

    NasbyLeo committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    6ab160d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66acbe5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Modification documentation

    LeoCanet committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    b06ca2b View commit details
    Browse the repository at this point in the history
Loading