Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hive-js
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
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
hive-js
Commits
f73f913a
Commit
f73f913a
authored
4 years ago
by
Emmanuel King Turner
Browse files
Options
Downloads
Patches
Plain Diff
Proposal related API calls migrated from condensor_api to database_api.
parent
94a4e2f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/api/methods.js
+4
-4
4 additions, 4 deletions
src/api/methods.js
with
4 additions
and
4 deletions
src/api/methods.js
+
4
−
4
View file @
f73f913a
...
@@ -492,22 +492,22 @@ export default [
...
@@ -492,22 +492,22 @@ export default [
"
params
"
:
[]
"
params
"
:
[]
},
},
{
{
"
api
"
:
"
conden
se
r
_api
"
,
"
api
"
:
"
databa
se_api
"
,
"
method
"
:
"
find_proposals
"
,
"
method
"
:
"
find_proposals
"
,
"
params
"
:
[
"
id_set
"
]
"
params
"
:
[
"
id_set
"
]
},
},
{
{
"
api
"
:
"
conden
se
r
_api
"
,
"
api
"
:
"
databa
se_api
"
,
"
method
"
:
"
list_proposals
"
,
"
method
"
:
"
list_proposals
"
,
"
params
"
:
[
"
start
"
,
"
limit
"
,
"
order_by
"
,
"
order_direction
"
,
"
status
"
]
"
params
"
:
[
"
start
"
,
"
limit
"
,
"
order_by
"
,
"
order_direction
"
,
"
status
"
]
},
},
{
{
"
api
"
:
"
conden
se
r
_api
"
,
"
api
"
:
"
databa
se_api
"
,
"
method
"
:
"
list_proposal_votes
"
,
"
method
"
:
"
list_proposal_votes
"
,
"
params
"
:
[
"
start
"
,
"
limit
"
,
"
order_by
"
,
"
order_direction
"
,
"
status
"
]
"
params
"
:
[
"
start
"
,
"
limit
"
,
"
order_by
"
,
"
order_direction
"
,
"
status
"
]
},
},
{
{
"
api
"
:
"
conden
se
r
_api
"
,
"
api
"
:
"
databa
se_api
"
,
"
method
"
:
"
get_nai_pool
"
,
"
method
"
:
"
get_nai_pool
"
,
"
params
"
:
[]
"
params
"
:
[]
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment