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

sync #5255

Merged
merged 15 commits into from
Aug 20, 2024
Merged

sync #5255

merged 15 commits into from
Aug 20, 2024

Commits on May 7, 2024

  1. feat: guide user to run script as root to create temp admin user

    Message text and comment optimized
    scruel authored May 7, 2024
    Configuration menu
    Copy the full SHA
    744dea0 View commit details
    Browse the repository at this point in the history
  2. chore: typo

    scruel authored May 7, 2024
    Configuration menu
    Copy the full SHA
    47ccb28 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. chore: optimize more msgs

    scruel authored May 8, 2024
    Configuration menu
    Copy the full SHA
    1dbc58d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    60569fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5207 from scruel/patch-5

    fix(deploy): respect api path with synology Auth API
    Neilpang authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    93d2c9a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 19, 2024

  1. Merge pull request #5212 from allddd/dns_porkbun_grep_fix

    dns_porkbun: remove stray backslashes
    Neilpang authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9861e2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5139 from scruel/scruel-patch-1

    feat: guide user to run script as root to create temp admin user
    Neilpang authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    11aef82 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

Commits on Jul 23, 2024

  1. Merge pull request #5217 from oittaa/patch-2

    _checkSudo: [ -z "__INTERACTIVE" ] should be [ -z "$__INTERACTIVE" ]
    Neilpang authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5cded5b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. RouterOS - make deploy more resilient

    In the case where importing the cert and key removes the files from disk
    the existing deploy will fail when it tries to remove those files.  This
    still attempts to remove the files but catches the error and moves on instead
    of bombing like before.
    
    Similarly, if the deploy had failed before, subsequent deploys would fail
    because the script already existed, so it would not be able to create
    the script.  This first attempts to remove the script if it exists, and then
    creates the script.
    nathanejohnson committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e711d16 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge pull request #5245 from nathanejohnson/master

    RouterOS - make deploy more resilient
    Neilpang authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bb8386a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

    neil committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5f68ad4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5252 from williamdes/patch-1

    Add ACCOUNT_THUMBPRINT to update account
    Neilpang authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fe30bf7 View commit details
    Browse the repository at this point in the history