Skip to content

Rethink of PWBS (0.6.0)#14

Draft
patrykjadamczyk wants to merge 42 commits intodevelopfrom
issue-x/0.6-rethink
Draft

Rethink of PWBS (0.6.0)#14
patrykjadamczyk wants to merge 42 commits intodevelopfrom
issue-x/0.6-rethink

Conversation

@patrykjadamczyk
Copy link
Copy Markdown
Member

No description provided.

patrykjadamczyk and others added 30 commits December 14, 2019 14:03
Changed:
- Added Name property into Task API Class
- Removed Abstraction from comment property
- Changed Execution Method of Task API Class into forwarder of arguments
- Removed Command Module
- Removed PWBS Config
- Moved Platform Error into Core Module
- Added 2 new Error Messages
- Added All Method to OS Constants in Platform Class
- Added forwarding of alias if it is known
- Changed Task and Init Plugin for new Task API
- Added Single Task Mode and Task Mode Plugin
- Added Sentry Scope Information for Tasks
- Changed Multi Command mode name
- Added Task Factory
- Added Task List
- Removed Test 1.X and 2.2 because of being no longer valid
- Changed Relative Imports to absolute ones in tests module
Added alpine, ubuntu and windows server core dockerfiles.
Default one is Alpine
Changes:
- Added argumented as boolean configuration property to PWBS Config File Format
- Added to Configuration Aware Task extending task configuration from cli flags provided to PWBS
- Added new CLI Flags Group: Tasks Options
- Extended preprocessing commands to support argumented tasks
-
Changes:
- Added Runner Module for Command Runners
- Added support for dockerized tasks in Configuration Aware Task
- Added option to stop execution of Configuration Aware Task after before_execute Method
- Added Docker Runner that runs commands in docker container, checks for PWBS being run inside docker and checks for Docker being accessible in OS
- Added CLI flag --run-inside-docker for running current tasks in docker container
- Added Error Message when Docker is not found on OS
- Added Shell Runner that can run in two modes, first one is without capturing output to work as it worked, second one is with capturing output to proxy output to PWBS logs
- Changed SingleTaskMode to capture output and proxy output to logs
Changes:
- Added handling possible OSError in ShellRunner
- Added types in ShellRunner with capturing output
@patrykjadamczyk patrykjadamczyk added the enhancement New feature or request label Jul 3, 2020
@patrykjadamczyk patrykjadamczyk self-assigned this Jul 3, 2020
@lgtm-com
Copy link
Copy Markdown

lgtm-com bot commented Jul 3, 2020

This pull request introduces 1 alert and fixes 8 when merging 20b365b into 9a70f72 - view on LGTM.com

new alerts:

  • 1 for __init__ method calls overridden method

fixed alerts:

  • 6 for First parameter of a method is not named 'self'
  • 2 for Redundant assignment

@lgtm-com
Copy link
Copy Markdown

lgtm-com bot commented Jul 25, 2020

This pull request introduces 1 alert and fixes 8 when merging 1d4e1af into 4079801 - view on LGTM.com

new alerts:

  • 1 for __init__ method calls overridden method

fixed alerts:

  • 6 for First parameter of a method is not named 'self'
  • 2 for Redundant assignment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant