Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/doktor-plugin
  Commit: 51ece4778998dcdf8ef6b697d0a47a25c97f236c
      
https://github.com/jenkinsci/doktor-plugin/commit/51ece4778998dcdf8ef6b697d0a47a25c97f236c
  Author: madhead <siarhei.kru...@gmail.com>
  Date:   2017-10-21 (Sat, 21 Oct 2017)

  Changed paths:
    M src/main/kotlin/by/dev/madhead/doktor/model/Markup.kt
    M src/main/kotlin/by/dev/madhead/doktor/render/DokRenderer.kt
    M src/main/kotlin/by/dev/madhead/doktor/render/asciidoc.kt
    M src/main/kotlin/by/dev/madhead/doktor/render/markdown.kt
    M src/test/kotlin/by/dev/madhead/doktor/render/AsciiDoc.kt
    M src/test/kotlin/by/dev/madhead/doktor/render/Markdown.kt
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/img.asc
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/img.yml
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/invalids/empty_front_matter.asc
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/invalids/invalid_yaml.asc
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/invalids/no_front_matter.asc
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/invalids/no_title.asc
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/labels.asc
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/labels.yml
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/labels_inline.asc
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/labels_inline.yml
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/luke.asc
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/luke.yml
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/simple.asc
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/simple.yml
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/single_label.asc
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/single_label.yml
    R 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/single_label_inline.asc
    R 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/single_label_inline.yml
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/steeper.asc
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/steeper.yml
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/table.asc
    R src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/table.yml
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/img.asc
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/img.yml
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/labels.asc
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/labels.yml
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/labels_inline.asc
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/labels_inline.yml
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/luke.asc
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/luke.yml
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/simple.asc
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/simple.yml
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/single_label.asc
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/single_label.yml
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/single_label_inline.asc
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/single_label_inline.yml
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/steeper.asc
    A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/steeper.yml
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/table.asc
    A src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/valids/table.yml
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/img.md
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/img.yml
    A 
src/test/resources/by/dev/madhead/doktor/render/Markdown/invalids/empty_front_matter.md
    A 
src/test/resources/by/dev/madhead/doktor/render/Markdown/invalids/no_front_matter.md
    A 
src/test/resources/by/dev/madhead/doktor/render/Markdown/invalids/no_title.md
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/labels.md
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/labels.yml
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/luke.md
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/luke.yml
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/simple.md
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/simple.yml
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/single_label.md
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/single_label.yml
    R 
src/test/resources/by/dev/madhead/doktor/render/Markdown/single_label_inline.md
    R 
src/test/resources/by/dev/madhead/doktor/render/Markdown/single_label_inline.yml
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/steeper.md
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/steeper.yml
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/table.md
    R src/test/resources/by/dev/madhead/doktor/render/Markdown/table.yml
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/img.md
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/img.yml
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/labels.md
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/labels.yml
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/luke.md
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/luke.yml
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/simple.md
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/simple.yml
    A 
src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/single_label.md
    A 
src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/single_label.yml
    A 
src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/single_label_inline.md
    A 
src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/single_label_inline.yml
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/steeper.md
    A 
src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/steeper.yml
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/table.md
    A src/test/resources/by/dev/madhead/doktor/render/Markdown/valids/table.yml

  Log Message:
  -----------
  Make RenderFunction accept files instead of content + basedir


  Commit: f64edb66a3d56fe3f2436fe4bfe273cce16ed856
      
https://github.com/jenkinsci/doktor-plugin/commit/f64edb66a3d56fe3f2436fe4bfe273cce16ed856
  Author: madhead <siarhei.kru...@gmail.com>
  Date:   2017-10-21 (Sat, 21 Oct 2017)

  Changed paths:
    M src/main/kotlin/by/dev/madhead/doktor/render/DokRenderer.kt

  Log Message:
  -----------
  Extract image processing to a separate fun


  Commit: cbeed6071b3ef94f47d1529a9dde0810978d079c
      
https://github.com/jenkinsci/doktor-plugin/commit/cbeed6071b3ef94f47d1529a9dde0810978d079c
  Author: madhead <siarhei.kru...@gmail.com>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M README.adoc
    M src/main/kotlin/by/dev/madhead/doktor/render/asciidoc.kt
    M src/test/resources/by/dev/madhead/doktor/render/diagrams/diagrams.adoc

  Log Message:
  -----------
  More diagrams


Compare: 
https://github.com/jenkinsci/doktor-plugin/compare/309d01fe13b6...cbeed6071b3e

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to