Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 375
    • Issues 375
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !1875

Add support for debugging and testing python in gitpod

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kasper Seweryn requested to merge wvffle/gitpod-support into develop Jul 14, 2022
  • Overview 2
  • Commits 21
  • Pipelines 19
  • Changes 14

I moved away from running everything in the docker. Currently docker is there only for postgres, redis and nginx. Backend as well as frontend are now being run as standalone gitpod tasks.

I've added python manage.py gitpod command with init and dev subcommands:

  • init creates a gitpod user and imports the library from funkwhale/catalog to this user.
  • dev starts django app with uvicorn and debugpy for VSCode debugging support
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wvffle/gitpod-support