Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reputation_tracker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
reputation_tracker
Merge requests
!15
(Move openapi scripts to HAF ) Move openapi to haf
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
(Move openapi scripts to HAF ) Move openapi to haf
mzander/move-openapi-to-haf
into
develop
Overview
0
Commits
2
Pipelines
2
Changes
8
Closed
Michal Zander
requested to merge
mzander/move-openapi-to-haf
into
develop
7 months ago
Overview
0
Commits
2
Pipelines
2
Changes
8
Expand
#4 (closed)
0
0
Merge request reports
Compare
develop
version 1
bcd51a3b
7 months ago
develop (base)
and
version 1
latest version
af30d4e3
2 commits,
7 months ago
version 1
bcd51a3b
2 commits,
7 months ago
8 files
+
106
−
549
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
endpoints/get_reputation.sql
+
2
−
2
Options
@@ -11,9 +11,9 @@ SET ROLE reptracker_owner;
https://hive.blog/steemit/@digitalnotvir/how-reputation-scores-are-calculated-the-details-explained-with-simple-math
SQL example
* `SELECT * FROM reptracker_endpoints.get_account_reputation('blocktrades');`
* `SELECT * FROM reptracker_endpoints.get_account_reputation('
'
blocktrades'
'
);`
* `SELECT * FROM reptracker_endpoints.get_account_reputation('initminer');`
* `SELECT * FROM reptracker_endpoints.get_account_reputation('
'
initminer'
'
);`
REST call example
* `GET https://{reptracker-host}/%1$s/reputation/blocktrades`
Loading