Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: Support rich parameters in autobuilds#5916

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mtojek merged 1 commit intocoder:mainfrommtojek:5574-support-autostart
Jan 30, 2023

Conversation

mtojek
Copy link
Member

Related:#5574

This PR enables support for rich parameters in autobuilds. I didn't notice that the build logic isduplicated.

@mtojekmtojek self-assigned thisJan 30, 2023
@mtojekmtojek mentioned this pull requestJan 30, 2023
@mtojekmtojekforce-pushed the5574-support-autostart branch from6fcf970 to5954844CompareJanuary 30, 2023 12:31
@mtojekmtojek marked this pull request as ready for reviewJanuary 30, 2023 12:32
}
return nil

return store.InTx(func(db database.Store) error {
Copy link
Member

@johnstcnjohnstcnJan 30, 2023
edited
Loading

Choose a reason for hiding this comment

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

I'm not sure this is strictly necessary as each workspace is processed in its own transaction (see #L132)

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

I'm rather thinking about the case when it inserts a record to the workspace table, but it fails to insert parameters for some reason. In this case, it's better to rollback the entire transaction.

@mtojekmtojek merged commit23176bf intocoder:mainJan 30, 2023
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 30, 2023
@bpmctbpmct added this to theRich Parameters GA milestoneFeb 28, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn approved these changes

@kylecarbskylecarbsAwaiting requested review from kylecarbs

Assignees

@mtojekmtojek

Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
@mtojek@johnstcn@bpmct

[8]ページ先頭

©2009-2025 Movatter.jp