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

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

      from  7ccbbd2   Include CC-BY-4.0-International for t/data/petstore.json
      adds  0470e9b   Imported Upstream version 0.59
       new  bb1a2c2   Merge tag 'upstream/0.59'
       new  bab0767   New upstream release
       new  474a1ab   Update libmojolicious-perl dependency
       new  fdeb0a9   Add dependency to libjson-validator-perl
       new  874265c   releasing package libswagger2-perl version 0.59-1

The 5 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:
 .travis.yml                                        |    1 +
 Changes                                            |  120 +++
 MANIFEST                                           |   62 +-
 META.json                                          |    7 +-
 META.yml                                           |    7 +-
 Makefile.PL                                        |    5 +-
 README                                             |   54 +-
 cpanfile                                           |    3 +-
 debian/changelog                                   |    9 +
 debian/control                                     |    6 +-
 lib/Mojolicious/Command/swagger2.pm                |  126 ++-
 lib/Mojolicious/Plugin/Swagger2.pm                 |  617 ++++++++----
 lib/Swagger2.pm                                    |  264 ++---
 lib/Swagger2/Client.pm                             |  249 +++++
 lib/Swagger2/Editor.pm                             |   14 +-
 lib/Swagger2/Guides/CustomPlaceholder.pod          |   38 +
 lib/Swagger2/Guides/ProtectedApi.pod               |   79 ++
 lib/Swagger2/Guides/Render.pod                     |  144 +++
 lib/Swagger2/Guides/Tutorial.pod                   |  120 +++
 lib/Swagger2/Guides/WebSocket.pod                  |  138 +++
 lib/Swagger2/POD.pm                                |   21 +-
 lib/Swagger2/SchemaValidator.pm                    |  574 +----------
 lib/Swagger2/error.json                            |   17 +
 .../cache/36d1bd12eeed51e86c8695bd8876a9df}        |  143 ++-
 .../public/cache/49c95b866e40f788892a7fb3c816b0e8  |    0
 .../public/cache/630949337805585c8e52deea27d11419  |   17 +
 .../public/cache/a0f5b4b4e75ea17fc09e88ec0343d148  |   35 +-
 .../public/cache/eaa832720f36cff0abc20c05236a9cd9  |   17 +
 lib/Swagger2/schema.json                           |  143 ++-
 t/00-copy.t                                        |   50 +
 t/Api.pm                                           |   38 +-
 t/around-action.t                                  |   87 ++
 t/authenticate.t                                   |   23 +-
 t/blog.t                                           |   36 +
 t/blog/2015-yapc-eu-slides.pdf                     |  Bin 0 -> 566052 bytes
 t/blog/api.json                                    |  128 +++
 t/blog/blog.conf                                   |    1 +
 t/blog/lib/Blog.pm                                 |   56 ++
 t/blog/lib/Blog/Controller/Posts.pm                |   92 ++
 t/blog/lib/Blog/Model/Posts.pm                     |   27 +
 t/blog/migrations/blog.sql                         |    9 +
 t/blog/script/blog                                 |   10 +
 t/blog/templates/layouts/blog.html.ep              |   19 +
 t/blog/templates/posts/_form.html.ep               |   11 +
 t/blog/templates/posts/create.html.ep              |    3 +
 t/blog/templates/posts/edit.html.ep                |    6 +
 t/blog/templates/posts/list.html.ep                |    8 +
 t/blog/templates/posts/show.html.ep                |    4 +
 t/bodytest.t                                       |   89 +-
 t/boolean-in-url.t                                 |   33 +-
 t/client.t                                         |   74 ++
 t/data/bodytest.json                               |   62 --
 t/data/boolean-in-url.json                         |   25 -
 t/data/ip-in-url.json                              |   24 -
 t/data/not-implemented.json                        |   22 -
 t/data/petstore.json                               |   50 +-
 t/data/petstore.yaml                               |    7 +-
 t/data/pod-as-string.json                          |   14 +-
 t/data/pod-as-string.pod                           |   13 +-
 t/data/query-as-array.json                         |   21 +
 t/data/validate.json                               | 1030 ++++++++++++++++++++
 t/editor.t                                         |    3 +-
 t/ensure-swagger-response.t                        |   48 +
 t/expand.t                                         |    8 +-
 t/file.t                                           |    5 +-
 t/formdata.t                                       |   61 ++
 t/headers.t                                        |   56 ++
 t/ip-in-url.t                                      |   32 +-
 t/jv-allof.t                                       |   20 -
 t/jv-anyof.t                                       |   21 -
 t/jv-array.t                                       |   52 -
 t/jv-basic.t                                       |   32 -
 t/jv-enum.t                                        |   17 -
 t/jv-formats.t                                     |   22 -
 t/jv-integer.t                                     |   34 -
 t/jv-not.t                                         |   14 -
 t/jv-object.t                                      |   85 --
 t/jv-oneof.t                                       |   34 -
 t/jv-required.t                                    |   25 -
 t/jv-string.t                                      |   32 -
 t/jv-union.t                                       |  112 ---
 t/lib/MyApp/Controller/Pet.pm                      |   35 +
 t/load-json.t                                      |   31 -
 t/load-yaml.t                                      |   24 -
 t/not-implemented-501.t                            |   39 +-
 t/operation-id.t                                   |   73 ++
 t/order-pathobjects-lengthwise.t                   |   68 ++
 t/parse-json.t                                     |    2 +-
 t/plugin-defaults.t                                |   57 ++
 t/plugin-yaml.t                                    |   47 +
 t/plugin.t                                         |   10 +-
 t/pod-as-string.t                                  |   12 +-
 t/{ip-in-url.t => query-as-array.t}                |    5 +-
 t/stash-defaults.t                                 |   43 +
 t/swagger.t                                        |    1 +
 t/validate.t                                       |   33 +-
 t/websocket.t                                      |   92 ++
 97 files changed, 4558 insertions(+), 1829 deletions(-)
 create mode 100644 lib/Swagger2/Client.pm
 create mode 100644 lib/Swagger2/Guides/CustomPlaceholder.pod
 create mode 100644 lib/Swagger2/Guides/ProtectedApi.pod
 create mode 100644 lib/Swagger2/Guides/Render.pod
 create mode 100644 lib/Swagger2/Guides/Tutorial.pod
 create mode 100644 lib/Swagger2/Guides/WebSocket.pod
 create mode 100644 lib/Swagger2/error.json
 copy lib/Swagger2/{schema.json => 
public/cache/36d1bd12eeed51e86c8695bd8876a9df} (91%)
 rename t/data/cache/80aad97ce8edcce8a0968125b84dd705 => 
