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 225
    • Issues 225
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 33
    • Merge Requests 33
  • 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
  • !353

Open
Opened 1 hour ago by Mark Harding@markeharding
  • Report abuse
Report abuse

Entity Centric Manager

{
  "minds-entitycentric-10-2019" : {
    "aliases" : { },
    "mappings" : {
      "_doc" : {
        "properties" : {
          "@timestamp" : {
            "type" : "date"
          },
          "active::total" : {
            "type" : "long"
          },
          "entity_urn" : {
            "type" : "keyword"
          },
          "owner_guid" : {
            "type" : "keyword"
          },
          "resolution" : {
            "type" : "keyword"
          },
          "signups::total" : {
            "type" : "long"
          },
          "views::boosted" : {
            "type" : "long"
          },
          "views::organic" : {
            "type" : "long"
          },
          "views::single" : {
            "type" : "long"
          },
          "views::total" : {
            "type" : "long"
          }
        }
      }
    },
    "settings" : {
      "index" : {
        "creation_date" : "1569504651580",
        "number_of_shards" : "1",
        "number_of_replicas" : "1",
        "uuid" : "_a7dTBX-TY-Rw7Eywr2XJQ",
        "version" : {
          "created" : "6060299"
        },
        "provided_name" : "minds-entitycentric-09-2019"
      }
    }
  }
}
Edited 1 hour 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-checkin" "origin/feat/entity-centric-checkin"

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 "feat/entity-centric-checkin"

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 feat/entity-centric-checkin into master
Open in Web IDE
  • Email patches
  • Plain diff
Pipeline #87575851 passed for 4c17b270 on feat/entity-centric-checkin
          Requires approval from Guy.
          Marcelo Rivera
          Marcelo Rivera
          Emiliano Balbuena
          Emiliano Balbuena
          Olivia Madrid
          Olivia Madrid
          Martin Santangelo
          Martin Santangelo
          Brian Hatchet
          Brian Hatchet
          Ready to be merged automatically. Ask someone with write access to this repository to merge this request

          Deletes source branch

          • Discussion 6
          • Commits 3
          • Pipelines 3
          • Changes 7
          4/4 threads resolved
          • Loading...
          • Mark Harding @markeharding changed milestone to %Analytics #mvp 1 hour ago

            changed milestone to %Analytics #mvp

          • Mark Harding @markeharding added MR::Awaiting Review scoped label 1 hour ago

            added MR::Awaiting Review scoped label

          • Mark Harding @markeharding assigned to @gthouret 1 hour ago

            assigned to @gthouret

          • Guy Thouret
            Guy Thouret @gthouret started a thread on an old version of the diff 1 hour ago
            Resolved by Mark Harding 1 hour ago
          • Guy Thouret
            Guy Thouret @gthouret started a thread on the diff 1 hour ago
            Resolved by Mark Harding 1 hour ago
          • Guy Thouret
            Guy Thouret @gthouret started a thread on an old version of the diff 1 hour ago
            Resolved by Mark Harding 1 hour ago
          • Guy Thouret
            Guy Thouret @gthouret started a thread on the diff 1 hour ago
            Resolved by Mark Harding 1 hour ago
          • Mark Harding @markeharding added 1 commit 1 hour ago

            added 1 commit

            • 4fa0d879 - (fix): code styling and other issues

            Compare with previous version

          • Mark Harding @markeharding added 1 commit 1 hour ago

            added 1 commit

            • 4c17b270 - (fix): remove setViews

            Compare with previous version

          • Mark Harding @markeharding resolved all threads 1 hour ago

            resolved all threads

          • Mark Harding @markeharding changed the description 1 hour ago

            changed the description

          • 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
          Guy Thouret's avatar
          Guy Thouret @gthouret
          Assign to
          Analytics #mvp
          Milestone
          Analytics #mvp
          Assign milestone
          None
          Time tracking
          No estimate or time spent
          1
          Labels
          MR::Awaiting Review
          Assign labels
          • View project labels
          Lock merge request
          Unlocked
          10
          10 participants
          user avatar
          Marcelo Rivera
          user avatar
          Emiliano Balbuena
          user avatar
          Olivia Madrid
          user avatar
          Martin Santangelo
          user avatar
          Brian Hatchet
          user avatar
          Guy Thouret
          user avatar
          Ben Hayward
          Reference: minds/engine!353