Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • cubicweb cubicweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 182
    • Issues 182
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 31
    • Merge requests 31
  • 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
  • cubicweb
  • cubicwebcubicweb
  • Merge requests
  • !172

draft: pyramid 2.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Simon Chabot requested to merge topic/default/pyramid-2.0 into branch/default Mar 01, 2021
  • Overview 3
  • Commits 39
  • Pipelines 16
  • Changes 3

pyramid 2.0 has been release yesterday, and we need to fix some stuff.

  • pyramid.compat as been dropped
  • in the cookiejar, the domain is now ".localhost" (I dont understand why, is it what we want ? or is it a bug)
  • to actually do the redirect, we need to return the exception, raising the exception crashes the application. I dont see any mention of that in the pyramid's changelog (cf https://docs.pylonsproject.org/projects/pyramid/en/2.0-branch/whatsnew-2.0.html)

related: #272

Edited Dec 02, 2021 by François Ferry
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/default/pyramid-2.0