-
Notifications
You must be signed in to change notification settings - Fork 6
fix(history): Remove duplicate history objects for entries #163
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
be19b92
fix(history): remove the extraneous save call that created duplicate …
1744b66
Move the logic from serializer to the api/views perform create. This …
36c2004
fix(messages framework): the call to home page right before we redire…
samoehlert 3d9e1dd
feat(update): This allows updating an entry owned by you. Comment and…
samoehlert 6dfd4d3
fix(tests): We now get a permission denied error when we attempt to c…
samoehlert 4020575
feat(history): make sure we not only get the comment on a new entry, …
samoehlert be0c20a
Merge branch 'main' into topic/soehlert/duplicate_history_entries
samoehlert 5249dc4
fix(grabbin data): we need to use comment later so we need to use a g…
samoehlert fe97d76
test(update comment): add a scenario to test our perform_update comme…
samoehlert 869a510
test(update comment): make sure we actually can test the comment upda…
samoehlert b5b3cc0
style(ruff): run ruff formatting and rule checking
samoehlert f74ad71
style(route action): remove extraneous code. we already have gotten t…
samoehlert ed87864
Merge branch 'main' into topic/soehlert/duplicate_history_entries
soehlert 6134d10
refactor(http-methods): remove put and patch from the list as they ar…
soehlert 9bdc979
refactor(error-message): use a custom error message that gives better…
soehlert 0382891
fix(exception): import exception from the exceptions file
soehlert 5c79c8c
style(extraneous-import): remove import we dont use since we set up t…
soehlert c816574
Merge branch 'main' into topic/soehlert/duplicate_history_entries
samoehlert 998d8dd
test(restrict_changes): set this back to a 405 error
soehlert 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.