Skip to content

Implement DB Associations API and a little refactoring. #304

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

Merged
merged 13 commits into from
Jun 25, 2023

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