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 232
    • Issues 232
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 40
    • Merge Requests 40
  • 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
  • !343

Merged
Opened 2 weeks ago by Mark Harding@markeharding
  • Report abuse
Report abuse

Analytics Dashboard

Rest API: api/v2/analytics/dashboards/$id

query value
?filter platform::browser,views::organic
?timespan today
?metric active_users
Edited 34 minutes 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 "feat/entity-centric-metrics" "origin/feat/entity-centric-metrics"

Step 2. Review the changes locally

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

git fetch origin
git checkout "origin/epic/pro-affiliate-launch"
git merge --no-ff "feat/entity-centric-metrics"

Step 4. Push the result of the merge to GitLab

git push origin "epic/pro-affiliate-launch"

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 feat/entity-centric-metrics into epic/pro-affiliate-launch
  • Email patches
  • Plain diff
Pipeline #88923729 pending for bd4d3e58 on feat/entity-centric-metrics
          No approval required
          Martin Santangelo
          Martin Santangelo
          Rami Albatal
          Rami Albatal
          Marcelo Rivera
          Marcelo Rivera
          Brian Hatchet
          Brian Hatchet
          Ben Hayward
          Ben Hayward

          Merged by Mark Harding 33 minutes ago

          The changes were merged into epic/pro-affiliate-launch with aa593067

          Pipeline #88933529 canceled for aa593067 on epic/pro-affiliate-launch
                  • Discussion 1
                  • Commits 18
                  • Pipelines 18
                  • Changes 59
                  0/1 thread resolved
                  • Loading...
                  • Mark Harding @markeharding changed milestone to %Analytics #mvp 2 weeks ago

                    changed milestone to %Analytics #mvp

                  • Mark Harding @markeharding added MR::Requires Changes Product::Analytics Sprint::09/25 - Oldfashioned Owl Squad::Blue scoped labels 2 weeks ago

                    added MR::Requires Changes Product::Analytics Sprint::09/25 - Oldfashioned Owl Squad::Blue scoped labels

                  • Mark Harding @markeharding changed the description 2 weeks ago

                    changed the description

                  • Mark Harding @markeharding added 1 commit 2 weeks ago

                    added 1 commit

                    • e58d53ee - (wip): structure for dashboards

                    Compare with previous version

                  • Mark Harding @markeharding added 1 commit 2 weeks ago

                    added 1 commit

                    • 32c4c512 - (wip): structure for dashboards

                    Compare with previous version

                  • Mark Harding @markeharding added 1 commit 2 weeks ago

                    added 1 commit

                    • 756c5d09 - (wip): structure for dashboards

                    Compare with previous version

                  • Mark Harding
                    Mark Harding @markeharding started a thread on an old version of the diff 2 weeks ago
                    Last updated by Mark Harding 2 weeks ago
                    Core/Analytics/Dashboards/Timespans/TimespanAbstract.php
                    16 protected $id;
                    17
                    18 /** @var string */
                    19 protected $label;
                    20
                    21 /** @var string */
                    22 protected $interval;
                    23
                    24 /** @var int */
                    25 protected $fromTsMs;
                    26
                    27 /** @var int */
                    28 protected $previousFromTsMs;
                    29
                    30 /** @var string */
                    31 protected $aggInterval = 'day';
                    • Mark Harding
                      Mark Harding @markeharding · 2 weeks ago
                      Owner

                      rename comparisonInterval

                    • Mark Harding @markeharding changed this line in version 5 of the diff 2 weeks ago

                      changed this line in version 5 of the diff

                    • Please register or sign in to reply
                  • Mark Harding @markeharding added 1 commit 2 weeks ago

                    added 1 commit

                    • 4314a975 - (wip): move visualisation to metric

                    Compare with previous version

                  • Mark Harding @markeharding added 1 commit 2 weeks ago

                    added 1 commit

                    • 3e67fe4a - (chore): add visualisation blocked to other traffic metrics too

                    Compare with previous version

                  • Mark Harding @markeharding added 1 commit 2 weeks ago

                    added 1 commit

                    • fffb5e90 - (feat): various changes when working with production datasets

                    Compare with previous version

                  • Mark Harding @markeharding added 2 commits 1 week ago

                    added 2 commits

                    • 3ab958f4 - (chore): export metric as object, temporarily
                    • c451b8fe - (fix): selected filters

                    Compare with previous version

                  • Mark Harding @markeharding added 33 commits 1 week ago

                    added 33 commits

                    • c451b8fe...4f21baaa - 32 commits from branch master
                    • b13baa91 - Merge branch 'master' of gitlab.com:minds/engine into feat/entity-centric-metrics

                    Compare with previous version

                  • Mark Harding @markeharding mentioned in epic &74 1 week ago

                    mentioned in epic &74

                  • Mark Harding @markeharding added 8 commits 6 days ago

                    added 8 commits

                    • b13baa91...8b7fa6db - 6 commits from branch master
                    • c53bfd8a - Merge branch 'master' of gitlab.com:minds/engine into feat/entity-centric-metrics
                    • db7b4fc6 - (feat): latest entity centric fixes

                    Compare with previous version

                  • Mark Harding @markeharding changed title from WIP: Entity Centric Metrics & Dashboard to WIP: Analytics Dashboard 6 days ago

                    changed title from WIP: Entity Centric Metrics & Dashboard to WIP: Analytics Dashboard

                  • Mark Harding @markeharding added 1 commit 5 days ago

                    added 1 commit

                    • d66a1ef5 - (feat): multiple changes to aid with frontend

                    Compare with previous version

                  • Mark Harding @markeharding added 1 commit 5 days ago

                    added 1 commit

                    • ef9dfe88 - (feat): implements table visualisation and trending tab

                    Compare with previous version

                  • Mark Harding @markeharding added 13 commits 4 days ago

                    added 13 commits

                    • ef9dfe88...142d395f - 12 commits from branch master
                    • 168443b0 - Merge branch 'master' of gitlab.com:minds/engine into feat/entity-centric-metrics

                    Compare with previous version

                  • Mark Harding @markeharding added 2 commits 4 days ago

                    added 2 commits

                    • 474516ab - (wip): partner earnings
                    • cfaac31d - (chore): various fixes and changes to dashboards

                    Compare with previous version

                  • Mark Harding @markeharding added 1 commit 2 hours ago

                    added 1 commit

                    • 3fa65005 - (feat): various changes with production data and frontend changes

                    Compare with previous version

                  • Mark Harding @markeharding added 1 commit 1 hour ago

                    added 1 commit

                    • bd9a7061 - (chore): use user state vs static session

                    Compare with previous version

                  • Mark Harding @markeharding added 1 commit 1 hour ago

                    added 1 commit

                    • bd4d3e58 - (fix): failing spec tests

                    Compare with previous version

                  • Mark Harding @markeharding unmarked as a Work In Progress 34 minutes ago

                    unmarked as a Work In Progress

                  • Mark Harding @markeharding changed target branch from master to epic/pro-affiliate-launch 34 minutes ago

                    changed target branch from master to epic/pro-affiliate-launch

                  • Mark Harding @markeharding merged 33 minutes ago

                    merged

                  • Mark Harding @markeharding mentioned in commit aa593067 33 minutes ago

                    mentioned in commit aa593067

                  • 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
                  Analytics #mvp
                  Milestone
                  Analytics #mvp
                  Assign milestone
                  None
                  Time tracking
                  No estimate or time spent
                  4
                  Labels
                  MR::Requires Changes Product::Analytics Sprint::09/25 - Oldfashioned Owl Squad::Blue
                  Assign labels
                  • View project labels
                  Lock merge request
                  Unlocked
                  1
                  1 participant
                  user avatar
                  Mark Harding
                  Reference: minds/engine!343

                  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.