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

Some more fixes to make it work on the Raspi again #7

Merged
merged 11 commits into from
Jun 29, 2018
Merged

Commits on Jun 22, 2018

  1. Pin angular assets to v 1.4.5

    there is a bug in latest angular which breaks the routes for Photobooth.
    ChrisBr committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    9ddad02 View commit details
    Browse the repository at this point in the history
  2. Do not bind to port 3000

    because otherwise it is not possible to start rails s with a different
    port which we do in the service file.
    ChrisBr committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    a835cb4 View commit details
    Browse the repository at this point in the history
  3. Add picture_set rake task

    to copy images in one directory and create a combined image.
    ChrisBr committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    e3a7db3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. rubocop fixes

    digitaltom committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    f270142 View commit details
    Browse the repository at this point in the history
  2. add Gemfile.lock changes

    digitaltom committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    7020e66 View commit details
    Browse the repository at this point in the history
  3. update ffi

    digitaltom committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    ad7dd64 View commit details
    Browse the repository at this point in the history
  4. suppress gpio errors

    digitaltom committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    4d8b7c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    869e1e8 View commit details
    Browse the repository at this point in the history
  6. correctly reset $VERBOSE

    digitaltom committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    b0f1eaa View commit details
    Browse the repository at this point in the history
  7. fix for rubocop

    digitaltom committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    4c82bc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Skip combine image if it already exists

    because otherwise it would include the combined image into the new combined ;)
    It is needed to run the picture_set:clean_combine_images task before.
    ChrisBr committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    b43c5a7 View commit details
    Browse the repository at this point in the history