Skip to content
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

Enh: More targeted drive prop set #4211

Open
wants to merge 6 commits into
base: synapse-3xx
Choose a base branch
from

Conversation

rakuy0
Copy link
Contributor

@rakuy0 rakuy0 commented Mar 28, 2025

Pared down some other perms related things since those belonged more in optic land. I guess the main question is how many rails should we have on the prop path set?

@@ -69,6 +69,9 @@ def _reqInfoType(self, info, typename):

def getItemInfo(self, iden, typename=None):
info = self._getItemInfo(s_common.uhex(iden))
if not info:
Copy link
Contributor Author

@rakuy0 rakuy0 Mar 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you supply a typename and the drive doesn't have that iden, you get an unhandled python Attribute error about NoneType not having a get attribute (instead of this method just returning None like it does when the iden doesn't map to any data)

Copy link

codecov bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.38%. Comparing base (69e5223) to head (59c1e3a).
Report is 30 commits behind head on synapse-3xx.

Additional details and impacted files
@@             Coverage Diff              @@
##           synapse-3xx    #4211   +/-   ##
============================================
  Coverage        96.38%   96.38%           
============================================
  Files              247      247           
  Lines            57824    57845   +21     
============================================
+ Hits             55732    55755   +23     
+ Misses            2092     2090    -2     
Flag Coverage Δ
linux 96.38% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vEpiphyte vEpiphyte added this to the v3.0.0 milestone Mar 31, 2025
@rakuy0 rakuy0 changed the title WIP: More targeted drive prop set Enh: More targeted drive prop set Apr 1, 2025
@@ -1715,6 +1715,27 @@ async def delDriveInfo(self, iden):
async def setDriveInfoPerm(self, iden, perm):
return self.drive.setItemPerm(iden, perm)

@s_nexus.Pusher.onPushAuto('drive:data:path:set')
async def setDriveItemProp(self, iden, path, valu):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would we want the ability to update the version with this call?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say yea. Otherwise you have to do another kinda awkward call to setItemData since there's not really a way to set just the version info. I'll add that param 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants