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

Snapcraft configuration for build (plus some helpers) #265

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

Commits on Jun 10, 2021

  1. Fixed backslash file references in Windows when generating webUI.go file

    * added "filepath.ToSlash()" around path variables to properly references all operating system path types as forward slashes.
    * modified func "readFilesToMap" and func "getLocalPath" for above fix
    winguru committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    8c09a8a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    dcb1eb3 View commit details
    Browse the repository at this point in the history
  2. Added basic "Tvg-shift" (timeshift) support for M3U channel playlist.

    * Tvg-shift is added to local time zone, negative numbers are further West
    * Recalculates EPG start and stop time based on Tvg-shift offset
    * Adds Timeshift column in channel mappings screen and in channel details
    winguru committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    5ff9b9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbea3c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea77d1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1be7a9a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    55daaa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edbd822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32cac47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9052c3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    490a210 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00f9008 View commit details
    Browse the repository at this point in the history
  7. Create README.md

    winguru authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    fbd2a5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d11d798 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03871dc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Experimental features pass all initial testing

    * Added support for preserving existing M3U Channel numbers per filter
    * Added support for starting channel number mapping per filter
    * Added support for filling missing EPG data w/ xTeVe Dummy EPG per filter
    * A bit of code refactoring for JavaScript best practices
    winguru committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    e53cdd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    456e533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f96e74 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

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

Commits on Jun 24, 2021

  1. Updated Docker README.md

    winguru committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    73c812d View commit details
    Browse the repository at this point in the history
  2. Updated Docker README.md

    winguru committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    df5e063 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

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

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    707719b View commit details
    Browse the repository at this point in the history
  2. Lots of info to logs

    ted-gould committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    c99474b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    221b9c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e3912 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    a5754e9 View commit details
    Browse the repository at this point in the history
  2. Start with 1

    ted-gould committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    d6da551 View commit details
    Browse the repository at this point in the history
  3. Adding a small script to make it so that the snap doesn't upgrade if …

    …there are active streams
    ted-gould committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    9f950ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd680c4 View commit details
    Browse the repository at this point in the history
  5. Allow specifying the host

    ted-gould committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    9321c37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9530f14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf5bc2f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    6b854ed View commit details
    Browse the repository at this point in the history
  2. Add network plug

    ted-gould committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    eb8a4f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Add VLC to package

    ted-gould committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    6c22561 View commit details
    Browse the repository at this point in the history
  2. Switch to FFMPEG

    ted-gould committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    7d266c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

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

Commits on Feb 20, 2022

  1. Merge pull request xteve-project#1 from SCP002/experimental

    Merge experimental branch into the master branch
    SCP002 authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    7e1f491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c669b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Update README.md

    SCP002 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    b1718ae View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

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

Commits on Mar 27, 2022

  1. Create compileJS.cmd

    SCP002 committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    419210c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70475ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf4763 View commit details
    Browse the repository at this point in the history
  4. Create .vscode launch configuration to build typescript files and run…

    … program in developement mode
    SCP002 committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    3768506 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    836498c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    187450d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6fdd3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d9afad View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    84f3184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e379156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73d5af3 View commit details
    Browse the repository at this point in the history
  4. Translate comments to English

    SCP002 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    3d55857 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b86597 View commit details
    Browse the repository at this point in the history
  6. Run tsc, update webUI.go

    SCP002 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d227e93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5072c7a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Ignore snap stuff

    ted-gould committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ecb2526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be86042 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    SCP002 committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    cf5704c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b2a06b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    0a09fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    866b55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d202169 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17c424d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    d5dd00e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6859b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

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

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    265c63e View commit details
    Browse the repository at this point in the history
  2. Remove temporary archive after restore + remove temporary folder even…

    … if port has not changed. Closes xteve-project#12
    SCP002 committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    ba7bbe3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 6, 2022

  1. Clear malformed XEPG database in conditionalUpdateChanges() function.…

    … Increae program and database versions. Closes xteve-project#6
    SCP002 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    755bd52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d4ac0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    652efd0 View commit details
    Browse the repository at this point in the history
  4. Format README.md

    SCP002 committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    bdbbea8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

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

Commits on Apr 10, 2022

  1. Clear XMLTV cache when it's no longer needed for a periodic use. Closes

    xteve-project#2 .
    
    Will result in extra disk I/O when mapping gets updated by user but RAM useage in idle mode will drop significally.
    SCP002 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    fb27202 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    b8307d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50c74c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4769c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dedbf7 View commit details
    Browse the repository at this point in the history
  5. Update dependencies

    SCP002 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2ec9ae0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce09dfc View commit details
    Browse the repository at this point in the history
  7. Remove separate "ext-grp" field, use "group-title" instead. Put group…

    … priority logic into MakeInterfaceFromM3U()
    SCP002 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3704f9a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

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

