Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • allgo allgo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 82
    • Issues 82
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Si vous êtes un personnel Inria et que vous souhaitez participer aux tests de notre future plateforme Gitlab basée sur la version ultimate avec gitlab LFS activé merci de contacter Didier Chassignol.

  • allgo
  • allgoallgo
  • Merge requests
  • !125

Resolve "implement webapp memory limit in django"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged BAIRE Anthony requested to merge 263-implement-webapp-memory-limit-in-django into django Sep 19, 2018
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 6
  • add config key ALLGO_WEBAPP_DEFAULT_MEMORY_LIMIT_MB to set the default memory limit for newly created webapps

  • add memory limit field in WebappUpdate

  • display memory_limit in megabytes in the UI (through the memory_limit_mb form field)

  • disable the memory_limit_mb widget and ignored the posted value when user is not superuser

  • forbid negative value in the model

  • make the memory limit field required in the forms

Closes #263 (closed)

Edited Sep 19, 2018 by BAIRE Anthony
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 263-implement-webapp-memory-limit-in-django