Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Backend - Engine
Minds Backend - Engine
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 221
    • Issues 221
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 34
    • Merge Requests 34
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Security & Compliance
    • Security & Compliance
    • Dependency List
  • Packages
    • Packages
    • List
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds Backend - EngineMinds Backend - Engine
  • Merge Requests
  • !326

Open
Opened 2 hours ago by Mark Harding@markeharding
  • Report abuse
Report abuse

(feat): store activity owner_guid for all views - closes #822

  1. Scroll through feed
  2. Run kubectl exec -it pod/cassandra-0 -- cqlsh
  3. enter select uuid,owner_guid from minds.views where year=2019 and month=9 and day=16 ORDER BY month DESC, day DESC, uuid DESC;
  4. owner_guid should be populated
Edited 2 hours ago by Mark Harding

Check out, review, and merge locally

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

git fetch origin
git checkout -b "epic/affiliates" "origin/epic/affiliates"

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 "epic/affiliates"

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 epic/affiliates into master
Open in Web IDE
  • Email patches
  • Plain diff
Pipeline #82435804 passed for 85d20c0a on epic/affiliates
          Merge request approved. Approved by
          Emiliano Balbuena
          Emiliano Balbuena
          Ben Hayward
          Ben Hayward
          Martin Santangelo
          Martin Santangelo
          Brian Hatchet
          Brian Hatchet
          Marcelo Rivera
          Marcelo Rivera
          Rami Albatal
          Rami Albatal
          Ready to be merged automatically. Ask someone with write access to this repository to merge this request

          Closes #822

          Deletes source branch

          • Discussion 0
          • Commits 1
          • Pipelines 3
          • Changes 6
          • Loading...
          • Mark Harding @markeharding changed milestone to %Affiliate #mvp 2 hours ago

            changed milestone to %Affiliate #mvp

          • Mark Harding @markeharding added Priority::1 - High Product::Analytics Sprint::09/11 - Nuanced Numbat Squad::Blue Type::Feature scoped labels 2 hours ago

            added Priority::1 - High Product::Analytics Sprint::09/11 - Nuanced Numbat Squad::Blue Type::Feature scoped labels

          • Mark Harding @markeharding added 1 commit 2 hours ago

            added 1 commit

            • a2c75e45 - (feat): store activity owner_guid for all views - closes #822

            Compare with previous version

          • Mark Harding @markeharding added 1 commit 2 hours ago

            added 1 commit

            • 85d20c0a - (feat): store activity owner_guid for all views - closes #822

            Compare with previous version

          • Mark Harding @markeharding changed the description 2 hours ago

            changed the description

          • Ben Hayward @benhayward.ben approved this merge request 1 hour ago

            approved this merge request

          • Emiliano Balbuena @edgebal approved this merge request 4 minutes ago

            approved this merge request

          • 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
          Affiliate #mvp
          Milestone
          Affiliate #mvp
          Assign milestone
          None
          Time tracking
          No estimate or time spent
          5
          Labels
          Priority::1 - High Product::Analytics Sprint::09/11 - Nuanced Numbat Squad::Blue Type::Feature
          Assign labels
          • View project labels
          Lock merge request
          Unlocked
          7
          7 participants
          user avatar
          Martin Santangelo
          user avatar
          Brian Hatchet
          user avatar
          Marcelo Rivera
          user avatar
          Rami Albatal
          user avatar
          Emiliano Balbuena
          user avatar
          Ben Hayward
          user avatar
          Mark Harding
          Reference: minds/engine!326