Commits on Apr 14, 2022

  1. Implement web client alerts. Add alert on database migration from <= …

    …2.1.1. Defer close server websocket connection. Closes xteve-project#24
    SCP002 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    30dad33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60a755a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    4759b8a View commit details
    Browse the repository at this point in the history
  2. Update menu_ts.js

    SCP002 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    98a6468 View commit details
    Browse the repository at this point in the history
  3. Rework table sorting. Fixes: numeric entries are sorted as strings. D…

    …uplicated numeric entries are lost on sorting. Closes xteve-project#28
    SCP002 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    ee54eb8 View commit details
    Browse the repository at this point in the history
  4. Remove clearing XMLTV cache.

    Opens issue xteve-project#2 again but reading from disk feels way too slow.
    Need to rethink.
    SCP002 committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    001d898 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f129cf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

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

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    a7f455c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d59a3ac View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Automatically generate self-signed cert. if not found. Fallback to no…

    …n-TLS mode. Update TLS article in README.md
    SCP002 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b80a93c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Add ability to change host IP in settings. Set default IP to the firs…

    …t one available.Minor cosmetic refactoring. Closes xteve-project#31
    SCP002 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    04be477 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    5a718e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7413770 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    dc10b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe69e6a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    d2b60f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ffb19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    121a9dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1118fe View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    06e6075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4be1ce View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

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

Commits on May 2, 2022

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

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    0d04d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a23592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc0583f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da45ced View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Remove "Fill Missing EPG Data" option from M3U group title filter pop…

    …up, preparing to reimplement it.
    
    Reasons:
    1) It was not working. Assigning DefaultMissingEPG had no effect.
    2) Why restrict user in automapping by only allowing it to work if you have a filter set up?
    3) Why was it stored per channel, not as a general preference?
    SCP002 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    b8290ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b6be6d View commit details
    Browse the repository at this point in the history
  3. Auto assign default missing epg when settings option changes. Fix typ…

    …os in epg select text.
    SCP002 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    3e5d6ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    125efd8 View commit details
    Browse the repository at this point in the history
  5. Fix setting DefaultMissingEPG sets dummy EPG for XMLTV but not for M3…

    …U output. Fix enabling automapping results in rebuilding XEPG database two times.
    SCP002 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d378e7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0260e04 View commit details
    Browse the repository at this point in the history
  7. Upgrade dependencies

    SCP002 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    a7cb0f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a708be0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Configuration menu
    Copy the full SHA
    e120f5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec30d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f4c97 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

