[libswagger2-perl] 01/05: Merge tag 'upstream/0.59'

Julian Maurice jajm-guest at moszumanska.debian.org
Fri Oct 30 08:24:54 UTC 2015


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

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

commit bb1a2c25466f3519b70b5bf7be5debe73ddef271
Merge: 7ccbbd2 0470e9b
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Oct 28 08:21:49 2015 +0100

    Merge tag 'upstream/0.59'
    
    Upstream version 0.59

 .travis.yml                                        |    1 +
 Changes                                            |  120 +++
 MANIFEST                                           |   62 +-
 META.json                                          |    7 +-
 META.yml                                           |    7 +-
 Makefile.PL                                        |    5 +-
 README                                             |   54 +-
 cpanfile                                           |    3 +-
 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 ++
 95 files changed, 4545 insertions(+), 1827 deletions(-)

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



More information about the Pkg-perl-cvs-commits mailing list