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

new webserver release script, basic-cli release script updates #6014

Merged
merged 30 commits into from
Nov 20, 2023

Commits on Aug 11, 2023

  1. prep basic-cli 0.5 release

    Anton-4 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8b6bb9d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. arm64 fixes

    Anton-4 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e266158 View commit details
    Browse the repository at this point in the history
  2. specify linux_x86_64

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a9b9776 View commit details
    Browse the repository at this point in the history
  3. x86_64 > x64

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    d5eca4a View commit details
    Browse the repository at this point in the history
  4. build before final test

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    628f41a View commit details
    Browse the repository at this point in the history
  5. fix path, back to main branch

    Anton-4 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    08f7865 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. added debug upload

    Anton-4 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4b53557 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. add prebuilt-platform flag

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e11725b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. try with musl

    Anton-4 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6650f62 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Merge branch 'main' into basic-cli-5-release

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    63d2f8e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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

Commits on Nov 13, 2023

  1. Merge branch 'main' into basic-cli-5-release

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e07a749 View commit details
    Browse the repository at this point in the history
  2. temp disable other workflows

    Anton-4 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d9914bb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. sudo musl-tools fix

    Anton-4 authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3ada01d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    ad4b929 View commit details
    Browse the repository at this point in the history
  2. test with all examples

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e5c584b View commit details
    Browse the repository at this point in the history
  3. fix if

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e6bf12f View commit details
    Browse the repository at this point in the history
  4. fix path issue

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    51c7ba2 View commit details
    Browse the repository at this point in the history
  5. fix examples path

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    dc8d709 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. use prebuilt-platform flag

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    cb488ea View commit details
    Browse the repository at this point in the history
  2. Update basic_cli_build_release.yml

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    abd622b View commit details
    Browse the repository at this point in the history
  3. ci install ncat(nmap)

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    badc45d View commit details
    Browse the repository at this point in the history
  4. apparently nmap does not contain ncat

    Signed-off-by: Anton-4 <[email protected]>
    Anton-4 authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    04b620b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. set up basic_webserver build

    Anton-4 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9217494 View commit details
    Browse the repository at this point in the history
  2. chmod +x

    Anton-4 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    4cb9b24 View commit details
    Browse the repository at this point in the history
  3. forgot cd

    Anton-4 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    ee74635 View commit details
    Browse the repository at this point in the history
  4. prevent undefined symbol

    Anton-4 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    a9c9273 View commit details
    Browse the repository at this point in the history
  5. get brotli started

    Anton-4 committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    116aad2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. build with main branch

    Anton-4 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    71cb2ed View commit details
    Browse the repository at this point in the history
  2. cleanup

    Anton-4 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    75e04a5 View commit details
    Browse the repository at this point in the history