Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor | ||||
* | Fix team edit API panic (#6780) | ngourdon | 2019-04-27 | 1 | -0/+64 |
| | |||||
* | Fix team members API (#6714) | Lunny Xiao | 2019-04-24 | 1 | -0/+13 |
| | |||||
* | Enforce token on api routes [fixed critical security issue #4357] (#4840) | B-OnTheGo | 2018-09-10 | 1 | -1/+2 |
| | |||||
* | Less verbose integration tests (#2123) | Ethan Koenig | 2017-07-07 | 1 | -2/+1 |
| | | | * Helper functions for intergration test boilerplate | ||||
* | Improve integration test helper functions (#2049) | Ethan Koenig | 2017-06-25 | 1 | -3/+1 |
| | | | Set request headers in helper functions, and new helper for requests with string-formatted URLs | ||||
* | Don't show non-comments in comments API (#2001) | Ethan Koenig | 2017-06-18 | 1 | -4/+1 |
| | |||||
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | Display URLs in integration test logs (#1924) | Ethan Koenig | 2017-06-09 | 1 | -2/+1 |
| | |||||
* | Fix 500 for GET /teams/:id endpoints (#1811) | Ethan Koenig | 2017-05-26 | 1 | -0/+38 |
* Fix 500 for GET /teams/:id endpoints * Integration test for GET /team/:id * Clean up integration test |