aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add forgotten logging header fileHEADmasterneodarz2020-09-231-0/+7
|
* Use an external library for loggingneodarz2020-08-134-10/+18
| | | | | This library has an asynchronous mode who can be useful for speed issues.
* Fix swagger-ui urlneodarz2019-09-261-1/+1
|
* Fix swagger-ui loadingneodarz2019-09-261-2/+1
|
* Add doc about 200 and 500 error on some endpointsneodarz2019-09-111-0/+6
|
* Add ability to don't set definition for a responseneodarz2019-09-111-6/+10
|
* Update uobject definitionneodarz2019-09-111-2/+2
|
* Add ability to have an mongoid object in defneodarz2019-09-111-0/+3
|
* Add 200 responses to some endpointsneodarz2019-09-111-0/+4
|
* Add ability to an object in definition propertieneodarz2019-09-111-2/+8
|
* Add ability to have an object in responseneodarz2019-09-112-5/+10
|
* Merge branch 'restbed_rewrite'neodarz2019-09-1020-206/+594
|\
| * Little refactorisationrestbed_rewriteneodarz2019-09-102-7/+5
| |
| * Update swagger to last versionneodarz2019-09-0910-28/+56
| |
| * Refactoring a little moreneodarz2019-09-093-85/+64
| |
| * Refactoring some code to be more readableneodarz2019-09-098-205/+210
| |
| * Add some adjustement to make server more stableneodarz2019-09-092-7/+13
| |
| * Change code to use Restbedneodarz2019-09-066-146/+525
| |
* | Add more information about APIneodarz2019-09-061-2/+9
|/
* Fix bson constructionneodarz2019-08-091-1/+5
|
* Fix some typosneodarz2019-08-091-3/+3
|
* Fix memory leak when delete uobjectneodarz2019-08-091-0/+1
|
* Add ability to search uobjectsneodarz2019-08-094-0/+44
|
* Fix memory leakneodarz2019-08-091-1/+1
|
* Fix indentationneodarz2019-08-081-1/+1
|
* Add ability to delete an uobjectneodarz2019-08-084-0/+57
|
* Split addUobject functionneodarz2019-08-083-50/+58
|
* Split some codesneodarz2019-08-084-13/+44
|
* Add Licenceneodarz2019-08-081-0/+661
|
* Implement mongocxx pool connectionneodarz2019-08-085-3/+69
|
* Remove useless commentneodarz2019-08-071-2/+0
|
* Move some includes in header-guard functionneodarz2019-08-071-3/+3
|
* Refactoring umosapi serviceneodarz2019-08-075-74/+78
|
* Refactoring loader configurationneodarz2019-08-075-52/+69
|
* Move header declaration to the interface fileneodarz2019-08-062-2/+2
|
* Add forgotten prevention for double declarationneodarz2019-08-061-0/+2
|
* Separate interface from implementation for UmosapiServiceneodarz2019-08-063-130/+148
|
* Add information where are some fileneodarz2019-08-051-2/+2
|
* Be more specific in READMEneodarz2019-08-051-2/+3
|
* Add ability to add uobject in databaseneodarz2019-08-051-0/+64
|
* Be more specific about the other keyneodarz2019-08-021-2/+4
|
* Specify default value helpneodarz2019-08-021-3/+3
|
* Configure mongodb to work correctlyneodarz2019-08-026-25/+85
|
* Add mongodbneodarz2019-08-012-4/+34
|
* Initial commitneodarz2019-08-0119-0/+1816