Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.web beat.web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beat
  • beat.webbeat.web
  • Merge requests
  • !327

Refactor update creation api

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Samuel GAIST requested to merge refactor_update_creation_api into master Apr 23, 2020
  • Overview 7
  • Commits 97
  • Pipelines 6
  • Changes 47

This merge request does the following:

  • Raise DRF errors rather than returning response to take advantage of the DRF exception handling mechanism
  • Create serialisers for PUT request to simplify the code
  • Improve validation checks in several places
  • Fixes several issues in DRF infrastructure uses
  • Fixes JSON fields handling
  • Remove routes that do no fully qualify objects
  • Implement a custom DRF exception handler that will allow to log errors
  • Improve testing
  • Improve permission management
Edited Apr 24, 2020 by Samuel GAIST
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: refactor_update_creation_api