Updating hdn-research-environment package version#2377
Merged
tompollard merged 2 commits intoMIT-LCP:devfrom Apr 8, 2025
Merged
Updating hdn-research-environment package version#2377tompollard merged 2 commits intoMIT-LCP:devfrom
tompollard merged 2 commits intoMIT-LCP:devfrom
Conversation
tompollard
approved these changes
Apr 8, 2025
| --hash=sha256:46890decb24a34e2a5382debeaf7752e50d90b7a11716cf2a9fd067097ec0963 \ | ||
| --hash=sha256:abd85c74af525a62365ec2049113e73a2ff8b46ef906e7104a7ba968ef02a11d | ||
| django-picklefield==3.1 ; python_version >= "3.9" and python_version < "4.0" \ | ||
| django-picklefield==3.1 ; python_version >= "3.9" and python_version < "4" \ |
Member
There was a problem hiding this comment.
There are some additional/unrelated Python requirements being added here, but I think that's okay. Most are just restricting to < Python 4 (which I guess is coming at some point?).
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 22, 2025
…nt in the event model (#2375) This feature allows addition of the gcp billing id to events for a more streamlined workflow of attaching shared billing ids to the cloud identities of the users participating in the events. This addresses the t-cairem [issue #18](T-CAIREM#18) The following key changes have been implemented: - Added a `gcp_billing_id` field in the events model & the migration for it. - Added a conditional rendering of Billing Accounts to choose from if the user has a cloud identity (only HDN users have cloud identities currently) - Implemented signals in the hdn-research-environment package to handle the changes in the EventApplication & CloudIdentity. Another part to be implemented alongside for the feature to work is : Bumping the hdn-research-environment-package(#2377).
This file contains hidden or 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
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.
This package version update adds a new signal handler to process updates on Event Applications.