- Sep 11, 2017
-
-
Tomasz Maczukin authored
-
- Apr 20, 2017
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Apr 14, 2017
-
-
Tomasz Maczukin authored
-
- Mar 16, 2017
-
-
Tomasz Maczukin authored
-
- Mar 15, 2017
-
-
Tomasz Maczukin authored
-
- Jan 26, 2017
-
-
Seweryn Zeman authored
-
- Jan 20, 2017
-
-
Tomasz Maczukin authored
-
- Jul 06, 2016
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
- Introduce BuildError to generate soft failure on build error and generate hard failure on system error - Use WithField instead of pushing data as arguments of most of logging functions - Introduce BuildLogger which removes logging functionality from AbstractExecutor - Use BuildLogger and write notice message as early as possible - Remove finish notice/error from AbstractExecutor - Sending and appending build trace is now debug message by default
-
- Jun 15, 2016
-
-
Kamil Trzcinski authored
-
- Jun 06, 2016
-
-
Kamil Trzcinski authored
- Rename `ShellScript` to `ShellConfiguration` and remove all generated scripts - Introduce `ShellScriptType` with different types of scripts - Introduce `GetConfiguration` and `GenerateScript` for `Shell` interface - Change `ShellScript` to `Shell` of `Executor` - Remove `GenerateScript` from shells, instead provide a generic method with accepts `ShellScriptType` - Introduce `executeShellScript` for `Build`, method which is responsible for generating and executing a shell script
-
- May 12, 2016
-
-
Kamil Trzcinski authored
-
- May 09, 2016
-
-
Tomasz Maczukin authored
-
- May 04, 2016
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Mar 18, 2016
-
-
Rein Appeldoorn authored
-
- Mar 05, 2016
-
-
Jason Roehm authored
-
- Mar 04, 2016
-
-
Jason Roehm authored
-
- Feb 08, 2016
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Feb 06, 2016
-
-
Kamil Trzcinski authored
This commit gets rid of all indirect access to config variables and uses a new `toml` features: `omit empty` and `omit zero`
-
- Jan 22, 2016
-
-
Kamil Trzcinski authored
-
- Nov 25, 2015
-
-
Kamil Trzcinski authored
-
- Nov 20, 2015
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Nov 17, 2015
-
-
Kamil Trzcinski authored
-
- Nov 12, 2015
-
-
Kamil Trzcinski authored
-
- Oct 18, 2015
-
-
Kamil Trzcinski authored
- Introduces ExecutorProvider - Renames some private methods of AbstractExecutor
-
- Sep 14, 2015
-
-
Kamil Trzcinski authored
-
- Sep 04, 2015
-
-
Kamil Trzcinski authored
-
- Aug 14, 2015
-
-
Olivier Bornet authored
If the log is longer than maxTraceOutputSize, the runner will be paused and waiting forever. This ia because the reader stop reading the pipe, and the pipes has a size limit. I have already proposed a patch in the past for this. The patch was adapted, but unfortunately, an important "break" was not removed in the adaptation. This patch remove the unwanted break, allowing the for loop to continue to run and flushing the pipe buffer.
-
- Jul 17, 2015
-
-
Kamil Trzcinski authored
-