Skip to content
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

Release life cycle fields #57

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Release life cycle fields #57

wants to merge 8 commits into from

Conversation

razvan
Copy link
Member

@razvan razvan commented Feb 15, 2024

Copy link

vercel bot commented Feb 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
feature-tracker ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 16, 2024 10:26am

@razvan razvan marked this pull request as ready for review February 15, 2024 11:41
prisma/schema.prisma Outdated Show resolved Hide resolved
@fhennig
Copy link

fhennig commented Feb 19, 2024

How can I preview this? Is preview supported? The vercel thingie looks pretty empty.

@razvan
Copy link
Member Author

razvan commented Feb 20, 2024

How can I preview this? Is preview supported? The vercel thingie looks pretty empty.

I asked @lfrancke about Vercel too since I never used it and I have no access to it. But yes, that would be the preferred way to review.

@fhennig
Copy link

fhennig commented Feb 26, 2024

Looks good, except that I think there should be an LTS true/false field too.

name String
general_availability DateTime?
released Boolean
end_of_development DateTime?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think all of these really apply to us....you took them from some document I sent to you, right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked through the proposed OpenEoX schema and I don't think a conclusion has been reached yet.
Maybe for now we only want to add a field for end of life?

Also: Could you explain why we have two fields released/general availability? Not sure I understand the difference.

oasis-tcs/openeox#13

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@soenkeliebau in case you have input

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

general_availability says when a release has/will become generally available. This is to help communications in advance and document actions in the future.
released is flag that is to be turned on on the date (or not in case foreseen events).

name String
general_availability DateTime?
released Boolean
end_of_development DateTime?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked through the proposed OpenEoX schema and I don't think a conclusion has been reached yet.
Maybe for now we only want to add a field for end of life?

Also: Could you explain why we have two fields released/general availability? Not sure I understand the difference.

oasis-tcs/openeox#13

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.

Add Lifecycle information to our Stackable DB for SDP releases
4 participants