Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cli
  concerns
  reporter
  runner
  utils
check.rb 1.32 KB
cli.rb 1.54 KB
config.rb 2.17 KB
context.rb 646 Bytes
core_ext.rb 801 Bytes
csv_parser.rb 1.48 KB
dependency_graph.rb 1.12 KB
detector.rb 4.78 KB
error.rb 1.03 KB
executable.rb 4.85 KB
feature.rb 530 Bytes
param.rb 1.94 KB
procedure.rb 190 Bytes
reporter.rb 2.83 KB
runner.rb 4.4 KB
scenario.rb 4.92 KB
top_level_modules.rb 295 Bytes
upgrade_runner.rb 6.82 KB
utils.rb 173 Bytes
version.rb 54 Bytes
yaml_storage.rb 1.15 KB

Latest revisions

# Date Author Comment
1214e201 03/20/2018 02:14 PM Ivan Necas

Fixes #22762 - Check availability of repositories before upgrade

49084935 03/19/2018 09:30 AM Kavita Gaikwad

Fixes #22759 - enhance cpdb validate check

b29b1e98 03/16/2018 02:38 PM Swapnil Abnave

Fixes #22244 - Skip whitelisted steps

db0c8500 03/13/2018 09:30 AM Kavita Gaikwad

Fixes #22851 - added new metadata 'advanced_run'

Boolean value for metadata 'advanced_run' of any procedure
will decide whether that procedure can be executed from
'advanced procedure' command or not.

8cfd0b7c 03/09/2018 09:01 AM Ivan Necas

Freeze rubocop version on 0.51.0

Two reasons:

1. I'm tired of unexpected failres on PRs caused by new comps being
added to Rubocop

2. new rubocop is broken at some checks:

3. > 0.50.0 requires ruby >= 2.1.0

```
An error occurred while Layout/SpaceInsideArrayLiteralBrackets...

f95fdb17 03/01/2018 03:45 PM Martin Bacovsky

Add context into scenario

Context adds to scenario an ability to distribute own parameters
to included executables. Scenario accepts parameters and keeps mapping
of the params to params of the executables. The mapping is opt-in
so each executable gets just the correct params....

17d02c63 02/22/2018 01:17 PM Swapnil Abnave

Fixes #22662 - rubocop complaining unexpected token: cli/base.rb

b3faa5a7 01/31/2018 02:30 PM Ivan Necas

Bump version to 0.1.3

c7991ea6 01/31/2018 02:03 PM Kavita Gaikwad

Fixes #21927 - check to validate candlepin db using cpdb

b1315a76 01/29/2018 08:56 AM ntkathole

Fixes #22436: Fix some nitpicks

View revisions

Also available in: Atom