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

Generate notification images #876

Merged
merged 8 commits into from
Jan 18, 2022
Merged

Commits on Dec 29, 2021

  1. Create generate_notification_images.sh

    This replaces the version of "generate_images.sh" that Chris created a few months ago, and to which I don't have the ability to update.
    This version allows other scripts to create custom images by passing arguments to generate_notification_images.sh.
    It also adds a "Restarting" image for when allsky.sh restarts (i.e., stops, then starts).  In those cases there's no need to display a "stopping" then "starting" image - just display a single "restarting".
    Also added ability to have an image border.
    EricClaeys authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    4dd9c8e View commit details
    Browse the repository at this point in the history
  2. added "Restarting" images

    EricClaeys authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    516d0ad View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Delete generate_notification_images.sh

    Moving to allsky/scripts.
    EricClaeys authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    da0f8ae View commit details
    Browse the repository at this point in the history
  2. added generate_notification_images.sh

    Actually, moved from allsky/notification_images to allsky/scripts.
    EricClaeys authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    ae518f9 View commit details
    Browse the repository at this point in the history
  3. chmod

    AndreasLMeg committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    2d9ca77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7745588 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Do not use relative path

    The invoker (probably a Makefile) will ensure it's in the $ALLSKY_NOTIFICATION_IMAGES when it invokes this script.
    Reset the formatting of the table - it's too hard to read when it's all on one line.
    EricClaeys authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    c43495c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. generate_notification_images.sh: one-line entries

    Put the table entries on one line, with each field separated by spaces, so it's easy to read regardless of the user's tab stop settings.
    EricClaeys authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    25c4156 View commit details
    Browse the repository at this point in the history