This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Extendable base tasks #66
Comments
blackandred
added a commit
that referenced
this issue
Jun 25, 2021
…kd.php as a working, practical example
blackandred
added a commit
that referenced
this issue
Jun 25, 2021
blackandred
added a commit
that referenced
this issue
Jun 25, 2021
blackandred
added a commit
that referenced
this issue
Jun 28, 2021
…+ :docker:exec task as an example
blackandred
added a commit
that referenced
this issue
Jul 3, 2021
…cept from proxy class to ast static analysis
blackandred
added a commit
that referenced
this issue
Jul 6, 2021
blackandred
added a commit
that referenced
this issue
Jul 6, 2021
blackandred
added a commit
that referenced
this issue
Jul 12, 2021
blackandred
added a commit
that referenced
this issue
Jul 14, 2021
blackandred
added a commit
that referenced
this issue
Jul 14, 2021
blackandred
added a commit
that referenced
this issue
Jul 14, 2021
blackandred
added a commit
that referenced
this issue
Jul 14, 2021
blackandred
added a commit
that referenced
this issue
Jul 14, 2021
blackandred
added a commit
that referenced
this issue
Jul 14, 2021
blackandred
added a commit
that referenced
this issue
Jul 14, 2021
blackandred
added a commit
that referenced
this issue
Jul 16, 2021
blackandred
added a commit
that referenced
this issue
Aug 15, 2021
blackandred
added a commit
that referenced
this issue
Aug 15, 2021
blackandred
added a commit
that referenced
this issue
Aug 18, 2021
blackandred
added a commit
that referenced
this issue
Aug 18, 2021
blackandred
added a commit
that referenced
this issue
Aug 18, 2021
blackandred
added a commit
that referenced
this issue
Aug 19, 2021
…est built-in mechanism that is colliding
blackandred
added a commit
that referenced
this issue
Aug 21, 2021
…cution stage usage, extract .gitignore support into `IOBaseTask`, cover with tests, fix gitignore support
blackandred
added a commit
that referenced
this issue
Aug 21, 2021
blackandred
added a commit
that referenced
this issue
Aug 26, 2021
…sting code made by external contributor
blackandred
added a commit
that referenced
this issue
Aug 27, 2021
blackandred
added a commit
that referenced
this issue
Aug 27, 2021
blackandred
added a commit
that referenced
this issue
Aug 28, 2021
blackandred
added a commit
that referenced
this issue
Aug 28, 2021
…lists which resulted in [':', 't', 'e', 's', 't'] instead of [':test']
blackandred
added a commit
that referenced
this issue
Aug 28, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
visibility
attribute toTaskDeclaration
, so the:task
task can hide internal "intermediate" tasks - add optional switch "--private" in :tasks to see such tasksconfigure()
inside TaskInterface and in YAML, that would be a Python code executed right after constructor. Create a "configuration" stage for tasks and execute it before argparse. It's a place without Context access, just the class object to set attributes, settings.inside()
Python method and YAML element. It should be invoked byexecute()
method and supported by task. Depending on the task it could be a bash/php/other language code executed inside docker container, Python code executed in context of a Task or everything else - Task that is extended decides about the implementation.The text was updated successfully, but these errors were encountered: