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

got python stig parsing working, and libsql db working #11

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

Commits on Dec 14, 2023

  1. got python stig parsing working, and libsql db working

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    9ae0dc0 View commit details
    Browse the repository at this point in the history
  2. Update guidancedb.dbml

    typo
    HackerShark committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ac69ddb View commit details
    Browse the repository at this point in the history
  3. first start at the db design

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    90d0859 View commit details
    Browse the repository at this point in the history
  4. removed duplicate item in benchmarks, updated test2.py to include the…

    … newest schema. ran the script to update the sqlite db with the new schema
    
    Signed-off-by: Mo Shark <[email protected]>
    HackerShark committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f33be04 View commit details
    Browse the repository at this point in the history
  5. adding database report, html and pdf

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1431479 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. updating git commit

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    725cf6e View commit details
    Browse the repository at this point in the history
  2. updating database design

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d16168f View commit details
    Browse the repository at this point in the history
  3. remving .DS_Store file

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    729666f View commit details
    Browse the repository at this point in the history
  4. removing web

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    27e55df View commit details
    Browse the repository at this point in the history
  5. adding new web dir

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3516726 View commit details
    Browse the repository at this point in the history
  6. fixing small typo

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3002f4a View commit details
    Browse the repository at this point in the history
  7. removed the marketing from the web index file

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    15ab794 View commit details
    Browse the repository at this point in the history
  8. Updated schema. Changed naming for the python file and database file.…

    … Created new database based on the schema
    
    Signed-off-by: Mo Shark <[email protected]>
    HackerShark committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    24ec117 View commit details
    Browse the repository at this point in the history
  9. moving over update.py from other branch. added additional updates not…

    … on the other branch for blocked terms and updated logic
    
    Signed-off-by: Mo Shark <[email protected]>
    HackerShark committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fb098c7 View commit details
    Browse the repository at this point in the history
  10. fixed a typo, rebuilt database

    Signed-off-by: Mo Shark <[email protected]>
    HackerShark committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4270c59 View commit details
    Browse the repository at this point in the history
  11. added DBML version of current database schema

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7a2bf04 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Dec 17, 2023

  1. reorganizng, updating schema, testing Atlas for DB managment, regener…

    …ating .sql and reports
    
    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9e5f635 View commit details
    Browse the repository at this point in the history
  2. added SQLAlchemy to the workflow, migrated DB upkeep to Atlas, and ta…

    …ble introspection working
    
    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    7b2915d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. started adding the bones of the SQLAlcamey classes with the kind assi…

    …stance of Copilot
    
    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0385a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b6d124 View commit details
    Browse the repository at this point in the history
  3. started adding tests

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    84b42ba View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. finished the models and 90% of the interfaces, still have some 1-to-1…

    … and 1-to-many to pull from the interfaces.py
    
    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f974c9d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Test

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fdb579e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. added the prisma.schema version of the DB, added unique contraint to …

    …benchmark type long+short
    
    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9aaae6b View commit details
    Browse the repository at this point in the history
  2. renamed file to standard convention

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    017afc6 View commit details
    Browse the repository at this point in the history
  3. added a datasource to the schema.prisma file

    Signed-off-by: Aaron Lippold <[email protected]>
    aaronlippold committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6e5e4da View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. cleaning up file

    Signed-off-by: Mo Shark <[email protected]>
    HackerShark committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    f686bf6 View commit details
    Browse the repository at this point in the history
  2. reworked logic to use sqlalchemy and check if the file already exists…

    … in there. Update with additional tables and where the information needs to go to
    
    Signed-off-by: Mo Shark <[email protected]>
    HackerShark committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    a277dd8 View commit details
    Browse the repository at this point in the history