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

Fix commit status index problem #17061

Merged
merged 9 commits into from Sep 23, 2021

Conversation

lunny
Copy link
Member

@lunny lunny commented Sep 15, 2021

Replace #14160 and fix #14059

models/commit_status.go Outdated Show resolved Hide resolved
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Sep 15, 2021
@zeripath
Copy link
Contributor

Is the ID column is necessary? Could we use a composite pk?

@lunny
Copy link
Member Author

lunny commented Sep 16, 2021

Is the ID column is necessary? Could we use a composite pk?

Composite primary key makes things more complicated, I would like to add a ID column.

@lunny lunny force-pushed the lunny/fix_commit_status_index branch from a007290 to 3091c8e Compare September 16, 2021 15:45
@lunny lunny added the type/bug label Sep 16, 2021
@lunny lunny added this to the 1.16.0 milestone Sep 16, 2021
@lunny lunny force-pushed the lunny/fix_commit_status_index branch 3 times, most recently from 16db18d to 49f9c40 Compare September 22, 2021 13:15
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Sep 22, 2021
Copy link
Contributor

@zeripath zeripath left a comment

Choose a reason for hiding this comment

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

ugh this is still failing tests.

@lunny lunny force-pushed the lunny/fix_commit_status_index branch from bd59b59 to ebaa9a6 Compare September 23, 2021 05:17
@lunny
Copy link
Member Author

lunny commented Sep 23, 2021

@zeripath PASS now.

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Sep 23, 2021
@lunny lunny merged commit d9c6959 into go-gitea:main Sep 23, 2021
@lunny lunny deleted the lunny/fix_commit_status_index branch September 23, 2021 10:50
@go-gitea go-gitea locked and limited conversation to collaborators Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Commit build status not updating (intermittent)
5 participants