Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Null byte #4

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

Null byte #4

wants to merge 12 commits into from

Commits on Nov 26, 2018

  1. remove null byte output

    since `4.4` bash throw a warning when the string inside a command substitution contain a NUL-byte:
    > warning: command substitution: ignored null byte in input
    
    https://askubuntu.com/questions/926626/how-do-i-fix-warning-command-substitution-ignored-null-byte-in-input
    edouard-lopez committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    08a78e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db1212d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0922e80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a92aaa View commit details
    Browse the repository at this point in the history
  5. test end-to-end action's button and logging

    start, restart, stop, status
    edouard-lopez committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    359977a View commit details
    Browse the repository at this point in the history
  6. explicit constant name

    edouard-lopez committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    a5d44c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e73ef54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2f600d View commit details
    Browse the repository at this point in the history
  9. update travis config to match package.json node version

    error [email protected]: The engine "node" is incompatible with this module. Expected version ">=10.13.0".
    error Found incompatible module
    info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
    The command "yarn install --frozen-lockfile" failed and exited with 1 during .
    edouard-lopez committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    3b64ffa View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    9ffaac3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae2ff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ba893f View commit details
    Browse the repository at this point in the history