-
Notifications
You must be signed in to change notification settings - Fork 4
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
ZO-4267: postgresql connector copy move lock #632
Merged
Merged
Conversation
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
louika
force-pushed
the
ZO-4267_connector_copy_move_lock
branch
from
February 28, 2024 14:10
9c410c8
to
667abbc
Compare
stollero
force-pushed
the
ZO-4267_connector_copy_move_lock
branch
from
February 29, 2024 07:13
93fa897
to
990c074
Compare
louika
force-pushed
the
ZO-4267_connector_copy_move_lock
branch
from
March 1, 2024 10:57
56ccc0f
to
49a61ca
Compare
wosc
requested changes
Mar 1, 2024
louika
force-pushed
the
ZO-4267_connector_copy_move_lock
branch
3 times, most recently
from
March 1, 2024 15:25
a2c4257
to
e2be8d7
Compare
stollero
force-pushed
the
ZO-4267_connector_copy_move_lock
branch
4 times, most recently
from
March 4, 2024 09:56
7b4e4c9
to
1dbe8cd
Compare
stollero
force-pushed
the
ZO-4267_connector_copy_move_lock
branch
4 times, most recently
from
March 5, 2024 10:45
95f723f
to
47745f9
Compare
wosc
requested changes
Mar 5, 2024
… so we can reuse it
Co-authored-by: Louisa v. Hülsen <[email protected]>
…uld not work we can think about a force parameter that a user knows what they are doing but the overwrite should not be based on just a body comparison Co-authored-by: Louisa v. Hülsen <[email protected]>
…or instead of DAVNotFoundError for all connectors Co-authored-by: Louisa v. Hülsen <[email protected]>
Co-authored-by: Louisa v. Hülsen <[email protected]>
Co-authored-by: Louisa v. Hülsen <[email protected]>
convert into generic connector exception to be able to define a contract for all connectors Co-authored-by: Louisa v. Hülsen <[email protected]>
Co-authored-by: Louisa v. Hülsen <[email protected]>
... and fails if delete or unlock throws exception to avoid any test isolation problems Co-authored-by: Louisa v. Hülsen <[email protected]>
- singular is commonly used - Name Content is more appropriate because we have the attributes and bodies of the content object inside this table - should not affect raw SQL, only class names and relationship name used with sqlalchemy Co-authored-by: Louisa v. Hülsen <[email protected]>
…n in postgresql connector Co-authored-by: Louisa v. Hülsen <[email protected]>
Co-authored-by: Louisa v. Hülsen <[email protected]>
Co-authored-by: Louisa v. Hülsen <[email protected]>
Co-authored-by: Louisa v. Hülsen <[email protected]>
…eption if we do not own the lock Co-authored-by: Louisa v. Hülsen <[email protected]>
louika
force-pushed
the
ZO-4267_connector_copy_move_lock
branch
from
March 6, 2024 14:06
4435c0f
to
ac01551
Compare
louika
force-pushed
the
ZO-4267_connector_copy_move_lock
branch
from
March 7, 2024 09:29
ac01551
to
fb114d9
Compare
stollero
force-pushed
the
ZO-4267_connector_copy_move_lock
branch
from
March 8, 2024 08:25
7e0d7aa
to
432dc3e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Checklist
gif