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

Track actions taken against orgs #3835

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 23, 2024

  1. Framework and initial implementation for tracking actions run against…

    … orgs as part of the org config
    jlantz committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    59adb86 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 28, 2024

  1. Working implementation of full org history tracking and replay!

    Still remaining:
    
    - Add tracking for all file and directory access by standard tasks
    - Add tracking for package uninstalls
    - Add tracking for metadata retrieve operations including retrieves in transforms
    jlantz committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    af61c8e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fix json encode/decode issues

    jlantz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a533eff View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    39269ae View commit details
    Browse the repository at this point in the history
  2. Remove pdb

    jlantz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    adc3d2d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add --org-id option to cci history info for showing history actio…

    …n details from a past org
    jlantz committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9f9cb71 View commit details
    Browse the repository at this point in the history