-
Notifications
You must be signed in to change notification settings - Fork 19
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
#2927: Blocked from starting a new domain request when there are other started domain requests - [MEOWARD] #3017
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
f4c6c08
kind of a solution
zandercymatics e19923f
Revert "kind of a solution"
zandercymatics aa930eb
use id instead of session for domain requests
zandercymatics 37894e7
fix session issue
zandercymatics 20a5774
Update domain_request.py
zandercymatics 42bf6ef
Merge branch 'main' into za/2927-blocked-from-starting-requests
zandercymatics 18e25b0
cleanup urls a bit
zandercymatics d216953
Merge branch 'main' into za/2927-blocked-from-starting-requests
zandercymatics 4ae764b
(draft) get a domain id per session
zandercymatics 8660e6b
Cleanup
zandercymatics 618890d
Lint and fix up some tests
zandercymatics d2ebf89
Fix (some) unit tests
zandercymatics 5feddde
url
zandercymatics 5acec7c
Update test_views_request.py
zandercymatics 927eb96
Update test_views_request.py
zandercymatics 6532db8
Update test_views_request.py
zandercymatics fbf6430
form not logged in
zandercymatics ea9bca9
fix formset test
zandercymatics 2085771
Update domain_request.py
zandercymatics 6b91236
Merge branch 'main' into za/2927-blocked-from-starting-requests
zandercymatics 757ec20
Update test_views_request.py
zandercymatics 071b41f
Update test_views_request.py
zandercymatics b71e73e
Revert "Update test_views_request.py"
zandercymatics f5fb830
Try fixing test interference issue
zandercymatics 042344a
Revert "Try fixing test interference issue"
zandercymatics 221706c
Add some debugging
zandercymatics 31d065d
Update test_views_request.py
zandercymatics e533704
Update test_views_request.py
zandercymatics e0a7352
Add back button
zandercymatics e1006ed
Add breadcrumb
zandercymatics 5fa622a
Unit test
zandercymatics 14f861b
Update test_views_request.py
zandercymatics f5cc5a6
Update test_views_request.py
zandercymatics dd574bc
PR suggestions
zandercymatics cea4ba5
Merge branch 'main' into za/2927-blocked-from-starting-requests
zandercymatics File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!