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

Sync new Django admin commands #1821

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

Sync new Django admin commands #1821

wants to merge 17 commits into from

Commits on Dec 10, 2022

  1. Update python packages

    gregelin committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    961be66 View commit details
    Browse the repository at this point in the history
  2. Update python packages

    gregelin committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    9d54b13 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    ef3b5b7 View commit details
    Browse the repository at this point in the history
  2. Develop aspen add baseline (#1791)

    * Add Element.add_baseline_controls method and question add_baseline action
    
    * Update CHANGELOG
    gregelin authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    e5e4dfc View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Ge/fix swagger scheme (#1792)

    * Dynamically set scheme for swagger
    gregelin authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    ae40165 View commit details
    Browse the repository at this point in the history
  2. Mark develop as '-dev'

    gregelin committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    9163af9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Sync develop with main

    gregelin committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    9aed10a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. sync develop and main

    gregelin committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    0ca3f1d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

Commits on Mar 15, 2023

  1. Add route for calling management commands (#1802)

    * Add route for calling management
    
    * Call management command via a Django view
    
    * Check user is superuser
    gregelin authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a3549e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7611538 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Update Python packages (#1812)

    * Develop (#1805)
    
    * Update python packages
    
    * Update python packages
    
    * Develop aspen add baseline (#1791)
    
    * Add Element.add_baseline_controls method and question add_baseline action
    
    * Update CHANGELOG
    
    * Ge/fix swagger scheme (#1792)
    
    * Dynamically set scheme for swagger
    
    * Mark develop as '-dev'
    
    * Bump python packages and pin urllib3 (#1804)
    
    * Add route for calling management commands (#1802)
    
    * Add route for calling management
    
    * Call management command via a Django view
    
    * Check user is superuser
    
    * Update cryptography python package
    
    * Update packages
    
    * Explictly inherit controls Meta auto_prefetch
    
    * Update to urllib3==2.0.3
    
    * Update requirements.txt packages
    
    * Add migration for Meta prefetch
    
    * Add verbose to requirements_txt_checker.sh
    
    * Remove older requirements files
    gregelin authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    f0ee295 View commit details
    Browse the repository at this point in the history
  2. Update Python pckgs cryptography, tomli (#1813)

    * Update Python pckgs cryptography, tomli
    
    * Add specific OIDC_TIMEOUT of 15 secs
    
    * Revert previous commit because timeout defined
    
    * Fix Bandit false positive
    
    * Temporarily remove control tests
    
    * Allow failing tests
    gregelin authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    aa3b10b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2347e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    b408ae5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a23a1 View commit details
    Browse the repository at this point in the history
  3. Add new Django Admin commands

    set_baseline_controls
    load_app_template
    load_component_from_library
    import_control_catalog
    gregelin committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    0a20214 View commit details
    Browse the repository at this point in the history