[libjira-client-perl] annotated tag upstream/0.43 created (now 6ab58bb)

gregor herrmann gregoa at debian.org
Sat Dec 5 21:27:19 UTC 2015


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

gregoa pushed a change to annotated tag upstream/0.43
in repository libjira-client-perl.

        at  6ab58bb   (tag)
   tagging  85cf94aa0b6aa5a4e7c02b2a00fbbe8e17ff321c (commit)
  replaces  upstream/0.42
 tagged by  gregor herrmann
        on  Sat Dec 5 22:21:40 2015 +0100

- Log -----------------------------------------------------------------
Upstream version 0.43

(no author) (1):
      Initial directory structure.

Gustavo Chaves (48):
      Move to git
      Add .gitignore file
      [RT-72470] Generalize treatment of bug JRA-12300.
      [RT-72470] Accept both names for fields with duplicate names.
      Bump to version 0.31
      Check progress_workflow_action_safely's $issue argument
      Fix field names in create_issue
      Update MANIFEST and .gitignore
      Add online tests using Atlassian's OnDemand demo instance.
      [rt72667] Pass project key to get_security_levels
      Refactor parameter conversions for create_issue, update_issue and progress_workflow_action_safely.
      Use Atlassian OnDemand JIRA instance to perform online tests.
      [rt72470] Fix create_issue and progress_workflow_action_safely parameter conversions.
      Bump to version 0.32
      Fix _flaten_components_and_versions as per Dan Baber suggestion
      Add MYMETA.{json,yml} to .gitignore.
      Detect absense of Test::Kwalitee and skip tests
      Use public JIRA demo instance for author tests
      [RT-75157] Make create_issue support sub-task issue types
      Use English in kwalitee.t
      Bump version to 0.33 and Copyright through 2012
      Insert -*- perl -*- mark at the first line of every test file.
      Add things to TODO list.
      Rename user demo test
      Chmod +x user demo test
      Simplify user demo test
      Add example to dump JIRA configuration
      Generalize extended tests
      Ignore CPqD's demo config
      Update MANIFEST
      Update README with new form of online tests
      Convert distribution to Dist::Zilla
      Use AutoPrereqs dzil plugin
      Add autoversioning plugins to dzil.
      Add PodWeaver plugin to dzil to generate POD boilerplate automatically.
      Add plugins for release to dzil
      Add @Git bundle to dzil
      Add NextRelease plugin to dzil.
      Revert "Add things to TODO list."
      Add 0.34 Changes that were not properly added by dzil
      Fix POD structure
      Reorder dzil plugins
      Remove release dzil plugins which are already included in the @Basic bundle
      Add MetaResources to dist.ini
      Update .gitignore
      Implement method filter_issues
      v0.35
      fix typo

Gustavo L. de M. Chaves (31):
      Move from Google Code to GitHub
      v0.36
      Fix typo
      Use Data::Util to make for clearer code
      v0.37
      Add examples/jira-filter.pl
      Check for unknown connection error
      Explain why we need an empty DESTROY
      New admits non-base URLs to non-standard WSDL descriptors.
      v0.38
      Fix SOAP::Lite typelookup change
      Refactoring POD
      Fix https://github.com/gnustavo/JIRA-Client/issues/1
      Does not need to invoke $url->as_string()
      v0.39
      Clarify constructor POD
      Drop dependency on URI
      v0.40
      Use environment perl
      Implement the method filter_issues_unsorted
      Reformad Changes file
      v0.41
      Improve module's abstract
      Placate Perl::Critic
      Configure tidyall
      Add deprecation warning and reference to JIRA::REST
      v0.42
      Add REPOSITORY section to documentation
      Optimize filter_issues_unsorted for key lists
      Deprecate JIRA::Client
      v0.43

Slaven Rezic (1):
      alternative fix for issue #1

gnustavo (14):
      Initial version.
      removing files added by mistake
      adding missing files
      simplifying next_issue()
      implementing coersions for structured arguments
      bumpping to version 0.04
      implementing caching methods: get_priorities, get_versions, get_custom_fields, and set_custom_fields
      bumpping to version 0.05
      set_filter_iterator accepts filter ids or filter names as suggested by Jon Connell.
      bumpping version
      updating default conversions for JIRA 4.0 new methods
      bumpping to version 0.19
      Explains that it works with JIRA 4.
      bumpping to version 0.22

gnustavo at gmail.com (60):
      Enable online tests to use a specific JIRA instance
      Documenting the new kind of online tests
      Implements the progress_workflow_action_safelly method.
      Treating the cache more consistently.
      Implements get_issue_types.
      Implements the create_issue method as suggested by Jon Connel.
      progress_workflow_action_safelly accepts a RemoteIssue object as argument
      bumpping version to 0.10
      a kludge to avoid a spurious message
      bumpping version to 0.12
      making it easy to pass custom field values in create_issue
      bumpping to version 0.13
      parameterizing the field iterator cache size
      supporting JIRA versions older than 3.14.4
      bumpping to version 0.14
      making it easier to debug iterations
      progress_workflow_action_safely accepts shortcuts
      bumpping to version 0.15
      implements get_favourite_filters and casts filter names to ids where appropriate.
      bumpping version to 0.16
      factoring out some code into helper functions
      Implementing get_issue_custom_field_values method.
      Implementing many more tests.
      Accepting many more options for online tests.
      Making POD tests author specific
      bumpping to version 0.17
      Improving the distro kwalitee.
      adding kwalitee test
      enhancing the kwalitee test
      removing shee-bang from test
      bumpping to version 0.18
      removing sheebang from test scripts
      adding perlcritic test
      placating main perlcritic issues
      using croak instead of die
      converting duedate from YYYY-MM-DD to d/MMM/yy.
      typos
      refactoring the field conversion code
      bumpping to version 0.20
      convert resolutions and make some refactoring in the get_* functions.
      adding examples
      adding examples to the MANIFEST
      A list of changes:
      bumpping to version 0.21
      I was doubly converting fields values in _cast_remote_field_values
      Correcting SOAP serialization for the arrays in add*AttachmentsToIssue
      implements attach_files_to_issue and attach_strings_to_issue
      create_issue now accepts an optional security level argument
      bumpping to version 0.23
      eliminating function _fault_details
      getting rid of unecessary coersion
      Denying the attachment of empty files. This was suggested by Jon Connell.
      Typo detected by Andrey Belous.
      bumpping to version 0.24
      Correcting a typo noticed by Cosimo Streppone.
      [RT61214] _convert_resolution fix by KBeal AT crosscountry-auto.com
      [RT61184] implements get_statuses, courtesy of michael AT riceclan.org
      bump to version 0.25
      Implementing some magic for specifying cascading fields, as suggested by Keith Hackworth
      bumpping to version 0.26

gregor herrmann (1):
      Imported Upstream version 0.43

gustavo at gnustavo.com (12):
      Properly casting RemoteProjectRole objects. Thanks to Philippe MARTIN
      bumpping to version 0.27
      migrando .cvsignore para svn:ignore
      JIRA::Client->new pass extra arguments to the SOAP::Lite object
      bumpping to version 0.28
      enhancing META.yml
      Support for new methods in JIRA 4.4
      Bump version to 0.29
      Document use of eval blocks to guard against method failures.
      Cast duedates as a date SOAP::Data
      Document the duedate change.
      Bump to version 0.30

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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