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

feat(db): add date relation fields to devops tables #6499

Merged
merged 22 commits into from
Nov 30, 2023

Conversation

d4x1
Copy link
Contributor

@d4x1 d4x1 commented Nov 22, 2023

⚠️ Pre Checklist

Please complete ALL items in this checklist, and remove before submitting

  • I have read through the Contributing Documentation.
  • I have added relevant tests.
  • I have added relevant documentation.
  • I will add labels to the PR, such as pr-type/bug-fix, pr-type/feature-development, etc.

Summary

What does this PR do?

  1. Add some date relation fields to devops tables(details can be seen in [Bug][Schema] cicd_pipelines lacks started_date, queued_date and cicd_tasks lacks created_date, queued_date #6132 ).

Does this close any open issues?

Closes #6132

Screenshots

Include any relevant screenshots here.

CICDTask

Before
image
After

image

CICDPipeline

Before
image
After

image

CICDDeployment

Before
image
After

image

CICDDeploymentCommit

Before
image
After

image

Bamboo

_tool_bamboo_job_builds
Before

image

After

image
image

GitLab

_tool_gitlab_jobs
Before
image ###### After image image
_tool_gitlab_pipelines
Before
image
After
image image

CircleCI

_tool_circleci_jobs
Before
image
After
image

Other Information

Any other information that is important to this PR.

@d4x1
Copy link
Contributor Author

d4x1 commented Nov 29, 2023

  1. Circle CI has no UI, so I don't test it.
  2. AzureDevops is missed, and I will handle it in another issue.

@d4x1 d4x1 added the type/feature-request This issue is a proposal for something new label Nov 29, 2023
@d4x1 d4x1 added this to the v0.21 milestone Nov 29, 2023
@d4x1 d4x1 requested review from klesh and abeizn November 29, 2023 13:54
@d4x1 d4x1 added pr-type/feature-development This PR is to develop a new feature and removed type/feature-request This issue is a proposal for something new labels Nov 30, 2023
abeizn
abeizn previously approved these changes Nov 30, 2023
@abeizn abeizn merged commit 1314882 into apache:main Nov 30, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-type/feature-development This PR is to develop a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug][Schema] cicd_pipelines lacks started_date, queued_date and cicd_tasks lacks created_date, queued_date
3 participants