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

Pull Requests: Add closed date #8223

Merged
merged 4 commits into from
Sep 25, 2024
Merged

Pull Requests: Add closed date #8223

merged 4 commits into from
Sep 25, 2024

Conversation

N-o-Z
Copy link
Member

@N-o-Z N-o-Z commented Sep 24, 2024

Closes #8222

Change Description

Add close date to pull request

Testing Details

Added unit tests

@N-o-Z N-o-Z added exclude-changelog PR description should not be included in next release changelog pull-requests labels Sep 24, 2024
@N-o-Z N-o-Z requested review from itaigilo and a team September 24, 2024 20:26
@N-o-Z N-o-Z self-assigned this Sep 24, 2024
Copy link

github-actions bot commented Sep 24, 2024

♻️ PR Preview ad5838e has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

Copy link

E2E Test Results - DynamoDB Local - Local Block Adapter

13 passed

Copy link

E2E Test Results - Quickstart

10 passed

Copy link
Contributor

@itaigilo itaigilo left a comment

Choose a reason for hiding this comment

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

LGTM.

Minor comments.

api/swagger.yml Outdated
@@ -1770,6 +1770,9 @@ components:
merged_commit_id:
type: string
description: the commit id of merged PRs
close_date:
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add description, so it will be clear that it's relevant also for merged PRs, not only closed ones.

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, if we have merged_commit_id -
Shouldn't this be closed_date?

pkg/graveler/graveler.go Outdated Show resolved Hide resolved
pkg/graveler/graveler.go Outdated Show resolved Hide resolved
N-o-Z and others added 3 commits September 25, 2024 09:50
Co-authored-by: itaigilo <itai.gilo@treeverse.io>
Co-authored-by: itaigilo <itai.gilo@treeverse.io>
@N-o-Z N-o-Z merged commit 70e210f into master Sep 25, 2024
39 checks passed
@N-o-Z N-o-Z deleted the task/pulls-add-close-date-8222 branch September 25, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude-changelog PR description should not be included in next release changelog pull-requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pull Requests MVP: Add close date to pull request
2 participants