Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9e6a344c 12/01/2020 07:41 AM Kavita Gaikwad

Refs #25291 - remove dead code

413f582a 12/01/2020 07:41 AM Kavita Gaikwad

Fixes #25291 - don't add quit action on fail_slow run_strategy

2dd9f217 09/15/2020 11:10 AM Suraj Patil

Fixes #25853 - Improved suggestion to whitelist steps

75c43303 08/27/2020 06:04 PM Suraj Patil

Fixes #29699 - Fix exit code for warning to 78

Along with the fix, added new section for special exit codes in readme file.

a384ab17 05/11/2020 02:29 PM Lukas Zapletal

Fixes #28281 - no spinner on non-tty output

0b1b8ae6 02/10/2020 08:18 AM Martin Bacovsky

Refs #28097 - Disable --assumeyes

6ad88575 02/10/2020 08:18 AM Martin Bacovsky

Refs #28097 - updated formatting of the message

57224c2b 04/04/2019 11:25 AM Kavita Gaikwad

Fixes #26236 - made disk check silent in sat_versions > 6.2

c20e3277 09/25/2018 07:21 AM Martin Bacovsky

Fixes #24792 - --brief and --failing options in service status

Two new options were added to service status:
--brief (-b) prints only service name and status for quick overview
--failing (-f) lists only services that are not running
Forthermore there was added Sentence at the end of the status which...

3b7d325f 05/17/2018 01:45 PM Martin Bacovsky

Fixes #23498 - run with mongo 3.4 from scl

To get version of the db server (may be remote) we assume the
'mongo' command is always available. If there is only mongo from SCL
present the mongo client has to be called from within a scl.

With current state of things it is safe to assume there is at least...

77e624b7 05/02/2018 02:09 PM Martin Bacovsky

Fixes #22456 - Backup command

531e5043 01/04/2018 11:57 AM Kavita Gaikwad

Fixes #22082 - new conventions & warnings for rubocop 0.52.0

52dc72e1 12/06/2017 12:26 PM Anurag Patel

Fixes #21721 - Don't downcase stdin if its hammer credentials

Removed .downcase call from ask() method. downcase of answer is only
performed in filter_decision method now.

e9ead95f 09/12/2017 10:16 AM Ivan Necas

Fixes #20848 - Fix error messages indentation

b63be328 08/08/2017 06:59 AM Ivan Necas

Merge remote-tracking branch 'origin/master' into upgrade-workflow

614999f6 08/04/2017 04:50 AM Martin Bacovsky

Add commands for executing procedures

f46f513d 07/26/2017 05:00 PM Ivan Necas

Update from review

a625d952 06/23/2017 03:45 AM Ivan Necas

Support for run_once procedures and repositories setup

2b50ced4 06/23/2017 03:44 AM Ivan Necas

Extract control flow of upgrades to special file

181810b0 06/23/2017 03:41 AM Ivan Necas

Add --whitelist option

Allows to mark some steps to be ignored in the results: allows to
continue even when some checks are failing.

ea60b444 06/23/2017 03:41 AM Ivan Necas

Full upgrade scenario

This commit intoroduces more structured upgrade scenario consisting of
this scenarios:

  • pre_upgrade_check - non-modifying checks: is the system ready?
  • pre_migrations - modifying procedures before source update
  • migrations - source update and main migrations...
afbe9e6e 05/11/2017 06:41 AM Ivan Necas

Assumeyes option

3b966152 05/11/2017 06:41 AM Ivan Necas

Improve reporting on hammer setup and preparation steps

734dd76a 05/11/2017 06:41 AM Ivan Necas

Hammer setup preparation step

e6f56dee 05/11/2017 06:41 AM Ivan Necas

Support running commands interactively

d04bc928 05/03/2017 09:26 AM Swapnil Abnave

RFE #23 - Add new status [WARNING] - Check: is system self registered

019ca085 04/07/2017 10:59 AM Ivan Necas

Decouple more reporter from runner

Before this commit, we required the reporter to call back runner
methods, which complicated the things. Also the multiple-steps select
was not working properly.

After this change, the reporter just returns a decision as result of...

4247bd5e 04/05/2017 02:57 PM Ivan Necas

Check count of paused tasks and offer next steps

38a0b341 04/05/2017 02:39 PM Swapnil Abnave

Fixes #3 - Add option to skip the prompted step

88403bae 04/04/2017 07:18 AM Kavita Gaikwad

Done changes for rubocop v0.48.1

b3c821a5 03/21/2017 06:26 PM Ivan Necas

Make the spinner opt-in, not opt-out

The default spinner caused issues when one needs to interact with the
user (printing additional messages). As it's needed only for long
running actions, it should not be enforced by default.

ef9ee7ac 02/16/2017 04:18 PM Ivan Necas

Refactor the choice of next steps

ed2c683b 02/13/2017 05:41 PM Ivan Necas

Tests for runner and reporter