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 822
    • Issues 822
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 62
    • Merge Requests 62
  • 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
  • !295

Merged
Opened 1 month ago by Brian Hatchet@brianhatchet:speech_balloon:
  • Report abuse
Report abuse

Admin firehose

Edited 6 days ago by Brian Hatchet
Request to merge brianhatchet:admin_firehose into master
  • Email patches
  • Plain diff
Pipeline #65640731 (#101) passed for 4e769467 on brianhatchet:admin_firehose
    Merge request approved. Approved by
    Marcelo Rivera
    Marcelo Rivera
    Mark Harding
    Mark Harding
    Emiliano Balbuena
    Emiliano Balbuena
    Ben Hayward
    Ben Hayward
    Martin Santangelo
    Martin Santangelo

    Merged by Mark Harding 6 hours ago

    The changes were merged into master with 65b5bbb3

    The source branch has been deleted

    Allows commits from members who can merge to the target branch

    Pipeline #65819339 (#490) passed for 65b5bbb3 on master
          • Discussion 9
          • Commits 19
          • Pipelines 16
          • Changes 10
          0/3 discussions resolved
          • Loading...
          • Brian Hatchet :speech_balloon: @brianhatchet changed milestone to %sprint: Elevated Eagle 1 month ago

            changed milestone to %sprint: Elevated Eagle

          • Brian Hatchet :speech_balloon: @brianhatchet added 1 commit 1 month ago

            added 1 commit

            • f5b78635 - WIP firehose with keyboard navigation

            Compare with previous version

          • Mark Harding
            Mark Harding @markeharding started a discussion on an old version of the diff 1 month ago
            Last updated by Brian Hatchet 4 weeks ago
            src/app/common/components/nsfw-selector/nsfw-selector.component.ts
            2 2 Component,
            3 3 EventEmitter,
            4 4 Input,
            5 Output,
            5 Output
            • Mark Harding
              Mark Harding @markeharding · 1 month ago
              Owner

              Can we keep the trailing commas?

            • Brian Hatchet
              Brian Hatchet :speech_balloon: @brianhatchet · 4 weeks ago
              Maintainer

              Added back

            • Brian Hatchet :speech_balloon: @brianhatchet changed this line in version 6 of the diff 4 weeks ago

              changed this line in version 6 of the diff

            Please register or sign in to reply
          • Mark Harding
            Mark Harding @markeharding started a discussion on an old version of the diff 1 month ago
            Last updated by Brian Hatchet 4 weeks ago
            src/app/controllers/admin/firehose/firehose.component.html
            1
            2 <div class="m-admin-firehose mdl-grid">
            3 <ng-container *ngIf="activity">
            4 <div class="m-firehose--moderator-action m-firehose--moderator-action--left-button mdl-color--white m-border mdl-cell mdl-cell--1-col"
            • Mark Harding
              Mark Harding @markeharding · 1 month ago
              Owner

              Can we use new style m-firehose__moderatorAction?

            • Mark Harding
              Mark Harding @markeharding · 1 month ago
              Owner

              and use --modifier

            • Brian Hatchet
              Brian Hatchet :speech_balloon: @brianhatchet · 4 weeks ago
              Maintainer

              Refactored

            • Brian Hatchet :speech_balloon: @brianhatchet changed this line in version 6 of the diff 4 weeks ago

              changed this line in version 6 of the diff

            Please register or sign in to reply
          • Mark Harding
            Mark Harding @markeharding started a discussion on an old version of the diff 1 month ago
            Last updated by Brian Hatchet 4 weeks ago
            src/app/controllers/admin/firehose/firehose.component.ts
            16 activities: Array<any> = [];
            17 activity: any = null;
            18 inProgress: boolean = true;
            19 reportModalOpened: boolean = false;
            20
            21 @ViewChild('firehoseReportModal') modal: ReportReasonModalComponent;
            22
            23 constructor(private session: Session, public client: Client) {}
            24
            25 ngOnInit() {
            26 this.load();
            27 }
            28
            29 private load() {
            30 this.inProgress = true;
            31 return this.client.get('api/v2/admin/firehose')
            • Mark Harding
              Mark Harding @markeharding · 1 month ago
              Owner

              can we use async/await?

            • Brian Hatchet :speech_balloon: @brianhatchet changed this line in version 4 of the diff 4 weeks ago

              changed this line in version 4 of the diff

            • Brian Hatchet
              Brian Hatchet :speech_balloon: @brianhatchet · 4 weeks ago
              Maintainer

              Used async and wait

            Please register or sign in to reply
          • Brian Hatchet :speech_balloon: @brianhatchet changed target branch from master to epic/ReportingAndModeration 1 month ago

            changed target branch from master to epic/ReportingAndModeration

          • Brian Hatchet :speech_balloon: @brianhatchet added 1 commit 4 weeks ago

            added 1 commit

            • 2ed734e3 - unit tests

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet added 1 commit 4 weeks ago

            added 1 commit

            • 0a59370c - unit tests for report reason modal

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet unmarked as a Work In Progress 4 weeks ago

            unmarked as a Work In Progress

          • Brian Hatchet :speech_balloon: @brianhatchet added 1 commit 4 weeks ago

            added 1 commit

            • 76ac4c78 - MR changes

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet added 23 commits 3 weeks ago

            added 23 commits

            • 76ac4c78...3590ad06 - 22 commits from branch minds:epic/ReportingAndModeration
            • bd8b5f50 - Merge remote-tracking branch 'upstream/epic/ReportingAndModeration' into admin_firehose

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet added 19 commits 2 weeks ago

            added 19 commits

            • bd8b5f50...aff31974 - 18 commits from branch minds:epic/ReportingAndModeration
            • ca16369c - Merge remote-tracking branch 'upstream/epic/ReportingAndModeration' into admin_firehose

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet added 4 commits 2 weeks ago

            added 4 commits

            • ca16369c...dd47771c - 3 commits from branch minds:epic/ReportingAndModeration
            • b1d0f465 - Merge remote-tracking branch 'upstream/epic/ReportingAndModeration' into admin_firehose

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet added 31 commits 2 weeks ago

            added 31 commits

            • 8d2c3644 - (feat): buy buttons
            • 2a627f99 - (fix): show correct eth balance
            • 2f4ff888 - (chore): reduce boost rotator threshold due to backlog
            • bfd43112 - [Sprint/ElevatedEagle] (feat): blog e2e tests
            • e9bbf747 - Merge branch 'sprint/ElevatedEagle.feat.blog-e2e-tests' into 'master'
            • ddcfd4f7 - [Sprint/DapperDingo] (feat): newsfeed e2e tests
            • 68a08789 - Merge branch 'sprint/DapperDingo.feat.newsfeed-e2e-tests' into 'master'
            • 9f371307 - Added bottom padding for login component #1319 (closed)
            • 3cd970c4 - Merge branch 'fix-css-out-of-bounds-mobile-web' into 'master'
            • 4317679d - [Sprint/CleverChipmunk] (fix): notification popups are behind groups topbar on mobile web
            • 729de3ad - Merge branch...
            • 9964e7bc - iOS - Quickfix to CSS
            • 2b3c7bb5 - Merge branch 'ios-signup-css-fix' into 'master'
            • 8d743d44 - Sprint/ElevatedEagle: Fixed colour theme issue on bulb button #1300 (closed)
            • 123c5f52 - Merge branch 'fix-blacked-out-bulb-button-video-1300' into 'master'
            • 9ad37154 - (fix): remove loggedOutLeftContainer template
            • 445b95f7 - (fix): only set timeout for theme toggling if logged in
            • ad7549d3 - Merge branch 'epic/ReportingAndModeration'
            • 639a433e - (feat): eth purchase modal
            • b80660fb - (fix): Change blocked user's content on remind notice (#1325 (closed))
            • 6a385887 - Merge branch 'sprint/FunnyFrog.remind-message' into 'master'
            • 362e9b26 - (feat): unleash darkmode
            • 73c20ec7 - (chore): blogs have min-height vs height
            • cc44538d - (fix): if no entity then don't blow up
            • b0231389 - Merge branch...
            • 9238d798 - (feature) Metamask download prompts in our transaction overlays
            • d3c3b508 - Merge branch 'metamask-buy-token-modal' into 'epic/onchainImprovements'
            • 2817a391 - Merge branch 'epic/onchainImprovements' of gitlab.com:minds/front
            • b1351f4f - (fix) Don't prompt for metamask on offchain wires
            • d5b84390 - Merge branch 'fixing-wire-creator-offchain' into 'master'
            • 4243f5bd - Merge remote-tracking branch 'upstream/master' into admin_firehose

            Compare with previous version

            Toggle commit list
          • Brian Hatchet :speech_balloon: @brianhatchet added 3 commits 2 weeks ago

            added 3 commits

            • 5fff56d2 - (chore); bettwr improve window focusing and correcting position for boost rotator
            • d50bb5f4 - (feat): support boosted onchain label on frontend
            • 272501b6 - Merge remote-tracking branch 'upstream/master' into admin_firehose

            Compare with previous version

          • Mark Harding @markeharding changed target branch from epic/ReportingAndModeration to master 2 weeks ago

            changed target branch from epic/ReportingAndModeration to master

          • Brian Hatchet :speech_balloon: @brianhatchet added 1 commit 1 week ago

            added 1 commit

            • 158278fd - WIP adding in the existing report dialog

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet marked as a Work In Progress from brianhatchet/front@158278fd 1 week ago

            marked as a Work In Progress from brianhatchet/front@158278fd

          • Brian Hatchet :speech_balloon: @brianhatchet added 6 commits 1 week ago

            added 6 commits

            • 158278fd...dbdc747a - 4 commits from branch minds:master
            • 022538fb - Merge remote-tracking branch 'upstream/master' into admin_firehose
            • e4c08b46 - Fixing unit tests

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet added 9 commits 1 week ago

            added 9 commits

            • e4c08b46...8d20be4c - 7 commits from branch minds:master
            • 9e5a944f - Merge remote-tracking branch 'upstream/master' into admin_firehose
            • 14e57d3a - Merge remote-tracking branch 'upstream/master' into admin_firehose

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet added 4 commits 6 days ago

            added 4 commits

            • 14e57d3a...ffcd4c49 - 2 commits from branch minds:master
            • 4458316c - Merge remote-tracking branch 'upstream/master' into admin_firehose
            • a0dadbd5 - Firehose size fix

            Compare with previous version

          • Brian Hatchet :speech_balloon: @brianhatchet unmarked as a Work In Progress 6 days ago

            unmarked as a Work In Progress

          • Brian Hatchet :speech_balloon: @brianhatchet added 9 commits 1 day ago

            added 9 commits

            • a0dadbd5...85c3f611 - 8 commits from branch minds:master
            • d71fb6a3 - Merge remote-tracking branch 'upstream/master' into admin_firehose

            Compare with previous version

          • Mark Harding @markeharding added 1 commit 1 day ago

            added 1 commit

            • 4e769467 - (fix): failing test due to success not being set for admin

            Compare with previous version

          • Mark Harding @markeharding approved this merge request 1 day ago

            approved this merge request

          • Mark Harding
            Mark Harding @markeharding · 1 day ago
            Owner

            @all please approve

          • Mark Harding
            Mark Harding @markeharding · 1 day ago
            Owner

            @all please approve

          • Marcelo Rivera @eiennohi approved this merge request 18 hours ago

            approved this merge request

          • Mark Harding @markeharding merged 6 hours ago

            merged

          • Mark Harding @markeharding mentioned in commit 65b5bbb3 6 hours ago

            mentioned in commit 65b5bbb3

          • 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
          Brian Hatchet's avatar Brian Hatchet @brianhatchet
          Assign to
          sprint: Elevated Eagle
          Milestone
          sprint: Elevated Eagle
          Assign milestone
          None
          Time tracking
          No estimate or time spent
          0
          Labels
          None
          Assign labels
          • View project labels
          Lock merge request
          Unlocked
          15
          15 participants
          user avatar
          Emiliano Balbuena
          user avatar
          Ben Hayward
          user avatar
          Martin Santangelo
          user avatar
          Brian Hatchet
          user avatar
          Mark Harding
          user avatar
          Marcelo Rivera
          user avatar
          Olivia Madrid
          Reference: minds/front!295

          Revert this merge request

          This will create a new commit in order to revert the existing changes.

          Switch branch
          Cancel
          A new branch will be created in your fork and a new merge request will be started.

          Cherry-pick this merge request

          Switch branch
          Cancel
          A new branch will be created in your fork and a new merge request will be started.