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

Test current code base as an integration test for PRs and pushes #505

Merged
merged 18 commits into from
Dec 14, 2020
Merged

Test current code base as an integration test for PRs and pushes #505

merged 18 commits into from
Dec 14, 2020

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    9555eaa View commit details
    Browse the repository at this point in the history
  2. Run integration test with built dist and current SHA as base

    For pull requests, the github.sha is the sha of the merge to the
    target branch, not the head of the PR. Special case that.
    Pike committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    98981bf View commit details
    Browse the repository at this point in the history
  3. Use v2 checkout, and DRY_RUN for the integration test.

    I also made the branches more generic, as there are now more of them.
    Pike committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    eb69ad0 View commit details
    Browse the repository at this point in the history
  4. Fix #536, don't push at all on dryRun

    Also add tests for dryRun and singleCommit and generateBranch
    code flows.
    Pike committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    3e801c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35e3262 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e05fe6c View commit details
    Browse the repository at this point in the history
  7. Refactor worktree setup to include branch generation and setup for si…

    …ngleCommit
    
    This is a continuation of the no-checkout work, and sadly suggested pretty
    intensive changes.
    Pike committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    af3f111 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13ef90f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e8c35c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a5a636 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5020986 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a076bb2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1005df9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    174f40e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Review comments

    Pike committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    0d0fbbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3cddcb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    0064e3d View commit details
    Browse the repository at this point in the history
  2. Fix util.test.ts

    Pike committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    62dc44b View commit details
    Browse the repository at this point in the history