[sqitch] 01/03: Merge tag 'upstream/0.9993'

zeha at debian.org zeha at debian.org
Fri Aug 21 21:19:34 UTC 2015


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

zeha pushed a commit to branch master
in repository sqitch.

commit 750a5ffc74f2c6ec3bb9f569122b2ec72c5fe4f9
Merge: a432fc9 2306b14
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Fri Aug 21 21:14:00 2015 +0000

    Merge tag 'upstream/0.9993'
    
    Upstream version 0.9993

 Build.PL                                    |   4 +-
 Changes                                     |  87 ++++
 MANIFEST                                    |   6 +-
 META.json                                   |   6 +-
 META.yml                                    |   4 +-
 README                                      |   4 +-
 README.md                                   |   2 +-
 dist/sqitch.spec                            |   2 +-
 lib/App/Sqitch.pm                           |  20 +-
 lib/App/Sqitch/Command.pm                   |   2 +-
 lib/App/Sqitch/Command/add.pm               |   2 +-
 lib/App/Sqitch/Command/bundle.pm            |  59 +--
 lib/App/Sqitch/Command/checkout.pm          |   2 +-
 lib/App/Sqitch/Command/config.pm            |   2 +-
 lib/App/Sqitch/Command/deploy.pm            |   2 +-
 lib/App/Sqitch/Command/engine.pm            | 255 ++++++----
 lib/App/Sqitch/Command/help.pm              |   4 +-
 lib/App/Sqitch/Command/init.pm              | 183 +++-----
 lib/App/Sqitch/Command/log.pm               |   2 +-
 lib/App/Sqitch/Command/plan.pm              |   2 +-
 lib/App/Sqitch/Command/rebase.pm            |   2 +-
 lib/App/Sqitch/Command/revert.pm            |   2 +-
 lib/App/Sqitch/Command/rework.pm            |   2 +-
 lib/App/Sqitch/Command/show.pm              |   2 +-
 lib/App/Sqitch/Command/status.pm            |   2 +-
 lib/App/Sqitch/Command/tag.pm               |   2 +-
 lib/App/Sqitch/Command/target.pm            | 184 ++++----
 lib/App/Sqitch/Command/upgrade.pm           |   2 +-
 lib/App/Sqitch/Command/verify.pm            |   2 +-
 lib/App/Sqitch/Config.pm                    |   2 +-
 lib/App/Sqitch/DateTime.pm                  |   2 +-
 lib/App/Sqitch/Engine.pm                    |  15 +-
 lib/App/Sqitch/Engine/firebird.pm           |  18 +-
 lib/App/Sqitch/Engine/mysql.pm              | 108 ++++-
 lib/App/Sqitch/Engine/oracle.pm             |  23 +-
 lib/App/Sqitch/Engine/pg.pm                 |   6 +-
 lib/App/Sqitch/Engine/sqlite.pm             |   6 +-
 lib/App/Sqitch/Engine/vertica.pm            |   6 +-
 lib/App/Sqitch/ItemFormatter.pm             |   2 +-
 lib/App/Sqitch/Plan.pm                      |   4 +-
 lib/App/Sqitch/Plan/Blank.pm                |   2 +-
 lib/App/Sqitch/Plan/Change.pm               |  56 ++-
 lib/App/Sqitch/Plan/ChangeList.pm           |   4 +-
 lib/App/Sqitch/Plan/Depend.pm               |   2 +-
 lib/App/Sqitch/Plan/Line.pm                 |   2 +-
 lib/App/Sqitch/Plan/LineList.pm             |   2 +-
 lib/App/Sqitch/Plan/Pragma.pm               |   2 +-
 lib/App/Sqitch/Plan/Tag.pm                  |   2 +-
 lib/App/Sqitch/Role/DBIEngine.pm            |   8 +-
 lib/App/Sqitch/Role/RevertDeployCommand.pm  |   2 +-
 lib/App/Sqitch/Role/TargetConfigCommand.pm  | 531 +++++++++++++++++++++
 lib/App/Sqitch/Target.pm                    | 168 +++++--
 lib/App/Sqitch/Types.pm                     |   4 +-
 lib/App/Sqitch/X.pm                         |   2 +-
 lib/LocaleData/de/LC_MESSAGES/App-Sqitch.mo | Bin 463 -> 463 bytes
 lib/LocaleData/fr/LC_MESSAGES/App-Sqitch.mo | Bin 13385 -> 13385 bytes
 lib/sqitch-add.pod                          |   3 +-
 lib/sqitch-config-usage.pod                 |   1 -
 lib/sqitch-config.pod                       |  12 +-
 lib/sqitch-configuration.pod                | 691 +++++++++++++++++++---------
 lib/sqitch-deploy.pod                       |   2 +
 lib/sqitch-engine-usage.pod                 |  25 +-
 lib/sqitch-engine.pod                       | 157 ++++---
 lib/sqitch-init-usage.pod                   |  14 +-
 lib/sqitch-init.pod                         | 196 ++++++--
 lib/sqitch-passwords.pod                    |   4 +-
 lib/sqitch-rebase.pod                       |  12 +-
 lib/sqitch-revert.pod                       |   6 +-
 lib/sqitch-target-usage.pod                 |  24 +-
 lib/sqitch-target.pod                       | 149 +++---
 lib/sqitch-verify.pod                       |   2 +
 lib/sqitch.pod                              |  51 +-
 lib/sqitchcommands.pod                      |   4 +-
 lib/sqitchtutorial-firebird.pod             |  16 +-
 lib/sqitchtutorial-mysql.pod                |   8 +-
 lib/sqitchtutorial-oracle.pod               |  14 +-
 lib/sqitchtutorial-sqlite.pod               |  14 +-
 lib/sqitchtutorial-vertica.pod              |  14 +-
 lib/sqitchtutorial.pod                      |   8 +-
 lib/sqitchusage.pod                         |   4 -
 t/bundle.t                                  |  63 ++-
 t/change.t                                  |  40 +-
 t/datetime.t                                |  10 +-
 t/engine.t                                  |   5 +-
 t/engine/reworked/deploy/users at alpha.sql    |   6 +
 t/engine/reworked/revert/users at alpha.sql    |   2 +
 t/engine/sqitch.plan                        |   1 +
 t/engine_cmd.t                              | 320 ++++++++++---
 t/firebird.t                                |   2 +-
 t/init.t                                    | 249 ++++++----
 t/item_formatter.t                          |   9 +-
 t/lib/DBIEngineTest.pm                      |   4 +-
 t/lib/LC.pm                                 |  17 +
 t/log.t                                     |  13 +-
 t/multiplan.conf                            |   2 +
 t/mysql.t                                   | 117 ++++-
 t/options.t                                 |  39 +-
 t/plan.t                                    |   6 +-
 t/plan_command.t                            |  12 +-
 t/rework.t                                  |  29 +-
 t/show.t                                    |  14 +-
 t/target.t                                  | 131 ++++--
 t/target_cmd.t                              | 378 ++++++++++++---
 xt/release/pod-spelling.t                   |   1 +
 104 files changed, 3405 insertions(+), 1325 deletions(-)

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



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