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

Add support for skip, skip_from, and start_from for flows #3832

Closed
wants to merge 34 commits into from

Commits on Dec 13, 2023

  1. Change version naming on PackageUpload task to use the predicted version

    number and a jinja2 template expression
    jlantz committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7aaf348 View commit details
    Browse the repository at this point in the history
  2. Simple plugin framework that uses a top level plugins: key in

    cumulusci.yml to list python modules to load. If a plugin is specified
    and not available for import, an error will be thrown. Plugin packages
    are scanned for a cumulusci.yml in their root directory and if found, it
    is added to the merge stack for cumulusci.yml before the project config.
    jlantz committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e5dbbd6 View commit details
    Browse the repository at this point in the history
  3. Add support for outputting markdown of test results including a default

    integration for Job Summary Reports in GitHub Actions runtime
    environments
    jlantz committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1873edd View commit details
    Browse the repository at this point in the history
  4. Remove testing return

    jlantz committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    22de0cc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    a1d0527 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from muselab-d2x/feature/parent-branch-resolver

    Working parent branch resolver, need to write test coverage
    jlantz committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    85e108e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from muselab-d2x/feature/version-naming

    Working implementation of dynamic package version naming for 1GP, needs tests
    jlantz committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    129cba4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from muselab-d2x/feature/test-output-github

    Output GitHub Actions Job Summary Report for run_tests
    jlantz committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    e7851ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e78be9 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Added support for --load-yml option on cci task and cci flow commands

    including full test coverage and docs.
    jlantz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    73c931b View commit details
    Browse the repository at this point in the history
  2. Update docs

    jlantz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a636dd1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from muselab-d2x/feature/load-yml

    Add support for --load-yml on cci task and cci flow commands
    jlantz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d28571f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Add BuildNumber to soql order by when retrieving package versions and…

    … update template to match default version numbering for betas
    Jason Lantz authored and Jason Lantz committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    952fdf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from muselab-d2x/feature/version-naming

    Fix bug with duplicate beta naming
    jlantz committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    16ff525 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge pull request #7 from muselab-d2x/main

    Main
    jlantz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    959acab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    739908b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from muselab-d2x/feature/fix-2gp-creation-for-o…

    …ld-api
    
    Fix issue with 2GP package uploads for packages with API version older than 52.0
    jlantz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    58c7dab View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge pull request #9 from muselab-d2x/main

    Main
    jlantz committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0987670 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    216820f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from muselab-d2x/feature/no-fullname-2gp

    Never set <fullName> in 2gp package generation manifests
    jlantz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f9f30c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fa70a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    126da0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a998c79 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from agaudoncr/feature/no-fullname-2gp-fix

    fix: added comma, removed additional None param
    jlantz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0af8037 View commit details
    Browse the repository at this point in the history
  7. Set package name to None

    jlantz committed May 9, 2024
    Configuration menu
    Copy the full SHA
    31daa4c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on Sep 17, 2024

  1. Initial CumulusCI task for managing Scratch Org Snapshots via the Org…

    …Snapshot object in the DevHub
    jlantz committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4f5f1f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from muselab-d2x/main

    Merge CumulusCI main
    jlantz committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    372683f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e81cd85 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from verunainc/feature/snapshots

    Add Snapshot Tasks to D2X's cumulusci-next Docker build for Use Before Release in CumulusCI
    jlantz committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    35b90f8 View commit details
    Browse the repository at this point in the history
  5. Added create_snapshot and github_pull_request_snapshot tasks to u…

    …niversal config and added `snapshot_context` field to git schema
    jlantz committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    726dd81 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Merge pull request #15 from muselab-d2x/feature/snapshots-enhancements

    Add create_snapshot and github_pull_request_snapshot tasks to universal config
    jlantz committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8fbad0a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Add support for skip, skip_from, and start_from when running an…

    …d defining flows
    jlantz committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5e11a18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e01275 View commit details
    Browse the repository at this point in the history