Commits on Aug 17, 2022

  1. Buffer to ram fix

    Depreciated functions fixed
    Lots of linter fixes
    SenexCrenshaw committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3a831dc View commit details
    Browse the repository at this point in the history
  2. Docker update

    SenexCrenshaw committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4127e94 View commit details
    Browse the repository at this point in the history
  3. Docker test

    SenexCrenshaw committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    cc20876 View commit details
    Browse the repository at this point in the history
  4. Updates

    SenexCrenshaw committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3f3fa04 View commit details
    Browse the repository at this point in the history
  5. Docker fix up

    Added docker-compose
    SenexCrenshaw committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9a19fce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd9129e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Added in click to copy to clipboard for DVR, M3U and XEPG Urls

    Various lint cleanups
    SenexCrenshaw committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b69048e View commit details
    Browse the repository at this point in the history
  2. format fix

    SenexCrenshaw committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    09a3260 View commit details
    Browse the repository at this point in the history
  3. Format fixes

    SenexCrenshaw committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    24253f8 View commit details
    Browse the repository at this point in the history
  4. Added docker comments

    SenexCrenshaw committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    18ca656 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc90186 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3ca2cd View commit details
    Browse the repository at this point in the history
  7. Readme fixes

    SenexCrenshaw committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    cc18474 View commit details
    Browse the repository at this point in the history
  8. Updated Readme

    SenexCrenshaw committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0a2d0a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    06f7272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72480de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4afea96 View commit details
    Browse the repository at this point in the history
  4. Merge pull request xteve-project#1 from SenexCrenshaw/Convert-Docker-…

    …to-alpine
    
    Convert docker to alpine
    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7cc0b6c View commit details
    Browse the repository at this point in the history
  5. Doc cleanup

    SenexCrenshaw committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b177632 View commit details
    Browse the repository at this point in the history
  6. Create go.yml

    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    57535d4 View commit details
    Browse the repository at this point in the history
  7. Update go.yml

    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    02dcc22 View commit details
    Browse the repository at this point in the history
  8. Update go.yml

    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8e803c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9700b00 View commit details
    Browse the repository at this point in the history
  10. Cleanup docker-compose

    SenexCrenshaw committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5c82e15 View commit details
    Browse the repository at this point in the history
  11. Added .slsa-goreleaser

    SenexCrenshaw committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    431169d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d217288 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    153737c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e042b85 View commit details
    Browse the repository at this point in the history
  15. Create main.yml

    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    2a329ae View commit details
    Browse the repository at this point in the history
  16. Update main.yml

    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c0a4c58 View commit details
    Browse the repository at this point in the history
  17. GitHub Action cleanup

    SenexCrenshaw committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    37af397 View commit details
    Browse the repository at this point in the history
  18. Update main.yml

    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    312813e View commit details
    Browse the repository at this point in the history
  19. Delete go.yml

    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1a62500 View commit details
    Browse the repository at this point in the history
  20. Update main.yml

    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e345fcc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aca05ad View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d9b59e8 View commit details
    Browse the repository at this point in the history
  23. Merge pull request xteve-project#2 from SenexCrenshaw:Docker-Dev

    xteve release from github instead of building
    SenexCrenshaw authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    70e06d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. 2.5.2 release

    Update docker publish
    
    Update docker build action
    
    2.5.2 release
    
    2.5.3 trigger test
    
    Action Trigger test
    
    Action Trigger test
    
    Fixup trigger for SLSA Go releaser
    
    Updated docker-compose to use docker.io
    
    Update dockerpublish tags
    
    tags
    
    fixup
    
    tags
    
    tags
    
    v2.5.4
    
    v2.5.5
    
    v2.5.5
    
    Update action
    
    v2.5.1
    
    job update
    
    tags
    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    90ff2b5 View commit details
    Browse the repository at this point in the history
  2. Added in versioning system

    Added in more binary builds
    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    10097ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request xteve-project#3 from SenexCrenshaw:ReleaseWorkflow

    Added in versioning system
    SenexCrenshaw authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    fa31704 View commit details
    Browse the repository at this point in the history
  4. Updated release

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    38c8d1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a818038 View commit details
    Browse the repository at this point in the history
  6. Merge pull request xteve-project#4 from SenexCrenshaw:DockerUpdates

    Update to build multiple docker arch
    SenexCrenshaw authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f4c93f8 View commit details
    Browse the repository at this point in the history
  7. Updated docker build

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6ee5fa6 View commit details
    Browse the repository at this point in the history
  8. Updated docker build

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a6f0335 View commit details
    Browse the repository at this point in the history
  9. Updated dockerpublish

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a3ce6cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c422862 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    87e7ef4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18deaef View commit details
    Browse the repository at this point in the history
  13. Update Dockerfile

    SenexCrenshaw authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c480511 View commit details
    Browse the repository at this point in the history
  14. Updated Dockerfile

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f1ef319 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aa67d5a View commit details
    Browse the repository at this point in the history
  16. Added latest tag

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7f91430 View commit details
    Browse the repository at this point in the history
  17. Updated go build arch

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a7f4b3d View commit details
    Browse the repository at this point in the history
  18. Update Release yml

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    0e26655 View commit details
    Browse the repository at this point in the history
  19. Updated Readme

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ed1dd34 View commit details
    Browse the repository at this point in the history
  20. Fixed null object

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8f81e81 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    928e6ec View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    897c5de View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    acaad62 View commit details
    Browse the repository at this point in the history
  24. Added favicon

    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    de8a4a6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e10f6c4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6953cb8 View commit details
    Browse the repository at this point in the history
  27. Merge pull request xteve-project#8 from SenexCrenshaw:attributes_cleanup

    Cleaned up various attr errors
    SenexCrenshaw authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    57d317c View commit details
    Browse the repository at this point in the history
  28. Added attributes

    Formatting
    SenexCrenshaw committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a47e5aa View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e29c5ae View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    9a04370 View commit details
    Browse the repository at this point in the history
  2. Merge pull request xteve-project#11 from SenexCrenshaw/Build-Updates

    Improve build environment
    SenexCrenshaw authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9638512 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d2496c View commit details
    Browse the repository at this point in the history
  4. Merge pull request xteve-project#12 from SenexCrenshaw:LicenseUpdate

    Updated license per MIT specs
    SenexCrenshaw authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3e88f22 View commit details
    Browse the repository at this point in the history
  5. Removed hmtl/js

    SenexCrenshaw committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4f4129f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49d4355 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ced7f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    215120c View commit details
    Browse the repository at this point in the history
  9. Drop restart

    ted-gould committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    eb74623 View commit details
    Browse the repository at this point in the history
  10. Get more debugging info

    ted-gould committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3e7970d View commit details
    Browse the repository at this point in the history
  11. Switch to core22

    ted-gould committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f235152 View commit details
    Browse the repository at this point in the history
  12. Add a build snap for 'go'

    ted-gould committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7559557 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Fix LD_LIBRARY_PATH

    ted-gould committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    b2413e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Add back pulse

    ted-gould committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8686ff6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Reenable the restart check

    ted-gould committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f31a698 View commit details
    Browse the repository at this point in the history