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

Parse start commands in wings #160

Closed
wants to merge 34 commits into from
Closed

Parse start commands in wings #160

wants to merge 34 commits into from

Commits on Feb 2, 2023

  1. Parse start commands in wings

    This would replace the need to parse the start commands in the entrypoint so exec could be used instead of eval.
    parkervcp committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2c57ea3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update README.md

    matthewpi committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1d17233 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    matthewpi committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    519d38f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    dac9685 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    matthewpi committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    020abec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    429ac62 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    matthewpi committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4d9fee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    ec6d6d8 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#161)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.3.7...v0.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    234e11b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. build(deps): bump golang.org/x/net (#163)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20221004154528-8021a29435af to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](https://github.com/golang/net/commits/v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    38c69eb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    43b3496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5424c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74b1c46 View commit details
    Browse the repository at this point in the history
  4. system: fix sink pool test

    matthewpi committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a373bf8 View commit details
    Browse the repository at this point in the history
  5. go: update dependencies

    matthewpi committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    639ad76 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    matthewpi committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    02cb64e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Update README.md

    matthewpi committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    c76d68b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. go: update dependencies

    matthewpi committed May 8, 2023
    Configuration menu
    Copy the full SHA
    a50e4ce View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    b665c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b66a22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d51de7 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    matthewpi committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9441d2a View commit details
    Browse the repository at this point in the history
  5. bump version for release

    Pterodactyl CI committed May 10, 2023
    Configuration menu
    Copy the full SHA
    285e712 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Update README.md

    matthewpi committed May 13, 2023
    Configuration menu
    Copy the full SHA
    bd26d6e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Parse start commands in wings

    This would replace the need to parse the start commands in the entrypoint so exec could be used instead of eval.
    parkervcp committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    c820603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a27aba View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Update README.md

    matthewpi committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8d7e23f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. go: update dependencies

    This updates the docker client to include the fix added with
    moby/moby#45962 which solves a breaking change
    to Go due to CVE-2023-29406.
    matthewpi committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    aa8ffdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d92f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. go: update dependencies

    matthewpi committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a866493 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Update CHANGELOG.md

    matthewpi committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    438e5fd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Parse start commands in wings

    This would replace the need to parse the start commands in the entrypoint so exec could be used instead of eval.
    parkervcp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b6ec3b1 View commit details
    Browse the repository at this point in the history
  2. bump version for release

    Pterodactyl CI authored and parkervcp committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    59041f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5447a62 View commit details
    Browse the repository at this point in the history