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

[#99] Add some utility endpoint for proper API programming

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Emmanuel Ormancey requested to merge 99-add-some-utility-endpoint-for-proper-api-programming into master Oct 04, 2021
  • Overview 4
  • Commits 2
  • Pipelines 4
  • Changes 8

Closes #99 (closed)

  • Add /channel/:id/owner endpoint to change channel owner (allowed for channel owner and SUPPORTERS role)
  • Add /me endpoint returning current user ifnromation like user_id in order to user properly some other endpoint requiring userId (e.g. removeMember, unsubscribe, etc.)
  • Updated pg package to latest
  • Updated to node14 in the Dockerfile

Relates to Egroup to Channel migration automation (notifications-samples#3 (closed))

Edited Oct 06, 2021 by Emmanuel Ormancey
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 99-add-some-utility-endpoint-for-proper-api-programming