-
Notifications
You must be signed in to change notification settings - Fork 13
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
IFC-29 Convert account node to use a generic #3807
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
group/backend
Issue related to the backend (API Server, Git Agent)
group/python-sdk
labels
Jul 10, 2024
gmazoyer
force-pushed
the
gma-20240709-ifc29
branch
from
July 10, 2024 08:39
3add760
to
442d236
Compare
CodSpeed Performance ReportMerging #3807 will not alter performanceComparing Summary
|
gmazoyer
force-pushed
the
gma-20240709-ifc29
branch
4 times, most recently
from
July 16, 2024 07:59
8bd1b01
to
a9e9766
Compare
github-actions
bot
added
the
group/frontend
Issue related to the frontend (React)
label
Jul 16, 2024
gmazoyer
force-pushed
the
gma-20240709-ifc29
branch
from
July 17, 2024 09:42
b872255
to
6c0bb1e
Compare
github-actions
bot
added
the
type/documentation
Improvements or additions to documentation
label
Jul 17, 2024
gmazoyer
force-pushed
the
gma-20240709-ifc29
branch
2 times, most recently
from
July 18, 2024 15:55
8b0579e
to
26dca7f
Compare
gmazoyer
changed the title
Convert account node to use a generic
IFC-29 Convert account node to use a generic
Jul 22, 2024
gmazoyer
force-pushed
the
gma-20240709-ifc29
branch
from
July 24, 2024 12:01
26dca7f
to
f98710f
Compare
gmazoyer
force-pushed
the
gma-20240709-ifc29
branch
from
July 25, 2024 09:43
23ca461
to
5cd9a2a
Compare
pa-lem
approved these changes
Jul 25, 2024
ajtmccarty
approved these changes
Jul 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
group/backend
Issue related to the backend (API Server, Git Agent)
group/frontend
Issue related to the frontend (React)
type/documentation
Improvements or additions to documentation
type/feature
New feature or request
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 PR addresses the work described in IFC-29.
A generic for account is now created with a node that inherits from it. It provides the same level of feature as before but the generic allow users to define their own account nodes.