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
!293
full sync tavern tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
full sync tavern tests
pmaniora_full_sync_tavern_tests
into
develop
Overview
3
Commits
3
Pipelines
0
Changes
6
Merged
Pawel Maniora
requested to merge
pmaniora_full_sync_tavern_tests
into
develop
4 years ago
Overview
3
Commits
3
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
develop
version 14
9986e8e9
4 years ago
version 13
92ce6728
4 years ago
version 12
f1b2b646
4 years ago
version 11
dead2fbc
4 years ago
version 10
6da99c78
4 years ago
version 9
e7d8ed99
4 years ago
version 8
cff31a85
4 years ago
version 7
c046a48d
4 years ago
version 6
54efa05a
4 years ago
version 5
d9b4c0db
4 years ago
version 4
e04a326e
4 years ago
version 3
8c1761db
4 years ago
version 2
56c44844
4 years ago
version 1
7d815099
4 years ago
develop (base)
and
latest version
latest version
00b73b77
3 commits,
4 years ago
version 14
9986e8e9
3 commits,
4 years ago
version 13
92ce6728
3 commits,
4 years ago
version 12
f1b2b646
2 commits,
4 years ago
version 11
dead2fbc
2 commits,
4 years ago
version 10
6da99c78
3 commits,
4 years ago
version 9
e7d8ed99
3 commits,
4 years ago
version 8
cff31a85
3 commits,
4 years ago
version 7
c046a48d
2 commits,
4 years ago
version 6
54efa05a
1 commit,
4 years ago
version 5
d9b4c0db
1 commit,
4 years ago
version 4
e04a326e
2 commits,
4 years ago
version 3
8c1761db
2 commits,
4 years ago
version 2
56c44844
1 commit,
4 years ago
version 1
7d815099
1 commit,
4 years ago
6 files
+
20
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
hive/server/serve.py
+
2
−
0
Options
@@ -106,6 +106,7 @@ def build_methods():
'
follow_api.get_blog
'
:
condenser_api
.
get_blog
,
'
follow_api.get_blog_entries
'
:
condenser_api
.
get_blog_entries
,
'
follow_api.get_reblogged_by
'
:
condenser_api
.
get_reblogged_by
,
# three functions under are not implemented, should we remove them?
'
follow_api.get_feed_entries
'
:
follow_api
.
get_feed_entries
,
'
follow_api.get_feed
'
:
follow_api
.
get_feed
,
'
follow_api.get_blog_authors
'
:
follow_api
.
get_blog_authors
@@ -125,6 +126,7 @@ def build_methods():
'
tags_api.get_post_discussions_by_payout
'
:
condenser_api
.
get_post_discussions_by_payout
,
'
tags_api.get_comment_discussions_by_payout
'
:
condenser_api
.
get_comment_discussions_by_payout
,
'
tags_api.get_active_votes
'
:
tags_api
.
get_active_votes
,
# five functions under are not implemented, should we remove them?
'
tags_api.get_tags_used_by_author
'
:
tags_api
.
get_tags_used_by_author
,
'
tags_api.get_discussions_by_active
'
:
tags_api
.
get_discussions_by_active
,
'
tags_api.get_discussions_by_cashout
'
:
tags_api
.
get_discussions_by_cashout
,
Loading