-
-
Notifications
You must be signed in to change notification settings - Fork 573
Guess update information based on GitHub Actions environment variables #1075
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
Open
srevinsaju
wants to merge
18
commits into
AppImage:master
Choose a base branch
from
srevinsaju:github-actions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
9b7baee
Guess update information based on GitHub Actions environment variables
srevinsaju 98079b9
style: use lower case (snake_case) for variable names
srevinsaju 62be000
docs: Move travis CI specific documentation
srevinsaju fafcd41
fix: Check if github_repository and github_ref variables are not NULL
srevinsaju 628d171
style: Fix github_actions if code suite indentation
srevinsaju c9b1a26
feat: Use snprintf instead of sprintf to avoid potential buffer overflow
srevinsaju 4e7307a
fix: add an else block to inform the user of missing zsyncmake in git…
srevinsaju ee24c2b
Merge branch 'master' into github-actions
srevinsaju fe6f97b
fix: define a constant buffer_size = 1024 and reuse it in setting upd…
srevinsaju 42b20c2
fix: use strcmp for empty string check
srevinsaju 3e39d09
fix: explicitly check if return of strstr is NULL pointer
srevinsaju b0d2f01
style: follow C conventions of constant naming (Uppercase, move const…
srevinsaju 5371a2a
fix: explicitly check if zsyncmake_path is not NULL
srevinsaju 8550ec6
fix: remove an additional check for empty string.
srevinsaju 0d4bac3
style: move update_information_buffer_size to a position prior to use…
srevinsaju 27113a8
style: use updateinformation_buffer instead of an ambiguous variable …
srevinsaju 6d00122
fix: free unused pointers once processing is complete using g_strfreev
srevinsaju 3e3c3ad
Merge branch 'master' into github-actions
srevinsaju File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.