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 overridding whether resources are enabled #5506

Merged
merged 23 commits into from
Mar 8, 2022

Commits on Dec 10, 2021

  1. Initial changes to support pack override of enable parameter

    Supports pack.yaml files in /opt/stackstorm/configs/overrides of following format:
    ---
    actions:
      defaults:
        enabled: false
      exceptions:
        delete_row:
          enabled: true
    amanda11 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    f5a6aa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af455f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Add global override

    amanda11 committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    6592a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4f4f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

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

Commits on Jan 7, 2022

  1. Add review comments

    amanda11 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    e3c8352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20fe84f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

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

Commits on Feb 7, 2022

  1. Add output to reload to indicate number of resources where metadata i…

    …s overridden, and also to result output on packs.load
    amanda11 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2415056 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

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

Commits on Feb 14, 2022

  1. Fix black error

    amanda11 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    df920ab View commit details
    Browse the repository at this point in the history
  2. Fix flake8

    amanda11 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e8ea7a4 View commit details
    Browse the repository at this point in the history
  3. Fix UT

    amanda11 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7938dce View commit details
    Browse the repository at this point in the history
  4. Fix UT

    amanda11 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    27da722 View commit details
    Browse the repository at this point in the history
  5. Fix UT

    amanda11 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    3635f4c View commit details
    Browse the repository at this point in the history
  6. Fix Black UT

    amanda11 committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    70035fc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Apply suggestions from code review

    Co-authored-by: Jacob Floyd <cognifloyd@gmail.com>
    amanda11 and cognifloyd authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3810862 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

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

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    455f890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef1b2c2 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 UT error

    amanda11 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    03671cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d485fc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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