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

Guess update information based on GitHub Actions environment variables #1075

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Sep 10, 2020

  1. Guess update information based on GitHub Actions environment variables

    Reads the GITHUB_REPOSITORY and GITHUB_REF environment variables
    and attempts to generate an appropriate updateinformation
    
    Adapted from https://github.com/probonopd/go-appimage/blob/7fab45552eb485c0076fd310835fa7958f981de0/src/appimagetool/appimagetool.go\#L547-L567
    srevinsaju committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    9b7baee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98079b9 View commit details
    Browse the repository at this point in the history
  3. docs: Move travis CI specific documentation

    Move travis_ci specific documentation to travis_repo_slug `if` block
    srevinsaju committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    62be000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fafcd41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    628d171 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9b1a26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e7307a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee24c2b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. fix: define a constant buffer_size = 1024 and reuse it in setting upd…

    …ateinformation max size
    srevinsaju committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    fe6f97b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42b20c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e39d09 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    b0d2f01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5371a2a View commit details
    Browse the repository at this point in the history
  6. fix: remove an additional check for empty string.

    we already checked if github_ref was NULL
    srevinsaju committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    8550ec6 View commit details
    Browse the repository at this point in the history
  7. style: move update_information_buffer_size to a position prior to use…

    … instead of defining it globally
    srevinsaju committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    0d4bac3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27113a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d00122 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    3e3c3ad View commit details
    Browse the repository at this point in the history