Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Sep 26, 2018
  2. Feb 23, 2018
  3. Oct 03, 2017
  4. Sep 26, 2017
  5. Sep 11, 2017
  6. Mar 15, 2017
  7. Jul 21, 2016
  8. Jul 14, 2016
  9. Jul 06, 2016
    • Kamil Trzcinski's avatar
      Fix test failures · 13257bf5
      Kamil Trzcinski authored
      13257bf5
    • Kamil Trzcinski's avatar
      Improve logging · a32e645c
      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
      a32e645c