Commit Graph

310 Commits

Author SHA1 Message Date
Diana Lau 60963c4415 3.6.3
* Rannig from other paths. Property files to array. (Diego A. Zapata Häntsch)
2019-07-25 13:37:24 -04:00
Diana Lau 963f334ee7
Merge pull request #279 from diegoazh/master
Fixes in PRs 252 and 242
2019-07-20 17:32:08 -04:00
Diego A. Zapata Häntsch 9205c9f079 Rannig from other paths. Property files to array. 2019-07-20 01:27:37 -03:00
Diana Lau 5608021675 3.6.2
* chore: update CODEOWNERS (Diana Lau)
 * Upgrade pkgcloud version (Diego A. Zapata Häntsch)
2019-07-12 11:30:47 -04:00
Diana Lau 351c3e8ebb
Merge pull request #277 from strongloop/codeowner
chore: update CODEOWNERS
2019-07-10 15:09:47 -04:00
Diana Lau 5c10529445 chore: update CODEOWNERS 2019-07-10 15:04:41 -04:00
Diana Lau 6ff4f2b234
Merge pull request #276 from diegoazh/master
Upgrade pkgcloud version
2019-07-10 14:56:40 -04:00
Diego A. Zapata Häntsch 3516cf642d Upgrade pkgcloud version
This upgrade fix the bug uploading files to google cloud storage.
This change solves the problem explained in issue #273.
2019-07-09 20:48:49 -03:00
Diana Lau 609b63c474 3.6.1
* update pkgcloud and use version 2.x (Anis)
 * chore: update copyrights years (Agnes Lin)
2019-05-23 15:56:37 -04:00
Diana Lau d2352bdc4c
Merge pull request #271 from rachedanis/update-pkgcloud-version
update pkgcloud and use version 2.x
2019-05-23 15:51:31 -04:00
Anis 1dc5a4dc81 update pkgcloud and use version 2.x 2019-05-14 10:33:15 +02:00
Agnes Lin a3c8509adf
Merge pull request #270 from strongloop/copyrights
chore: update copyrights years
2019-05-07 14:46:34 -04:00
Agnes Lin 6f8e4284f5 chore: update copyrights years 2019-05-07 09:41:29 -04:00
Diana Lau d8b7ebcd14 3.6.0
* Pass through AWS/S3 specific options (Alex Owen)
 * add support to promise (Matteo Padovano)
 * style: fix linting (virkt25)
 * {download,upload}Stream: removed callback from doc (Youcef Mammar)
2019-03-28 09:33:56 -04:00
Diana Lau 4eaec69fce
Merge pull request #267 from AlexOwen/master
Pass through AWS/S3 specific options
2019-03-28 09:31:37 -04:00
Alex Owen 30e8ee0a09 Pass through AWS/S3 specific options 2019-03-28 08:52:48 +00:00
Raymond Feng 00092b5129
Merge pull request #260 from mrbatista/feat/promise
add support to promise
2019-03-20 07:34:48 -07:00
Matteo Padovano 83a28273d4 add support to promise 2019-01-12 00:23:37 +01:00
Taranveer Virk e76d571a8c
Merge pull request #257 from strongloop/fix-linting
style: fix linting
2018-08-23 22:40:08 -04:00
virkt25 47002dceff style: fix linting 2018-08-23 22:09:45 -04:00
Taranveer Virk 7b4cf0b236
Merge pull request #255 from tkrugg/downloadStream
{download,upload}Stream: removed callback from doc
2018-08-23 21:57:32 -04:00
Youcef Mammar 0562cd03d4 {download,upload}Stream: removed callback from doc
closes #254
2018-08-23 06:27:33 +02:00
virkt25 21d6b0d60c 3.5.0
* [WebFM] cs/pl/ru translation (candytangnb)
2018-07-09 20:35:20 -04:00
Diana Lau a03ff9fe42
Merge pull request #250 from candytangnb/webfm-0629-000545-cs,pl,ru-translation
[WebFM] cs/pl/ru translation Check-in by YI TANG (tangyinb@cn.ibm.com)
2018-07-02 19:34:00 -04:00
candytangnb 726310edcf [WebFM] cs/pl/ru translation
cs/pl/ru translation check-in by YI TANG (tangyinb@cn.ibm.com) using
WebFM tool.
2018-06-29 00:05:45 -04:00
Taranveer Virk 7d58ef4758 3.4.0
* added missing tests (Cory Gottschalk)
 * Updated "getFile" to send a 404 for ENOENT errors (Cory Gottschalk)
 * chore: update node support and versions (Taranveer Virk)
 * Add some debug strings to handler and service (Remi Beges)
 * chore: update license (Diana Lau)
 * add AWS S3 options for server side encryption (Timo Wolf)
 * Update README.md (Rand McKinney)
