This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libswagger2-perl.

      from  ac39149   update changelog
      adds  633bf48   Documented different response types closes #79
      adds  cecb732   Add support for SWAGGER2_IO_DEBUG=1
      adds  ec02aec   Change to 100 characters
      adds  1e1aec1   Removed deprecated methods specification() and tree()
      adds  d2faf59   Fix new($file)->expand->validate, closes #80
      adds  3b88a21   Released version 0.76
      adds  bb6c37f   Add Swagger2->find_operations() method
      adds  f595cc4   Remove fresh() and cache features from swagger2-client.js
      adds  cc5de5f   Ran jsfmt on swagger2-client.js
      adds  f7a7830   Improved client.ws(). Add load(). Add example websocket.pl
      adds  a5aac58   Add http() to swagger2-client.js
      adds  bad5b9d   Add reference to example from WebSocket.pod
      adds  c03b78a   Fix t/not-implemented-501.t by adding the method with 
monkey_patch(), closes #81
      adds  2ba087f   Mark "swagger_route_added" as DEPRECATED
      adds  7cfd4a4   Released version 0.77
      adds  8573172   Add EXPERIMENTAL .html and .pod handling for "spec_path" 
rendering
      adds  76b0bb2   Delegating input/output validation to 
Swagger2::SchemaValidator
      adds  de22153   Released version 0.78
      adds  19eaf31   Fix collectionFormat "multi"
      adds  7fb4b54   Released version 0.79
      adds  ca1b240   Fix validating required "file" in formData
      adds  6d04ade   Add support for "discriminator"
      adds  4042ca8   Released version 0.80
      adds  c932a7d   Forgot go mention 6d04ade closes #72
      adds  9d43830   Swagger2::Client should set content type on faked error 
responses
      adds  a45fb4b   Merge pull request #84 from ansoni-san/master
      adds  722a632   Fix Swagger2::POD looping over "x-" HTTP methods
      adds  2b158ce   Released version 0.81
      adds  12bc02e   files should be sent as formData as per the Swagger spec, 
and params in formData should be keyed under {form}
      adds  5cd77a4   only body parameters support a schema, formData does not
      adds  c8868e7   we shouldn't attempt to validate files being uploaded as 
formData as the structure is for Mojo::UserAgent::Transactor
      adds  72e0d1a   added simple file upload client test using formData with 
type of file
      adds  9d23bee   Merge pull request #87 from ansoni-san/master
      adds  ca2759f   Deprecating Swagger2::SchemaValidator in favor of 
JSON::Validator::OpenAPI
      adds  c787ca1   Minor formatting change
      adds  572bf2b   Require JSON::Validator 0.74
      adds  ed766aa   Released version 0.82
      adds  7b8b1b1   Compatible with JSON::Validator 0.75
      adds  c693064   Released version 0.83
      adds  37a13f5   Imported Upstream version 0.83
       new  89d4601   Merge tag 'upstream/0.83'
       new  61e03e0   Update debian/changelog
       new  123077f   Update (build) dependencies.
       new  fe98e97   update changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |   24 +
 MANIFEST                                           |   15 +-
 META.json                                          |    4 +-
 META.yml                                           |    4 +-
 Makefile.PL                                        |    2 +-
 README                                             |    2 +-
 cpanfile                                           |    2 +-
 debian/changelog                                   |   10 +-
 debian/control                                     |    4 +-
 lib/Mojolicious/Plugin/Swagger2.pm                 |  201 +--
 lib/Swagger2.pm                                    |   14 +-
 lib/Swagger2/Client.pm                             |   20 +-
 lib/Swagger2/POD.pm                                |    1 +
 lib/Swagger2/SchemaValidator.pm                    |  147 +-
 lib/Swagger2/error.json                            |   17 -
 .../public/cache/05a9f0030e1b92e1603618dad61dbc8d  |    1 -
 .../public/cache/062bec94cfcd2cb0049773ae5d15da61  |    1 -
 .../public/cache/0a8e1de16692c32db582df9bdabdbdd7  |  150 --
 .../public/cache/36d1bd12eeed51e86c8695bd8876a9df  | 1588 --------------------
 .../public/cache/49c95b866e40f788892a7fb3c816b0e8  |  150 --
 .../public/cache/630949337805585c8e52deea27d11419  |   17 -
 .../public/cache/84a4b37fb9b912219cbeb486174f4066  |   64 -
 .../public/cache/ea34d47d4e060a1c3b12d2287aff89a7  |   64 -
 .../public/cache/eaa832720f36cff0abc20c05236a9cd9  |   17 -
 lib/Swagger2/schema.json                           | 1588 --------------------
 t/00-copy.t                                        |   50 -
 t/Api.pm                                           |   10 +
 t/bodytest.t                                       |   34 +-
 t/client-return-on-error.t                         |    5 +-
 t/client.t                                         |    7 +
 t/data/petstore.json                               |   17 +
 t/discriminator.t                                  |  108 ++
 t/emtpy-response.t                                 |    3 +-
 t/formdata.t                                       |   32 +-
 t/headers.t                                        |    4 +-
 t/jv-formats.t                                     |  106 --
 t/multi-param.t                                    |   47 +
 t/parse-json.t                                     |    2 +-
 t/plugin.t                                         |   11 +-
 39 files changed, 382 insertions(+), 4161 deletions(-)
 delete mode 100644 lib/Swagger2/error.json
 delete mode 100644 lib/Swagger2/public/cache/05a9f0030e1b92e1603618dad61dbc8d
 delete mode 100644 lib/Swagger2/public/cache/062bec94cfcd2cb0049773ae5d15da61
 delete mode 100644 lib/Swagger2/public/cache/0a8e1de16692c32db582df9bdabdbdd7
 delete mode 100644 lib/Swagger2/public/cache/36d1bd12eeed51e86c8695bd8876a9df
 delete mode 100644 lib/Swagger2/public/cache/49c95b866e40f788892a7fb3c816b0e8
 delete mode 100644 lib/Swagger2/public/cache/630949337805585c8e52deea27d11419
 delete mode 100644 lib/Swagger2/public/cache/84a4b37fb9b912219cbeb486174f4066
 delete mode 100644 lib/Swagger2/public/cache/ea34d47d4e060a1c3b12d2287aff89a7
 delete mode 100644 lib/Swagger2/public/cache/eaa832720f36cff0abc20c05236a9cd9
 delete mode 100644 lib/Swagger2/schema.json
 delete mode 100644 t/00-copy.t
 create mode 100644 t/discriminator.t
 delete mode 100644 t/jv-formats.t
 create mode 100644 t/multi-param.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libswagger2-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to