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

Adding xGitGuard pre commit hook #11

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Nov 17, 2023

  1. Pushing my initial code before I make any major changes

    Parris, Stephen authored and Parris, Stephen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e6885c1 View commit details
    Browse the repository at this point in the history
  2. Adding very rough initial commit, stripping the unneeded github fetches

    Parris, Stephen authored and Parris, Stephen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4c9a85f View commit details
    Browse the repository at this point in the history
  3. Change the file name to something more logical

    Parris, Stephen authored and Parris, Stephen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6708474 View commit details
    Browse the repository at this point in the history
  4. Functionally finding secrets and outputting them to a CSV

    Parris, Stephen authored and Parris, Stephen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7c9b042 View commit details
    Browse the repository at this point in the history
  5. Performing minor cleanup

    Parris, Stephen authored and Parris, Stephen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5a64889 View commit details
    Browse the repository at this point in the history
  6. Adding file names to output csv

    Parris, Stephen authored and Parris, Stephen committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e1210a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Remove unneeded fields and add logs to output for pre-commit hook

    Parris, Stephen authored and Parris, Stephen committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b68ac29 View commit details
    Browse the repository at this point in the history
  2. Adding prototype pre-commit script

    Parris, Stephen authored and Parris, Stephen committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    2760d6e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Complete first layer of parallelization, reducing time to run by abou…

    …t a factor of a hundred.
    Parris, Stephen authored and Parris, Stephen committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1e53416 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Adding threading for long commits, moved vectorization into files for…

    … fast loads, improving results by adding distance heuristic, cleaning up code
    Parris, Stephen authored and Parris, Stephen committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ddfbd89 View commit details
    Browse the repository at this point in the history
  2. Create an installer for the pre-commit hook

    Parris, Stephen authored and Parris, Stephen committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    015c86e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b88b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8314aa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afd7098 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    326ae63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    867e5a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1576bc9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18134b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ca638e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a1cd52 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    230e6b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d91bf86 View commit details
    Browse the repository at this point in the history
  14. Adding threading for long commits, moved vectorization into files for…

    … fast loads, improving results by adding distance heuristic, cleaning up code
    BuiltInParris committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b2d0346 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    17d4a95 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8c137b9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4ab1f53 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5e872da View commit details
    Browse the repository at this point in the history