[libswagger2-perl] branch master updated (7feadf1 -> c508bda)

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Jan 16 16:25:25 UTC 2016


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

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

      from  7feadf1   releasing package libswagger2-perl version 0.66-1
      adds  d478c76   Add test for "type":["null","string"] #59
      adds  21d76a0   Brought demo blog application up to speed
      adds  75ccd4d   Fix typo which causes an error link.
      adds  9d5afcf   Merge pull request #61 from zitsen/fix-typo
      adds  5feaf68   Add "basePath" to "Add route ..." debug message, fixes #64
      adds  46dd0f2   Can pass Swagger2->new to Swagger2::Client, closes #63
      adds  0411df3   Forgot to document new generate() api #63
      adds  c7c6a28   Updated blog.t #60
      adds  d618634   Fix "swagger2 client api.json" for listing commands, closes #60
      adds  c265e45   Released version 0.67
      adds  e2eed09   Move POD to bottom of file
      adds  900f3ac   Can serve specification from basePath
      adds  f9d6a01   Corrected OS name to MSWin32
      adds  f2e2ad6   Merge pull request #66 from alabamapaul/win32_skip_editor_test
      adds  d8a3cfd   Less _find_action() code
      adds  7f9e5f5   Released version 0.68
      adds  0ff7873   Allow blocking Swagger2::Client requests to return on failure #67
      adds  a71518a   Improved documentation for Swagger2::Client
      adds  cc3b37f   Released version 0.69
      adds  2ade6fe   Imported Upstream version 0.69
       new  f88dd37   Merge tag 'upstream/0.69'
       new  38fe24f   Update debian/changelog
       new  c508bda   Releasing libswagger2-perl version 0.69-1

The 3 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                                            |  14 +
 MANIFEST                                           |  17 +-
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 README                                             |  11 +-
 debian/changelog                                   |   7 +
 lib/Mojolicious/Command/swagger2.pm                | 133 +++---
 lib/Mojolicious/Plugin/Swagger2.pm                 | 470 ++++++++++-----------
 lib/Swagger2.pm                                    | 262 ++++++------
 lib/Swagger2/Client.pm                             | 245 ++++++-----
 lib/Swagger2/Editor.pm                             | 114 +++--
 lib/Swagger2/POD.pm                                |  57 ++-
 lib/Swagger2/SchemaValidator.pm                    | 129 +++---
 .../public/cache/a0f5b4b4e75ea17fc09e88ec0343d148  | 127 ------
 t/Api.pm                                           |   5 +
 t/authenticate.t                                   |   6 +-
 t/blog.t                                           |   2 +-
 t/blog/api.json                                    |  17 +-
 t/blog/lib/Blog.pm                                 |  14 +-
 t/blog/lib/Blog/Controller/{Posts.pm => Post.pm}   |   8 +-
 t/blog/templates/{posts => post}/_form.html.ep     |   0
 t/blog/templates/{posts => post}/create.html.ep    |   0
 t/blog/templates/{posts => post}/edit.html.ep      |   0
 t/blog/templates/{posts => post}/list.html.ep      |   0
 t/blog/templates/{posts => post}/show.html.ep      |   0
 t/client-return-on-error.t                         |  26 ++
 t/client-with-swagger.t                            |  27 ++
 t/client.t                                         |   7 +-
 t/command-client.t                                 |  24 ++
 t/editor.t                                         |   2 +-
 t/nullable.t                                       |  46 ++
 t/operation-id.t                                   |   4 +-
 t/plugin.t                                         |   7 +
 33 files changed, 898 insertions(+), 887 deletions(-)
 delete mode 100644 lib/Swagger2/public/cache/a0f5b4b4e75ea17fc09e88ec0343d148
 rename t/blog/lib/Blog/Controller/{Posts.pm => Post.pm} (88%)
 rename t/blog/templates/{posts => post}/_form.html.ep (100%)
 rename t/blog/templates/{posts => post}/create.html.ep (100%)
 rename t/blog/templates/{posts => post}/edit.html.ep (100%)
 rename t/blog/templates/{posts => post}/list.html.ep (100%)
 rename t/blog/templates/{posts => post}/show.html.ep (100%)
 create mode 100644 t/client-return-on-error.t
 create mode 100644 t/client-with-swagger.t
 create mode 100644 t/command-client.t
 create mode 100644 t/nullable.t

-- 
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