Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Merge requests
!863
Draft: refactor follows and update_nofications indexing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: refactor follows and update_nofications indexing
267-update-notification-cache
into
develop
Overview
0
Commits
90
Pipelines
0
Changes
8
Open
Dan Notestein
requested to merge
267-update-notification-cache
into
develop
2 weeks ago
Overview
0
Commits
90
Pipelines
0
Changes
8
Expand
Based on
!819
Edited
1 week ago
by
Krzysztof Leśniak
0
0
Merge request reports
Viewing commit
d6ed68fb
Prev
Next
Show latest version
8 files
+
117
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
d6ed68fb
Test for post notification scores
· d6ed68fb
Krzysztof Leśniak
authored
3 weeks ago
mock_data/block_data/follow_op/mock_reply_data.json
0 → 100644
+
53
−
0
Options
{
"4999999"
:
{
"transactions"
:
[
{
"ref_block_num"
:
100000
,
"ref_block_prefix"
:
0
,
"expiration"
:
"2020-03-23T12:08:00"
,
"operations"
:
[
{
"type"
:
"comment_operation"
,
"value"
:
{
"body"
:
"test comment from negative reputation account"
,
"title"
:
""
,
"author"
:
"wang"
,
"permlink"
:
"test-1"
,
"json_metadata"
:
"{}"
,
"parent_author"
:
"steemrollin"
,
"parent_permlink"
:
"steemit-frequently-asked-questions-faq"
}
},
{
"type"
:
"comment_operation"
,
"value"
:
{
"body"
:
"test comment from 0 reputation account"
,
"title"
:
""
,
"author"
:
"awhite"
,
"permlink"
:
"test-2"
,
"json_metadata"
:
"{}"
,
"parent_author"
:
"steemrollin"
,
"parent_permlink"
:
"steemit-frequently-asked-questions-faq"
}
},
{
"type"
:
"comment_operation"
,
"value"
:
{
"body"
:
"test comment from high reputation account"
,
"title"
:
""
,
"author"
:
"gavvet"
,
"permlink"
:
"test-3"
,
"json_metadata"
:
"{}"
,
"parent_author"
:
"steemrollin"
,
"parent_permlink"
:
"steemit-frequently-asked-questions-faq"
}
}
],
"extensions"
:
[],
"signatures"
:
[
""
]
}
]
}
}
Loading