Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Mobile
Minds Mobile
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Dependency List
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 118
    • Issues 118
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 14
    • Merge Requests 14
  • Packages
    • Packages
    • List
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Minds
  • Minds MobileMinds Mobile
  • Merge Requests
  • !247

Open
Opened 2 weeks ago by Juan Manuel Solaro@juanmsolaro
  • Report abuse
Report abuse

[Sprint/InterestingIguana] (feat) enabling disabling comments in posts

Closes #1043 #1044 #1045 #1046 #1064 #1123

Edited 4 hours ago by Juan Manuel Solaro

Check out, review, and merge locally

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

git fetch https://gitlab.com/juanmsolaro/mobile-native.git sprint/InterestingIguana.feat.enable.disable.comments
git checkout -b juanmsolaro/mobile-native-sprint/InterestingIguana.feat.enable.disable.comments 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/v3.8.0-rc2
git merge --no-ff juanmsolaro/mobile-native-sprint/InterestingIguana.feat.enable.disable.comments

Step 4. Push the result of the merge to GitLab

git push origin v3.8.0-rc2

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 juanmsolaro:sprint/InterestingIguana.feat.enable.disable.comments into v3.8.0-rc2
The source branch is 38 commits behind the target branch
Open in Web IDE
  • Email patches
  • Plain diff
Pipeline #72940065 passed for ef113722 on juanmsolaro:sprint/InterestingIguana.feat.enable.disable.comments
    Requires 2 more approvals.
    Ready to be merged automatically. Ask someone with write access to this repository to merge this request
    • Discussion 3
    • Commits 11
    • Pipelines 9
    • Changes 16
    1/2 threads resolved
    • Loading...
    • Brian Hatchet :speech_balloon: @brianhatchet approved this merge request 2 weeks ago

      approved this merge request

    • Juan Manuel Solaro @juanmsolaro added 1 commit 2 weeks ago

      added 1 commit

      • eb0d1883 - (feat) disable comments on blogs

      Compare with previous version

    • Juan Manuel Solaro @juanmsolaro added 1 commit 2 weeks ago

      added 1 commit

      • 9e90af8f - (feat) add endpoint request for disabling comments

      Compare with previous version

    • Juan Manuel Solaro @juanmsolaro unmarked as a Work In Progress 2 weeks ago

      unmarked as a Work In Progress

    • Juan Manuel Solaro @juanmsolaro changed the description 2 weeks ago

      changed the description

    • Juan Manuel Solaro @juanmsolaro added 1 commit 2 weeks ago

      added 1 commit

      • 4a4cafd4 - (fix) add showerror method to blogs view

      Compare with previous version

    • Juan Manuel Solaro @juanmsolaro marked as a Work In Progress 1 week ago

      marked as a Work In Progress

    • Juan Manuel Solaro @juanmsolaro added 2 commits 1 week ago

      added 2 commits

      • 429ab71d - (fix) update test snapshots
      • d3e37b67 - (feat) ability to disable group conversations

      Compare with previous version

    • Juan Manuel Solaro @juanmsolaro added 1 commit 1 week ago

      added 1 commit

      • bd1236c8 - (fix) vertical align 'more' button

      Compare with previous version

    • Juan Manuel Solaro @juanmsolaro unmarked as a Work In Progress 1 week ago

      unmarked as a Work In Progress

    • Juan Manuel Solaro @juanmsolaro changed the description 1 week ago

      changed the description

      • Brian Hatchet
        Brian Hatchet :speech_balloon: @brianhatchet · 1 week ago
        Maintainer
        Resolved by Juan Manuel Solaro 1 week ago

        Got some merge conflicts that need cleaned up @juanmsolaro

      • Juan Manuel Solaro
        Juan Manuel Solaro
        Last reply by Juan Manuel Solaro 1 week ago
    • Juan Manuel Solaro @juanmsolaro added 70 commits 1 week ago

      added 70 commits

      • bd1236c8...dd7922c1 - 69 commits from branch minds:master
      • 9c52372f - Merge branch 'master' into 'sprint/InterestingIguana.feat.enable.disable.comments'

      Compare with previous version

    • Juan Manuel Solaro @juanmsolaro resolved all threads 1 week ago

      resolved all threads

    • Juan Manuel Solaro @juanmsolaro marked as a Work In Progress 1 day ago

      marked as a Work In Progress

    • Juan Manuel Solaro @juanmsolaro added 2 commits 1 day ago

      added 2 commits

      • f5fe7c80 - (feat) add feature flag to enable disable comments functionality
      • 0dc4185f - Merge branch 'sprint/InterestingIguana.feat.enable.disable.comments' of...

      Compare with previous version

    • Juan Manuel Solaro @juanmsolaro changed the description 1 day ago

      changed the description

    • Juan Manuel Solaro @juanmsolaro added 1 commit 5 hours ago

      added 1 commit

      • ef113722 - (fix) add spacing to be on a par with standard

      Compare with previous version

    • Juan Manuel Solaro @juanmsolaro unmarked as a Work In Progress 4 hours ago

      unmarked as a Work In Progress

    • Juan Manuel Solaro @juanmsolaro changed target branch from master to v3.8.0-rc2 4 hours ago

      changed target branch from master to v3.8.0-rc2

    • Martin Santangelo
      Martin Santangelo @msantang78 started a thread on the diff 42 minutes ago
      src/groups/GroupModel.js
      1 import { observable, decorate } from 'mobx';
      1 import { observable, decorate, action } from 'mobx';
      2 2 import BaseModel from '../common/BaseModel';
      3 import groupsService from './GroupsService';
      3 4
      4 5 /**
      5 6 * Group model
      6 7 */
      7 8 export default class GroupModel extends BaseModel {
      9 @observable conversationDisabled = false;
      • Martin Santangelo
        Martin Santangelo @msantang78 · 42 minutes ago
        Maintainer

        Maybe we can put this observable in the decorate at the end of the file: adding 'conversationDisabled': observable

      • Please register or sign in to reply
    • 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
    0 Assignees
    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
    3
    3 participants
    user avatar
    Martin Santangelo
    user avatar
    Juan Manuel Solaro
    user avatar
    Brian Hatchet
    Reference: minds/mobile-native!247