Skip to content

Conversation

tazend
Copy link
Member

@tazend tazend commented Jun 25, 2023

  • All collections inherit from list instead of dict now (this change is mostly motivated by multi-cluster support that will probably be added in the future)
  • Added work-in-progress API for database Associations
  • renamed JobSearchFilter to JobFilter

@tazend tazend merged commit 485722b into PySlurm:main Jun 25, 2023
@tazend tazend mentioned this pull request Jul 13, 2023
tazend added a commit that referenced this pull request Jul 13, 2023
- kinda revert the change from #304 where all collections inherit from `list` - there is now a new base class `MultiClusterMap`, which acts as a dict but is capable of holding data from multiple clusters (for example when querying database jobs from multiple clusters in pyslurm.db.Jobs) 
- improve docs
tazend added a commit that referenced this pull request Jul 19, 2023
- All collections inherit from `list` instead of `dict` now (this change is mostly motivated by multi-cluster support that will probably be added in the future)
- Added work-in-progress API for database `Associations`
- renamed `JobSearchFilter` to `JobFilter`
tazend added a commit that referenced this pull request Jul 19, 2023
- kinda revert the change from #304 where all collections inherit from `list` - there is now a new base class `MultiClusterMap`, which acts as a dict but is capable of holding data from multiple clusters (for example when querying database jobs from multiple clusters in pyslurm.db.Jobs)
- improve docs
tazend added a commit that referenced this pull request Jul 19, 2023
- All collections inherit from `list` instead of `dict` now (this change is mostly motivated by multi-cluster support that will probably be added in the future)
- Added work-in-progress API for database `Associations`
- renamed `JobSearchFilter` to `JobFilter`
tazend added a commit that referenced this pull request Jul 19, 2023
- kinda revert the change from #304 where all collections inherit from `list` - there is now a new base class `MultiClusterMap`, which acts as a dict but is capable of holding data from multiple clusters (for example when querying database jobs from multiple clusters in pyslurm.db.Jobs)
- improve docs
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.

1 participant