2018-06-20 15:58:47 -04:00
Taranveer Virk 7fec4b8932
Merge pull request #244 from cory-newleaf/patch-1
Updated "getFile" to send 404 for ENOENT errors
2018-06-20 13:38:12 -04:00
Cory Gottschalk db669b1543 added missing tests
Added 2 tests to validate the error responses when a file is not found
2018-06-14 15:19:53 -07:00
Cory Gottschalk 970ecc7901 Updated "getFile" to send a 404 for ENOENT errors
getFile sends a 500 error response when the requested file cannot be
found, but the status code probably should be 404. This change sets
the status of the error to 404 when the error code is "ENOENT".
2018-06-14 15:19:53 -07:00
Taranveer Virk 537e1158d4
Merge pull request #248 from strongloop/drop-node
chore: update node support and versions
2018-06-14 15:47:19 -04:00
Taranveer Virk 1854769986 chore: update node support and versions 2018-06-14 15:42:15 -04:00
Biniam Admikew eb11b4d660
Merge pull request #229 from Overdrivr/implement-debug-strings
Implement debug strings
2018-02-12 16:56:33 -05:00
Remi Beges c105f8a9ae Add some debug strings to handler and service 2018-01-30 10:29:59 -05:00
Diana Lau bcd6965b8f
Merge pull request #230 from strongloop/license
chore: update license
2017-11-10 21:55:18 -05:00
Diana Lau ac4a14a55a chore: update license 2017-11-10 17:54:11 -05:00
Raymond Feng 1e71f7d8dd Merge pull request #228 from timowolf/master
feat(aws-options): add AWS S3 options for server side encryption
2017-10-09 09:07:48 -07:00
Timo Wolf e1109e39dd add AWS S3 options for server side encryption
Now, the AWS S3 options for server side encryptions are passed to the
upload handler. Thus, the client can specify the AWS options and use
AWS Server Side Encryption.
2017-10-09 09:51:20 +02:00
Rand McKinney 91f6268c87 Merge pull request #222 from strongloop/document-google-cloud-support
Update README.md to add Google Cloud
2017-09-19 13:56:03 -07:00
Rand McKinney c2d5a5429e Update README.md
Add Google Cloud support to README
2017-09-12 10:11:20 -07:00
Raymond Feng 3508b036d8 3.3.1
* Declare container parameter for swagger spec (Raymond Feng)
2017-08-30 13:54:54 -07:00
Raymond Feng e48a4b1a10 Merge pull request #220 from strongloop/fix-upload-args
Declare container parameter for swagger spec
2017-08-30 13:53:47 -07:00
Raymond Feng 47d555798c Declare container parameter for swagger spec
Without this change, generated Swagger spec for the upload operation
does not have `container` parameter even it's a variable on the path.
As a result, the sepc fails validations.

An optional `container` is added to the remote method. Conditional
check is added to ensure backward compatibility.
2017-08-30 13:45:19 -07:00
Raymond Feng 03a57672ea 3.3.0
* Mark HTTP path parameters as required (Miroslav Bajtoš)
 * Add stalebot configuration (Kevin Delisle)
 * Create Issue and PR Templates (#218) (Sakib Hasan)
 * Update translated strings Q3 2017 (Allen Boone)
 * Add CODEOWNER file (Diana Lau)
 * update messages.json (Diana Lau)
 * add .travis.yml (Diana Lau)
2017-08-30 08:30:15 -07:00
Raymond Feng 0ba1595d25 Merge pull request #219 from strongloop/fix/path-parameters
Mark HTTP path parameters as required
2017-08-30 08:29:09 -07:00
Miroslav Bajtoš 7cf4d883ef
Mark HTTP path parameters as required
Per Swagger spec 2.0, parameters coming from the path must be marked
as required.

Before this change, the Swagger spec produced by loopback-swagger
was not valid because path parameters were optional.

Note that this commit does not fix the problem of the "uploaded"
method which does not have any swagger-supported parameters now,
and therefore the swagger spec will remain invalid (but with less
errors).
2017-08-30 15:09:02 +02:00
Kevin Delisle 0180ac7b50 Add stalebot configuration 2017-08-23 08:27:24 -04:00
Sakib Hasan ea5e9807a4 Create Issue and PR Templates (#218)
* create issue template

* create pr template
2017-08-16 14:27:54 -04:00
Allen Boone 007b9d5eeb Merge pull request #216 from strongloop/piiReturnQ32017
Update translated strings Q3 2017
2017-08-11 14:18:08 -04:00
Allen Boone 4d37716b58 Update translated strings Q3 2017 2017-08-10 15:27:31 -04:00
Diana Lau 361388bb1d Merge pull request #212 from strongloop/add-codeowner
Add CODEOWNERS file
2017-08-02 17:36:35 -04:00