Christian Muehlhaeuser
|
df68df4e2c
|
Fixed ineffectual assignments in tests (#7553)
Just makes it a bit more obvious which values we want to test for, and which
ones we want to ignore.
|
2019-07-22 15:11:16 +08:00 |
|
Lunny Xiao
|
650cbc2f35
|
Move sdk structs to modules/structs (#6905)
* move sdk structs to moduels/structs
* fix tests
* fix fmt
* fix swagger
* fix vendor
|
2019-05-11 18:21:34 +08:00 |
|
ngourdon
|
98e737c36f
|
Fix team edit API panic (#6780)
|
2019-04-27 19:32:33 -04:00 |
|
Lunny Xiao
|
3b3cb5cb3e
|
Fix team members API (#6714)
|
2019-04-24 01:32:35 -04:00 |
|
B-OnTheGo
|
42ff30c355
|
Enforce token on api routes [fixed critical security issue #4357] (#4840)
|
2018-09-10 12:15:52 -04:00 |
|
Ethan Koenig
|
db04f27c51
|
Less verbose integration tests (#2123)
* Helper functions for intergration test boilerplate
|
2017-07-07 21:36:47 +02:00 |
|
Ethan Koenig
|
1c82492b5e
|
Improve integration test helper functions (#2049)
Set request headers in helper functions, and new helper for requests with string-formatted URLs
|
2017-06-25 08:15:42 +08:00 |
|
Ethan Koenig
|
7450686404
|
Don't show non-comments in comments API (#2001)
|
2017-06-18 17:06:17 +08:00 |
|
Ethan Koenig
|
f8290eafa4
|
Consolidate boilerplate in integration tests (#1979)
|
2017-06-17 12:49:45 +08:00 |
|
Ethan Koenig
|
07f541fdf1
|
Display URLs in integration test logs (#1924)
|
2017-06-09 19:41:36 -05:00 |
|
Ethan Koenig
|
12c9de0f33
|
Fix 500 for GET /teams/:id endpoints (#1811)
* Fix 500 for GET /teams/:id endpoints
* Integration test for GET /team/:id
* Clean up integration test
|
2017-05-26 08:15:45 -05:00 |
|