aboutsummaryrefslogtreecommitdiff
path: root/api/umosapi.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-11Add doc about 200 and 500 error on some endpointsneodarz1-0/+6
2019-09-11Add ability to don't set definition for a responseneodarz1-6/+10
2019-09-11Update uobject definitionneodarz1-2/+2
2019-09-11Add ability to have an mongoid object in defneodarz1-0/+3
2019-09-11Add 200 responses to some endpointsneodarz1-0/+4
2019-09-11Add ability to an object in definition propertieneodarz1-2/+8
2019-09-11Add ability to have an object in responseneodarz1-4/+9
2019-09-10Little refactorisationrestbed_rewriteneodarz1-5/+3
2019-09-09Refactoring a little moreneodarz1-41/+41
2019-09-09Refactoring some code to be more readableneodarz1-186/+179
2019-09-09Add some adjustement to make server more stableneodarz1-7/+11
2019-09-06Change code to use Restbedneodarz1-106/+374
2019-08-09Fix some typosneodarz1-3/+3
2019-08-09Fix memory leak when delete uobjectneodarz1-0/+1
2019-08-09Add ability to search uobjectsneodarz1-0/+19
2019-08-08Add ability to delete an uobjectneodarz1-0/+18
2019-08-08Split addUobject functionneodarz1-50/+2
2019-08-08Split some codesneodarz1-12/+4
2019-08-08Implement mongocxx pool connectionneodarz1-2/+7
2019-08-07Refactoring umosapi serviceneodarz1-73/+4
2019-08-07Refactoring loader configurationneodarz1-51/+1
2019-08-06Move header declaration to the interface fileneodarz1-2/+0
2019-08-06Separate interface from implementation for UmosapiServiceneodarz1-129/+118
2019-08-05Add ability to add uobject in databaseneodarz1-0/+64
2019-08-02Specify default value helpneodarz1-3/+3
2019-08-02Configure mongodb to work correctlyneodarz1-20/+65
2019-08-01Add mongodbneodarz1-4/+33