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

Integration of PR #102 (Implement REPLACE_ANCESTOR publish strategy) #122

Merged
merged 18 commits into from
Feb 7, 2019

Commits on Jul 10, 2018

  1. Implement different publish strategies

    Laurent Verbruggen committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    0013bbe View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Add strategy support to Docker container

    Laurent Verbruggen committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    32dc3ef View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    51fa374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7c221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1697f7f View commit details
    Browse the repository at this point in the history
  4. introduced static imports

    cstettler committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    ba831b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2a5b00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6b9472 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    378ac15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c354a4 View commit details
    Browse the repository at this point in the history
  9. reverted need for reading (potentially non-unique) ancestor id of exi…

    …sting pages (involved changing ancestor id parameter for update page request to optional, as with replace-ancestor publishing strategy, ancestor of root page should never be changed)
    cstettler committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    bf8268f View commit details
    Browse the repository at this point in the history
  10. added test to insure root page is updated even if only page title has…

    … changed (only relevant in replace-ancestor publishing strategy)
    cstettler committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    307e56d View commit details
    Browse the repository at this point in the history
  11. removed unused import

    cstettler committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    8352de3 View commit details
    Browse the repository at this point in the history
  12. removed unneeded semicolon

    cstettler committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    af5990f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38ce072 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    72d813a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    aa52b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5f056 View commit details
    Browse the repository at this point in the history