summaryrefslogtreecommitdiffstats
path: root/api4/system_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-1/+1
| | | | | | * App: NewLocAppError -> NewAppError * Remove statuscode that got missed.
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-2/+2
|
* Setting per-paging for logs to load 10K initially like the old apis (#6697)Corey Hulen2017-06-201-8/+8
| | | | | | * Setting per-paging for logs to load 10K initially like the old apis * Fixing unit test
* Add GET /analytics/old endpoint for v4 (#6666)Joram Wilander2017-06-191-0/+42
|
* Add POST and DELETE /license endpoints for v4 (#6665)Joram Wilander2017-06-191-0/+36
| | | | | | * Add POST and DELETE /license endpoints for v4 * Fix comment text
* [PLT-5465/APIV4] GET /system/health - Improve ping health check to have ↵Carlos Tadeu Panato Junior2017-05-301-5/+17
| | | | | | | | | | limits (#6331) * implement PLT-5465 - Improve ping health check to have limits * update /ping and delete /health * remove permission check
* Removing password reset salt (#6334)Christopher Speller2017-05-041-3/+0
|
* PLT-6355: Use separate Read Replicas for Search. (#6216)George Goldberg2017-05-011-0/+3
|
* PLT-6268 Clear blue bar correctly when removing expiring license (#6247)Joram Wilander2017-04-271-0/+7
| | | | | | | | * Don't sanitize license for system admin * Clear blue bar error whe removing expiring license * Fix unit test
* implement POST /logs for apiV4 (#6143)Carlos Tadeu Panato Junior2017-04-211-0/+20
|
* Implement client config/license endpoints for APIv4 (#5867)Joram Wilander2017-03-271-0/+53
|
* Implement GET /audits endpoint for APIv4 (#5779)Joram Wilander2017-03-211-1/+37
| | | | | | * Implement GET /audits endpoint for APIv4 * Fix log unit test
* Add updateConfig endpoint for apiV4 (#5706)Carlos Tadeu Panato Junior2017-03-201-0/+42
|
* Implement GET /logs endpoint for APIv4 (#5778)Joram Wilander2017-03-161-0/+41
|
* [APIV4] POST /caches/invalidate - endpoint for apiV4 (#5756)Carlos Tadeu Panato Junior2017-03-141-0/+17
|
* Add implementation for POST /config/reload apiV4 - Reload Configuration (#5713)Carlos Tadeu Panato Junior2017-03-141-0/+21
|
* Add implementation for POST /database/recycle apiV4 - Recycle database ↵Carlos Tadeu Panato Junior2017-03-131-0/+13
| | | | connection (#5717)
* Add implementation for POST /email/test apiV4 - Send Test Email (#5716)Carlos Tadeu Panato Junior2017-03-131-0/+30
|
* [APIV4] GET /config - getConfig endpoint for apiV4 (#5701)Carlos Tadeu Panato Junior2017-03-131-1/+49
|
* Add APIv4 /system/ping endpoint (#5443)Robin Naundorf2017-02-171-0/+18