Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create playbook from antora-playbook.yml + a patch file #698

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    e687041 View commit details
    Browse the repository at this point in the history
  2. Add $override feature

    osfameron committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d108171 View commit details
    Browse the repository at this point in the history
  3. Adding $only filter

    osfameron committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e05b7bf View commit details
    Browse the repository at this point in the history
  4. head:true handling

    osfameron committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c24f1f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Documentation

    osfameron committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e6f8ec6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    9afb920 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Refactor, add $seq, remove git calls

    Simplified the logic by inverting it and creating the immutable tree
    piece by piece, instead of mutating the existing playbook.
    
    Added $seq to run multiple functions in pipeline.
    
    Removed the git calls, as the HEAD branch handling didn't really work,
    and required a bunch of messy async/await.
    osfameron committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1225231 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    6c56ef5 View commit details
    Browse the repository at this point in the history
  2. rest-playbook test

    osfameron committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a22d778 View commit details
    Browse the repository at this point in the history