Commit Graph

335 Commits

Author SHA1 Message Date
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
Miguel González Aravena f8327d457a Merge branch 'master' of github.com:strongloop/loopback-component-storage 2017-08-20 01:33:20 -03:00
Miguel González Aravena 6b1f9ffc8d Arreglar petición de archivo 2017-08-20 01:28:04 -03:00
Miguel González Aravena c0b546aa95 Arreglar error de test 2017-08-20 01:27:17 -03:00
Miguel González Aravena 49f1bf03dc Explicar nueva funcionalidad en README 2017-08-20 01:25:59 -03:00
Miguel González Aravena 4005a8fc2e Verificar que nombre de Contenedor es un string 2017-08-20 01:25:13 -03:00
Miguel González Aravena e3a8e90c2f Actualizar dependencias 2017-08-20 01:24:54 -03:00
Miguel González Aravena 38b1b2fae6 Arreglar errores de eslint 2017-08-20 01:21:42 -03:00
Miguel González Aravena 44ed536578 Arreglar error de test 2017-08-20 01:20:51 -03:00
Miguel González Aravena 7bd662151a Verificar si existe dataSources.json 2017-08-20 01:19:26 -03:00
Miguel González Aravena 8f7fdfa20c Verificar que nombre de Contenedor es un string 2017-08-20 01:18:37 -03:00
Miguel González Aravena e81e839667 Actualizar dependencias 2017-08-20 01:17:24 -03:00
Miguel González Aravena d981e28ca1 Crear contenedores y subir archivos con '/' 2017-08-20 01:15:40 -03:00
Miguel González Aravena 955b1153f7 Arreglar errores de eslint 2017-08-20 01:13:29 -03:00
Miguel González Aravena 9cefe77ade Arreglar error de test 2017-08-20 01:12:13 -03:00
Miguel González Aravena d152ca900a Explicar nueva funcionalidad en README 2017-08-20 01:10:24 -03:00
Miguel González Aravena 22ddb136b1 Verificar si existe dataSources.json 2017-08-20 01:10:21 -03:00
Miguel González Aravena 46e681dd47 Verificar que nombre de Contenedor es un string 2017-08-20 01:09:25 -03:00
Miguel González Aravena 71e0d5255f Actualizar dependencias 2017-08-20 01:06:53 -03:00
Miguel González Aravena d29f47c538 Actualizar README 2017-08-20 01:06:53 -03: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
Diana Lau d8b76ec0f6 Add CODEOWNER file 2017-08-02 16:24:32 -04:00
Diana Lau 4b87a28c15 Merge pull request #214 from strongloop/translate
update messages.json
2017-08-02 08:35:27 -04:00
Diana Lau ab71df42cc update messages.json 2017-08-01 21:51:04 -04:00
Diana Lau 4572305831 Merge pull request #213 from strongloop/fix-ci
Fix CI by add .travis.yml
2017-07-31 22:17:46 -04:00
Diana Lau 8189c5c991 add .travis.yml 2017-07-31 22:08:41 -04:00
Raymond Feng 6551b744ff 3.2.0
* Update deps (Raymond Feng)
2017-03-09 08:22:23 -08:00
Raymond Feng 636692a8a5 Update deps 2017-03-09 08:22:03 -08:00
Raymond Feng 82878077ff 3.1.0
* Fix eslint (Raymond Feng)
 * Replicate new issue_template from loopback (Siddhi Pai)
 * Fix insert of finalNewLine (Loay)
 * Replicate issue_template from loopback repo (Siddhi Pai)
 * fix lint (Raymond Camden)
 * Support nameConflict and makeUnique options (Raymond Camden)
 * Fix #185: Validation failures crash server (Jeff Burn)
 * fix scope error (ole3021)
 * added file field name into getFilename function (Jose De Gouveia)
 * added file field name into getFilename function in storage-handler (Jose De Gouveia)
 * Added support for external providers as npm modules. (Cristobal Vergara)
 * added maxFieldsSize override to formidable limit (Oscar Bernal)
2017-03-01 15:33:45 -08:00
Raymond Feng ea1b380768 Merge pull request #193 from strongloop/replicate-issue-template
Replicate issue_template from loopback repo
2017-03-01 15:33:09 -08:00
Raymond Feng 98ded2eed2 Merge branch 'hgouveia-master' 2017-03-01 15:32:23 -08:00
Raymond Feng 2cea6a0c8d Merge branch 'master' of https://github.com/hgouveia/loopback-component-storage into hgouveia-master
# Conflicts:
#	lib/storage-handler.js
#	test/upload-download.test.js
2017-03-01 15:32:11 -08:00
Raymond Feng 0f521a1c2d Merge pull request #186 from jeffora/fix-error-handling
Fix #185: Validation failures crash server
2017-03-01 15:20:33 -08:00
Raymond Feng fe3a6771a5 Merge branch 'obernal-max-fields-size-override' 2017-03-01 15:19:56 -08:00
Raymond Feng 4ef64a8d50 Merge branch 'max-fields-size-override' of https://github.com/obernal/loopback-component-storage into obernal-max-fields-size-override
# Conflicts:
#	lib/storage-service.js
2017-03-01 15:19:52 -08:00
Raymond Feng 656fba9d51 Fix eslint 2017-03-01 15:18:26 -08:00
Raymond Feng aab81590ed Merge pull request #182 from ole3021/fix/range-undefined-err
fix scope error
2017-03-01 15:11:28 -08:00
Raymond Feng b6e06dbceb Merge pull request #122 from vergara/fix-user
Added support for external providers as npm modules.
2017-03-01 15:07:28 -08:00
Raymond Feng 4d4e530955 Merge pull request #188 from cfjedimaster/master
look for a nameConflict option and use a uuid if value is makeUnique
2017-03-01 15:04:30 -08:00
Siddhi Pai 4d392e84ad Replicate new issue_template from loopback 2017-02-15 15:28:27 -08:00
Loay cbacece7f3 Merge pull request #194 from strongloop/Fix-finalNewLine
Fix insert of finalNewLine
2017-02-15 11:54:23 -05:00
Loay b6d837ad1a Fix insert of finalNewLine 2017-02-15 11:08:38 -05:00
Siddhi Pai 8a847ea705 Replicate issue_template from loopback repo 2017-02-13 10:26:24 -08:00
Ryan Graham 1769a2a689
3.0.1
* Fix path joining/expanding (Loay)
2017-02-10 15:21:55 -08:00
Loay 39e20e53e5 Merge pull request #189 from strongloop/proper-path
Fix path joining/expanding
2017-02-10 16:35:23 -05:00
Loay c6978261c7 Fix path joining/expanding 2017-02-10 16:26:30 -05:00