Commit graph

10 commits

Author SHA1 Message Date
blackst0ne
b44a2c801a Update specs to rails5 format
Updates specs to use new rails5 format.

The old format:
`get :show, { some: params }, { some: headers }`

The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
James Lopez
f1277fbf0b
refactor code based on feedback 2018-09-07 14:43:51 +02:00
James Lopez
27442862cf
refactor code based on feedback 2018-09-07 13:42:49 +02:00
James Lopez
a2aa505805
Refactor code to remove object storage flag from Import/Export
Updated docs, refactor import/export code
Fix AvatarUploader path issue
Fix project export upload webhook error
2018-09-06 16:52:42 +02:00
Mark Chao
a63bce1a4b Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
James Lopez
a2bf164154
Update Import/Export to use object storage (based on aa feature flag) 2018-07-06 15:46:18 +02:00
Francisco Javier López
22b05a1ff7 Extend API for exporting a project with direct upload URL 2018-03-30 15:45:59 +00:00
Tiago Botelho
5248e37f27 Adds the option to override project description on export via API
and fixes the project description not being imported
2018-03-16 13:56:11 +00:00
Travis Miller
e20061218c review: specifying path in spec project creation is not necessary 2018-02-28 21:33:14 -06:00
Travis Miller
b20408372b Add project export API tests 2018-02-28 20:47:36 -06:00