* fix for error
* fix for migration
* updated message
* added unique constraints
* ran the formmatter
* updated the tests
* misspelling
* added a drop constraint
* ran the formatter
* added the reverse sql
* redid migration
---------
Co-authored-by: CuriousX <nicolle.leclair@gmail.com>
* made changes
* added comma
* migrations
* fixing for tests
* removed an import
* possible change
* removed unique value
* redid the migration
* just migrating the suborg
* with sandbox fixes
* added comma
* added unique true for the suborg
* added test
* cleanup commented out section
* ran docker app black
* added unique portfolio
* this worked
* added the federal agency non duplicates
* updated to allow unique values
* another alternative for non unique federal agencies
* using clean
* updated message
* comment
* updates to the model
* adjusted constraints
* update the filter
* fixed failing tests
* made changes to suborg
* added the pk field
* removed random debugger html
* removed extra logic in a test
* formatted file
* ran formatter
* edited logic for checking federal agency to include non-federal agency
* ran the formatter
* removed the soft delete constraint
* added migration
* added exclude pk
* added test back
* fixed the tests
* formatted files
* reverted changes to the test file
* debugging line
* updated logic
* Update instructions for adding an expiring soon domain
* Add additional updates
* Update from feedback
* Remove punctuation in code so checks will pass
* Move error msg in domain_add_user
* Move errors in profile
* Update remaining domain org model templates
* Update member org templates
* Also move other alerts
* Move success alerts in profile
* Add breadcrumbs block to domain_base and move breadcrumbs out of domain_content block into content block
* Remove extra div to fix spacing
* Update domain_renewal and suborganization pages
* Add admin list on org info page with rough styling
* Use an unstyled unordered list for admin list
* Remove admin title
* Update indenting and change h4 to h3 to not jump heading levels
* Readd accidentally deleted line; add another heading to give it semantic sense
* Update with new design for headings and field data
* Update tests to reflect html changes
* Fix formating issue
* Update styling; update field used for org name
* Update org name value to show fed agency if org name doesn't exist
* Utilize address template
* Update styling to be determined by top-level wrapper
* Linter updates
* Update test to check address
* Use federal_agency as intended
* Update pull_request_template.md
Update the guidance on how to tag the gov-designers grou
Removed the "@" for better searchability. Added the word "section" after Reviewers for clarity.
---------
Co-authored-by: Rebecca Hsieh <rebecca.hsieh@truss.works>
Co-authored-by: Erin <121973038+erinysong@users.noreply.github.com>
* Minor updates to dev onboarding template
* Remove section about codeowners
* Edit spacing to test re-triggering github actions
* Editing a comment to trigger the runner
---------
Co-authored-by: Rebecca Hsieh <rebecca.hsieh@truss.works>
* Biz logic attempt
* Adding documentation and some notes
* Testing migration fixes for testing
* Holding fix so we dont trigger migrations
* Testing onto sandbox
* Fix linter issues
* Statement check to see if it errors
* Add the exclude deleted check
* Checking for not deleted
* Retry updating the constraint
* Try a different check
* Lets try not using the constraint and just have a check instead
* try this transitional fix
* just do the clean method in save for deleted
* Add print statements
* Add in UniqueConstraint check back
* Add in tests
* Add in not deleted check
* Add unit tests for isnotdeleted remove comment clean up and more
* Add code I accidentally removed
* Accidentally removed a check
* Fix test naming