Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • 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
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 145
    • Issues 145
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 38
    • Merge Requests 38
  • 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 Backend - EngineMinds Backend - Engine
  • Merge Requests
  • !157

Open
Opened 1 month ago by Marcelo Rivera@eiennohi
  • Report abuse
Report abuse

WIP: [Sprint/DapperDingo] (feat): analytics module

Check out, review, and merge locally

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

git fetch https://gitlab.com/eiennohi/engine.git sprint/DapperDingo.goal.new-analytics
git checkout -b eiennohi/engine-sprint/DapperDingo.goal.new-analytics 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/engine-sprint/DapperDingo.goal.new-analytics

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/DapperDingo.goal.new-analytics into master
The source branch is 9 commits behind the target branch
Open in Web IDE
  • Email patches
  • Plain diff
Pipeline #65716786 (#959) running for 2fb44875 on eiennohi:sprint/DapperDingo.goal.new-analytics
      Merge request approved. Approved by
      Emiliano Balbuena
      Emiliano Balbuena
      Mark Harding
      Mark Harding
      This is a Work in Progress

      Allows commits from members who can merge to the target branch

      Deletes source branch

      You can merge this merge request manually using the
      • Discussion 2
      • Commits 21
      • Pipelines 22
      • Changes 38
      0/1 discussion resolved
      • Loading...
      • Marcelo Rivera @eiennohi added 1 commit 1 month ago

        added 1 commit

        • 9a2f5411 - (feat): implemented pageviews, posts and boosts metrics

        Compare with previous version

      • Marcelo Rivera @eiennohi added 1 commit 1 month ago

        added 1 commit

        • d014fb5b - (feat): implemented pageviews, posts and boosts metrics

        Compare with previous version

      • Marcelo Rivera @eiennohi added 1 commit 1 month ago

        added 1 commit

        • 1fd576c6 - (feat): caching

        Compare with previous version

      • Marcelo Rivera @eiennohi added 1 commit 1 month ago

        added 1 commit

        • 74e81fec - (feat): caching

        Compare with previous version

      • Marcelo Rivera @eiennohi added 4 commits 2 weeks ago

        added 4 commits

        • fbc347e8 - (feat): Interactions, Posts, Comments and Subscribers
        • 0b9c17ec - (feat): use Cassandra for caching
        • 75d54059 - (feat): CLI for syncing site analytics
        • 77a7c265 - (fix): cassandra schema

        Compare with previous version

        Toggle commit list
      • Marcelo Rivera @eiennohi added 1 commit 2 weeks ago

        added 1 commit

        • b3d7d2f1 - (fix): force ignore cache

        Compare with previous version

      • Marcelo Rivera @eiennohi added 1 commit 2 weeks ago

        added 1 commit

        • 4ffaf744 - (fix): several fixes

        Compare with previous version

      • Marcelo Rivera @eiennohi added 3 commits 2 weeks ago

        added 3 commits

        • a6b52f79 - (feat): metrics refactor
        • 2e8d6695 - (feat): implemented all graphs
        • 66d8a1d3 - (feat): updated analytics CLI

        Compare with previous version

      • Marcelo Rivera @eiennohi added 1 commit 2 weeks ago

        added 1 commit

        • 8acade5f - (feat): updated analytics CLI

        Compare with previous version

      • Marcelo Rivera @eiennohi added 1 commit 2 weeks ago

        added 1 commit

        • 2831b913 - (feat): updated analytics CLI

        Compare with previous version

      • Marcelo Rivera @eiennohi added 1 commit 2 weeks ago

        added 1 commit

        • 792b051f - (feat): updated analytics CLI

        Compare with previous version

      • Marcelo Rivera @eiennohi added 1 commit 2 weeks ago

        added 1 commit

        • 3aced52b - (feat): updated analytics CLI

        Compare with previous version

      • Marcelo Rivera @eiennohi added 2 commits 1 week ago

        added 2 commits

        • 65077ba8 - (fix): cleanup
        • 955ca1b0 - (feat): implement 3 tries in case a query times out

        Compare with previous version

      • Marcelo Rivera @eiennohi added 173 commits 1 week ago

        added 173 commits

        • 955ca1b0...294a8bc2 - 172 commits from branch minds:master
        • 1a215a21 - Merge remote-tracking branch 'upstream/master' into sprint/DapperDingo.goal.new-analytics

        Compare with previous version

      • Marcelo Rivera @eiennohi added 1 commit 1 week ago

        added 1 commit

        • 9d83a192 - (fix): date format fixes

        Compare with previous version

      • Mark Harding @markeharding added 20 commits 1 week ago

        added 20 commits

        • 9d83a192...fbbe6842 - 19 commits from branch minds:master
        • dd292c72 - Merge branch 'master' of gitlab.com:minds/engine into sprint/DapperDingo.goal.new-analytics

        Compare with previous version

      • Mark Harding @markeharding added 1 commit 1 week ago

        added 1 commit

        • 70aa58b9 - (refactor): major refactor and simplification

        Compare with previous version

      • Mark Harding @markeharding added 1 commit 1 week ago

        added 1 commit

        • a46f5b44 - (fix): provide manager route'

        Compare with previous version

      • Mark Harding @markeharding added 1 commit 1 week ago

        added 1 commit

        • 9faee395 - (chore): only collect months

        Compare with previous version

      • Mark Harding @markeharding added 1 commit 1 hour ago

        added 1 commit

        • b55f7e6c - (feat): include missing aggregates and general cleanup

        Compare with previous version

      • Mark Harding @markeharding added 1 commit 8 minutes ago

        added 1 commit

        • 2fb44875 - (chore): revert isAdmin change

        Compare with previous version

      • Mark Harding @markeharding approved this merge request 8 minutes ago

        approved this merge request

      • Mark Harding
        Mark Harding @markeharding · 8 minutes ago
        Owner

        @all please approve

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

        approved this merge request

      • Brian Hatchet
        Brian Hatchet :speech_balloon: @brianhatchet started a discussion on the diff 1 minute ago
        Core/Provisioner/Provisioners/cassandra-provision.cql
        1372 1372 PRIMARY KEY (user_guid)
        1373 1373 );
        1374 1374
        • Brian Hatchet
          Brian Hatchet :speech_balloon: @brianhatchet · 1 minute ago
          Maintainer

          <3

        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
      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
      15
      15 participants
      user avatar
      Brian Hatchet
      user avatar
      Marcelo Rivera
      user avatar
      Emiliano Balbuena
      user avatar
      Mark Harding
      user avatar
      Olivia Madrid
      user avatar
      Faizan Khan
      user avatar
      Martin Santangelo
      Reference: minds/engine!157