lib/Swagger2/public/cache/49c95b866e40f788892a7fb3c816b0e8 (100%)
 create mode 100644 lib/Swagger2/public/cache/630949337805585c8e52deea27d11419
 copy t/data/petstore.json => 
lib/Swagger2/public/cache/a0f5b4b4e75ea17fc09e88ec0343d148 (72%)
 create mode 100644 lib/Swagger2/public/cache/eaa832720f36cff0abc20c05236a9cd9
 create mode 100644 t/00-copy.t
 create mode 100644 t/around-action.t
 create mode 100644 t/blog.t
 create mode 100644 t/blog/2015-yapc-eu-slides.pdf
 create mode 100644 t/blog/api.json
 create mode 100644 t/blog/blog.conf
 create mode 100644 t/blog/lib/Blog.pm
 create mode 100644 t/blog/lib/Blog/Controller/Posts.pm
 create mode 100644 t/blog/lib/Blog/Model/Posts.pm
 create mode 100644 t/blog/migrations/blog.sql
 create mode 100755 t/blog/script/blog
 create mode 100644 t/blog/templates/layouts/blog.html.ep
 create mode 100644 t/blog/templates/posts/_form.html.ep
 create mode 100644 t/blog/templates/posts/create.html.ep
 create mode 100644 t/blog/templates/posts/edit.html.ep
 create mode 100644 t/blog/templates/posts/list.html.ep
 create mode 100644 t/blog/templates/posts/show.html.ep
 create mode 100644 t/client.t
 delete mode 100644 t/data/bodytest.json
 delete mode 100644 t/data/boolean-in-url.json
 delete mode 100644 t/data/ip-in-url.json
 delete mode 100644 t/data/not-implemented.json
 create mode 100644 t/data/query-as-array.json
 create mode 100644 t/data/validate.json
 create mode 100644 t/ensure-swagger-response.t
 create mode 100644 t/formdata.t
 create mode 100644 t/headers.t
 delete mode 100644 t/jv-allof.t
 delete mode 100644 t/jv-anyof.t
 delete mode 100644 t/jv-array.t
 delete mode 100644 t/jv-basic.t
 delete mode 100644 t/jv-enum.t
 delete mode 100644 t/jv-integer.t
 delete mode 100644 t/jv-not.t
 delete mode 100644 t/jv-object.t
 delete mode 100644 t/jv-oneof.t
 delete mode 100644 t/jv-required.t
 delete mode 100644 t/jv-string.t
 delete mode 100644 t/jv-union.t
 create mode 100644 t/lib/MyApp/Controller/Pet.pm
 delete mode 100644 t/load-json.t
 delete mode 100644 t/load-yaml.t
 create mode 100644 t/operation-id.t
 create mode 100644 t/order-pathobjects-lengthwise.t
 create mode 100644 t/plugin-defaults.t
 create mode 100644 t/plugin-yaml.t
 copy t/{ip-in-url.t => query-as-array.t} (51%)
 create mode 100644 t/stash-defaults.t
 create mode 100644 t/websocket.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