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/JavaDA_PROJECT7_RESTAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Carac92/JavaDA_PROJECT7_RESTAPI
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.
  • 12 commits
  • 578 files changed
  • 2 contributors

Commits on Jan 9, 2023

  1. Creation of the entity refactor of data.sql to respect the naming con…

    …ventions
    Quentin Caracatzanis
    Quentin Caracatzanis committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8793fd7 View commit details
    Browse the repository at this point in the history
  2. implementing Service

    implementing service for each domain with CRUD actions
    Quentin Caracatzanis
    Quentin Caracatzanis committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2068d03 View commit details
    Browse the repository at this point in the history
  3. Added securityconfig but need to be modified, added the getById in th…

    …e different services, completed the controller
    Quentin Caracatzanis
    Quentin Caracatzanis committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0521e1e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Service Unit test + password verification

    Quentin Caracatzanis
    Quentin Caracatzanis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    86ab00a View commit details
    Browse the repository at this point in the history
  2. Correction of pom.xml to do mvn verify. and have jacoco reports

    Quentin Caracatzanis
    Quentin Caracatzanis committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    0e79840 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4432c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. added JavaDoc and modified to test to mock the password verification

    Quentin Caracatzanis
    Quentin Caracatzanis committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    4a5baa2 View commit details
    Browse the repository at this point in the history
  2. added XML in jacoco report

    Quentin Caracatzanis
    Quentin Caracatzanis committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2fc85ab View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Minor corrections after localized few bugs

    Quentin Caracatzanis
    Quentin Caracatzanis committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1a6a502 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. refactoring of the structure of the project as requested

    Quentin Caracatzanis
    Quentin Caracatzanis committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3a7c6db View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Carac92 authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8aff4a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update README.md

    Carac92 authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c0ce678 View commit details
    Browse the repository at this point in the history
Loading