- Add timeout support for subprocess execution
(
01d76d7)
- Base json config does not use alias
(
ccbd402)
- Class name is not consistent
(
dc17cf7)
- Add base config mixin class
(
25293fe)
- Add configs merge
(
f2e77eb)
- Support case insensitive scoop manifest data
(
86d56a5)
- Add find helper methods
(
6b487de)
- Make subprocess executor robust against invalid encoding and capturing output while printing
(
6a0d5f0)
- Execute runnable if new input files are detected
(
eaa2dbd)
- Add support for python 3.10+ optional types
(
40e307f)
- Manifest file path not shown if parsing failed
(
45e792a)
- Add runnable config dependency
(
057155b)
- Install scoop app class violates the single responsibility principle
(
641cde0)
- Directory not added if the binary is in the app root
(
9c5858a)
- App directory is added by default to path
(
562372f)
- Add support for scoop apps environment variables
(
7b63034)
- Support version for scoop apps
(
e2484ed)
- Add environment setup scripts generator
(
a7d096b)
- Add compile commands parsing
(
237adac)
- Capture subprocess output
(
de4960c)
- Data register supports dynamically loaded classes
(
b4329ef)
- Provide generic data registry
(
a6806e2)
- Update PipelineConfig to support a Union of List and OrderedDict
(
bb919d6)
- Powershell $PSHOME variable is not expanded
(
99f564e)
- Powershell module path is empty
(
e42bf78)
-
Scoop install 'Get-FileHash' fails (
6fa3592) -
Scoop.cmd ignores the powershell proxy settings (
44daef6)
- Execute runnables without dependency management
(
04c8799)
- Semantic versioning can not build package with poetry
(
92d65d2)
- Move information from internals to features
(
97231d6)
- Scoop wrapper finds apps twice
(
4b704ad)
- Add option to force runnable execution
(
06fde72)
- Make the pipeline loader generic
(
b516274)
- Support deserialize method
(
17e063d)
- Support lists for registering arguments
(
64e477f)
- Clear log file
(
76d1e08)
- Add log to file context manager
(
a333716)
- Use shell for subprocess executor
(
baced78)
- Application path is not in required paths
(
d1927ed)
- Single env path is not parsed properly
(
6a4bb3e)
- Read env paths for scoop tools
(
a253165)
- Suprocess executor can override the env
(
c51a413)
- Wrong scoop executable is returned
(
3867df0)
- Wrong scoop executable is returned
(
f1a6a6a)
- Check if scoop is installed in user home
(
007cf6a)
- Optional arguments type is wrong
(
9687f6a)
- Subprocess print stdout in realtime
(
78dc4ac)
- Exception is thrown if file is not found
(
4b44d10)
- Executor support for always run runnables
(
8015b85)
- Support registering arguments with action
(
0fc0261)
- Support directories as dependencies
(
da98390)
- Remove username from project title
(
991cf61)
- Support callbacks with any number of args
(
5304ca6)
- Rename module to py-app-dev
(
206b8ac)
- Optional types are not optional arguments
(
5a64123)
- Make view class generic
(
3a641b7)