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

Ask user to confirm info before creating Install #609

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

Commits on Sep 23, 2024

  1. fix 500 on bldg

    WillNilges committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fb5d197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33fb419 View commit details
    Browse the repository at this point in the history
  3. fancy

    WillNilges committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4715fce View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. This feels very brittle

    WillNilges committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f6e3b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfaa79c View commit details
    Browse the repository at this point in the history
  3. Test cases

    WillNilges committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bbde722 View commit details
    Browse the repository at this point in the history
  4. update tests

    WillNilges committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    07fa3d0 View commit details
    Browse the repository at this point in the history
  5. Add trust_me_bro

    WillNilges committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8367cb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    2592a49 View commit details
    Browse the repository at this point in the history
  2. format

    WillNilges committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bdc372e View commit details
    Browse the repository at this point in the history
  3. set trust_me_bro

    WillNilges committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    af407a4 View commit details
    Browse the repository at this point in the history
  4. checkpoint

    WillNilges committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    11515d6 View commit details
    Browse the repository at this point in the history
  5. computers

    WillNilges committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9e873d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Formatting?

    WillNilges committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ae222c6 View commit details
    Browse the repository at this point in the history
  2. Parsed City

    WillNilges committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    afbfcd0 View commit details
    Browse the repository at this point in the history
  3. Remove State + Zip warning

    State is a dropdown and Zip breaks if it's wrong.
    WillNilges committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8ea2a0b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Fix import crash (#598)

    Andrew-Dickinson authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    33fcb21 View commit details
    Browse the repository at this point in the history
  2. Make name dedupe logic case-insensitive & prefer longer names (#556)

    * Make name dedupe logic case-insensitive & prefer longer names
    
    * Fix uuid convention
    Andrew-Dickinson authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    07377b1 View commit details
    Browse the repository at this point in the history
  3. Add django-simple-history (#599)

    * Add django-simple-history
    
    * Fix: crash on permissions object
    
    * Fix typo
    Andrew-Dickinson authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a3a91b4 View commit details
    Browse the repository at this point in the history
  4. Change ticket number to charfield (#562)

    * Change ticket number to charfield
    
    * Fix tests
    
    * Update src/meshapi/migrations/0031_alter_install_ticket_number.py
    
    Co-authored-by: Willard Nilges <[email protected]>
    
    * Update src/meshapi/models/install.py
    
    Co-authored-by: Willard Nilges <[email protected]>
    
    * Merge migration conflicts
    
    ---------
    
    Co-authored-by: Willard Nilges <[email protected]>
    Andrew-Dickinson and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c89b2fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ee526c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f125f03 View commit details
    Browse the repository at this point in the history
  7. only backup 'default' (#621)

    james-otten authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c4ada29 View commit details
    Browse the repository at this point in the history
  8. Add new encrypted volume (#615)

    james-otten authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    31583aa View commit details
    Browse the repository at this point in the history
  9. use the new one (#623)

    james-otten authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7771b94 View commit details
    Browse the repository at this point in the history
  10. Complete volume swap (#616)

    * Add new encrypted volume
    
    * swap postgres to encrypted volume
    
    * cleanup old pv
    james-otten authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    0014070 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d158dcc View commit details
    Browse the repository at this point in the history
  12. Fix: NYC addresses are sent to random New England towns (#604)

    * Fix: NYC addresses are sent to random new england towns
    
    * Add typo fix for "sreet"
    Andrew-Dickinson authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c050532 View commit details
    Browse the repository at this point in the history
  13. Import fixes (#607)

    * Exclude placeholder devices from inactive node resurrection
    
    * Fix: Spreadsheet LOS import has `SpreadsheetLinkStatus.` before the status notes
    
    * Clean up node notes
    Andrew-Dickinson authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    0ed6ff0 View commit details
    Browse the repository at this point in the history
  14. Fix: nodes without active installs are hidden on the map (#606)

    * Fix: nodes without active installs are hidden on the map
    
    * Remove ALLOWED_INSTALL_STATUSES entirely
    Andrew-Dickinson authored and WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    a4790c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c32592 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fa84ad0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    776525d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    47d22f6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    603772b View commit details
    Browse the repository at this point in the history
  20. got it

    WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    072c27f View commit details
    Browse the repository at this point in the history
  21. Update submission format

    WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    17c292d View commit details
    Browse the repository at this point in the history
  22. get tests working

    WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    554590e View commit details
    Browse the repository at this point in the history
  23. computers

    WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f76fba4 View commit details
    Browse the repository at this point in the history
  24. lint

    WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    98969e3 View commit details
    Browse the repository at this point in the history
  25. zip

    WillNilges committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    fd80064 View commit details
    Browse the repository at this point in the history
  26. black

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

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    9412847 View commit details
    Browse the repository at this point in the history
  2. move check

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    76d3743 View commit details
    Browse the repository at this point in the history
  3. fix thingie

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    2a6bc8f View commit details
    Browse the repository at this point in the history
  4. Add another test

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    3db27d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56e5009 View commit details
    Browse the repository at this point in the history
  6. lint

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    77177e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b5ee9f View commit details
    Browse the repository at this point in the history
  8. lint

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    da8ad9d View commit details
    Browse the repository at this point in the history
  9. email

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    610553e View commit details
    Browse the repository at this point in the history
  10. lint

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    0a58c5e View commit details
    Browse the repository at this point in the history
  11. insanity

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    1e9c1e3 View commit details
    Browse the repository at this point in the history
  12. email

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    6e35cb7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f800b3b View commit details
    Browse the repository at this point in the history
  14. fix git fuckery

    WillNilges committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    adcb98a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    af4203f View commit details
    Browse the repository at this point in the history