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

Integrate 1.9.2 release into main, allow integration of user-plugins in an easy way #9

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2022

  1. Remove unused file

    Jens Höppner committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    67c5628 View commit details
    Browse the repository at this point in the history
  2. Fix typo "smarthomNG"

    Jens Höppner committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    d3cfcc4 View commit details
    Browse the repository at this point in the history
  3. Update versions to 1.9.2 and assign repos as vars

    Jens Höppner committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    1ca73e8 View commit details
    Browse the repository at this point in the history
  4. Bugfix: Store config templates to correct folder

    Jens Höppner committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    4d31a1e View commit details
    Browse the repository at this point in the history
  5. Download plugins to 'default'-folder and merge them on startup to all…

    …ow public plugins folder
    Jens Höppner committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    f13b40a View commit details
    Browse the repository at this point in the history
  6. Add pymysql to dynamically created requirements.txt

    Jens Höppner committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    e2f99fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b54d890 View commit details
    Browse the repository at this point in the history
  8. Do not delete zwave plugin

    Jens Höppner committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    80428f5 View commit details
    Browse the repository at this point in the history
  9. Make entrypoint and wrapper executable

    Jens Höppner committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    3f01cfe View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Enable handling of mounted plugins

    Jens Höppner committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    2e62767 View commit details
    Browse the repository at this point in the history
  2. Fix broken entrypoint

    Jens Höppner committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8815486 View commit details
    Browse the repository at this point in the history
  3. Create main.yml

    jentz1986 authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    06a776f View commit details
    Browse the repository at this point in the history
  4. Enable Auto-Building using GitHub Actions

    Jens Höppner committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    acddb78 View commit details
    Browse the repository at this point in the history
  5. Upgrade to Python 3.9

    Jens Höppner committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b4672c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Merge branch 'publish' of https://github.com/jentz1986/shng-docker in…

    …to publish
    Jens Höppner committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    70e4247 View commit details
    Browse the repository at this point in the history
  2. Remove incompatible zwave Plugin

    Jens Höppner committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    92f29a0 View commit details
    Browse the repository at this point in the history
  3. Fixed wrong paths for premounted plugins

    Jens Höppner committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    21c4bba View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Altered present plugin folder merge-logic

    Jens Höppner committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    c2a9530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a6b07 View commit details
    Browse the repository at this point in the history
  3. Fix path plugin for __init__.py check

    Jens Höppner committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    1414ba0 View commit details
    Browse the repository at this point in the history
  4. Actions: Apply tag latest (Docker) on each tag (Github)

    Jens Höppner committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    c43bef2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Ensure plugins are only merged if no plugins-folder is mounted from o…

    …utside
    Jens Höppner committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    f387c36 View commit details
    Browse the repository at this point in the history
  2. Upgrade to v1.9.3

    Jens Höppner committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    dc49588 View commit details
    Browse the repository at this point in the history
  3. Starting to update documentation

    Jens Höppner committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    2f5d2c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Change entrypoint to be able to deal with container relaunches and cu…

    …stom plugins
    Jens Höppner committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2e8018d View commit details
    Browse the repository at this point in the history
  2. Bump to 1.9.5 / Minor adjustment of Plugin-merger

    Jens Höppner committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2f43f65 View commit details
    Browse the repository at this point in the history
  3. chown PATH_DATA itself, too

    Jens Höppner committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c907b9c View commit details
    Browse the repository at this point in the history
  4. Adjust to make /var writable as well

    Jens Höppner committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    312e958 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Find pip-command

    Jens Höppner committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ff88c74 View commit details
    Browse the repository at this point in the history
  2. Specified pip3 command

    Jens Höppner committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c41f5fb View commit details
    Browse the repository at this point in the history
  3. Install pyephem from debian package to avoid compile

    Jens Höppner committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a6ce46e View commit details
    Browse the repository at this point in the history
  4. Choose python3-ephem from apt

    Jens Höppner committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8712606 View commit details
    Browse the repository at this point in the history
  5. Update to Python 3.11 to have only one base

    Jens Höppner committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    312ec43 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Set Root user action to ignore

    Jens Höppner committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    cfdc4b4 View commit details
    Browse the repository at this point in the history
  2. now via environment var

    Jens Höppner committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    75fff07 View commit details
    Browse the repository at this point in the history
  3. now really via env-var

    Jens Höppner committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c116561 View commit details
    Browse the repository at this point in the history
  4. Now in the right order

    Jens Höppner committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    94c3a67 View commit details
    Browse the repository at this point in the history