Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.8.0 #537

Merged
merged 1 commit into from
Jul 15, 2019
Merged

Release 0.8.0 #537

merged 1 commit into from
Jul 15, 2019

Conversation

pirat89
Copy link
Member

@pirat89 pirat89 commented Jul 15, 2019

Packaging

  • Fix URL and Source0 in the SPEC file

=====================================================================
Framework

  • Fixes
  • Enhancements
  • Add phase name checking to workflow parameters
  • Add the fetch_upgrade_report_raw() function to obtain raw report
    data
  • Create a dynamic configuration phase that allows creation
    of configuration for repository workflow
  • Functionalite getting actor and phase names when working with
    a workflow

=====================================================================
Leapp

  • Fixes
  • Enhancements
  • Add JSON report generation
  • Add the preupgrade subcommand for the leapp tool that stops
    workflow execution after the Reports phase and display info about
    generated report

=====================================================================
Snactor

  • Fixes
  • Add a simple logger to snactor discover command to avoid spurious
    output about missing logger
  • Add checks of arguments for cmdline parameters
  • Exit non-zero on unhandled exceptions and errors
  • Load checkpoint ordered by id instead of timestamp to prevent
    issues with changed timezone (checkpoints: Load checkpoints ordered by id #499)

=====================================================================
stdlib

  • Fixes
  • Add checks of arguments for cmdline parameters
  • Enhancements

=====================================================================
Modifications

  • introduced conftest.py to utilize fixture mechanism, so fixture
    doesn't have to be imported explicitly in tests.
  • refactoring to satisfy linters

Packaging
- Fix URL and Source0 in the SPEC file

=====================================================================
Framework
* Fixes
- Add workround patch for the multiprocessing library
- Exit non-zero on unhandled exceptions and errors
- Fix actor library loading, so libs do not have to be imported
  in lexicographical order
- Fix buf with mode inheritance and list field (oamg#203)
- Fix warning about membership check of models when (oamg#503)
- Load checkpoint ordered by `id` instead of timestamp to prevent
  issues with changed timezone (oamg#499)
- Log on the ERROR level by default instead of DEBUG
- Print usage to stderr

* Enhancements
- Add phase name checking to workflow parameters
- Add the fetch_upgrade_report_raw() function to obtain raw report
  data
- Create a dynamic configuration phase that allows creation
  of configuration for repository workflow
- Functionalite getting actor and phase names when working with
  a workflow

=====================================================================
Leapp
* Fixes
- Add checks of arguments for cmdline parameters
- Load checkpoint ordered by `id` instead of timestamp to prevent
  issues with changed timezone (oamg#499)

* Enhancements
- Add JSON report generation
- Add the preupgrade subcommand for the leapp tool that stops
  workflow execution after the Reports phase and display info about
  generated report

=====================================================================
Snactor
* Fixes
- Add a simple logger to snactor discover command to avoid spurious
  output about missing logger
- Add checks of arguments for cmdline parameters
- Exit non-zero on unhandled exceptions and errors
- Load checkpoint ordered by `id` instead of timestamp to prevent
  issues with changed timezone (oamg#499)

=====================================================================
stdlib
* Fixes
- Add checks of arguments for cmdline parameters

* Enhancements
- Log output of commands to logfile (oamg#520)
- stdlib: add option to `run()` to ignore exit code

=====================================================================
Modifications
- introduced conftest.py to utilize fixture mechanism, so fixture
  doesn't have to be imported explicitly in tests.
- refactoring to satisfy linters
@centos-ci
Copy link

Can one of the admins verify this patch?

@pirat89 pirat89 requested a review from Rezney July 15, 2019 16:08
@pirat89 pirat89 merged commit 92626cc into oamg:master Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants