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

Record historic values #18

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

Record historic values #18

wants to merge 9 commits into from

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    49095c0 View commit details
    Browse the repository at this point in the history
  2. Comment out existing key rather than outright replacing it. Insert ne…

    …w value on new line. Include timecode when it was changed.
    OpenCopyMike committed May 20, 2020
    Configuration menu
    Copy the full SHA
    bd09b9b View commit details
    Browse the repository at this point in the history
  3. Use regex to replace existing key/value to prevent editing previously…

    … commented out keys with a matching value. This is important so we don't destroy the datetimes in the previously commented values and also it fixes a bug with random line breaks in the env file.
    OpenCopyMike committed May 20, 2020
    Configuration menu
    Copy the full SHA
    9e4f796 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a1ea53 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Merge branch 'master' into feature/historic-values

    # Conflicts:
    #	src/EnvironmentSetCommand.php
    Liam Hammett committed May 23, 2020
    Configuration menu
    Copy the full SHA
    9b549f2 View commit details
    Browse the repository at this point in the history
  2. Update history to work with rewrite

    Liam Hammett committed May 23, 2020
    Configuration menu
    Copy the full SHA
    53774f1 View commit details
    Browse the repository at this point in the history
  3. Remove commented code

    Liam Hammett committed May 23, 2020
    Configuration menu
    Copy the full SHA
    29adfa2 View commit details
    Browse the repository at this point in the history
  4. Escape special characters in the old pair

    Liam Hammett committed May 23, 2020
    Configuration menu
    Copy the full SHA
    6b695ca View commit details
    Browse the repository at this point in the history
  5. Add test for command history

    Liam Hammett committed May 23, 2020
    Configuration menu
    Copy the full SHA
    41c4124 View commit details
    Browse the repository at this point in the history