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 409
    • Issues 409
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 18
    • Merge requests 18
  • 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
  • !944

Channels [models, API]

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Agate requested to merge 170-model into develop Oct 29, 2019
  • Overview 0
  • Commits 8
  • Pipelines 7
  • Changes 23

See #170 (closed):

  • Model/database layer to represent channels: a channel a database entry linking to:
    • An artist
    • An actor (to broadcast activities on federation)
    • An owner (the account who owns the channel, expressed in the attributed_to field)
    • A library (to store the channel uploads)
  • CRUD API to manage channels
  • Django admin module
  • Feature flag to disable channels
  • Exclude channels-related tracks, albums and artists by default on existing endpoints to preserve backward compatibility

Ready for review @funkwhale/reviewers-python

Edited Nov 13, 2019 by Agate
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 170-model