This repository was archived by the owner on Sep 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 607
debt: upgrade sqlalchemy to 1.4.36 #5945
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
df1b735
deps(debt): upgrade sqlalchemy to 1.4.36
wssheldon 96796de
tests: remove case view tests
wssheldon d3a1769
debt: upgrade service layer to 1.4 sqlalchemy
wssheldon 34c34c1
ci: update coverage requirements
wssheldon 581c8e0
debt: add alias handling for duplicate tables
wssheldon eba0e6c
debt: address overlaps warning
wssheldon 960a035
tests: add test for dupe joins
wssheldon ce465ea
debt: add updated dupe join logic in db service
wssheldon 8018b51
lint(ruff): format joins file
wssheldon 1927cd9
lint(ruff): ignore check in test file
wssheldon 71563e6
debt: fix logic for tracking dupe table alias
wssheldon 14f582a
debt: more attempts to resolve duplicate table joins in filter specs
wssheldon dd7f583
debt: more attempts to resolve duplicate table joins in filter specs
wssheldon 19ec951
debt: more attempts to resolve duplicate table joins in filter specs
wssheldon 56b52ce
adds table aliases in search_filter_sort_paginate
mvilanova be054d4
removes unused import
mvilanova 09ef8fc
Merge branch 'main' into deps/sqlalch
mvilanova 2f4b7e0
alias map
mvilanova f60e8ea
Merge branch 'main' into deps/sqlalch
mvilanova 5411a8e
model as string
mvilanova 2c6f170
Merge branch 'deps/sqlalch' of https://github.com/Netflix/dispatch in…
mvilanova e0d2e24
remove dupe imports
mvilanova 617ffff
model as string
mvilanova 8d41f62
fixes tests
mvilanova 3905e98
last fix (question mark)
mvilanova 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
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.
We should encapsulate this logic in a function that takes an org slug as a param, so we don't need to duplicate the code in
get_organization_session()