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: adeyosemanputra/pygoat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RupakBiswas-2304/pygoat
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.
  • 2 commits
  • 21 files changed
  • 1 contributor

Commits on Mar 3, 2023

  1. New feature initiated. Challenge Section unlocked

    - All the section should be dockerized.
    - No need to create individual endpoint for challenge
    - Now its easy to add challenge just by adding in the db
    - DB is not pushed in database, so the challenges are stored in a json
    file at `pygoat/challenge/challenge.json`
    - For populating challenges to db, use the command `python3 manage.py
    populate_challenge`
    RupakBiswas-2304 committed Mar 3, 2023
    Copy the full SHA
    eb60468 View commit details
  2. Copy the full SHA
    b2e9f25 View commit details
Loading