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: RochMoreau/secure-web-dev-backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: FeDorDrolma98/secure-web-dev-backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 86 files changed
  • 1 contributor

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    8a745b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from RochMoreau/main

    CORS Policy allow all origins
    FeDorDrolma98 authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    314f21c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    72944b6 View commit details
    Browse the repository at this point in the history
  2. (au dernier commit, le principal probleme etait +page.js au lieu de +…

    …page.server.js)
    
    pb au deployment (JwtStrategy requires a secret or key). comme le code a l'air bon (si j'essai de faire reference a d'autres trucs que passport-jwt ou local ca bug), je fait "npm install passport-jwt", peutetre que ca reglera le pb
    FeDorDrolma98 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    83a5118 View commit details
    Browse the repository at this point in the history
  3. on installe yarn tant qu'on y est (pour render et deployment)

    on a aussi verfié que jwt_secret etait bien load, ce qui etait effectivement le cas
    FeDorDrolma98 committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    fc8d741 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Pour le deployment, on a intégré le .env a render (c'etait ca le pb e…

    …n realité).
    
    A present, on ajoute des fonctionnalité de mongoose pour regler d'autres trucs
    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    001cc62 View commit details
    Browse the repository at this point in the history
  2. Dans les setting de render, j'ai mis methode avec . et je lui ai dit …

    …de faire npm install au lieu de yarn. et node index.js pour debut aussi
    
    marche toujours pas
    rajoute le port dans le .env
    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    bb2c4f4 View commit details
    Browse the repository at this point in the history
  3. pour netlify

    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    ca36ea4 View commit details
    Browse the repository at this point in the history
  4. pour netlify

    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    45cb396 View commit details
    Browse the repository at this point in the history
  5. Revert "pour netlify"

    This reverts commit 45cb396.
    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    7dcc4d2 View commit details
    Browse the repository at this point in the history
  6. creation .toml

    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    14ecc4d View commit details
    Browse the repository at this point in the history
  7. pour output directory

    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    f752dfe View commit details
    Browse the repository at this point in the history
  8. test de synchro du git

    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    52eab5f View commit details
    Browse the repository at this point in the history
  9. Logo + modif README

    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    90c7617 View commit details
    Browse the repository at this point in the history
  10. Logo + modif README

    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    58e834b View commit details
    Browse the repository at this point in the history
  11. Reprise front

    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5309c0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae106ef View commit details
    Browse the repository at this point in the history
  13. Update logo.png

    FeDorDrolma98 committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5d6489d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Update +layout.svelte

    FeDorDrolma98 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    350d602 View commit details
    Browse the repository at this point in the history
Loading