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

Add support for installing maintenance version #30

Merged
merged 3 commits into from
Jul 4, 2023

Conversation

straight-shoota
Copy link
Member

The crystal input gets another mode: If the value starts with branch:, the following part is interpreted as a branch name on the git repository and the installer looks for a maintenance build associated with that branch.
Querying works the same way as for nightly builds (which is equivalent to branch: master), so this patch only adaps input processing and make the branch name configurable.
Also adds some error handling in places where I noticed some holes.

Resolves #28

@straight-shoota straight-shoota added the enhancement New feature or request label Jul 2, 2023
@straight-shoota straight-shoota self-assigned this Jul 2, 2023
Copy link
Member

@beta-ziliani beta-ziliani left a comment

Choose a reason for hiding this comment

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

LGTM although if Oleh can take a look, that'd be best

Copy link
Member

@oprypin oprypin left a comment

Choose a reason for hiding this comment

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

Looks good, with some comments

index.js Outdated Show resolved Hide resolved
index.js Show resolved Hide resolved
.github/workflows/main.yml Show resolved Hide resolved
Copy link
Member

@oprypin oprypin left a comment

Choose a reason for hiding this comment

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

Looks good, please merge when you like

@straight-shoota straight-shoota merged commit 68b7ab6 into master Jul 4, 2023
47 of 49 checks passed
@straight-shoota straight-shoota deleted the feat/branch-version branch July 4, 2023 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to install maintenance builds
3 participants