Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pymemri pymemri
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MemriMemri
  • pymemripymemri
  • Merge requests
  • !158

Implement in_pod and updated_properties in ItemBase

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Eelco van der Wel requested to merge partial-item-update into dev Jan 19, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 4

preparation for sync

  • Partial item updates: only (bulk) update properties that have been changed since last time this item was retrieved
    • Implementing by having a set ItemBase._updated_properties and extending setattr in Itembase when setting properties
  • add ItemBase._in_pod, True if item exists in the Pod.
  • Edit podclient to make both work
Edited Jan 19, 2022 by Eelco van der Wel
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: partial-item-update