Skip to content

feat: add deployment metadata to the table of the deployment frequency details dashboard#7325

Merged
Startrekzky merged 14 commits into
mainfrom
feat#7280
Apr 18, 2024
Merged

feat: add deployment metadata to the table of the deployment frequency details dashboard#7325
Startrekzky merged 14 commits into
mainfrom
feat#7280

Conversation

@abeizn
Copy link
Copy Markdown
Contributor

@abeizn abeizn commented Apr 15, 2024

Summary

feat: add deployment metadata to the table of the dloyment frequency details dashboard

Does this close any open issues?

Closes #7280

Screenshots

Include any relevant screenshots here.

Other Information

Any other information that is important to this PR.

d4x1
d4x1 previously approved these changes Apr 16, 2024
domainlayer.DomainEntity
CicdScopeId string `gorm:"index;type:varchar(255)"`
Name string `gorm:"type:varchar(255)"`
DisplayTitle string
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If you don't specify a gorm type, it's will be varchar(256) by default.
It doesn't affect functionality, but it's just inconsistent.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

longtext

CSVRelPath: "./snapshot_tables/cicd_deployment_commits.csv",
IgnoreTypes: []interface{}{common.NoPKModel{}},
IgnoreFields: []string{},
IgnoreFields: []string{"created_date", "queued_date", "started_date", "finished_date"},

This comment was marked as outdated.

PipelineId int `gorm:"primaryKey"`
ProjectId int `gorm:"primaryKey"`
Ref string `gorm:"type:varchar(255)"`
WebUrl string `gorm:"type:varchar(255)"`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

varchar(255) maybe too short.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

deleted

@Startrekzky Startrekzky changed the title feat: add deployment metadata to the table of the dloyment frequency details dashboard feat: add deployment metadata to the table of the deployment frequency details dashboard Apr 18, 2024
Copy link
Copy Markdown
Contributor

@Startrekzky Startrekzky left a comment

Choose a reason for hiding this comment

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

LGTM

@Startrekzky Startrekzky merged commit 470669d into main Apr 18, 2024
@Startrekzky Startrekzky deleted the feat#7280 branch April 18, 2024 11:09
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.

[Feature][Dashboard] Add deployment metadata to the table of the 'DORA details - deployment frequency' dashboard

3 participants