Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 826
    • Issues 826
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 63
    • Merge Requests 63
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Merge Requests
  • !349

Open
Opened 2 days ago by Marcelo Rivera@eiennohi
  • Report abuse
Report abuse

[Sprint/GiddyGiraffe] (feat): ability for channels to self-declare nsfw

closes minds#486

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://gitlab.com/eiennohi/front.git sprint/GiddyGiraffe.feat.ability-for-channels-to-self-declare-nsfw
git checkout -b eiennohi/front-sprint/GiddyGiraffe.feat.ability-for-channels-to-self-declare-nsfw FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/master
git merge --no-ff eiennohi/front-sprint/GiddyGiraffe.feat.ability-for-channels-to-self-declare-nsfw

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Request to merge eiennohi:sprint/GiddyGiraffe.feat.ability-for-channels-to-self-declare-nsfw into master
The source branch is 10 commits behind the target branch
Open in Web IDE
  • Email patches
  • Plain diff
Pipeline #66244746 (#1933) passed for 6fec3245 on eiennohi:sprint/GiddyGiraffe.feat.ability-for-channels-to-self-declare-nsfw
    Requires 2 more approvals from Devs.
    Brian Hatchet
    Brian Hatchet
    Ben Hayward
    Ben Hayward
    Martin Santangelo
    Martin Santangelo
    Mark Harding
    Mark Harding
    Emiliano Balbuena
    Emiliano Balbuena
    Ready to be merged automatically. Ask someone with write access to this repository to merge this request

    Allows commits from members who can merge to the target branch

    Closes minds#486

    Deletes source branch

    • Discussion 2
    • Commits 1
    • Pipelines 2
    • Changes 5
    0/1 discussion resolved
    • Loading...
    • Brian Hatchet
      Brian Hatchet :speech_balloon: @brianhatchet started a discussion on an old version of the diff 21 hours ago
      Last updated by Marcelo Rivera 21 minutes ago
      src/app/interfaces/entities.ts
      67 67 is_mature?: boolean;
      68 68 mature_lock?: boolean;
      69 69 tags?: Array<string>;
      70 nsfw: Array<number>;
      • Brian Hatchet
        Brian Hatchet :speech_balloon: @brianhatchet · 21 hours ago
        Maintainer

        <3

      • Marcelo Rivera @eiennohi changed this line in version 2 of the diff 21 minutes ago

        changed this line in version 2 of the diff

      Please register or sign in to reply
    • Brian Hatchet :speech_balloon: @brianhatchet approved this merge request 21 hours ago

      approved this merge request

    • Mark Harding
      Mark Harding @markeharding · 5 hours ago
      Owner

      @eiennohi can we check failing tests?

    • Marcelo Rivera @eiennohi added 1 commit 21 minutes ago

      added 1 commit

      • 6fec3245 - (feat): ability for channels to self-declare nsfw

      Compare with previous version

    • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
    Please register or sign in to reply
    Assignee
    None
    Assign to
    None
    Milestone
    None
    Assign milestone
    None
    Time tracking
    No estimate or time spent
    0
    Labels
    None
    Assign labels
    • View project labels
    Lock merge request
    Unlocked
    6
    6 participants
    user avatar
    Brian Hatchet
    user avatar
    Ben Hayward
    user avatar
    Martin Santangelo
    user avatar
    Mark Harding
    user avatar
    Emiliano Balbuena
    user avatar
    Marcelo Rivera
    Reference: minds/front!349